﻿@font-face {
  font-family: "Sora";
  src: local("Sora"), url("../fonts/Sora/Sora-VariableFont_wght.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpaceGrotesk";
  src: local("SpaceGrotesk"), url("../fonts/Space_Grotesk/SpaceGrotesk-VariableFont_wght.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #785E26;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: "SpaceGrotesk", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #785E26;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #E9DDCF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
@media (min-width: 992px) {
  /* Adjust breakpoint as needed (e.g., 576px for 'sm') */
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Removes the small gap that can cause the menu to close */
  }
}
.alert-light {
  --bs-alert-bg: var(--accent3-color);
}
.section {
  position: relative;
  display: inline-block;
  width: 100%;
  /*min-height: 40em;*/
  background-color: var(--accent1-color);
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: center;
  background-size: cover;
}
.section .section-content {
  margin: 5em;
  background-color: var(--main-bg-color);
  padding: 2em;
}
.section .section-content.float-left {
  float: left;
  max-width: 25em;
}
.section .section-content.fill {
  margin: 0;
  min-height: 40em;
  align-content: center;
}
.section .section-content.min-border {
  margin: 2em;
  /*min-height: 15em;*/
  align-content: center;
}
.section.background-right {
  background-position-x: right;
  background-position-y: bottom;
  background-size: auto;
}
.section.background-right .section-content {
  position: absolute;
  float: left;
  max-width: 25em;
  top: 0;
  left: 0;
}
.section.background-left {
  background-position-x: left;
  background-position-y: bottom;
  background-size: auto;
}
.section.background-left .section-content {
  position: absolute;
  float: right;
  max-width: 25em;
  top: 0;
  right: 0;
}
.section.background-left .section-images img {
  left: 0;
  right: unset;
}
.section.hyperbaric {
  background-image: url('../images/oxynova07_semiprofil_01-scaled-600x338.jpg');
  background-size: 55em;
}
.section.chair {
  background-image: url('../images/chair in house.jpg');
  background-size: 40em;
}
.section.arm-rest {
  background-image: url('../images/chair_arm.jpg');
}
.section .section-images {
  position: relative;
}
.section .section-images img {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 40em;
  transition: visibility 0s, opacity 0.5s linear;
  object-fit: cover;
  min-width: 75%;
  max-width: 100%;
}
.section .section-images img.active {
  opacity: 1;
}
.section .warning {
  padding: 0.5em;
  background-color: var(--main-shade2-color);
  color: white;
}
.section .warning .header {
  /*color: red;*/
  /*text-shadow: .2em .2em .2em #ffffffa6;*/
  font-size: large;
}
.section.hero-video {
  position: relative;
  padding: 0;
  min-height: auto !important;
}
.section.hero-video .section-content {
  padding: 0;
  min-height: auto !important;
}
.section.hero-video .brand-logo {
  background: #ffffff5c;
  box-shadow: 0 0 20px 20px #ffffff5c;
  border-radius: 1em;
}
.section.hero-video video {
  width: 100%;
}
.section.hero-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: white;
  padding: 2rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  container-type: inline-size;
  text-align: left;
}
.section.hero-video .video-overlay > * {
  width: 50%;
}
.section.hero-video .video-overlay .hero-link {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 0.5em;
  width: auto;
}
@media screen and (max-width: 768px) {
  .section.hero-video .video-overlay {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
  .section.hero-video .video-overlay .hero-link {
    bottom: 1.5em;
  }
}
.section table.product-specifications tr {
  border-bottom: solid 1px var(--main-shade1-color);
}
.section table.product-specifications th {
  padding: 0.2em;
  text-transform: uppercase;
}
.section table.product-specifications td {
  padding: 0.2em;
}
.glyph {
  display: inline-block;
  padding: 0.25em;
  transform: scale(0.35);
  margin: -3em;
}
/*
@media screen and (max-width: 768px) {
    .glyph {
        display: block;
        transform: scale(.15);
    }
}*/
.columns-2 {
  display: grid;
  text-align: start;
  padding: 2em;
}
.columns-2 > * {
  padding: 2em;
}
.columns-2 .column-1 {
  grid-area: 1/1/1/1;
}
.columns-2 .column-2 {
  grid-area: 1/2/1/2;
}
@media screen and (max-width: 768px) {
  .columns-2 .column-1 {
    grid-area: 1/1/2/1;
  }
  .columns-2 .column-2 {
    grid-area: 2/1/2/1;
  }
}
.hero {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 30em;
  max-width: 75em;
  background-color: var(--accent1-color);
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: center;
  background-size: cover;
  margin: 1em 0;
}
.hero a {
  color: #fff;
  text-decoration: none;
}
.hero .brand-logo {
  background: #ffffff5c;
  box-shadow: 0 0 20px 20px #ffffff5c;
  border-radius: 1em;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5 {
  color: #fff;
}
.hero .hero-header {
  padding: 1em;
  color: #fff;
  width: 100%;
}
.hero .hero-content {
  color: #fff;
  /*margin: 5em;*/
  /*background-color: var(--main-bg-color);*/
  padding: 1em;
  min-height: 2em;
  position: relative;
}
.hero .hero-content.float-left {
  float: left;
  max-width: 25em;
}
.hero .hero-content.fill {
  margin: 0;
  min-height: 40em;
  align-content: center;
}
.hero .hero-content.min-border {
  margin: 2em;
  /*min-height: 15em;*/
  align-content: center;
}
.hero .hero-link {
  border: solid 1px var(--main-shade2-color);
  border-radius: 2em;
  line-height: 1.5em;
  padding: 0.2em 0.4em;
  margin: 1em;
  font-size: 2em;
  background-color: var(--accent4-color);
  color: var(--accent1-color);
}
.hero.background-right {
  background-position-x: right;
  background-position-y: bottom;
  background-size: auto;
}
.hero.background-right .hero-content {
  position: absolute;
  float: left;
  max-width: 25em;
  top: 0;
  left: 0;
}
.hero.background-left {
  background-position-x: left;
  background-position-y: bottom;
  background-size: auto;
}
.hero.background-left .hero-content {
  position: absolute;
  float: right;
  max-width: 25em;
  top: 0;
  right: 0;
}
.hero.background-left .hero-images img {
  left: 0;
  right: unset;
}
.hero.hyperbaric {
  background-image: url('../images/oxynova07_semiprofil_01-scaled-600x338.jpg');
  background-size: 55em;
}
.hero.chair {
  background-image: url('../images/chair in house.jpg');
  background-size: 40em;
}
.hero.arm-rest {
  background-image: url('../images/chair_arm.jpg');
}
.hero .hero-images {
  position: relative;
  height: 20em;
}
.hero .hero-images img {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 20em;
  transition: visibility 0s, opacity 0.5s linear;
  object-fit: fill;
  min-width: 75%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.hero .hero-images img.active {
  opacity: 1;
}
.hero .warning {
  padding: 0.5em;
  background-color: var(--main-shade2-color);
  color: white;
}
.hero .warning .header {
  /*color: red;*/
  /*text-shadow: .2em .2em .2em #ffffffa6;*/
  font-size: large;
}
.hero.hero-video {
  position: relative;
  padding: 0;
  min-height: auto !important;
  /*@media screen and (max-width: 768px) {
            .video-overlay {
                font-size: .75rem;
                padding: .5rem;

                .hero-link {
                    bottom: 1.5em;
                }
            }
        }*/
}
.hero.hero-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.hero.hero-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: white;
  padding: 2rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  container-type: inline-size;
  text-align: left;
  /*
            .hero-link {
                position: absolute;
                bottom: 1em;
                right: 1em;
                font-size: .5em;
                width: auto;
            }*/
}
.hero.hero-video .video-overlay > * {
  width: 50%;
}
.hero table.product-specifications tr {
  border-bottom: solid 1px var(--main-shade1-color);
}
.hero table.product-specifications th {
  padding: 0.2em;
  text-transform: uppercase;
}
.hero table.product-specifications td {
  padding: 0.2em;
}
@media screen and (min-width: 768px) {
  .hero-panels {
    padding: 1em 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero,
  .hero.hero-video {
    position: relative;
    margin: 0 2em 2em 0;
    min-height: 20em;
  }
  .hero a,
  .hero.hero-video a {
    display: flex;
    align-items: center;
  }
  .hero .hero-header,
  .hero.hero-video .hero-header {
    padding: 2em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero .hero-header .brand-logo,
  .hero.hero-video .hero-header .brand-logo {
    width: 50%;
  }
  .hero .hero-images,
  .hero.hero-video .hero-images,
  .hero video,
  .hero.hero-video video {
    width: 100%;
    max-width: 75%;
    float: left;
    overflow: hidden;
    height: 30em;
  }
  .hero .hero-images img,
  .hero.hero-video .hero-images img,
  .hero video img,
  .hero.hero-video video img {
    height: unset;
  }
  .hero .hero-content,
  .hero.hero-video .hero-content {
    max-width: 25%;
    float: right;
  }
  .hero .hero-link,
  .hero.hero-video .hero-link {
    background-color: var(--accent1-color);
    color: var(--accent3-color);
    position: absolute;
    right: unset;
    bottom: 0;
    left: 25%;
  }
  .right a {
    flex-direction: row-reverse;
  }
  .right .hero-images,
  .right video {
    max-width: 75%;
    float: right;
  }
  .right .hero-content {
    float: left;
  }
  .right .hero-link {
    position: absolute;
    left: unset;
    bottom: 0;
    right: 25%;
  }
}
.field {
  font-size: 0.75em;
  margin: 0 0.5em 2em 0.5em;
}
.field .field-label {
  padding: 0.2em;
  font-weight: bold;
}
.field .field-input {
  padding: 0.2em;
  height: 2.5em;
  /*min-width: 20em;*/
  width: 100%;
  line-height: 2em;
  color: var(--accent1-color);
  background-color: var(--accent2-color);
  border: 1px solid var(--accent1-color);
}
.field .field-input:focus-visible {
  outline-color: var(--accent1-color);
}
.field .field-input option:hover,
.field .field-input option:focus,
.field .field-input option:checked {
  background-color: var(--main-shade1-color) !important;
  color: var(--accent2-color) !important;
}
.field select.field-input,
.field select.field-input::picker(select) {
  appearance: base-select;
  border-radius: 0;
}
form .btn {
  margin: 0.5em;
  width: 100%;
}
form fieldset {
  background-color: var(--accent3-color);
  padding: 1em;
}
.product-details {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.product-details .product-images {
  grid-area: 1/1/1/1;
  display: inline-block;
}
.product-details .product-images .disclosers {
  padding: 2em;
}
.product-details .product-images .disclosers .header {
  color: red;
}
.product-details .product-images .disclosers .sub-discloser {
  font-size: smaller;
}
.product-details .product-cart-select {
  grid-area: 1/2/1/2;
  padding: 2em;
  display: inline-block;
}
.product-details .ribbon {
  color: var(--accent2-color);
  font-weight: bold;
  display: inline;
  padding: 0.2em 0.4em;
  background-color: var(--accent1-color);
}
@media screen and (max-width: 768px) {
  .product-details {
    grid-template-columns: minmax(0, 1fr);
  }
  .product-details .product-images {
    grid-area: 1/1/2/1;
  }
  .product-details .product-cart-select {
    grid-area: 2/1/2/1;
  }
}
.strikethrough-text {
  text-decoration: line-through;
}
.color-swatches {
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.color-swatches .color-swatch {
  display: inline-block;
  overflow: clip;
  /*height: 2em;*/
  margin: 0 0 0.2em 0;
  position: relative;
}
.color-swatches .color-swatch img {
  /*bottom: 0;*/
  max-height: 100%;
  /*position: sticky;*/
}
.color-swatches .color-swatch:hover {
  /*height: 10em;*/
}
.color-swatches .color-swatch label {
  text-transform: uppercase;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: white;
}
.color-swatches.squares .color-swatch {
  max-height: 15em;
  max-width: 15em;
  display: block;
  float: left;
  margin: 0.5em;
  overflow: hidden;
}
.color-swatches.squares .color-swatch img {
  /*max-height: 15em;
                max-width: 15em;*/
  object-fit: cover;
}
.btn-outlined {
  border: solid 1px var(--bs-navbar-toggler-border-color);
  padding: 0.5em;
  border-radius: 0.5em;
  min-width: 2.5em;
  min-height: 2.5em;
  text-align: center;
}
.btn-outlined:hover {
  background-color: var(--accent3-color);
}
.filter-option {
  padding: 0.2em;
}
.notices {
  border-radius: 1em;
  padding: 1em;
  background-color: var(--accent4-color);
}
/* Apply to the button or its container */
.add-to-cart-container {
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  bottom: 0;
  /* Sticks to the bottom of the viewport */
  z-index: 3000;
  /*background: white;*/
  padding: 10px;
}
.accordion-button {
  border-bottom: solid 1px var(--accent1-color);
}
.accordion-button:not(.collapsed) {
  background-color: var(--accent4-color);
  color: var(--accent1-color);
  font-weight: bold;
  border: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: unset;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: unset;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  color: var(--accent1-color);
  font-weight: bold;
  font-family: "FontAwesome";
  background-image: none;
  transition: none;
  /* Prevents rotation animation */
}
/* Base styles for the icon */
.accordion-button::after {
  content: "\f068";
  /* Minus icon for expanded state */
}
/* Plus icon when the accordion is collapsed */
.accordion-button.collapsed::after {
  content: "\f067";
  /* Plus icon */
}
.accordion-collapse .accordion-body {
  /*border-left: solid 2px var(--main-shade1-color);*/
  background-color: var(--accent3-color);
}
.side-cart {
  display: grid;
  grid-row-gap: 0.5em;
  height: 100%;
  grid-template-rows: auto 12em 3em;
}
.side-cart .side-cart-items {
  grid-area: 1/1/1/1;
  overflow: hidden;
  overflow-y: auto;
}
.side-cart .side-cart-item {
  display: grid;
  grid-template-columns: 5em auto 6em;
  text-align: start;
  padding: 0.5em;
  background-color: var(--accent4-color);
  margin: 0;
  margin-bottom: 0.5em;
}
.side-cart .side-cart-item .side-cart-img {
  grid-area: 1/1/3/1;
  padding: 0.5em;
  position: relative;
}
.side-cart .side-cart-item .side-cart-img img {
  height: 4em;
  width: 4em;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid var(--accent1-color);
}
.side-cart .side-cart-item .side-cart-img .ribbon {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  padding: 0.2em 0.4em;
  background-color: var(--accent1-color);
}
.side-cart .side-cart-item .side-cart-line1 {
  grid-area: 1/2/1/2;
  font-weight: bold;
}
.side-cart .side-cart-item .side-cart-line2 {
  grid-area: 2/2/2/2;
}
.side-cart .side-cart-item .side-cart-line3 {
  grid-area: 3/2/3/2;
}
.side-cart .side-cart-item .side-cart-ext {
  grid-area: 4/1/4/4;
  text-align: right;
  font-weight: bold;
}
.side-cart .side-cart-item .side-cart-del {
  grid-area: 1/3/1/3;
  text-align: right;
  margin: 0 0.2em;
  border: none;
  background: none;
  background-color: none;
}
.side-cart .side-cart-item .side-cart-del:hover {
  color: var(--main-shade1-color);
}
.side-cart .side-cart-item a,
.side-cart .side-cart-item a[href] {
  text-decoration: none;
  color: var(--accent1-color);
}
.side-cart .side-cart-item a:hover,
.side-cart .side-cart-item a[href]:hover {
  color: var(--main-shade1-color);
}
.side-cart .side-cart-summary {
  /*position: absolute;
        bottom: 0;*/
  grid-area: 2/1/2/1;
  display: grid;
  text-align: start;
  padding: 2em;
  margin: 0;
  margin-bottom: 0.5em;
  background-color: var(--accent4-color);
}
.side-cart .side-cart-summary .side-cart-total {
  font-weight: bold;
}
.side-cart .side-cart-links {
  grid-area: 3/1/3/1;
  text-align: center;
}
.offerings-container {
  width: calc(100vw - 1em);
}
.checkout-progress {
  display: inline-block;
  color: var(--accent1-color);
  text-align: center;
  width: 100%;
}
.checkout-progress a[href] {
  color: var(--bs-green);
  text-decoration: none;
}
.checkout-progress ul {
  list-style: none;
  display: inline-block;
  margin: 0.2em 0.5em;
  padding: 0;
}
.checkout-progress ul li {
  float: left;
  margin: 0 0.25em 0 0;
}
.checkout-progress ul li > div,
.checkout-progress ul li > a > div {
  display: grid;
  width: 4.5em;
  height: 5em;
  margin: 0.2em 0.5em;
}
.checkout-progress ul li > div > span,
.checkout-progress ul li > a > div > span {
  grid-area: 1/1/1/1;
  margin: 0 auto;
}
.checkout-progress ul li > div > label,
.checkout-progress ul li > a > div > label {
  grid-area: 2/1/2/1;
}
.checkout-progress ul li.spacer > div > i {
  grid-area: 1/1/1/1;
  margin: 0 auto;
  font-size: 2em;
  line-height: 1.5em;
}
.checkout-progress ul li.linked:hover {
  background-color: var(--accent4-color);
}
@media screen and (max-width: 768px) {
  .checkout-progress ul li > div,
  .checkout-progress ul li > a > div {
    width: 2em;
    height: 2.25em;
  }
  .checkout-progress ul li label {
    display: none;
  }
}
.checkout-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 24em;
}
.checkout-grid .checkout-full-width {
  grid-column: 1 / span 2;
}
.checkout-grid .checkout-row-1,
.checkout-grid .checkout-row-2,
.checkout-grid .checkout-row-3 {
  margin-bottom: 2em;
}
.checkout-grid .checkout-row-1 {
  grid-row: 1;
}
.checkout-grid .checkout-row-2 {
  grid-row: 2;
}
.checkout-grid .checkout-row-3 {
  grid-row: 3;
}
.checkout-grid .checkout-col-1 {
  grid-column: 1;
}
.checkout-grid .checkout-col-2 {
  grid-column: 2;
}
.checkout-grid .checkout-col-3 {
  grid-column: 3;
}
.item-viewer {
  position: relative;
  padding: 0 6em;
  margin: 2em 0;
}
.item-viewer .item-viewer-container {
  overflow: hidden;
  width: 100vw;
  width: calc(100vw - 13em);
  background-color: var(--accent4-color);
}
.item-viewer .item-viewer-items {
  width: 100vw;
}
.item-viewer .btn-next,
.item-viewer .btn-back {
  position: absolute;
  top: 2em;
  font-size: 2em;
  border: none;
  background-color: transparent;
  color: var(--main-shade1-color);
}
.item-viewer .btn-next:hover,
.item-viewer .btn-back:hover {
  color: var(--main-shade2-color);
}
.item-viewer .btn-next {
  right: 1em;
}
.item-viewer .btn-back {
  left: 1em;
}
.btn-products {
  float: right;
  position: absolute;
  top: 0;
  right: 6em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .btn-products {
    position: initial;
    float: none;
    margin: 0 4.5em;
  }
}
#active-image-zoom {
  width: 100%;
}
.active-image {
  display: inline-block;
  width: 100%;
}
.active-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}
.image-selector-container {
  display: inline-block;
  overflow-x: auto;
  /* Adds horizontal scrollbar if needed */
  overflow-y: hidden;
  /* Hides vertical scrollbar */
  white-space: nowrap;
  /* Prevents content from wrapping to the next line */
  width: 100%;
  /* Or a specific width */
}
.image-selector {
  display: flex;
  padding: 1em;
}
.image-selector > div {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em;
}
.image-selector > div:hover {
  background-color: var(--main-shade1-color);
}
.image-selector img {
  width: 10em;
  height: 10em;
  object-fit: cover;
}
figure {
  display: flex;
  flex-direction: column;
  margin: 0em auto;
  overflow: hidden;
  background-color: #e0ac6b;
}
figure p {
  display: none;
}
figure img {
  overflow-clip-margin: content-box;
  overflow: clip;
  border-style: none;
  vertical-align: middle;
  display: block;
  opacity: 1;
  transition: opacity 1s;
  width: 180%;
}
figure ul {
  list-style: unset;
  margin-top: 10px;
}
figure .cd-image-label {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  top: 25%;
}
figure .cd-resize-img {
  background-color: #fff;
}
figure .cd-resize-img img {
  display: block;
  width: 180%;
  float: right;
}
figure .cd-resize-img .cd-image-label {
  right: auto;
  left: 20px;
  color: #000;
}
figure .cd-resize-img .cd-image-label > h2 {
  color: #000;
}
figure .cd-handle {
  display: none;
}
figure.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  figure {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    margin: 0em auto;
  }
  figure p {
    display: inline-block;
  }
  figure img {
    overflow-clip-margin: content-box;
    overflow: clip;
    border-style: none;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    display: block;
    opacity: 1;
    transition: opacity 1s;
  }
  figure ul {
    list-style: none;
    margin-top: 10px;
  }
  figure .cd-image-label {
    width: 46%;
    display: flex;
    flex-direction: column;
    text-align: left;
    position: absolute;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    top: 0;
    right: 0;
    color: #ffffff;
    padding: 1rem 1rem 1rem 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
    top: 25%;
  }
  figure .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  figure .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
  }
  figure .cd-resize-img .cd-image-label {
    right: auto;
    left: 20px;
    color: #000;
    width: 280px;
  }
  figure .cd-resize-img .cd-image-label > h2 {
    color: #000;
  }
  figure .cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    cursor: move;
    background-color: #000;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
  figure .cd-handle {
    display: inline-block;
    line-height: 3.75em;
    font-size: 0.75em;
    color: white;
    padding: 0 0.5em;
  }
  figure .cd-handle i {
    margin: 0.2em;
  }
  figure.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  figure.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  }
}
@media screen and (max-width: 768px) {
  figure .cd-resize-img {
    width: 100% !important;
  }
}
.collections {
  display: inline-block;
  width: 100%;
  margin: 0 0 1em 0;
  background-color: var(--accent4-color);
}
.collections .collection {
  position: relative;
  display: inline;
  float: left;
  padding: 1em;
  text-decoration: none;
  color: var(--main-color);
  /*min-height: 30em;*/
  /*height: 16em;*/
  text-align: left;
  margin: 0 0.5em 0.5em 0;
}
.collections .collection > div {
  display: grid;
  text-align: start;
  max-width: 10em;
}
.collections .collection .collection-shown {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.collections .collection .collection-img {
  grid-area: 1/1/3/1;
  /*padding: .5em;*/
  position: relative;
  width: 10em;
  height: 10em;
  background-color: var(--accent3-color);
}
.collections .collection .collection-img img {
  width: 10em;
  height: 10em;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid var(--accent1-color);
  transition: visibility 0s, opacity 0.5s linear;
}
.collections .collection .collection-img img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.collections .collection .collection-img .ribbon {
  color: var(--accent2-color);
  font-weight: bold;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  padding: 0.2em 0.4em;
  background-color: var(--accent1-color);
}
.collections .collection .collection-line1 {
  grid-area: 4/1/4/1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}
.collections .collection .collection-line2 {
  grid-area: 5/1/5/1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.collections .collection:hover {
  background-color: var(--accent3-color);
}
.collections .collection:hover .collection-img img {
  opacity: 0;
}
.collections .collection:hover .collection-img img:not(:first-child) {
  opacity: 1;
}
.collection-items.offerings .offering {
  min-height: auto;
}
.collections-desktop {
  display: block;
}
.collections-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .collections-desktop {
    display: none;
  }
  .collections-mobile {
    display: block;
  }
}
.collections-menu {
  width: 50vw;
  padding: 2em;
  max-height: 80vh;
  overflow: auto;
}
.collections-menu ul {
  list-style-type: none;
  padding: 0.4em;
}
.collections-menu ul li {
  width: 100%;
}
.collections-menu ul li a {
  text-decoration: none;
  color: var(--accent1-color);
  padding: 0.2em;
  display: inline-block;
  width: 100%;
}
.collections-menu ul li a:hover {
  color: var(--main-shade-1-color);
  /*text-decoration: underline;*/
  background-color: var(--accent4-color);
}
.collections-menu ul li > ul {
  border-top: solid 1px var(--main-shade1-color);
}
.collections-menu ul.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.collections-menu ul.flex li:not(:first-child) > ul {
  /*border-left: solid 1px var(--main-shade1-color);*/
}
.collections-menu ul.flex > li {
  margin: 1em;
  background-color: var(--accent3-color);
  max-width: 25em;
}
.collections-menu .collection-group {
  padding: 1em;
}
.collections-menu .collection-group > a:first-child {
  font-weight: bold;
}
.offcanvas .collections-menu {
  width: 100%;
  max-height: none;
  padding: 0;
}
.offcanvas .collections-menu .btn {
  width: 100%;
}
.floating-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  /* Start hidden below screen */
  transition: transform 0.3s ease-in-out;
}
.floating-bar.visible {
  transform: translateY(0);
  /* Slide up into view */
  z-index: 3000;
  padding: 1em;
  background: var(--accent4-color);
}
:root {
  --main-bg-color: #E9DDCF;
  --main-color: #000000;
  --main-shade1-color: #AFA69B;
  --main-shade2-color: #756F68;
  --main-shade3-color: #3A3734;
  --accent1-color: #785E26;
  --accent2-color: #FFFFFF;
  --accent3-color: #F3EADE;
  --accent4-color: #FFF8EF;
  --heading-font: 'Sora';
  --main-font: 'Space Grotesk';
}
.logo {
  background-image: url('../svg/RomazuraLogo.svg');
  background-clip: border-box;
  background-position: center;
  height: 3em;
  width: 13em;
  background-size: 24em;
  background-repeat: no-repeat;
  margin: 0;
}
.main-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
  /*margin-top: 8em;*/
  /*margin-bottom: 10em;*/
}
.btn-primary {
  --bs-btn-bg: #785E26;
  --bs-btn-border-color: #785E26;
  --bs-btn-hover-bg: #756F68;
  --bs-btn-hover-border-color: #756F68;
  border-radius: 0;
}
.btn-secondary {
  border-radius: 0;
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-top: 6em;
  margin-bottom: 16em;
  font-family: "SpaceGrotesk";
  color: var(--main-color);
}
footer .menu {
  padding: 1em;
}
footer .menu .menu-header {
  border-bottom: solid 1px var(--accent1-color);
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}
.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
}
.navbar-nav.flex-rows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.navbar-nav.flex-rows .nav-item {
  min-width: 10em;
}
h1,
h2,
h3,
h4 {
  font-family: "Sora";
  font-weight: bold;
  color: var(--accent1-color);
}
.links {
  /*text-align: center;*/
}
.links a {
  color: var(--accent1-color) !important;
}
.links a:hover {
  color: var(--main-shade1-color) !important;
}
.nav-item {
  padding: 0 0.5em;
}
.nav-item:hover {
  background-color: var(--accent3-color);
}
.nav-item:hover a,
.nav-item:hover a[href] {
  /*color: var(--main-shade2-color) !important;*/
}
.coming-soon {
  text-align: center;
  margin: 0;
  /*margin-top: -1em;*/
}
.offcanvas-header {
  border: none;
  border-bottom: 1px var(--accent1-color) solid;
  margin: 0 1em;
}
.error-message img {
  max-height: 25em;
}
.page-link {
  background-color: var(--main-shade2-color);
  color: white;
}
.nav-links {
  list-style: none;
}
.nav-links .nav-link.active {
  font-weight: bold;
}
img {
  /*background-image: url('../svg/spinner.svg');*/
  /*background-color: var(--main-shade3-color);*/
  /*border-radius: 1em;*/
  /*overflow: hidden;*/
}