:root {
  --shop-black: #020202;
  --shop-ink: #eeece4;
  --shop-rule: rgba(238, 236, 228, 0.13);
  --shop-muted: rgba(238, 236, 228, 0.64);
  --shop-width: min(1180px, calc(100vw - 48px));
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--shop-black);
}

body {
  overflow-x: hidden;
}

#dr.dr-route-shop {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--shop-black);
  color: var(--shop-ink);
  font-family: Inter, Arial, sans-serif;
}

#dr.dr-route-shop *,
#dr.dr-route-shop *::before,
#dr.dr-route-shop *::after {
  box-sizing: border-box;
}

#dr.dr-route-shop a {
  color: inherit;
  text-decoration: none;
}

#dr.dr-route-shop .w,
#dr.dr-route-shop .dr-shop-wrap {
  width: var(--shop-width);
  margin-right: auto;
  margin-left: auto;
}

#dr.dr-route-shop .top {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--shop-rule);
  background: rgba(2, 2, 2, 0.9);
  backdrop-filter: blur(18px);
}

#dr.dr-route-shop .nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  min-height: 68px;
}

#dr.dr-route-shop .brand,
#dr.dr-route-shop .brand img {
  display: block;
}

#dr.dr-route-shop .brand img {
  width: 132px;
  height: auto;
  opacity: 0.9;
}

#dr.dr-route-shop .ix {
  display: flex;
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  justify-self: end;
}

#dr.dr-route-shop .ix a {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
  align-items: center;
  padding: 8px 0 13px;
  color: rgba(238, 236, 228, 0.42);
  font: 850 10px/1 Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#dr.dr-route-shop .ix a.on {
  color: var(--shop-ink);
}

#dr.dr-route-shop .ix i {
  color: rgba(238, 236, 228, 0.28);
  font-style: normal;
}

#dr.dr-route-shop .dr-menu-toggle {
  display: none;
}

#dr.dr-route-shop .dr-shop-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 520px;
  padding: 82px 0 70px;
  border-bottom: 1px solid var(--shop-rule);
  overflow: hidden;
}

#dr.dr-route-shop .dr-shop-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.021) 1px, transparent 1px);
  background-size: 92px 92px;
  content: "";
  opacity: 0.42;
}

#dr.dr-route-shop .dr-shop-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 244px;
  gap: 64px;
  align-items: end;
}

#dr.dr-route-shop .dr-shop-eyebrow,
#dr.dr-route-shop .dr-shop-section-label,
#dr.dr-route-shop .dr-shop-product-index,
#dr.dr-route-shop .dr-shop-format,
#dr.dr-route-shop .dr-shop-status {
  font: 900 11px/1.2 Arial, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-eyebrow,
#dr.dr-route-shop .dr-shop-section-label {
  color: rgba(238, 236, 228, 0.47);
}

#dr.dr-route-shop .dr-shop-eyebrow {
  margin-bottom: 20px;
}

#dr.dr-route-shop h1 {
  max-width: 940px;
  margin: 0;
  font: 950 72px/0.92 Inter, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(238, 236, 228, 0.72);
  font-size: 17px;
  line-height: 1.66;
}

#dr.dr-route-shop .dr-shop-collection-link {
  display: inline-flex;
  justify-content: space-between;
  gap: 34px;
  align-items: center;
  min-height: 44px;
  margin-top: 26px;
  padding: 0 17px;
  border: 1px solid rgba(238, 236, 228, 0.3);
  font: 900 10px/1 Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-side {
  padding-left: 28px;
  border-left: 1px solid rgba(238, 236, 228, 0.15);
}

#dr.dr-route-shop .dr-shop-side p {
  margin: 0 0 22px;
  color: rgba(238, 236, 228, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

#dr.dr-route-shop .dr-shop-side p:last-child {
  margin-bottom: 0;
}

#dr.dr-route-shop .dr-shop-side b {
  display: block;
  margin-bottom: 8px;
  color: var(--shop-ink);
  font: 900 10px/1 Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-philosophy {
  scroll-margin-top: 68px;
  padding: 76px 0 0;
  background: var(--shop-ink);
  color: #050505;
}

