/*
Theme Name: Renuviq Storefront
Theme URI: https://renuviq.com/
Description: Storefront child theme for the Renuviq jewelry catalog.
Author: Renuviq
Template: storefront
Version: 1.1.0
Text Domain: renuviq
*/

:root {
  --rq-ink: #171816;
  --rq-paper: #ffffff;
  --rq-porcelain: #f4f3ef;
  --rq-green: #29463d;
  --rq-green-dark: #183129;
  --rq-gold: #b28a4b;
  --rq-burgundy: #6e2634;
  --rq-line: #d9d7d0;
  --rq-muted: #646860;
  --rq-alert: #9e3f36;
  --rq-shell: 1280px;
  --rq-radius: 4px;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--rq-paper);
  color: var(--rq-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.65;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.woocommerce-loop-product__title {
  color: var(--rq-ink);
  font-family: Newsreader, Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

a {
  color: var(--rq-green);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--rq-burgundy);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--rq-green);
  outline-offset: 3px;
  box-shadow: none;
}

.col-full {
  box-sizing: border-box;
  max-width: var(--rq-shell);
  padding-right: 28px;
  padding-left: 28px;
}

.site {
  overflow: visible;
  background: var(--rq-paper);
}

.site-content {
  padding-top: 36px;
}

.right-sidebar .content-area,
.left-sidebar .content-area {
  float: none;
  width: 100%;
  margin-right: 0;
}

.right-sidebar .widget-area,
.left-sidebar .widget-area {
  display: none;
}

