/*
Theme Name: RKN by Rakin
Theme URI: https://pagestrategist.com/
Author: Page Strategist
Author URI: https://pagestrategist.com/
Description: A premium WooCommerce theme for RKN by Rakin, built for refined apparel, custom tailoring, perfume oils, dynamic product selections, editable brand content, and a polished storefront experience.
Version: 1.0.0
Text Domain: rkn-stitch
*/

html {
  scroll-behavior: smooth;
}

body {
  background: #f9f9f7;
  color: #1a1c1b;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  margin: 0;
}

h1,
h2,
h3,
h4,
.font-display-lg,
.font-headline-md,
.font-headline-sm {
  color: #0f253a;
  font-family: "Cormorant Garamond", Georgia, serif;
}

h1,
.font-display-lg {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.03;
}

h2,
.font-headline-md {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.12;
}

h3,
.font-headline-sm {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

p,
.font-body-md {
  color: inherit;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.font-body-lg {
  font-size: 20px;
  line-height: 1.68;
}

.font-body-sm {
  font-size: 15px;
  line-height: 1.58;
}

.font-label-caps {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.rkn-stars {
  align-items: center;
  color: #A48E6D;
  display: inline-flex;
  gap: 2px;
}

.rkn-stars .material-symbols-outlined {
  color: #A48E6D;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24 !important;
}

.rkn-stars .is-empty {
  color: #c4c6cd;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24 !important;
}

.rkn-star-sm .material-symbols-outlined {
  font-size: 20px;
}

.rkn-star-md .material-symbols-outlined {
  font-size: 24px;
}

.rkn-star-lg .material-symbols-outlined {
  font-size: 30px;
}

.hero-gradient {
  background: linear-gradient(to right, rgba(249, 249, 247, .98) 0%, rgba(249, 249, 247, .88) 32%, rgba(249, 249, 247, .12) 62%, rgba(249, 249, 247, 0) 100%);
}

.rkn-home-hero {
  margin-top: 0;
}

body > header + main,
body > header + main > section:first-child {
  margin-top: 0;
}

.rkn-story-hero {
  height: 520px;
  margin-top: 0;
}

.rkn-story-hero h1,
.rkn-story-hero h2,
.rkn-story-hero h3,
.rkn-story-hero h4 {
  color: #fff;
}

.rkn-story-hero h1 {
  margin-bottom: 0;
  text-shadow: 0 14px 42px rgba(0, 0, 0, .34);
}

.rkn-story-hero .bg-primary\/30 {
  background-color: rgba(15, 37, 58, .46);
}

.rkn-story-intro,
.rkn-story-process,
.rkn-story-values {
  padding-bottom: 72px;
  padding-top: 72px;
}

.rkn-story-process-grid {
  height: 640px;
}

.rkn-story-cta {
  padding-bottom: 84px;
  padding-top: 84px;
}

.rkn-dark-section h1,
.rkn-dark-section h2,
.rkn-dark-section h3,
.rkn-dark-section h4 {
  color: #fff;
}

.rkn-dark-section p {
  color: rgba(255, 255, 255, .72);
}

.rkn-announcement {
  min-height: 32px;
}

.rkn-marquee-track {
  align-items: center;
  animation: rkn-marquee 24s linear infinite;
  display: flex;
  gap: 96px;
  white-space: nowrap;
  width: max-content;
}

@keyframes rkn-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.rkn-search-panel {
  background: #f9f9f7;
  border-top: 1px solid #c4c6cd;
  box-shadow: 0 20px 50px rgba(15, 37, 58, .08);
}

.rkn-search-results-form {
  display: flex;
  gap: 12px;
  max-width: 720px;
}

.rkn-live-search-form {
  position: relative;
}

.rkn-live-search-field {
  flex: 1;
  min-width: 0;
  position: relative;
}

.rkn-live-search-field input {
  width: 100%;
}

.rkn-live-search-results {
  background: #fff;
  border: 1px solid #c4c6cd;
  box-shadow: 0 18px 48px rgba(15, 37, 58, .14);
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 70;
}

.rkn-live-search-results[hidden] {
  display: none;
}

.rkn-live-search-item {
  align-items: center;
  border-bottom: 1px solid #eceef2;
  color: #0f253a;
  display: flex;
  gap: 12px;
  padding: 10px;
}

.rkn-live-search-item:hover,
.rkn-live-search-view-all:hover {
  background: #f4f1ec;
}

.rkn-live-search-item img {
  background: #eeeeec;
  height: 58px;
  object-fit: cover;
  width: 46px;
}

.rkn-live-search-item strong {
  display: block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.rkn-live-search-item small {
  color: #74777d;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.rkn-live-search-empty,
.rkn-live-search-view-all {
  display: block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  padding: 12px;
}

.rkn-live-search-view-all {
  color: #0f253a;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.rkn-legal-content h1 {
  color: #0f253a;
  margin: 0 0 24px;
}

.rkn-legal-content h2,
.rkn-legal-content h3 {
  border-top: 1px solid #c4c6cd;
  color: #0f253a;
  margin: 40px 0 14px;
  padding-top: 28px;
}

.rkn-legal-content p,
.rkn-legal-content li {
  color: #74777d;
  font-family: "Manrope", system-ui, sans-serif;
}

.rkn-legal-content ul,
.rkn-legal-content ol {
  padding-left: 1.25rem;
}

.rkn-search-empty {
  align-items: center;
  background: #f4f4f2;
  display: flex;
  flex-direction: column;
  padding: 56px 24px;
  text-align: center;
}

.rkn-search-empty .material-symbols-outlined {
  color: #A48E6D;
  font-size: 42px;
}

.rkn-search-empty h2 {
  color: #0f253a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  margin-top: 16px;
}

.rkn-search-empty p {
  color: #5d6670;
  margin: 8px 0 22px;
}

.rkn-search-empty a {
  background: #0f253a;
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  padding: 15px 28px;
  text-transform: uppercase;
}

.rkn-category-filter {
  border-top: 1px solid #d9d6ce;
}

.rkn-header-menu {
  align-items: center;
  display: flex;
  gap: 36px;
  height: 100%;
  justify-content: center;
}

.rkn-header-menu > li {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}

.rkn-header-menu a {
  color: #0f253a;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s ease;
}

.rkn-header-menu a:hover,
.rkn-header-menu .current-menu-item > a,
.rkn-header-menu .current-menu-parent > a {
  color: #A48E6D;
}

.rkn-header-menu .sub-menu {
  background: #f9f9f7;
  border: 1px solid #c4c6cd;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  left: 50%;
  min-width: 220px;
  opacity: 0;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 30;
}

.rkn-header-menu > li:hover > .sub-menu,
.rkn-header-menu > li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.rkn-header-menu .sub-menu a {
  display: block;
  padding: 12px 20px;
}

.rkn-header-menu .sub-menu a:hover {
  background: #f4f4f2;
}

.rkn-mobile-menu-list {
  display: grid;
  gap: 0;
}

.rkn-mobile-menu-list > li {
  border-bottom: 1px solid rgba(196, 198, 205, .5);
  padding: 8px 0;
}

.rkn-mobile-menu-list a {
  color: #0f253a;
  display: block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.3;
  padding: 8px 0;
  text-transform: uppercase;
}

.rkn-mobile-menu-list .sub-menu {
  display: grid;
  gap: 0;
  padding: 0 0 6px 16px;
}

.rkn-mobile-menu-list .sub-menu a {
  color: #43474d;
  font-size: 11px;
}

.rkn-footer-menu a {
  color: rgba(255, 255, 255, .7);
  display: inline-block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.58;
  transition: color .2s ease;
}

.rkn-footer-menu a:hover,
.rkn-footer-menu .current-menu-item > a {
  color: #fff;
}

.rkn-category-filter-title {
  font-size: 16px;
  letter-spacing: .14em;
  line-height: 1.25;
}

.rkn-shop-layout {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.rkn-shop-sidebar {
  flex-shrink: 0;
  width: 100%;
}

.rkn-shop-products {
  flex: 1;
  min-width: 0;
  position: relative;
  transition: opacity .18s ease;
}

.rkn-shop-products.is-loading {
  opacity: .55;
  pointer-events: none;
}

.rkn-shop-toolbar {
  gap: 16px;
}

.rkn-shop-sorting {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.rkn-shop-sorting select {
  appearance: none;
  background: #fff;
  border: 1px solid #c4c6cd;
  color: #0f253a;
  cursor: pointer;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  min-height: 42px;
  min-width: 210px;
  padding: 0 42px 0 16px;
  text-transform: uppercase;
}

.rkn-shop-sorting select:focus {
  border-color: #0f253a;
  outline: 2px solid rgba(15, 37, 58, .12);
  outline-offset: 0;
}

.rkn-shop-sorting .material-symbols-outlined {
  color: #0f253a;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 12px;
}

.rkn-category-group {
  border-bottom: 1px solid #d9d6ce;
}

.rkn-category-parent {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-height: 46px;
}

.rkn-category-parent a,
.rkn-category-children a {
  color: #43474d;
  display: flex;
  flex: 1;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  justify-content: space-between;
  line-height: 1.35;
}

.rkn-category-parent.is-active a,
.rkn-category-children a.is-active,
.rkn-category-parent a:hover,
.rkn-category-children a:hover {
  color: #0f253a;
  font-weight: 700;
}

.rkn-category-parent span,
.rkn-category-children span {
  color: #74777d;
  font-size: 12px;
  font-weight: 500;
}

.rkn-category-toggle {
  align-items: center;
  color: #0f253a;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.rkn-category-toggle .material-symbols-outlined {
  font-size: 20px;
  transition: transform .2s ease;
}

.rkn-category-toggle.is-open .material-symbols-outlined {
  transform: rotate(180deg);
}

.rkn-category-children {
  display: grid;
  gap: 10px;
  padding: 0 0 14px 16px;
}

.rkn-category-children[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .rkn-shop-layout {
    flex-direction: row;
    gap: 56px;
  }

  .rkn-shop-sidebar {
    width: 270px;
  }

  .rkn-shop-products {
    border-left: 1px solid #d9d6ce;
    padding-left: 40px;
  }
}

.rkn-shop-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 56px;
}

.rkn-shop-pagination .page-numbers {
  align-items: center;
  border: 1px solid #c4c6cd;
  color: #0f253a;
  display: inline-flex;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  padding: 0 12px;
}

.rkn-shop-pagination .page-numbers.current,
.rkn-shop-pagination .page-numbers:hover {
  background: #0f253a;
  border-color: #0f253a;
  color: #fff;
}

.rkn-search-panel[hidden],
.rkn-mobile-menu[hidden] {
  display: none;
}

.rkn-mobile-menu {
  inset: 0;
  position: fixed;
  z-index: 80;
}

.rkn-cart-drawer {
  inset: 0;
  position: fixed;
  z-index: 90;
}

.rkn-mobile-menu-backdrop,
.rkn-cart-drawer-backdrop {
  background: rgba(15, 37, 58, .36);
  inset: 0;
  position: absolute;
}

.rkn-mobile-menu-panel {
  background: #f9f9f7;
  box-shadow: 20px 0 60px rgba(15, 37, 58, .18);
  height: 100%;
  max-width: 86vw;
  overflow-y: auto;
  padding: 28px 24px;
  position: relative;
  width: 320px;
}

.rkn-drawer-logo img {
  height: auto;
  max-height: 58px;
  object-fit: contain;
  width: 150px;
}

body.rkn-menu-open {
  overflow: hidden;
}

body.rkn-cart-open {
  overflow: hidden;
}

.rkn-cart-drawer-panel {
  background: #f9f9f7;
  box-shadow: -22px 0 60px rgba(15, 37, 58, .18);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  max-width: 92vw;
  position: relative;
  transform: translateX(0);
  width: 420px;
}

.rkn-cart-drawer-head {
  align-items: center;
  border-bottom: 1px solid #c4c6cd;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}

.rkn-cart-drawer-head h2 {
  color: #0f253a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1.05;
  margin-top: 8px;
}

.rkn-cart-drawer-close {
  align-items: center;
  border: 1px solid #c4c6cd;
  color: #0f253a;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.rkn-cart-drawer-content,
.rkn-cart-drawer-body {
  min-height: 0;
}

.rkn-cart-drawer-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.rkn-cart-drawer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.rkn-cart-drawer-items {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 20px 24px 0;
}

.rkn-cart-drawer-item {
  border-bottom: 1px solid #d9d6ce;
  display: flex;
  gap: 14px;
  padding: 0 0 16px;
}

.rkn-cart-drawer-item + .rkn-cart-drawer-item {
  margin-top: 16px;
}

.rkn-cart-drawer-item.is-bundle-child {
  opacity: .9;
  padding-left: 16px;
}

.rkn-cart-drawer-thumb {
  background: #eeeeec;
  flex: 0 0 auto;
  height: 104px;
  overflow: hidden;
  width: 78px;
}

.rkn-cart-drawer-item.is-bundle-child .rkn-cart-drawer-thumb {
  height: 84px;
  width: 64px;
}

.rkn-cart-drawer-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rkn-cart-drawer-item-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.rkn-cart-drawer-title {
  color: #0f253a;
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.12;
}

.rkn-cart-drawer-item.is-bundle-child .rkn-cart-drawer-title {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.variation {
  color: #43474d;
  display: flex;
  flex-wrap: wrap;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  gap: 6px 12px;
  line-height: 1.45;
  margin-top: 8px;
}

.variation dt {
  color: #0f253a;
  font-weight: 700;
}

.variation dd {
  margin: 0;
}

.variation dd p {
  margin: 0;
}

.rkn-cart-drawer-item-copy p,
.rkn-cart-drawer-summary span {
  color: #5d6670;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
}

.rkn-cart-drawer-item-foot,
.rkn-cart-drawer-summary div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.rkn-cart-drawer-item-foot {
  gap: 12px;
  margin-top: 10px;
}

.rkn-cart-drawer-item-foot span {
  color: #0f253a;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.rkn-cart-drawer-remove {
  color: #ba1a1a;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rkn-cart-drawer-summary {
  border-top: 1px solid #c4c6cd;
  display: grid;
  gap: 12px;
  padding: 18px 24px;
}

.rkn-cart-drawer-summary strong,
.rkn-cart-drawer-total span,
.rkn-cart-drawer-total strong {
  color: #0f253a;
}

.rkn-cart-drawer-total {
  border-top: 1px solid #d9d6ce;
  padding-top: 12px;
}

.rkn-cart-drawer-total span,
.rkn-cart-drawer-total strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
}

.rkn-cart-drawer-actions {
  display: grid;
  gap: 10px;
  padding: 0 24px 24px;
}

.rkn-cart-drawer-primary,
.rkn-cart-drawer-secondary {
  align-items: center;
  display: inline-flex;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .12em;
  min-height: 48px;
  text-transform: uppercase;
}

.rkn-cart-drawer-primary {
  background: #0f253a;
  color: #fff;
}

.rkn-cart-drawer-secondary {
  border: 1px solid #0f253a;
  color: #0f253a;
}

.rkn-cart-drawer-empty {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 36px 28px;
  text-align: center;
}

.rkn-cart-drawer-empty .material-symbols-outlined {
  color: #A48E6D;
  font-size: 42px;
}

.rkn-cart-drawer-empty h3 {
  color: #0f253a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  margin-top: 16px;
}

.rkn-cart-drawer-empty p {
  color: #5d6670;
  font-size: 14px;
  margin: 8px 0 22px;
}

.nav-link::after {
  background-color: #A48E6D;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width .3s ease;
  width: 0;
}

.nav-link:hover::after {
  width: 100%;
}

.rkn-desktop-submenu {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  visibility: hidden;
  z-index: 70;
}

.rkn-nav-item:hover .rkn-desktop-submenu,
.rkn-nav-item:focus-within .rkn-desktop-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
}

.rkn-mobile-submenu {
  border-left: 1px solid #c4c6cd;
  margin-left: 4px;
  margin-top: 4px;
}

.rkn-mobile-submenu-toggle .material-symbols-outlined {
  transition: transform .2s ease;
}

.rkn-mobile-submenu-toggle.is-open .material-symbols-outlined {
  transform: rotate(180deg);
}

.rkn-site-logo {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
}

.rkn-site-logo img {
  display: block;
  height: auto;
  object-fit: contain;
}

.rkn-site-logo-dark img {
  max-height: 58px;
  width: 154px;
}

.rkn-site-logo-white img {
  max-height: 78px;
  width: 210px;
}

.rkn-about-logo {
  height: auto;
  margin-top: 28px;
  max-height: 92px;
  opacity: .9;
  width: 240px;
}

.product-card:hover .product-image-action {
  opacity: 1;
  transform: translateY(0);
}

.rkn-featured-desktop-action {
  display: inline-block;
}

.rkn-featured-mobile-action {
  display: none;
}

.rkn-featured-mobile-action a {
  align-items: center;
  background: #0f253a;
  color: #fff;
  display: inline-flex;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .12em;
  min-height: 46px;
  padding: 0 28px;
  text-transform: uppercase;
}

.rkn-collection-heading {
  margin: 0 auto 30px;
  max-width: 680px;
  text-align: center;
}

.rkn-collection-shell {
  align-items: center;
  display: block;
  position: relative;
}

.rkn-collection-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid #c4c6cd;
  color: #0f253a;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
  width: 38px;
  z-index: 5;
}

.rkn-collection-prev {
  left: 8px;
}

.rkn-collection-next {
  right: 8px;
}

.rkn-collection-arrow:hover {
  background: #0f253a;
  border-color: #0f253a;
  color: #fff;
}

.rkn-collection-arrow:disabled {
  cursor: default;
  opacity: .38;
}

.rkn-collection-arrow:disabled:hover {
  background: #fff;
  border-color: #c4c6cd;
  color: #0f253a;
}

.rkn-collection-carousel {
  display: grid;
  gap: 14px;
  grid-auto-columns: calc((100% - 14px) / 2);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 52px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rkn-collection-carousel::-webkit-scrollbar {
  display: none;
}

.rkn-collection-card {
  color: #0f253a;
  display: block;
  min-width: 0;
  scroll-snap-align: start;
}

.rkn-collection-image {
  aspect-ratio: 1 / 1.12;
  background: #eeeeec;
  display: block;
  overflow: hidden;
}

.rkn-collection-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rkn-collection-copy {
  display: block;
  padding-top: 12px;
}

.rkn-collection-title {
  color: #0f253a;
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}

.rkn-collection-card:hover .rkn-collection-title {
  color: #A48E6D;
}

@media (min-width: 768px) {
  .rkn-collection-arrow {
    height: 42px;
    width: 42px;
  }

  .rkn-collection-prev {
    left: 10px;
  }

  .rkn-collection-next {
    right: 10px;
  }

  .rkn-collection-carousel {
    gap: 16px;
    grid-auto-columns: calc((100% - 16px) / 2);
    padding: 2px 58px;
  }
}

@media (min-width: 1180px) {
  .rkn-collection-carousel {
    gap: 18px;
    grid-auto-columns: calc((100% - 18px) / 2);
    padding: 2px 64px;
  }
}

.rkn-toast {
  background: #0f253a;
  bottom: 24px;
  box-shadow: 0 18px 48px rgba(15, 37, 58, .22);
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  left: 50%;
  max-width: calc(100vw - 32px);
  opacity: 0;
  padding: 14px 18px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 16px);
  transition: opacity .2s ease, transform .2s ease;
  width: min(420px, max-content);
  z-index: 120;
}

.rkn-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.rkn-toast.is-error {
  background: #b3261e;
}

.rkn-cart-item-copy {
  min-width: 0;
}

.rkn-cart-product-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.rkn-cart-child-title {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.rkn-cart-line-price {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.rkn-cart-child-price {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.rkn-cart-bundle-children {
  border-left: 1px solid #d9d6ce;
  margin-top: 10px;
  padding-left: 12px;
}

.rkn-cart-bundle-children span {
  color: #74777d;
  display: block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.rkn-cart-bundle-children ul {
  display: grid;
  gap: 4px;
}

.rkn-cart-bundle-children li {
  color: #43474d;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.rkn-cart-bundle-children-drawer {
  margin-top: 8px;
}

.rkn-cart-bundle-children-drawer li {
  font-size: 12px;
}

.rkn-cart-quantity {
  align-items: center;
  border: 1px solid #c4c6cd;
  display: inline-flex;
  height: 38px;
  width: max-content;
}

.rkn-cart-quantity button {
  align-items: center;
  color: #0f253a;
  display: inline-flex;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.rkn-cart-quantity input {
  background: transparent;
  border-left: 1px solid #c4c6cd;
  border-right: 1px solid #c4c6cd;
  color: #0f253a;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  text-align: center;
  width: 46px;
}

.rkn-cart-quantity input::-webkit-outer-spin-button,
.rkn-cart-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rkn-cart-quantity input[type="number"] {
  -moz-appearance: textfield;
}

.rkn-wishlist-toggle.is-active {
  color: #A48E6D;
}

.rkn-product-partners {
  display: grid;
  gap: 14px;
  padding-top: 4px;
}

.rkn-contact-form {
  border: 1px solid rgba(196, 198, 205, .75);
  box-shadow: 0 18px 50px rgba(15, 37, 58, .06);
}

.rkn-contact-form .rkn-field input,
.rkn-contact-form .rkn-field textarea {
  background: rgba(255, 255, 255, .82);
  border: 1px solid #c4c6cd;
  color: #0f253a;
  font-family: "Manrope", system-ui, sans-serif;
  min-height: 50px;
  padding: 13px 15px;
  width: 100%;
}

.rkn-contact-form .rkn-field textarea {
  min-height: 150px;
  resize: vertical;
}

.rkn-contact-form .rkn-field input:focus,
.rkn-contact-form .rkn-field textarea:focus {
  border-color: #0f253a;
  box-shadow: 0 0 0 1px #0f253a;
  outline: none;
}

.rkn-contact-form ::placeholder {
  color: #8a8274;
  opacity: 1;
}

.rkn-contact-details {
  box-shadow: 0 18px 50px rgba(15, 37, 58, .12);
}

.rkn-contact-details h2 {
  color: #fff;
}

.rkn-contact-detail-list {
  display: grid;
  gap: 22px;
}

.rkn-contact-detail-item {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  grid-template-columns: 34px minmax(0, 1fr);
}

.rkn-contact-detail-item > .material-symbols-outlined {
  align-items: center;
  border: 1px solid rgba(164, 142, 109, .55);
  color: #A48E6D;
  display: inline-flex;
  font-size: 20px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.rkn-contact-detail-item p {
  color: rgba(255, 255, 255, .74);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.rkn-contact-detail-item p span {
  color: #A48E6D;
  display: block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.rkn-contact-map {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  height: 220px;
  margin-top: 30px;
  overflow: hidden;
}

.rkn-contact-map iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.rkn-partner-note {
  color: #0f253a;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
  text-align: center;
}

.rkn-partner-logos {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.rkn-partner-logos img {
  background: transparent;
  border: 0;
  height: 70px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  width: 178px;
}

.rkn-partner-logos .rkn-pathao-logo {
  height: 76px;
  width: 110px;
}

.is-loading {
  opacity: .65;
  pointer-events: none;
}

.product-card img {
  background: #eeeeec;
}

.single-product .quantity input,
.quantity input {
  border: 1px solid #c4c6cd;
  box-sizing: border-box;
  height: 58px;
  line-height: 58px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  width: 72px;
}

.single-product form.cart button[name="add-to-cart"] {
  min-height: 58px;
}

.rkn-bundle-builder-mount,
.asnp_easy_product_bundle {
  text-align: left;
}

.rkn-bundle-builder-mount {
  background: #fff;
  border: 1px solid #c4c6cd;
  padding: 18px;
}

.rkn-bundle-builder-mount .asnp-bundle-title,
.asnp_easy_product_bundle .asnp-bundle-title {
  color: #0f253a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  letter-spacing: 0;
}

.rkn-bundle-builder-mount button,
.asnp_easy_product_bundle button {
  border-radius: 0 !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rkn-bundle-builder-mount img,
.asnp_easy_product_bundle img {
  background: #eeeeec;
}

.single-product select,
.single-product input,
.single-product textarea {
  border-color: #c4c6cd;
}

.rkn-review-form label {
  display: block;
}

.rkn-review-form input,
.rkn-review-form select,
.rkn-review-form textarea {
  background: #fff;
  border: 1px solid #c4c6cd;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Manrope", system-ui, sans-serif;
  padding: 12px 16px;
  width: 100%;
}

.rkn-review-form .comment-form-cookies-consent {
  align-items: center;
  display: flex;
  gap: 10px;
}

.rkn-review-form .comment-form-cookies-consent input {
  flex: 0 0 auto;
  width: auto;
}

.rkn-review-form .form-submit {
  margin-top: 18px;
}

.rkn-review-form .form-submit input[type="submit"],
.rkn-review-form input.submit,
.rkn-review-form #submit {
  background: #0f253a !important;
  border: 1px solid #0f253a !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .12em;
  padding: 14px 28px;
  text-transform: uppercase;
  width: auto;
}

.rkn-review-form .form-submit input[type="submit"]:hover,
.rkn-review-form input.submit:hover,
.rkn-review-form #submit:hover {
  background: #071522 !important;
  border-color: #071522 !important;
}

.rkn-write-review-toggle {
  background: #0f253a !important;
  color: #fff !important;
}

.rkn-write-review-toggle:hover {
  background: #071522 !important;
}

.rkn-review-stars {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.rkn-review-star {
  background: transparent;
  border: 0;
  color: #c4c6cd;
  cursor: pointer;
  height: 34px;
  padding: 0;
  width: 34px;
}

.rkn-review-star .material-symbols-outlined {
  font-size: 31px;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24 !important;
}

.rkn-review-star.is-selected,
.rkn-review-star.is-preview {
  color: #A48E6D;
}

.rkn-review-star.is-selected .material-symbols-outlined,
.rkn-review-star.is-preview .material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24 !important;
}

.rkn-review-form .comment-form-rating .stars {
  display: none !important;
}

.rkn-review-pagination a.is-active {
  background: #0f253a;
  border-color: #0f253a;
  color: #fff;
}

.tab-btn {
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.tab-btn.tab-active {
  border-bottom-color: #0f253a;
  color: #0f253a;
}

.rkn-thumb-carousel {
  scrollbar-color: #A48E6D #eeeeec;
  scrollbar-width: thin;
}

.rkn-thumb-carousel::-webkit-scrollbar {
  height: 6px;
}

.rkn-thumb-carousel::-webkit-scrollbar-thumb {
  background: #A48E6D;
}

.rkn-product-description-content {
  display: grid;
  gap: 20px;
}

.rkn-product-description-content p,
.rkn-product-description-content ul,
.rkn-product-description-content ol {
  margin: 0;
}

.rkn-product-description-content ul,
.rkn-product-description-content ol {
  padding-left: 1.25rem;
}

.rkn-product-description-content ul {
  list-style: disc;
}

.rkn-product-description-content ol {
  list-style: decimal;
}

.rkn-product-cart-form {
  display: grid;
  gap: 16px;
}

.rkn-product-option-field {
  display: grid;
  gap: 10px;
}

.rkn-product-option-field select {
  width: 100%;
  border: 1px solid #74777d;
  background: #fff;
  border-radius: 0;
  color: #1a1c1b;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  min-height: 48px;
  padding: 12px 44px 12px 16px;
}

.rkn-variable-options {
  display: grid;
  gap: 16px;
}

.rkn-variation-message:empty {
  display: none;
}

.rkn-product-cart-form button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.rkn-footer-legal,
.rkn-footer-legal a {
  font-size: 12px !important;
  line-height: 14px;
}

.rkn-footer-legal p {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 767px) {
  .rkn-footer-legal {
    align-items: center;
    text-align: center;
  }

  .rkn-footer-legal p {
    justify-content: center;
  }
}

.sidebar-item-active {
  background: #0f253a;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(15, 37, 58, .14);
}

.sidebar-item-active .material-symbols-outlined {
  color: #A48E6D;
}

.sidebar-item-active:hover {
  background: #0f253a;
  color: #fff;
}

.rkn-account-woocommerce .woocommerce-MyAccount-navigation {
  display: none;
}

.rkn-account-woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  max-width: 1440px;
  padding-left: 64px;
  padding-right: 64px;
}

.woocommerce-notices-wrapper {
  margin: 0 auto;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  margin: 24px auto;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  border: 1px solid #c4c6cd;
  background: #fff;
  color: #1a1c1b;
  padding-top: 16px;
  padding-bottom: 16px;
}

.rkn-field input,
.rkn-field textarea,
.rkn-field select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%;
  border: 1px solid #c4c6cd;
  background: #fff;
  border-radius: 0;
  padding: 12px 16px;
  font-family: "Manrope", sans-serif;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  background: #0f253a;
  border-radius: 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 14px 24px;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  font-family: "Manrope", system-ui, sans-serif;
}

.rkn-checkout-panel,
.rkn-checkout-summary {
  border: 1px solid rgba(196, 198, 205, .7);
  box-shadow: 0 18px 50px rgba(15, 37, 58, .06);
  padding: 28px;
}

.rkn-checkout-summary-items {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 4px;
}

.rkn-checkout-summary-item {
  border-bottom: 1px solid #d9d6ce;
  display: grid;
  gap: 14px;
  grid-template-columns: 76px minmax(0, 1fr);
  padding-bottom: 18px;
}

.rkn-checkout-summary-thumb {
  background: #eeeeec;
  display: block;
  height: 102px;
  overflow: hidden;
  width: 76px;
}

.rkn-checkout-summary-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rkn-checkout-summary-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.rkn-checkout-summary-copy h3 {
  color: #0f253a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.12;
}

.rkn-checkout-summary-copy p {
  color: #5d6670;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  margin-top: 4px;
}

.rkn-checkout-summary-copy strong {
  color: #0f253a;
  display: block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  margin-top: 10px;
}

.rkn-checkout-bundle-children {
  margin-top: 8px;
}

.rkn-checkout-bundle-children li {
  font-size: 12px;
}

.rkn-checkout-summary-totals {
  border-top: 1px solid #c4c6cd;
  display: grid;
  gap: 14px;
  padding-top: 22px;
}

.rkn-checkout-summary-totals div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.rkn-checkout-summary-totals span {
  color: #5d6670;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
}

.rkn-checkout-summary-totals div > span:last-child,
.rkn-checkout-summary-total strong {
  color: #0f253a;
  font-weight: 700;
}

.rkn-checkout-summary-total {
  border-top: 1px solid #d9d6ce;
  padding-top: 16px;
}

.rkn-checkout-summary-total span,
.rkn-checkout-summary-total strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1.1;
}

.rkn-order-received-layout {
  margin: 0 auto;
  max-width: 980px;
}

.rkn-order-received-heading {
  margin: 0 auto 34px;
  max-width: 720px;
  text-align: center;
}

.rkn-order-received-heading p {
  color: #5d6670;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  margin-top: 16px;
}

.rkn-order-received-panel {
  background: #f4f4f2;
  border: 1px solid rgba(196, 198, 205, .7);
  box-shadow: 0 18px 50px rgba(15, 37, 58, .06);
  padding: 34px;
}

.rkn-order-received-panel .woocommerce-order {
  display: grid;
  gap: 28px;
}

.rkn-order-received-panel .woocommerce-thankyou-order-received {
  align-items: center;
  background: #fff;
  border: 1px solid #d9d6ce;
  color: #0f253a;
  display: flex;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  gap: 12px;
  line-height: 1.55;
  margin: 0;
  padding: 16px 18px;
}

.rkn-order-received-panel .woocommerce-thankyou-order-received::before {
  border-bottom: 2px solid #A48E6D;
  border-right: 2px solid #A48E6D;
  content: "";
  flex: 0 0 auto;
  height: 16px;
  transform: rotate(45deg);
  width: 8px;
}

.rkn-order-received-panel .woocommerce-order-overview {
  border: 1px solid #d9d6ce;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.rkn-order-received-panel .woocommerce-order-overview li {
  border: 0;
  border-bottom: 1px solid #d9d6ce;
  border-right: 1px solid #d9d6ce;
  color: #74777d;
  float: none;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
  list-style: none;
  margin: 0;
  padding: 16px;
  text-transform: uppercase;
  width: auto;
}

.rkn-order-received-panel .woocommerce-order-overview li:nth-child(2n) {
  border-right: 0;
}

.rkn-order-received-panel .woocommerce-order-overview li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.rkn-order-received-panel .woocommerce-order-overview strong {
  color: #0f253a;
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.15;
  margin-top: 8px;
  text-transform: none;
}

.rkn-order-received-panel .woocommerce-order-details,
.rkn-order-received-panel .woocommerce-customer-details {
  background: #fff;
  border: 1px solid #d9d6ce;
  padding: 24px;
}

.rkn-order-received-panel .woocommerce-order-details__title,
.rkn-order-received-panel .woocommerce-column__title {
  color: #0f253a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.rkn-order-received-panel table.shop_table {
  border: 0;
  margin: 0;
}

.rkn-order-received-panel table.shop_table th,
.rkn-order-received-panel table.shop_table td {
  border-color: #d9d6ce;
  font-family: "Manrope", system-ui, sans-serif;
  padding: 14px 0;
}

.rkn-order-received-panel address {
  border: 0;
  color: #43474d;
  font-family: "Manrope", system-ui, sans-serif;
  font-style: normal;
  line-height: 1.7;
  padding: 0;
}

.woocommerce-account .woocommerce h2,
.woocommerce-checkout .woocommerce h3,
.woocommerce-cart .woocommerce h2 {
  color: #0f253a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1.3;
}

.woocommerce-checkout .woocommerce h3 {
  border-bottom: 1px solid #d9d6ce;
  font-size: 26px;
  margin-bottom: 22px;
  padding-bottom: 14px;
}

.woocommerce-checkout #order_review_heading {
  display: none;
}

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

.woocommerce-checkout .col2-set {
  display: grid;
  gap: 28px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-color: #c4c6cd;
}

.woocommerce-checkout table.shop_table {
  background: rgba(255, 255, 255, .46);
  border: 1px solid #d9d6ce;
  border-collapse: collapse;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 14px 16px;
}

.woocommerce form .form-row label {
  color: #0f253a;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-checkout form .form-row {
  margin: 0 0 18px;
  padding: 0;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, .72);
  border: 1px solid #c4c6cd;
  border-radius: 0;
  color: #0f253a;
  font-family: "Manrope", system-ui, sans-serif;
  min-height: 48px;
  padding: 12px 14px;
}

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

.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #0f253a;
  box-shadow: 0 0 0 1px #0f253a;
  outline: none;
}

.woocommerce-checkout ::placeholder {
  color: #8a8274;
  opacity: 1;
}

.woocommerce-checkout #payment {
  background: transparent;
  border-top: 1px solid #d9d6ce;
  margin-top: 24px;
  padding-top: 22px;
}

.woocommerce-checkout .rkn-checkout-payment-only {
  margin-top: 24px;
}

.woocommerce-checkout #payment ul.payment_methods {
  border: 1px solid #d9d6ce;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  background: rgba(255, 255, 255, .52);
  border-bottom: 1px solid #d9d6ce;
  cursor: pointer;
  padding: 16px;
  position: relative;
  transition: background .2s ease, border-color .2s ease;
}

.woocommerce-checkout #payment ul.payment_methods li:hover,
.woocommerce-checkout #payment ul.payment_methods li:has(input.input-radio:checked) {
  background: rgba(255, 255, 255, .86);
}

.woocommerce-checkout #payment ul.payment_methods li input.input-radio {
  cursor: pointer;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 2;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  min-height: 28px;
  width: calc(100% - 34px);
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
  border-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box {
  background: #f4f2ec;
  color: #43474d;
  font-size: 14px;
  line-height: 1.55;
  margin: 12px 0 0;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f4f2ec;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  align-items: flex-start;
  background: rgba(255, 255, 255, .58);
  border: 1px solid #d9d6ce;
  color: #43474d;
  display: flex;
  gap: 12px;
  margin: 18px 0 0;
  padding: 14px 16px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text::before {
  border-bottom: 2px solid #A48E6D;
  border-right: 2px solid #A48E6D;
  content: "";
  flex: 0 0 auto;
  height: 14px;
  margin-top: 3px;
  transform: rotate(45deg);
  width: 7px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
  color: inherit;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
  border-bottom: 1px solid currentColor;
  color: #0f253a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-checkout .wc-block-components-checkbox:has(a[href*="privacy"]),
.woocommerce-checkout .wc-block-checkout__terms {
  background: rgba(255, 255, 255, .58);
  border: 1px solid #d9d6ce;
  color: #43474d;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 18px;
  padding: 14px 16px;
}

.woocommerce-checkout .wc-block-components-checkbox:has(a[href*="privacy"])::before,
.woocommerce-checkout .wc-block-checkout__terms::before {
  border-bottom: 2px solid #A48E6D;
  border-right: 2px solid #A48E6D;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 12px 0 0;
  transform: rotate(45deg);
  width: 7px;
}

.woocommerce-checkout .wc-block-components-checkbox a[href*="privacy"],
.woocommerce-checkout .wc-block-checkout__terms a {
  border-bottom: 1px solid currentColor;
  color: #0f253a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-checkout #payment #place_order {
  background: #0f253a;
  border-radius: 0;
  color: #fff;
  float: none;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  margin-top: 18px;
  min-height: 52px;
  text-transform: uppercase;
  width: 100%;
}

.woocommerce-checkout #payment #place_order:hover {
  background: #263B51;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  background: #263B51;
  color: #fff;
}

@media (max-width: 767px) {
  h1,
  .font-display-lg {
    font-size: 42px;
    line-height: 1.08;
  }

  h2,
  .font-headline-md {
    font-size: 34px;
  }

  h3,
  .font-headline-sm {
    font-size: 26px;
  }

  body > header .font-display-lg {
    font-size: 28px;
  }

  .rkn-site-logo-dark img {
    max-height: 44px;
    width: 104px;
  }

  .rkn-site-logo-white img {
    max-height: 60px;
    width: 168px;
  }

  .rkn-about-logo {
    max-height: 72px;
    width: 190px;
  }

  .hero-gradient {
    background: linear-gradient(to bottom, rgba(249, 249, 247, .95) 0%, rgba(249, 249, 247, .7) 58%, rgba(249, 249, 247, .14) 100%);
  }

  .rkn-story-hero {
    height: 440px;
  }

  .rkn-story-intro,
  .rkn-story-process,
  .rkn-story-values {
    padding-bottom: 56px;
    padding-top: 56px;
  }

  .rkn-story-process-grid {
    height: auto;
  }

  .rkn-story-cta {
    padding-bottom: 64px;
    padding-top: 64px;
  }

  .rkn-featured-mobile-action {
    display: flex;
    justify-content: center;
    margin-top: 38px;
  }

  .rkn-featured-desktop-action {
    display: none;
  }

  .rkn-checkout-panel,
  .rkn-checkout-summary {
    padding: 22px;
  }

  .rkn-order-received-panel {
    padding: 22px;
  }

  .rkn-order-received-panel .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .rkn-order-received-panel .woocommerce-order-overview li,
  .rkn-order-received-panel .woocommerce-order-overview li:nth-child(2n),
  .rkn-order-received-panel .woocommerce-order-overview li:nth-last-child(-n+2) {
    border-bottom: 1px solid #d9d6ce;
    border-right: 0;
  }

  .rkn-order-received-panel .woocommerce-order-overview li:last-child {
    border-bottom: 0;
  }

  .rkn-home-hero-image {
    object-position: 82% center;
  }

  .rkn-main-header .material-symbols-outlined {
    font-size: 23px;
  }

  .rkn-search-panel form {
    align-items: stretch;
    flex-direction: column;
  }

  .woocommerce-notices-wrapper,
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