#dr.dr-route-shop .dr-shop-philosophy-head {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
  padding-bottom: 48px;
}

#dr.dr-route-shop .dr-shop-philosophy .dr-shop-section-label {
  padding-top: 8px;
  color: rgba(5, 5, 5, 0.46);
}

#dr.dr-route-shop .dr-shop-philosophy h2 {
  max-width: 870px;
  margin: 0;
  font: 950 54px/0.96 Inter, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-philosophy-head p {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(5, 5, 5, 0.68);
  font-size: 17px;
  line-height: 1.7;
}

#dr.dr-route-shop .dr-shop-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(5, 5, 5, 0.2);
  border-left: 1px solid rgba(5, 5, 5, 0.2);
}

#dr.dr-route-shop .dr-shop-principles article {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid rgba(5, 5, 5, 0.2);
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
}

#dr.dr-route-shop .dr-shop-principles span {
  color: rgba(5, 5, 5, 0.42);
  font: 900 9px/1.2 Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-principles h3 {
  max-width: 300px;
  margin: 52px 0 0;
  font: 800 22px/1.08 Inter, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-principles p {
  max-width: 300px;
  margin: 16px 0 0;
  color: rgba(5, 5, 5, 0.64);
  font-size: 14px;
  line-height: 1.62;
}

#dr.dr-route-shop .dr-shop-philosophy-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  min-height: 88px;
  border-left: 1px solid rgba(5, 5, 5, 0.2);
  border-right: 1px solid rgba(5, 5, 5, 0.2);
}

#dr.dr-route-shop .dr-shop-philosophy-bridge p {
  margin: 0;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}

#dr.dr-route-shop .dr-shop-philosophy-bridge a {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  align-items: center;
  min-width: 260px;
  min-height: 88px;
  padding: 0 28px;
  border-left: 1px solid rgba(5, 5, 5, 0.2);
  font: 900 10px/1 Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-toolbar {
  border-bottom: 1px solid var(--shop-rule);
  background: rgba(255, 255, 255, 0.015);
}

#dr.dr-route-shop .dr-shop-toolbar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  border-left: 1px solid var(--shop-rule);
  border-right: 1px solid var(--shop-rule);
}

#dr.dr-route-shop .dr-shop-filters,
#dr.dr-route-shop .dr-shop-utility {
  display: flex;
  align-items: center;
}

#dr.dr-route-shop .dr-shop-filters a,
#dr.dr-route-shop .dr-shop-utility span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 20px;
  border-right: 1px solid var(--shop-rule);
  color: rgba(238, 236, 228, 0.64);
  font: 850 10px/1.25 Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-filters a {
  transition: color 160ms ease, background 160ms ease;
}

#dr.dr-route-shop .dr-shop-filters a:hover,
#dr.dr-route-shop .dr-shop-filters a:focus-visible,
#dr.dr-route-shop .dr-shop-filters a.is-active {
  background: rgba(238, 236, 228, 0.06);
  color: var(--shop-ink);
}

#dr.dr-route-shop .dr-shop-utility span {
  color: rgba(238, 236, 228, 0.42);
}

#dr.dr-route-shop .dr-shop-utility span:last-child {
  border-right: 0;
}

#dr.dr-route-shop .dr-shop-products {
  padding: 64px 0 76px;
  background: var(--shop-ink);
  color: #050505;
}

#dr.dr-route-shop #individuals,
#dr.dr-route-shop #companies {
  scroll-margin-top: 112px;
}

#dr.dr-route-shop .dr-shop-products-head {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
  margin-bottom: 34px;
}

#dr.dr-route-shop .dr-shop-products .dr-shop-section-label {
  padding-top: 8px;
  color: rgba(5, 5, 5, 0.48);
}

#dr.dr-route-shop .dr-shop-products h2 {
  margin: 0;
  letter-spacing: 0;
}

#dr.dr-route-shop .dr-shop-products h2 {
  max-width: 830px;
  font: 950 48px/0.96 Inter, Arial, sans-serif;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-products-intro {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(5, 5, 5, 0.65);
  font-size: 16px;
  line-height: 1.7;
}