.rq-announcement {
  min-height: 34px;
  padding: 7px 20px;
  background: var(--rq-green-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.site-header {
  position: relative;
  margin: 0;
  padding: 22px 0 0;
  border: 0;
  background: var(--rq-paper);
}

.site-header .col-full {
  position: relative;
}

.site-branding {
  width: 30%;
  margin-bottom: 18px;
}

.site-branding .site-title {
  margin: 0;
  font-size: 34px;
  line-height: 1;
}

.site-branding .site-title a {
  color: var(--rq-ink);
  text-decoration: none;
}

.site-branding .site-description {
  display: none;
}

.site-search {
  width: 27%;
  margin-bottom: 15px;
}

.site-search .widget_product_search form::before {
  color: var(--rq-green);
}

.site-search .widget_product_search input[type="search"] {
  height: 42px;
  border: 1px solid var(--rq-line);
  border-radius: var(--rq-radius);
  background: var(--rq-porcelain);
  box-shadow: none;
  color: var(--rq-ink);
  font-size: 13px;
}

.storefront-primary-navigation {
  border-top: 1px solid var(--rq-line);
  border-bottom: 1px solid var(--rq-line);
  background: var(--rq-paper);
}

.storefront-primary-navigation .col-full {
  display: flex;
  align-items: center;
}

.main-navigation {
  width: auto;
  flex: 1;
  margin: 0;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  padding: 17px 18px;
  color: var(--rq-ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.main-navigation ul.menu > li:first-child > a,
.main-navigation ul.nav-menu > li:first-child > a {
  padding-left: 0;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.nav-menu > li > a:hover {
  color: var(--rq-green);
}

.main-navigation ul.menu ul.sub-menu {
  min-width: 220px;
  padding: 8px;
  border: 1px solid var(--rq-line);
  background: var(--rq-paper);
  box-shadow: 0 16px 36px rgba(23, 24, 22, 0.12);
}

.main-navigation ul.menu ul li a {
  padding: 11px 13px;
  color: var(--rq-ink);
  font-size: 13px;
}

.site-header-cart {
  width: 190px;
  margin: 0;
}

.site-header-cart .cart-contents {
  padding: 17px 0 17px 18px;
  color: var(--rq-ink);
  font-size: 13px;
}

.site-header-cart .cart-contents::after {
  color: var(--rq-green);
}

.woocommerce-breadcrumb {
  margin: 0 0 30px;
  color: var(--rq-muted);
  font-size: 12px;
}

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

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.added_to_cart {
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid var(--rq-ink);
  border-radius: var(--rq-radius);
  background: var(--rq-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.added_to_cart:hover {
  border-color: var(--rq-green);
  background: var(--rq-green);
  color: #fff;
}

.rq-home-shell {
  width: min(100%, var(--rq-shell));
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
}

body.home .site-content {
  padding-top: 0;
}

body.home .site-content > .col-full {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

body.home .content-area,
body.home .site-main,
body.home .hentry,
body.home .entry-content {
  width: 100%;
  margin: 0;
}

body.home .entry-header {
  display: none;
}

.rq-hero {
  position: relative;
  display: flex;
  min-height: 690px;
  align-items: center;
  overflow: hidden;
  background: var(--rq-green-dark);
  color: #fff;
}

.rq-hero-media,
.rq-hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rq-hero-media {
  object-fit: cover;
  object-position: center;
}

.rq-hero-scrim {
  background: linear-gradient(90deg, rgba(15, 24, 21, 0.82) 0%, rgba(15, 24, 21, 0.56) 34%, rgba(15, 24, 21, 0.08) 66%, rgba(15, 24, 21, 0) 100%);
}

.rq-hero .rq-home-shell {
  position: relative;
  z-index: 2;
}

.rq-hero-copy {
  max-width: 590px;
  padding: 54px 0;
}

.rq-eyebrow,
.rq-card-series,
.rq-series-label,
.rq-section-kicker {
  display: block;
  margin: 0 0 10px;
  color: var(--rq-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.rq-hero h1 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 64px;
  line-height: 0.98;
}

.rq-hero p {
  max-width: 520px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.55;
}

.rq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rq-hero-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid #fff;
  border-radius: var(--rq-radius);
  background: #fff;
  color: var(--rq-ink);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.rq-hero-actions a:last-child {
  background: transparent;
  color: #fff;
}

.rq-hero-actions a:hover {
  border-color: var(--rq-gold);
  background: var(--rq-gold);
  color: var(--rq-ink);
}

.rq-spec-strip {
  border-bottom: 1px solid var(--rq-line);
  background: var(--rq-paper);
}

.rq-spec-strip .rq-home-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rq-spec-strip a,
.rq-spec-strip span {
  display: block;
  min-height: 86px;
  padding: 20px 24px;
  border-right: 1px solid var(--rq-line);
  color: var(--rq-ink);
  text-decoration: none;
}

.rq-spec-strip a:first-child,
.rq-spec-strip span:first-child {
  border-left: 1px solid var(--rq-line);
}

.rq-spec-strip strong {
  display: block;
  margin-bottom: 2px;
  color: var(--rq-green);
  font-size: 13px;
}

.rq-spec-strip small {
  display: block;
  color: var(--rq-muted);
  font-size: 12px;
  line-height: 1.45;
}

.rq-home-section {
  padding: 88px 0;
}

.rq-home-section + .rq-home-section {
  border-top: 1px solid var(--rq-line);
}

.rq-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.rq-section-heading h2 {
  max-width: 690px;
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
}

.rq-section-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--rq-muted);
}

.rq-collections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rq-line);
  border-left: 1px solid var(--rq-line);
}

.rq-collection {
  position: relative;
  min-width: 0;
  border-right: 1px solid var(--rq-line);
  border-bottom: 1px solid var(--rq-line);
  background: var(--rq-paper);
}

.rq-collection-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--rq-porcelain);
}

.rq-collection img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.rq-collection:hover img {
  transform: scale(1.025);
}

.rq-collection-copy {
  min-height: 158px;
  padding: 23px;
}

.rq-collection h3 {
  margin: 0 0 7px;
  font-size: 27px;
}

.rq-collection p {
  margin: 0;
  color: var(--rq-muted);
  font-size: 13px;
  line-height: 1.55;
}

.rq-collection-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  font-size: 0;
}

.rq-featured {
  background: var(--rq-porcelain);
}

.rq-featured .rq-section-heading {
  margin-bottom: 26px;
}

.rq-material-band {
  background: var(--rq-green);
  color: #fff;
}

.rq-material-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 90px;
}

.rq-material-grid h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 46px;
  line-height: 1.08;
}

.rq-material-grid p {
  max-width: 620px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
}

.rq-material-grid a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 11px 19px;
  border: 1px solid #fff;
  border-radius: var(--rq-radius);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.rq-material-list {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.rq-material-list div {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.rq-material-list strong {
  color: #fff;
  font-size: 13px;
}

.rq-material-list span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.rq-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--rq-paper);
}

.rq-editorial-media {
  min-height: 560px;
  background: var(--rq-porcelain);
}

.rq-editorial-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rq-editorial-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 70px 9%;
  border: 1px solid var(--rq-line);
  border-left: 0;
}

.rq-editorial-copy h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.1;
}

.rq-editorial-copy p {
  margin: 0 0 24px;
  color: var(--rq-muted);
}

.rq-editorial-copy a {
  font-weight: 750;
}