#dr.dr-route-shop .dr-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(5, 5, 5, 0.2);
  border-left: 1px solid rgba(5, 5, 5, 0.2);
}

#dr.dr-route-shop .dr-shop-product {
  display: flex;
  flex-direction: column;
  align-self: start;
  min-height: 468px;
  padding: 30px 28px 28px;
  border-right: 1px solid rgba(5, 5, 5, 0.2);
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
}

#dr.dr-route-shop .dr-shop-product-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

#dr.dr-route-shop .dr-shop-product-index,
#dr.dr-route-shop .dr-shop-format,
#dr.dr-route-shop .dr-shop-status {
  color: rgba(5, 5, 5, 0.46);
}

#dr.dr-route-shop .dr-shop-price {
  margin: 9px 0 0;
  font: 950 40px/0.9 Inter, Arial, sans-serif;
  letter-spacing: 0;
}

#dr.dr-route-shop .dr-shop-price small {
  margin-left: 7px;
  font: 800 9px/1 Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-product h3 {
  min-height: 76px;
  margin: 34px 0 0;
  font: 800 27px/1.05 Inter, Arial, sans-serif;
  letter-spacing: 0;
}

#dr.dr-route-shop .dr-shop-product-copy {
  margin: 20px 0 0;
  color: rgba(5, 5, 5, 0.66);
  font-size: 14.5px;
  line-height: 1.68;
}

#dr.dr-route-shop .dr-shop-price-row {
  margin-top: auto;
  padding-top: 30px;
}

#dr.dr-route-shop .dr-shop-details {
  margin-top: 22px;
  border-top: 1px solid rgba(5, 5, 5, 0.2);
}

#dr.dr-route-shop .dr-shop-details summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 52px;
  cursor: pointer;
  list-style: none;
  font: 900 10px/1 Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-details summary::-webkit-details-marker {
  display: none;
}

#dr.dr-route-shop .dr-shop-details summary i::before {
  content: "+";
  font: 400 20px/1 Arial, sans-serif;
}

#dr.dr-route-shop .dr-shop-details[open] summary i::before {
  content: "−";
}

#dr.dr-route-shop .dr-shop-details-body {
  padding: 18px 0 2px;
  border-top: 1px solid rgba(5, 5, 5, 0.13);
}

#dr.dr-route-shop .dr-shop-detail-label {
  color: rgba(5, 5, 5, 0.46);
  font: 900 9px/1 Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-includes {
  display: grid;
  margin: 14px 0 0;
  padding: 0;
  border-top: 1px solid rgba(5, 5, 5, 0.13);
  list-style: none;
}

#dr.dr-route-shop .dr-shop-includes li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.13);
  color: rgba(5, 5, 5, 0.64);
  font-size: 12px;
  line-height: 1.42;
}

#dr.dr-route-shop .dr-shop-includes li::before {
  margin-right: 8px;
  color: rgba(5, 5, 5, 0.35);
  content: "/";
}

#dr.dr-route-shop .dr-shop-details-body p {
  margin: 18px 0 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: 12.5px;
  line-height: 1.58;
}

#dr.dr-route-shop .dr-shop-details-body b {
  color: #050505;
}

#dr.dr-route-shop .dr-shop-details-body > a {
  display: inline-flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid rgba(5, 5, 5, 0.48);
  font: 900 10px/1 Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-company-products {
  border-top: 1px solid var(--shop-rule);
  background: var(--shop-black);
  color: var(--shop-ink);
}

#dr.dr-route-shop .dr-shop-company-products .dr-shop-section-label {
  color: rgba(238, 236, 228, 0.47);
}

#dr.dr-route-shop .dr-shop-company-products h2,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-details-body b {
  color: var(--shop-ink);
}

#dr.dr-route-shop .dr-shop-company-products .dr-shop-products-intro,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-product-copy,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-details-body p,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-includes li {
  color: rgba(238, 236, 228, 0.64);
}