.rq-newsletter {
  padding: 52px 0;
  background: var(--rq-burgundy);
  color: #fff;
}

.rq-newsletter .rq-home-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.rq-newsletter h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 34px;
}

.rq-newsletter p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.rq-newsletter a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid #fff;
  border-radius: var(--rq-radius);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.rq-shop-intro {
  margin: -8px 0 36px;
}

.rq-shop-intro > p {
  max-width: 720px;
  color: var(--rq-muted);
}

.rq-shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.rq-shop-chips a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--rq-line);
  border-radius: 999px;
  color: var(--rq-ink);
  font-size: 13px;
  text-decoration: none;
}

.rq-shop-chips a:hover {
  border-color: var(--rq-green);
  background: var(--rq-green);
  color: #fff;
}

.woocommerce-products-header {
  padding: 0 0 16px;
  text-align: left;
}

.woocommerce-products-header__title.page-title,
.entry-title {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.08;
}

.storefront-sorting {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 28px;
  padding: 12px 0;
  border-top: 1px solid var(--rq-line);
  border-bottom: 1px solid var(--rq-line);
}

.storefront-sorting::before,
.storefront-sorting::after {
  display: none;
}

.woocommerce-ordering,
.woocommerce-result-count {
  float: none;
  margin: 0;
}

.woocommerce-ordering select {
  min-height: 38px;
  border: 1px solid var(--rq-line);
  border-radius: var(--rq-radius);
  background: var(--rq-paper);
  box-shadow: none;
  color: var(--rq-ink);
  font-size: 13px;
}

.woocommerce-result-count {
  color: var(--rq-muted);
  font-size: 13px;
}

ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 22px;
  margin: 0 0 68px;
}

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

ul.products li.product {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  text-align: left;
}

.site-main ul.products.columns-4 li.product,
.site-main ul.products.columns-3 li.product,
.site-main ul.products.columns-2 li.product,
.site-main ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
  color: var(--rq-ink);
  text-decoration: none;
}

ul.products li.product .rq-card-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  margin: 0 0 17px;
  overflow: hidden;
  background: var(--rq-porcelain);
}

ul.products li.product img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

ul.products li.product img.rq-card-secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 220ms ease;
}

ul.products li.product:hover img.rq-card-secondary {
  opacity: 1;
}

ul.products li.product .woocommerce-loop-product__title {
  min-height: 46px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.25;
}

.rq-card-series {
  margin: 0 0 5px;
  color: var(--rq-green);
  font-size: 10px;
}

.rq-card-material {
  min-height: 40px;
  margin: 6px 0 8px;
  color: var(--rq-muted);
  font-size: 12px;
  line-height: 1.45;
}

.rq-card-set-meta {
  display: grid;
  min-height: 40px;
  gap: 3px;
  margin: 6px 0 8px;
  color: var(--rq-muted);
  font-size: 12px;
  line-height: 1.35;
}

.rq-card-set-meta span:last-child {
  color: var(--rq-ink);
  font-weight: 600;
}

.rq-card-set-meta .woocommerce-Price-amount {
  font-weight: 600;
}

ul.products li.product .star-rating {
  display: none;
}

ul.products li.product .price {
  display: block;
  min-height: 28px;
  margin: 0 0 12px;
  color: var(--rq-ink);
  font-size: 16px;
  font-weight: 750;
}

ul.products li.product .button {
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 11px 14px;
  border-color: var(--rq-line);
  background: transparent;
  color: var(--rq-ink);
  font-size: 12px;
}

ul.products li.product .button:hover {
  border-color: var(--rq-green);
  background: var(--rq-green);
  color: #fff;
}

.single-product .site-content {
  padding-top: 28px;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 68px;
}

.single-product div.product::before,
.single-product div.product::after {
  display: none;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  float: none;
  width: 100%;
  margin: 0;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery,
.storefront-full-width-content.single-product div.product .summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.single-product div.product .woocommerce-product-gallery {
  min-width: 0;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
  background: var(--rq-porcelain);
}

.single-product div.product .woocommerce-product-gallery__image {
  overflow: hidden;
  background: var(--rq-porcelain);
}

.single-product div.product .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.single-product div.product .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.single-product div.product .flex-control-thumbs::before,
.single-product div.product .flex-control-thumbs::after {
  display: none !important;
}

.single-product div.product .flex-control-thumbs li {
  float: none;
  width: 100%;
  margin: 0;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.single-product div.product .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid transparent;
  object-fit: cover;
}

.single-product div.product .flex-control-thumbs img.flex-active {
  border-color: var(--rq-green);
}

.single-product div.product .summary {
  position: sticky;
  top: 26px;
  align-self: start;
  padding-top: 4px;
}

.rq-series-label {
  color: var(--rq-green);
}

.single-product div.product .product_title {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.08;
}

.single-product div.product p.price {
  margin: 0 0 20px;
  color: var(--rq-ink);
  font-size: 25px;
  font-weight: 650;
}

.single-product .woocommerce-product-details__short-description {
  margin-bottom: 19px;
  color: var(--rq-muted);
  font-size: 15px;
}

.rq-summary-material {
  display: flex;
  gap: 10px;
  margin: 0 0 20px;
  padding: 13px 0;
  border-top: 1px solid var(--rq-line);
  border-bottom: 1px solid var(--rq-line);
  font-size: 13px;
}

.rq-summary-material strong {
  flex: 0 0 72px;
  color: var(--rq-green);
}

.rq-summary-material span {
  color: var(--rq-ink);
}

.rq-set-value {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 16px 0;
  border-top: 1px solid var(--rq-line);
  border-bottom: 1px solid var(--rq-line);
}

.rq-set-value > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.rq-set-value span,
.rq-set-value small {
  color: var(--rq-muted);
  font-size: 12px;
}

.rq-set-value strong {
  color: var(--rq-ink);
  font-size: 16px;
}

.rq-set-value > div:last-of-type strong {
  color: var(--rq-green);
  font-size: 20px;
}

.rq-included-in {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  margin: 22px 0 0;
  padding: 17px 0;
  border-top: 1px solid var(--rq-line);
  border-bottom: 1px solid var(--rq-line);
}

.rq-included-in strong {
  color: var(--rq-green);
  font-size: 12px;
}

.rq-included-in span,
.rq-included-in a {
  color: var(--rq-ink);
  font-size: 13px;
  line-height: 1.55;
}

.single-product form.cart {
  margin: 0 0 18px;
  padding: 0;
}

.single-product form.cart .quantity .qty {
  min-height: 48px;
  border: 1px solid var(--rq-line);
  border-radius: var(--rq-radius);
  background: var(--rq-paper);
  box-shadow: none;
}

.single-product form.cart .single_add_to_cart_button {
  min-height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  background: var(--rq-ink);
}

.single-product table.variations {
  margin: 0 0 18px;
}

.single-product table.variations th,
.single-product table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
}

.single-product table.variations th {
  margin-bottom: 7px;
  color: var(--rq-ink);
  font-size: 13px;
}

.single-product table.variations td {
  margin-bottom: 15px;
}

.single-product table.variations select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--rq-line);
  border-radius: var(--rq-radius);
  background: var(--rq-paper);
  box-shadow: none;
  color: var(--rq-ink);
}

.single-product .reset_variations {
  display: inline-block;
  margin-top: 7px;
  color: var(--rq-muted);
  font-size: 12px;
}

.rq-purchase-notes {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--rq-line);
  border-bottom: 1px solid var(--rq-line);
}

.rq-purchase-notes span {
  color: var(--rq-muted);
  font-size: 12px;
}

.rq-purchase-notes strong {
  color: var(--rq-ink);
}

.single-product .product_meta {
  margin-top: 16px;
  color: var(--rq-muted);
  font-size: 11px;
}

.woocommerce-tabs {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 70px;
  padding-top: 0;
  border-top: 1px solid var(--rq-line);
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  float: none;
  width: 100%;
  margin: 0;
  border: 0;
}

.storefront-full-width-content.single-product .woocommerce-tabs ul.tabs {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0 26px 0 0;
  border: 0;
}

.woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce-tabs ul.tabs li a {
  padding: 18px 0 13px;
  color: var(--rq-muted);
  font-size: 13px;
}

.woocommerce-tabs ul.tabs li.active a {
  border-bottom: 2px solid var(--rq-green);
  color: var(--rq-ink);
}

.woocommerce-tabs .panel {
  float: none;
  width: min(100%, 920px);
  margin: 0;
  padding: 42px 0 72px;
}

.storefront-full-width-content.single-product .woocommerce-tabs .panel {
  float: none !important;
  width: min(100%, 920px) !important;
  margin: 0 !important;
}

.woocommerce-tabs .panel > h2:first-child {
  display: none;
}

.rq-product-story h2,
.rq-material-passport h2 {
  margin: 42px 0 15px;
  font-size: 31px;
}