#dr.dr-route-shop .dr-shop-company-products .dr-shop-product-grid {
  border-top-color: var(--shop-rule);
  border-left-color: var(--shop-rule);
}

#dr.dr-route-shop .dr-shop-company-products .dr-shop-product {
  border-right-color: var(--shop-rule);
  border-bottom-color: var(--shop-rule);
}

#dr.dr-route-shop .dr-shop-company-products .dr-shop-product-index,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-format,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-status,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-detail-label {
  color: rgba(238, 236, 228, 0.46);
}

#dr.dr-route-shop .dr-shop-company-products .dr-shop-details,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-details-body,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-includes,
#dr.dr-route-shop .dr-shop-company-products .dr-shop-includes li {
  border-color: rgba(238, 236, 228, 0.14);
}

#dr.dr-route-shop .dr-shop-company-products .dr-shop-includes li::before {
  color: rgba(238, 236, 228, 0.35);
}

#dr.dr-route-shop .dr-shop-company-products .dr-shop-details-body > a {
  border-color: rgba(238, 236, 228, 0.42);
}

#dr.dr-route-shop .dr-shop-company-rate {
  margin-top: 9px;
  font: 950 24px/1 Inter, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-assurance {
  border-bottom: 1px solid var(--shop-rule);
}

#dr.dr-route-shop .dr-shop-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--shop-rule);
}

#dr.dr-route-shop .dr-shop-assurance-grid > div {
  min-height: 180px;
  padding: 30px 28px;
  border-right: 1px solid var(--shop-rule);
}

#dr.dr-route-shop .dr-shop-assurance span {
  color: rgba(238, 236, 228, 0.34);
  font: 900 9px/1 Arial, sans-serif;
  letter-spacing: 0.14em;
}

#dr.dr-route-shop .dr-shop-assurance h2 {
  max-width: 280px;
  margin: 34px 0 0;
  font: 900 17px/1.15 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-shop-assurance p {
  max-width: 300px;
  margin: 12px 0 0;
  color: var(--shop-muted);
  font-size: 13px;
  line-height: 1.55;
}

#dr.dr-route-shop footer.dr-mobile-unified-footer {
  display: block;
  width: 100%;
  padding: 36px 0 20px;
  overflow: hidden;
  border-top: 1px solid rgba(238, 236, 228, 0.16);
  background: var(--shop-black);
  color: var(--shop-ink);
  font-family: Arial, sans-serif;
}

#dr.dr-route-shop .dr-mf-wrap {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  column-gap: 72px;
  width: var(--shop-width);
  margin: 0 auto;
}

#dr.dr-route-shop .dr-mf-logo {
  display: block;
  grid-column: 1;
  grid-row: 1;
  width: 132px;
  height: 18px;
  overflow: hidden;
}

#dr.dr-route-shop .dr-mf-logo img {
  display: block;
  width: 146px;
  max-width: none;
  height: auto;
  transform: translate(-7px, -4px);
}

#dr.dr-route-shop .dr-mf-tag {
  grid-column: 1;
  grid-row: 2;
  margin: 5px 0 0;
  color: rgba(238, 236, 228, 0.62);
  font: 600 11px/1.3 Arial, sans-serif;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-mf-contact {
  display: flex;
  grid-column: 2;
  grid-row: 1 / 3;
  align-items: center;
  padding-left: 36px;
  border-left: 1px solid rgba(238, 236, 228, 0.14);
}

#dr.dr-route-shop .dr-mf-email {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  width: 100%;
  font: 600 22px/1.2 Arial, sans-serif;
}

#dr.dr-route-shop .dr-mf-email i,
#dr.dr-route-shop .dr-mf-socials i {
  font-style: normal;
}

#dr.dr-route-shop .dr-mf-socials {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 3;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  border-top: 1px solid rgba(238, 236, 228, 0.18);
  border-bottom: 1px solid rgba(238, 236, 228, 0.18);
}

#dr.dr-route-shop .dr-mf-socials a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-mf-socials a:not(:last-child) {
  border-right: 1px solid rgba(238, 236, 228, 0.14);
}

#dr.dr-route-shop .dr-mf-socials a:first-child {
  padding-left: 0;
}