.rq-product-story h2:first-child {
  margin-top: 0;
}

.rq-product-story p {
  color: var(--rq-muted);
}

.rq-at-a-glance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
  border-top: 1px solid var(--rq-line);
  border-left: 1px solid var(--rq-line);
}

.rq-at-a-glance div {
  min-height: 104px;
  padding: 19px;
  border-right: 1px solid var(--rq-line);
  border-bottom: 1px solid var(--rq-line);
}

.rq-at-a-glance strong,
.rq-at-a-glance span {
  display: block;
}

.rq-at-a-glance strong {
  margin-bottom: 5px;
  color: var(--rq-green);
  font-size: 12px;
}

.rq-at-a-glance span {
  color: var(--rq-ink);
  font-size: 13px;
  line-height: 1.45;
}

.woocommerce-product-attributes {
  border-top: 1px solid var(--rq-line);
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--rq-line);
  background: transparent;
  font-size: 13px;
}

.related.products {
  grid-column: 1 / -1;
  margin-top: 20px;
  padding-top: 58px;
  border-top: 1px solid var(--rq-line);
}

.related.products > h2 {
  margin-bottom: 28px;
  font-size: 35px;
  text-align: left;
}

.related.products ul.products {
  margin-bottom: 26px;
}

.storefront-product-pagination {
  display: none;
}

.storefront-sticky-add-to-cart {
  border-top: 1px solid var(--rq-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -8px 30px rgba(23, 24, 22, 0.08);
}

.hentry .entry-content a:not(.button) {
  text-decoration: underline;
}

.rq-content-page {
  max-width: 900px;
}

.rq-content-page h2 {
  margin-top: 44px;
  font-size: 31px;
}

.rq-content-page h3 {
  margin-top: 30px;
  font-size: 23px;
}

.rq-content-page p,
.rq-content-page li {
  color: var(--rq-muted);
}

.rq-material-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0;
  border-top: 1px solid var(--rq-line);
  border-left: 1px solid var(--rq-line);
}

.rq-material-compare section {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--rq-line);
  border-bottom: 1px solid var(--rq-line);
}

.rq-material-compare h3 {
  margin: 0 0 9px;
  font-size: 22px;
}

.rq-footer {
  padding: 70px 0 24px;
  background: var(--rq-green-dark);
  color: rgba(255, 255, 255, 0.72);
}

.rq-footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 58px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.rq-footer h2,
.rq-footer h3 {
  color: #fff;
}

.rq-footer h2 {
  margin: 0 0 14px;
  font-size: 34px;
}

.rq-footer h3 {
  margin: 0 0 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 750;
}

.rq-footer p {
  max-width: 370px;
  margin: 0;
  font-size: 13px;
}

.rq-footer a,
.rq-footer span {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-decoration: none;
}

.rq-footer a:hover {
  color: #fff;
}

.site-footer .rq-footer a:not(.button):not(.components-button),
.site-footer .rq-footer span {
  color: rgba(255, 255, 255, 0.76) !important;
}

.site-footer .rq-footer h2,
.site-footer .rq-footer h3 {
  color: #fff !important;
}

.rq-footer-legal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  font-size: 11px;
}

.rq-footer-legal p {
  max-width: 700px;
  font-size: 11px;
}

.site-footer {
  padding: 0;
  background: var(--rq-green-dark);
}

.site-footer > .col-full {
  max-width: none;
  padding: 0;
}