#dr.dr-route-shop .dr-mf-socials a:last-child {
  padding-right: 0;
}

#dr.dr-route-shop .dr-mf-socials i {
  color: rgba(238, 236, 228, 0.56);
}

#dr.dr-route-shop .dr-mf-links {
  display: grid;
  grid-column: 1;
  grid-row: 4;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(238, 236, 228, 0.11);
}

#dr.dr-route-shop .dr-mf-links a {
  color: rgba(238, 236, 228, 0.46);
  font: 700 10px/1.3 Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#dr.dr-route-shop .dr-mf-links a:last-child {
  text-align: right;
}

#dr.dr-route-shop .dr-mf-copy {
  display: flex;
  grid-column: 2;
  grid-row: 4;
  justify-content: flex-end;
  align-items: center;
  margin: 16px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid rgba(238, 236, 228, 0.11);
  color: rgba(238, 236, 228, 0.32);
  font: 700 9px/1.5 Arial, sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  #dr.dr-route-shop h1 {
    font-size: 64px;
  }

  #dr.dr-route-shop .dr-shop-product h3 {
    font-size: 26px;
  }
}

@media (max-width: 860px) {
  :root {
    --shop-width: calc(100vw - 32px);
  }

  #dr.dr-route-shop .nav {
    grid-template-columns: minmax(0, 1fr) 44px;
    grid-template-rows: 68px;
    gap: 0;
    min-height: 68px;
    height: 68px;
  }

  #dr.dr-route-shop .brand {
    display: flex;
    align-items: center;
    width: 126px;
    height: 68px;
  }

  #dr.dr-route-shop .brand img {
    width: 126px;
  }

  #dr.dr-route-shop .ix {
    display: none;
  }

  #dr.dr-route-shop .dr-menu-toggle {
    display: grid;
    grid-column: 2;
    grid-row: 1;
    place-items: center;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--shop-ink);
  }

  #dr.dr-route-shop .dr-menu-toggle b {
    display: grid;
    gap: 4px;
  }

  #dr.dr-route-shop .dr-menu-toggle span {
    display: block;
    width: 19px;
    height: 1px;
    background: currentColor;
  }

  #dr.dr-route-shop .nav.dr-menu-open > .ix {
    position: fixed;
    z-index: 10000;
    inset: 68px 0 auto;
    display: grid;
    grid-template: repeat(6, 54px) / 1fr;
    align-content: start;
    width: 100vw;
    height: calc(100dvh - 68px);
    padding: 8px 16px 24px;
    border-top: 1px solid rgba(238, 236, 228, 0.18);
    background: var(--shop-black);
  }

  #dr.dr-route-shop .nav.dr-menu-open > .ix a {
    display: grid;
    grid-template-columns: 28px 1fr;
    height: 54px;
    padding: 0 2px;
    font-size: 14px;
  }

  #dr.dr-route-shop .dr-shop-hero {
    min-height: 0;
    padding: 50px 0 48px;
  }

  #dr.dr-route-shop .dr-shop-hero-grid,
  #dr.dr-route-shop .dr-shop-products-head,
  #dr.dr-route-shop .dr-shop-philosophy-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  #dr.dr-route-shop h1 {
    max-width: 560px;
    font-size: 46px;
    line-height: 0.94;
  }

  #dr.dr-route-shop .dr-shop-lead {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.62;
  }

  #dr.dr-route-shop .dr-shop-side {
    padding: 24px 0 0;
    border-top: 1px solid var(--shop-rule);
    border-left: 0;
  }

  #dr.dr-route-shop .dr-shop-philosophy {
    padding-top: 54px;
  }

  #dr.dr-route-shop .dr-shop-philosophy-head {
    padding-bottom: 36px;
  }

  #dr.dr-route-shop .dr-shop-philosophy h2 {
    font-size: 39px;
    line-height: 0.98;
  }

  #dr.dr-route-shop .dr-shop-philosophy-head p {
    font-size: 15px;
    line-height: 1.65;
  }

  #dr.dr-route-shop .dr-shop-principles {
    grid-template-columns: minmax(0, 1fr);
  }

  #dr.dr-route-shop .dr-shop-principles article {
    min-height: 0;
    padding: 24px 22px 26px;
  }

  #dr.dr-route-shop .dr-shop-principles h3 {
    max-width: 340px;
    margin-top: 30px;
    font-size: 20px;
  }

  #dr.dr-route-shop .dr-shop-principles p {
    max-width: 420px;
  }

  #dr.dr-route-shop .dr-shop-philosophy-bridge {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
  }

  #dr.dr-route-shop .dr-shop-philosophy-bridge p {
    padding: 24px 22px;
    font-size: 15px;
  }

  #dr.dr-route-shop .dr-shop-philosophy-bridge a {
    min-width: 0;
    min-height: 56px;
    padding: 0 22px;
    border-top: 1px solid rgba(5, 5, 5, 0.2);
    border-left: 0;
  }

  #dr.dr-route-shop .dr-shop-toolbar-grid {
    grid-template-columns: minmax(0, 1fr);
    border-right: 1px solid var(--shop-rule);
  }

  #dr.dr-route-shop .dr-shop-filters {
    overflow-x: auto;
    border-bottom: 1px solid var(--shop-rule);
    scrollbar-width: none;
  }

  #dr.dr-route-shop .dr-shop-filters::-webkit-scrollbar {
    display: none;
  }

  #dr.dr-route-shop .dr-shop-filters a,
  #dr.dr-route-shop .dr-shop-utility span {
    flex: 0 0 auto;
    min-height: 50px;
    padding: 0 15px;
    font-size: 9px;
  }

  #dr.dr-route-shop .dr-shop-utility {
    justify-content: space-between;
  }

  #dr.dr-route-shop .dr-shop-utility span {
    flex: 1 1 50%;
  }

  #dr.dr-route-shop .dr-shop-products h2 {
    font-size: 40px;
    line-height: 0.97;
  }

  #dr.dr-route-shop .dr-shop-products-intro {
    font-size: 15px;
    line-height: 1.62;
  }

  #dr.dr-route-shop .dr-shop-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #dr.dr-route-shop .dr-shop-product {
    min-height: 0;
    padding: 26px 22px;
  }

  #dr.dr-route-shop .dr-shop-product h3 {
    min-height: 0;
    font-size: 29px;
  }

  #dr.dr-route-shop .dr-shop-price-row {
    margin-top: 28px;
    padding-top: 0;
  }

  #dr.dr-route-shop .dr-shop-company-rate {
    font-size: 22px;
  }

  #dr.dr-route-shop .dr-shop-assurance-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #dr.dr-route-shop .dr-shop-assurance-grid > div {
    min-height: 0;
    padding: 24px 22px;
    border-bottom: 1px solid var(--shop-rule);
  }

  #dr.dr-route-shop .dr-shop-assurance h2 {
    margin-top: 22px;
  }

  #dr.dr-route-shop .dr-shop-assurance p {
    max-width: 420px;
  }

  #dr.dr-route-shop .dr-mf-wrap {
    display: block;
    width: var(--shop-width);
  }

  #dr.dr-route-shop .dr-mf-contact {
    display: block;
    margin-top: 22px;
    padding: 0;
    border-left: 0;
  }

  #dr.dr-route-shop .dr-mf-email {
    font-size: 17px;
  }

  #dr.dr-route-shop .dr-mf-socials {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 22px;
  }

  #dr.dr-route-shop .dr-mf-socials a {
    min-height: 46px;
    padding: 0 12px;
    font-size: 9px;
  }

  #dr.dr-route-shop .dr-mf-links {
    margin-top: 14px;
    padding-top: 0;
    border-top: 0;
  }

  #dr.dr-route-shop .dr-mf-copy {
    display: block;
    margin-top: 10px;
    padding-top: 12px;
  }
}

@media (max-width: 370px) {
  #dr.dr-route-shop h1 {
    font-size: 40px;
  }

  #dr.dr-route-shop .dr-mf-email {
    font-size: 15px;
  }
}