.site-info {
  display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  border-left-color: var(--rq-green);
  border-radius: var(--rq-radius);
  background: var(--rq-porcelain);
  color: var(--rq-ink);
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout,
.woocommerce-account .woocommerce {
  font-size: 14px;
}

table:not(.has-background) th,
table:not(.has-background) tbody td {
  background: transparent;
}

@media (max-width: 1024px) {
  .rq-hero {
    min-height: 620px;
  }

  .rq-hero h1 {
    font-size: 56px;
  }

  .rq-collections,
  ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rq-collection:nth-child(4) {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rq-collection:nth-child(4) .rq-collection-media {
    aspect-ratio: 16 / 8;
  }

  .single-product div.product {
    gap: 42px;
  }

  .rq-footer-grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .col-full,
  .rq-home-shell {
    padding-right: 18px;
    padding-left: 18px;
  }

  .rq-announcement {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 11px;
  }

  .site-header {
    padding: 15px 0;
  }

  .site-header > .col-full {
    min-height: 38px;
  }

  .site-branding {
    width: calc(100% - 110px);
    margin: 0;
    text-align: left;
  }

  .site-branding .site-title {
    font-size: 28px;
  }

  .site-search {
    display: none;
  }

  .site-header-cart {
    display: block;
    position: absolute;
    z-index: 31;
    top: -1px;
    right: 56px;
    width: 44px;
    height: 40px;
    margin: 0;
  }

  .site-header-cart > li:first-child {
    height: 40px;
  }

  .site-header-cart .cart-contents {
    display: block;
    position: relative;
    width: 44px;
    height: 40px;
    padding: 0;
    overflow: visible;
    border: 1px solid var(--rq-line);
    border-radius: var(--rq-radius);
    color: var(--rq-ink);
    font-size: 0;
  }

  .site-header-cart .cart-contents::after {
    content: "\f291";
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 38px;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    font-weight: 900;
    line-height: 38px;
    text-align: center;
  }

  .site-header-cart .cart-contents .amount {
    display: none;
  }

  .site-header-cart .cart-contents .count {
    position: absolute;
    z-index: 1;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    padding: 0 3px;
    overflow: hidden;
    border: 2px solid var(--rq-paper);
    border-radius: 10px;
    background: var(--rq-burgundy);
    color: #fff;
    font: 700 10px/16px Inter, Arial, sans-serif;
    text-align: left;
    white-space: nowrap;
  }

  .site-header-cart .widget_shopping_cart,
  .storefront-handheld-footer-bar {
    display: none !important;
  }

  .storefront-primary-navigation {
    position: absolute;
    top: 42px;
    right: 18px;
    z-index: 30;
    border: 0;
    background: transparent;
  }

  .storefront-primary-navigation .col-full {
    display: block;
    padding: 0;
  }

  .main-navigation {
    width: auto;
  }

  button.menu-toggle {
    width: 44px;
    height: 40px;
    margin: 0;
    padding: 8px;
    overflow: hidden;
    border: 1px solid var(--rq-line);
    border-radius: var(--rq-radius);
    background: var(--rq-paper);
    color: var(--rq-ink);
    font-size: 0;
  }

  button.menu-toggle::before,
  button.menu-toggle::after,
  button.menu-toggle span::before {
    left: 11px;
    width: 20px;
  }

  .main-navigation.toggled .handheld-navigation {
    position: absolute;
    top: 48px;
    right: 0;
    width: min(340px, calc(100vw - 36px));
    max-height: calc(100vh - 116px);
    overflow-y: auto;
    border: 1px solid var(--rq-line);
    background: var(--rq-paper);
    box-shadow: 0 20px 42px rgba(23, 24, 22, 0.16);
  }

  .handheld-navigation ul.menu li a {
    padding: 13px 18px;
    color: var(--rq-ink);
    font-size: 14px;
  }

  .site-content {
    padding-top: 24px;
  }

  .woocommerce-breadcrumb {
    margin-bottom: 18px;
    overflow-wrap: anywhere;
  }

  .rq-hero {
    min-height: 610px;
    align-items: flex-end;
  }

  .rq-hero-media {
    object-position: 64% center;
  }

  .rq-hero-scrim {
    background: linear-gradient(180deg, rgba(16, 24, 21, 0.04) 20%, rgba(16, 24, 21, 0.78) 68%, rgba(16, 24, 21, 0.94) 100%);
  }

  .rq-hero-copy {
    max-width: 100%;
    padding: 52px 0 42px;
  }

  .rq-hero h1 {
    margin-bottom: 14px;
    font-size: 42px;
  }

  .rq-hero p {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .rq-hero-actions a {
    flex: 1 1 170px;
  }

  .rq-spec-strip .rq-home-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rq-spec-strip a,
  .rq-spec-strip span {
    min-height: 82px;
    padding: 16px;
    border-bottom: 1px solid var(--rq-line);
  }

  .rq-home-section {
    padding: 64px 0;
  }

  .rq-section-heading {
    display: block;
    margin-bottom: 26px;
  }

  .rq-section-heading h2,
  .rq-material-grid h2,
  .rq-editorial-copy h2 {
    margin-bottom: 14px;
    font-size: 34px;
  }

  .rq-collections,
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rq-collection:nth-child(4) {
    grid-column: auto;
    display: block;
  }

  .rq-collection:nth-child(4) .rq-collection-media {
    aspect-ratio: 4 / 5;
  }

  .rq-collection-copy {
    min-height: 142px;
    padding: 18px;
  }

  .rq-collection h3 {
    font-size: 23px;
  }

  .rq-material-grid,
  .rq-editorial {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rq-material-grid {
    gap: 38px;
  }

  .rq-editorial-media {
    min-height: 440px;
  }

  .rq-editorial-copy {
    padding: 44px 24px;
    border-top: 0;
    border-left: 1px solid var(--rq-line);
  }

  .rq-newsletter {
    padding: 42px 0;
  }

  .rq-newsletter .rq-home-shell {
    display: block;
  }

  .rq-newsletter h2 {
    font-size: 29px;
  }

  .rq-newsletter a {
    margin-top: 20px;
  }

  .woocommerce-products-header__title.page-title,
  .entry-title {
    font-size: 38px;
  }

  .storefront-sorting {
    align-items: flex-start;
  }

  .woocommerce-ordering {
    max-width: 56%;
  }

  .woocommerce-ordering select {
    max-width: 100%;
  }

  ul.products {
    gap: 34px 12px;
  }

  ul.products li.product .woocommerce-loop-product__title {
    min-height: 42px;
    font-size: 16px;
  }

  .rq-card-material {
    min-height: 54px;
    font-size: 11px;
  }

  ul.products li.product .price {
    font-size: 15px;
  }

  .single-product div.product {
    display: block;
  }

  .single-product div.product .summary {
    position: static;
    margin-top: 26px;
  }

  .single-product div.product .product_title {
    font-size: 32px;
  }

  .single-product div.product p.price {
    font-size: 22px;
  }

  .woocommerce-tabs {
    margin-top: 52px;
  }

  .woocommerce-tabs ul.tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
  }

  .woocommerce-tabs ul.tabs li {
    min-width: 0;
    margin: 0;
  }

  .woocommerce-tabs ul.tabs li a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 11px 5px 9px;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .woocommerce-tabs .panel {
    padding: 34px 0 54px;
  }

  .rq-at-a-glance {
    grid-template-columns: 1fr;
  }

  .rq-footer {
    padding-top: 52px;
  }

  .rq-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 26px;
  }

  .rq-footer-brand {
    grid-column: 1 / -1;
  }

  .rq-footer-legal {
    display: block;
  }

  .rq-footer-legal span {
    margin-top: 12px;
  }

  .rq-material-compare {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .rq-hero {
    min-height: 590px;
  }

  .rq-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rq-spec-strip .rq-home-shell {
    padding: 0;
  }

  .rq-spec-strip a,
  .rq-spec-strip span {
    padding: 14px 12px;
  }

  .rq-collection-copy {
    min-height: 154px;
    padding: 15px;
  }

  .rq-collection h3 {
    font-size: 21px;
  }

  .rq-collection p {
    font-size: 12px;
  }

  ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
  }

  .rq-card-material {
    min-height: 60px;
  }

  .rq-footer-grid {
    grid-template-columns: 1fr;
  }

  .rq-footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.rq-signature-section {
  background: var(--rq-porcelain);
}

.rq-signature-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: 28px;
  margin: 0 0 34px;
}

.rq-signature-intro-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 260px;
  padding: 30px;
  background: var(--rq-green-dark);
  color: #fff;
}

.rq-signature-intro-copy p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.rq-signature-intro-copy .rq-signature-more {
  margin-top: 24px;
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.rq-signature-intro-copy .rq-signature-more:hover {
  border-color: var(--rq-gold);
  background: var(--rq-gold);
  color: var(--rq-ink);
}

.rq-signature-scene {
  min-height: 260px;
  overflow: hidden;
  background: var(--rq-porcelain);
}

.rq-signature-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rq-signature-section ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}

.rq-signature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rq-signature-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-top: 1px solid var(--rq-line);
  background: var(--rq-paper);
}

.rq-signature-card-media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--rq-porcelain);
}

.rq-signature-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rq-signature-card-copy {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.rq-signature-card-copy h3 {
  margin: 5px 0 10px;
  font-size: 23px;
  line-height: 1.16;
}

.rq-signature-card-copy h3 a {
  color: var(--rq-ink);
  text-decoration: none;
}

.rq-signature-card-copy p {
  margin: 0 0 16px;
  color: var(--rq-muted);
  font-size: 13px;
  line-height: 1.55;
}

.rq-signature-card-price {
  margin-top: auto;
  margin-bottom: 15px;
  color: var(--rq-ink);
  font-size: 17px;
  font-weight: 700;
}

.rq-signature-card-copy .button,
.rq-signature-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid var(--rq-ink);
  border-radius: var(--rq-radius);
  background: var(--rq-ink);
  color: var(--rq-paper);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.rq-signature-card-copy .button:hover,
.rq-signature-more:hover {
  background: var(--rq-green);
  color: var(--rq-paper);
}

.rq-signature-more {
  margin-top: 28px;
}

.rq-signature-form {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--rq-line);
}

.rq-signature-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.rq-signature-form legend {
  margin-bottom: 13px;
  color: var(--rq-ink);
  font-size: 13px;
  font-weight: 700;
}

.rq-signature-components {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rq-line);
}

.rq-signature-components li {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--rq-line);
}

.rq-signature-components li > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.rq-signature-components a {
  color: var(--rq-ink);
  font-size: 13px;
  font-weight: 600;
}

.rq-signature-component-index {
  color: var(--rq-gold);
  font-size: 11px;
  font-weight: 700;
}

.rq-signature-components select {
  width: 150px;
  min-height: 38px;
  padding: 6px 28px 6px 9px;
  border: 1px solid var(--rq-line);
  border-radius: var(--rq-radius);
  background: var(--rq-paper);
  color: var(--rq-ink);
  font-size: 12px;
}

.rq-signature-fixed {
  color: var(--rq-muted);
  font-size: 11px;
}

.rq-signature-total {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  color: var(--rq-muted);
  font-size: 12px;
}

.rq-signature-total strong {
  color: var(--rq-ink);
  font-size: 20px;
}

.rq-signature-total small {
  color: var(--rq-green);
  font-size: 12px;
}

.rq-signature-note {
  margin: 14px 0 0;
  color: var(--rq-muted);
  font-size: 12px;
}

.rq-set-quantity {
  display: inline-block;
  min-width: 24px;
  text-align: center;
}

.rq-signature-included {
  margin-left: 0;
  padding-left: 18px;
}

.rq-signature-included li {
  margin: 0 0 10px;
}

.rq-signature-included li span {
  display: block;
  margin-top: 2px;
  color: var(--rq-muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .rq-signature-intro {
    grid-template-columns: 1fr;
  }

  .rq-signature-section ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rq-signature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .rq-signature-grid {
    grid-template-columns: 1fr;
  }

  .rq-signature-section ul.products {
    grid-template-columns: 1fr;
  }

  .rq-signature-intro-copy {
    min-height: 0;
    padding: 24px;
  }

  .rq-included-in {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .rq-signature-components li {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 13px 0;
  }

  .rq-signature-components select {
    width: 100%;
  }
}

/* Leather collection refinements */
.rq-hero {
  min-height: 720px;
}

.rq-hero h1 {
  max-width: 640px;
  font-size: clamp(56px, 7vw, 92px);
  letter-spacing: -0.035em;
}

.rq-hero p {
  max-width: 575px;
}

.rq-collection-media-paper {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(178, 138, 75, 0.16), transparent 32%),
    linear-gradient(145deg, #f4f3ef, #e8e3d9);
}

.rq-collection-initial {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(41, 70, 61, 0.4);
  border-radius: 50%;
  color: var(--rq-green);
  font-family: Newsreader, Georgia, serif;
  font-size: 64px;
  line-height: 1;
}

.rq-signature-band {
  background: #f3f0e9;
}

.rq-signature-band ul.products li.product {
  padding: 18px 18px 20px;
  border: 1px solid var(--rq-line);
  background: var(--rq-paper);
}

.rq-signature-band ul.products li.product .rq-card-media {
  margin: -18px -18px 17px;
}

.rq-signature-band ul.products li.product .button {
  background: var(--rq-ink);
  color: #fff;
}

.rq-signature-band ul.products li.product .button:hover {
  background: var(--rq-green);
}

.rq-content-page > h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
}

.rq-content-page > p {
  max-width: 720px;
}

.rq-content-page > h2 {
  margin-top: 42px;
  font-size: 30px;
}

.rq-content-page .rq-section-kicker {
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .rq-hero {
    min-height: 620px;
  }

  .rq-hero h1 {
    font-size: clamp(50px, 11vw, 74px);
  }
}

@media (max-width: 600px) {
  .rq-hero {
    min-height: 600px;
  }

  .rq-hero h1 {
    font-size: 54px;
  }

  .rq-signature-band ul.products li.product {
    padding: 14px 14px 16px;
  }

  .rq-signature-band ul.products li.product .rq-card-media {
    margin: -14px -14px 15px;
  }
}
