/** Shopify CDN: Minification failed

Line 22:0 All "@import" rules must come first

**/
.highlighted {
  color: rgb(var(--color-highlighted-elements));
}
.pink {
  color: #fe5353;
}
.peach {
  color: #ff9e70;
}
.lavender {
  color: #a974ff;
}
.color-inherit p,
.color-inherit a {
  color: inherit;
}
@import url(“https://use.typekit.net/ykq5avd.css”);
@-webkit-keyframes animation-swimming-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes animation-swimming-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

*,
:after,
:before,
input {
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-right"] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
* {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --duration-short: 100ms;
  --duration-default: 300ms;
}

body,
button,
input,
li,
ol,
p,
select,
textarea,
ul {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(var(--color-base-text));
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 :not(.holiday-lineup__line *) {
  display: block;
  margin: 0 0 16px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: rgb(var(--color-highlighted-elements));
  font-weight: 600;
}
.h1,
h1 {
  line-height: 1 !important;
  font-size: 32px !important;
}
.h1,
.h2,
h1,
h2 {
  margin-bottom: 16px;
}
.h2,
h2 {
  font-size: 25px !important;
}
.h2,
h2 {
  line-height: normal !important;
}
.h3,
h3 {
  line-height: 1.25 !important;
}
.h3,
.h4,
h3,
h4:not(h3 > .holiday-lineup__line) {
  font-size: 20px !important;
  margin-bottom: 25px;
}
@media(max-width: 768.98px) {
  .wedding-sizes__example h4 {
    font-size: 12px !important;
  }
}
.h4,
h4 {
  line-height: 1.6 !important;
}
.h5,
h5 {
  font-size: 16px !important;
}
.h5,
.h6,
h5,
h6 {
  line-height: 1.2 !important;
}
.h6,
h6 {
  font-size: 12px !important;
}
.bold,
a,
b,
strong {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.bold,
b,
strong {
  font-weight: 700;
}
.semibold {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
p {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 16px;
}
p img {
  margin: 0;
}
em {
  font-style: italic;
}
.small,
small {
  font-size: 13px;
}
sub,
sup {
  position: relative;
  font-size: 60%;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.5em;
}
.text-uppercase {
  text-transform: uppercase;
}
[tabindex="-1"]:focus {
  outline: none;
}
body {
  position: relative;
  background: rgb(var(--color-base-background-1));
}
body.locked {
  position: fixed;
}
.main-content {
  padding-top: calc(var(--header-wrapper-height, 0) + var(--announcement-bar-height, 0));
  transition: all 0.2s ease;
}
/* @media screen and (min-width: 768px) {
  .main-content {
    padding-top: calc(var(--header-wrapper-height, 0) + var(--announcement-bar-height, 0) + 36px);
  }
} */
/* .page-cover {
  margin-top: calc((var(--header-wrapper-height, 0) + var(--announcement-bar-height, 0)) * -1);
}
@media screen and (min-width: 768px) {
  .page-cover {
    margin-top: calc((var(--header-wrapper-height, 0) + var(--announcement-bar-height, 0) + 36px) * -1);
  }
} */
hr {
  clear: both;
  border-width: medium 0 0;
  border-top: 1px solid rgb(var(--color-base-text));
  margin: 30px 0;
  height: 0;
}
.rte a {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.rte a:has(strong) {
  text-decoration-color: rgb(var(--color-highlighted-elements));
}
.rte .h1,
.rte .h2,
.rte .h3,
.rte .h4,
.rte .h5,
.rte .h6,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 2em;
}
.rte .h1:first-child,
.rte .h2:first-child,
.rte .h3:first-child,
.rte .h4:first-child,
.rte .h5:first-child,
.rte .h6:first-child,
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}
.rte .h1 a,
.rte .h2 a,
.rte .h3 a,
.rte .h4 a,
.rte .h5 a,
.rte .h6 a,
.rte h1 a,
.rte h2 a,
.rte h3 a,
.rte h4 a,
.rte h5 a,
.rte h6 a {
  text-decoration: none;
}
.rte > div {
  margin-bottom: 16px;
}
.rte li {
  margin-bottom: 0.4em;
}
.rte bold, strong {
	color: rgb(var(--color-highlighted-elements));
}
.rte video {
  width: 100%;
  margin: 30px 0;
  border-radius: 2px;
}
.rte--header {
  margin-bottom: 0;
}
.header__heading {
  display: flex;
  margin-bottom: 0;
}
.header__heading-link {
  margin-right: 16px;
}
@media screen and (min-width: 1400px) {
  .header__heading-link {
    margin-right: 36px;
  }
}
.header__heading-logo-wrapper {
  display: flex;
}

@media (max-width: 768px) {
  .header__heading-logo-wrapper {
    max-width: 96px;
  }
}
a {
  color: rgb(var(--color-base-text));
  transition: all 0.3s ease;
}
a:not(.btn,.top-menu__anchor):focus,
a:not(.btn):hover {
  color: rgb(var(--color-highlighted-elements));
}
.no--underline {
  text-decoration: none;
}
button {
  overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
.btn,
.rte .btn {
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  padding: 0 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  width: auto;
  margin: 0;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgb(var(--color-base-background-1));
  background-color: rgb(var(--color-highlighted-elements));
  border: 2px solid rgb(var(--color-highlighted-elements));
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 340px;
}
.btn svg,
.rte .btn svg {
  position: relative;
  top: 1px;
}
.btn path,
.rte .btn path {
  fill: rgb(var(--color-base-text));
}
.btn:active,
.btn:focus,
.btn:hover,
.rte .btn:active,
.rte .btn:focus,
.rte .btn:hover {
  background-color: rgb(var(--color-base-text));
  border-color: rgb(var(--color-base-text));
}
.btn.disabled,
.btn[disabled],
.rte .btn.disabled,
.rte .btn[disabled] {
  cursor: default;
}
.btn.disabled,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn[disabled],
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover,
.rte .btn.disabled,
.rte .btn.disabled:active,
.rte .btn.disabled:focus,
.rte .btn.disabled:hover,
.rte .btn[disabled],
.rte .btn[disabled]:active,
.rte .btn[disabled]:focus,
.rte .btn[disabled]:hover {
  color: rgb(var(--color-base-text)) !important;
  background-color: #716f9b !important;
  border-color: #716f9b !important;
  border: none !important;
}
.btn--on-dark {
  background: rgb(var(--color-base-background-2));
}
.btn--on-highlighted {
  background: rgb(var(--color-highlighted-elements));
}
.btn--on-white {
  background: #fff;
}
.btn--on-regal {
  background: #43006a;
}
.btn--on-regal-pale {
  background: #350b60;
}
.btn--on-green {
  background: #369652;
}
.btn--on-blue {
  background: #211f4e;
}
.btn--peach {
  border-color: #ff9e70;
  color: #ff9e70;
}
.btn--peach:active,
.btn--peach:focus,
.btn--peach:hover {
  color: #ff7b3d;
  border-color: #ff7b3d;
}
.btn--peach-inverted {
  background-color: #ff9e70;
  color: rgb(var(--color-base-background-2));
  border-color: #ff9e70;
}
.btn--peach-inverted:active,
.btn--peach-inverted:focus,
.btn--peach-inverted:hover {
  background-color: #ff7b3d;
  color: #010009;
  border-color: #ff7b3d;
}
.btn--inverted {
  background-color: rgb(var(--color-base-text));
  color: rgb(var(--color-base-background-2));
  border-color: rgb(var(--color-base-text));
  transition: all 0.3s ease;
}
.btn--inverted:active,
.btn--inverted:focus,
.btn--inverted:hover {
  background-color: rgb(var(--color-highlighted-elements));
  border-color: rgb(var(--color-highlighted-elements));
  color: rgb(var(--color-base-background-2));
}
.btn--pink-inverted {
  background-color: #fe5353;
  border-color: #fe5353;
}
.btn--pink-inverted:active,
.btn--pink-inverted:focus,
.btn--pink-inverted:hover {
  background-color: #fe3a3a;
  color: rgb(var(--color-base-text));
  border-color: #fe3a3a;
}
.btn--lavender-inverted {
  background-color: #a974ff;
  border-color: #a974ff;
}
.btn--lavender-inverted:active,
.btn--lavender-inverted:focus,
.btn--lavender-inverted:hover {
  background-color: #995bff;
  color: rgb(var(--color-base-text));
  border-color: #995bff;
}
.btn--pink {
  border-color: #fe5353;
  color: #fe5353;
}
.btn--pink:active,
.btn--pink:focus,
.btn--pink:hover {
  color: #fe2020;
  border-color: #fe2020;
}
.btn--highlighted {
  border-color: rgb(var(--color-highlighted-elements));
  color: rgb(var(--color-highlighted-elements));
}
.btn--highlighted:active,
.btn--highlighted:focus,
.btn--highlighted:hover {
  color: rgb(var(--color-highlighted-elements));
  border-color: rgb(var(--color-highlighted-elements));
}
.btn--swimming-pink-peach {
  background-image: linear-gradient(-15deg, #eb1197 10%, #fe5353 54%, #ff3f8a);
  background-size: 400%;
  -webkit-animation: animation-swimming-gradient 10s ease-in-out infinite;
  animation: animation-swimming-gradient 10s ease-in-out infinite;
  color: rgb(var(--color-base-text));
  border: none;
}
.btn--swimming-pink-peach:active,
.btn--swimming-pink-peach:focus,
.btn--swimming-pink-peach:hover {
  background-image: linear-gradient(-15deg, #eb1167 10%, #fe5323 54%, #ff3f5a);
  color: #fff;
  border: none;
}
.btn--wide {
  padding-left: 60px;
  padding-right: 60px;
}
.btn--small {
  font-size: 13px;
  padding: 5px 12px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.btn--large {
  font-size: 20px;
  padding: 14px 28px 12px;
}
.btn--full {
  width: 100%;
  max-width: unset;
}
.btn--disabled {
  background-color: #9593c5 !important;
  border-color: #9593c5 !important;
  color: #dad5f0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}
ol,
ul {
  margin: 0 0 16px 20px;
  padding: 0;
}
ol {
  list-style: decimal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 4px 0 5px 20px;
}
/* 
.collection-lineup li {
  margin: 0 0 0 0 !important;
} */

.collection-lineup ul li {
  margin: 0 0 0 0 !important;
}
/* li :not(.scroll-item):not(.holiday-lineup img):not(.holiday-lineup__line h3){ */
li :not(.scroll-item):not(.holiday-lineup *) {
  margin-bottom: 0.25em;
}
.no-bullets {
  list-style: none outside;
  margin-left: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: 700;
}
td,
th {
  text-align: left;
  padding: 15px;
  border: 1px solid rgb(var(--color-base-text));
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
iframe,
img {
  max-width: 100%;
}
form {
  margin-bottom: 0;
}
.form-vertical {
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    font-size: 16px;
  }
}
button,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer;
}
fieldset {
  border: 1px solid rgb(var(--color-base-text));
  padding: 15px;
}
legend {
  border: 0;
  padding: 0;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input,
select,
textarea {
  border: none;
  max-width: 100%;
  padding: 8px 12px 6px;
  border-radius: 0;
  background-position: 100%;
  background-color: #463971;
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  outline-offset: -2px;
  outline-color: rgb(var(--color-base-background-1));
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(var(--color-base-background-1));
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgb(var(--color-base-background-1));
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgb(var(--color-base-background-1));
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgb(var(--color-base-background-1));
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgb(var(--color-base-background-1));
}
input.disabled,
input[disabled],
select.disabled,
select[disabled],
textarea.disabled,
textarea[disabled] {
  cursor: default;
  pointer-events: none;
}
input.input-full,
select.input-full,
textarea.input-full {
  width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0;
  width: auto;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
input[type="image"] {
  padding-left: 0;
  padding-right: 0;
}
input[type="text"] {
  border: 1px solid rgb(var(--color-base-text));
  background: #18084d;
  height: 45px;
  text-align: center;
}
input[type="text"]:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
optgroup {
  font-weight: 700;
}
option {
  color: #000;
  background-color: #fff;
}
select::-ms-expand {
  display: none;
}
.hidden-label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
label[for] {
  cursor: text;
}
input.error,
select.error,
textarea.error {
  border-color: #f36060;
  background-color: rgb(var(--color-base-text));
  color: #f36060;
}
select {
  padding-right: 28px;
}
label.error {
  color: #f36060;
}
.form-table {
  display: table;
  padding-bottom: 15px;
}
.form-table .form-row {
  display: table-row;
}
.form-table .form-row label {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-right: 15px;
}
.form-table .form-row input,
.form-table .form-row label,
.form-table .form-row select {
  display: table-cell;
  margin-bottom: 7.5px;
}
.form {
  margin: 15px 0;
}
.form .form-section {
  margin-bottom: 30px;
}
.form .form-subheading {
  display: block;
  font-size: 13px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ff9e70;
  margin-bottom: 5px;
}
.form .form-row {
  margin-bottom: 10px;
}
.form .form-row input,
.form .form-row textarea {
  width: 100%;
}
.form .form-split-row input,
.form .form-split-row textarea {
  width: 100%;
  margin-bottom: 10px;
}
.form input {
  display: block;
}
.form input::-webkit-input-placeholder {
  font-size: 13px;
}
.form input::-moz-placeholder {
  font-size: 13px;
}
.form input:-ms-input-placeholder {
  font-size: 13px;
}
.form input::-ms-input-placeholder {
  font-size: 13px;
}
.form input::placeholder {
  font-size: 13px;
}
.form.closed {
  display: none;
}
@media screen and (min-width: 768px) {
  .form .form-split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }
  .form .form-split-row input,
  .form .form-split-row textarea {
    width: auto;
    margin-bottom: 0;
  }
}
.errors,
.note {
  border-radius: 2px;
  padding: 15px;
  margin: auto auto 15px;
  border: 2px solid transparent;
  font-size: 13px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  width: fit-content;
}
.errors ol,
.errors ul,
.note ol,
.note ul {
  margin-top: 0;
  margin-bottom: 0;
}
.errors li:last-child,
.errors p,
.note li:last-child,
.note p {
  margin-bottom: 0;
}
.note {
  border-color: #ff9e70;
  color: #ff9e70;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 15px;
  align-items: center;
}
.note.success {
  border-color: #12c17d;
  background: #12c17d;
  color: #fff;
}
.note.warning {
  border-color: #ff9e70;
  color: #ff9e70;
}
.note.info {
  border-color: #a974ff;
  background-color: rgb(var(--color-base-background-2));
}
.note.error {
  border-color: #f36060;
  background: #f36060;
  color: #fff;
}
.note svg g,
.note svg path,
.note svg polygon {
  fill: #fff;
}
.errors ul {
  list-style: disc outside;
  margin-left: 20px;
}
figure {
  margin: 0;
}
.form-success {
  color: #12c17d;
  background-color: #fff;
  border-color: #12c17d;
}
.form-success a {
  color: #12c17d;
  text-decoration: underline;
}
.form-success a:hover {
  text-decoration: none;
}
.errors,
.form-error {
  color: #f36060;
  background-color: rgb(var(--color-base-text));
  border-color: #f36060;
}
.errors a,
.form-error a {
  color: #f36060;
  text-decoration: underline;
}
.errors a:hover,
.form-error a:hover {
  text-decoration: none;
}
.pagination {
  margin-bottom: 1em;
  text-align: center;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.pagination > span {
  display: inline-block;
  line-height: 1;
}
.pagination a {
  display: block;
}
.pagination .page.current,
.pagination a {
  padding: 8px;
}
.pagination .next a {
  text-decoration: none;
}
html.with-featherlight {
  overflow: hidden;
}
.three-d-loading {
  position: relative;
}
.three-d-loading:after {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  content: "loading";
  position: absolute;
  color: #211f4e;
  width: 100px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 var(--page-width-x-paddings-mobile);
}
@media screen and (min-width: 480px) {
  .page-width {
    padding: 0 var(--page-width-x-paddings-tablet);
  }
}
@media screen and (min-width: 992px) {
  .page-width {
    padding: 0 var(--page-width-x-paddings-desktop);
  }
}
.no--padding {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 479.98px) {
  .no--mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .no--tablet-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .no--desktop-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.minimal-padding {
  padding-right: var(--page-width-x-paddings-mobile);
  padding-left: var(--page-width-x-paddings-mobile);
}
.spaced--thrice {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .spaced--thrice {
    margin-top: 135px;
    margin-bottom: 135px;
  }
}
.spaced--twice {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .spaced--twice {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .spaced--twice--body-jewelry {
    padding-top: 18rem;
  }
}
.spaced {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .spaced {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.spaced--half {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .spaced--half {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.space-top-x025 {
  margin-top: 7.5px;
}
.space-top-x05 {
  margin-top: 15px;
}
.space-top-x1 {
  margin-top: 30px;
}
.space-top-x2 {
  margin-top: 60px;
}
.space-top-x3 {
  margin-top: 90px;
}
.space-top-x4 {
  margin-top: 120px;
}
.space-bottom-x025 {
  margin-bottom: 7.5px;
}
.space-bottom-x05 {
  margin-bottom: 16px;
}
.space-bottom-x1 {
  margin-bottom: 30px;
}
.space-bottom-x2 {
  margin-bottom: 60px;
}
.space-bottom-x3 {
  margin-bottom: 90px;
}
.molecule {
  overflow: hidden;
  position: relative;
}
.molecule .molecule__image {
  margin: 0;
  line-height: 0;
}
.molecule .molecule__uhaul {
  line-height: 0;
}
.molecule .molecule__uhaul video {
  margin: 0;
  line-height: 0;
  width: 100%;
}
.molecule .molecule__text {
  padding: 0 60px;
}
@media screen and (max-width: 767.98px) {
  .molecule:not(.no--mobile-overlay) .molecule__text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .molecule.no--mobile-overlay .molecule__text {
    padding-inline: 30px;
  }
  .two-image-text .m-two-by-two {
    gap: 15px;
  }
  .two-image-text .molecule.no--mobile-overlay .molecule__text {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .molecule {
    flex-direction: row;
  }
  .molecule,
  .molecule .molecule__text {
    display: flex;
    flex-wrap: nowrap;
  }
  .molecule .molecule__text {
    position: static;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .molecule .molecule__text.molecule__text--left {
    align-items: flex-start;
  }
  .molecule .molecule__text.molecule__text--center {
    align-items: center;
  }
  .molecule .molecule__image {
    width: 50%;
  }
  .molecule.molecule--reversed {
    flex-direction: row-reverse;
  }
  .molecule .molecule__uhaul {
    width: 50%;
  }
}
.text-right-desktop {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .text-right-desktop {
    text-align: right !important;
  }
}
.v-center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.fullwidth {
  width: 100%;
}
.faded-out {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .three-by-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-by-three.gap-once {
    grid-column-gap: 30px;
  }
  .three-by-three .one-one {
    grid-column: 1;
    grid-row: 1;
  }
  .three-by-three .one-two {
    grid-column: 1;
    grid-row: 2;
  }
  .three-by-three .one-three {
    grid-column: 1;
    grid-row: 3;
  }
  .three-by-three .two-one {
    grid-column: 2;
    grid-row: 1;
  }
  .three-by-three .two-two {
    grid-column: 2;
    grid-row: 2;
  }
  .three-by-three .two-three {
    grid-column: 2;
    grid-row: 3;
  }
  .three-by-three .three-one {
    grid-column: 3;
    grid-row: 1;
  }
  .three-by-three .three-two {
    grid-column: 3;
    grid-row: 2;
  }
  .three-by-three .three-three {
    grid-column: 3;
    grid-row: 3;
  }
}
@media screen and (max-width: 767.98px) {
  .m-three-by-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .m-three-by-three.gap-once {
    grid-column-gap: 30px;
  }
  .m-three-by-three .m-one-one {
    grid-column: 1;
    grid-row: 1;
  }
  .m-three-by-three .m-one-two {
    grid-column: 1;
    grid-row: 2;
  }
  .m-three-by-three .m-one-three {
    grid-column: 1;
    grid-row: 3;
  }
  .m-three-by-three .m-two-one {
    grid-column: 2;
    grid-row: 1;
  }
  .m-three-by-three .m-two-two {
    grid-column: 2;
    grid-row: 2;
  }
  .m-three-by-three .m-two-three {
    grid-column: 2;
    grid-row: 3;
  }
  .m-three-by-three .m-three-one {
    grid-column: 3;
    grid-row: 1;
  }
  .m-three-by-three .m-three-two {
    grid-column: 3;
    grid-row: 2;
  }
  .m-three-by-three .m-three-three {
    grid-column: 3;
    grid-row: 3;
  }
}
@media screen and (min-width: 768px) {
  .two-by-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .two-by-two.gap-quarter {
    grid-column-gap: 7.5px;
  }
  .two-by-two.gap-half {
    grid-column-gap: 15px;
  }
  .two-by-two.gap-once {
    grid-column-gap: 30px;
  }
  .two-by-two .row-one {
    grid-column: 1/3;
    grid-row: 1;
  }
  .two-by-two .one-one {
    grid-column: 1;
    grid-row: 1;
  }
  .two-by-two .one-two {
    grid-column: 1;
    grid-row: 2;
  }
  .two-by-two .two-one {
    grid-column: 2;
    grid-row: 1;
  }
  .two-by-two .two-two {
    grid-column: 2;
    grid-row: 2;
  }
  .two-by-two .three-one {
    grid-column: 3;
    grid-row: 1;
  }
  .two-by-two .three-two {
    grid-column: 3;
    grid-row: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .m-two-by-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .m-two-by-two.m-gap-quarter {
    grid-column-gap: 7.5px;
  }
  .m-two-by-two.m-gap-half {
    grid-column-gap: 15px;
  }
  .m-two-by-two.m-gap-once {
    grid-column-gap: 30px;
  }
  .m-two-by-two .m-row-one {
    grid-column: 1/3;
    grid-row: 1;
  }
  .m-two-by-two .m-one-one {
    grid-column: 1;
    grid-row: 1;
  }
  .m-two-by-two .m-one-two {
    grid-column: 1;
    grid-row: 2;
  }
  .m-two-by-two .m-two-one {
    grid-column: 2;
    grid-row: 1;
  }
  .m-two-by-two .m-two-two {
    grid-column: 2;
    grid-row: 2;
  }
  .m-two-by-two .m-three-one {
    grid-column: 3;
    grid-row: 1;
  }
  .m-two-by-two .m-three-two {
    grid-column: 3;
    grid-row: 2;
  }
}
.marceline {
  padding-top: 30px;
}
.marceline,
.marceline .marceline__text {
  position: relative;
  z-index: 1;
}
.marceline .marceline__text .breadcrumb {
  margin: 0 0 16px;
}
.marceline .marceline__text .h1,
.marceline .marceline__text h1 {
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  font-size: 32px;
}
.marceline .marceline__visual {
  position: relative;
  top: -20px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .marceline .marceline__text .h1,
  .marceline .marceline__text h1 {
    font-size: 49px;
  }
  .marceline .marceline__visual {
    top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .marceline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 30px;
    align-items: end;
  }
  .marceline .marceline__text {
    grid-column: 2;
    grid-row: 1;
  }
  .marceline .marceline__visual {
    grid-column: 1;
    grid-row: 1;
    position: static;
  }
}
.cover {
  position: relative;
  background-color: rgb(var(--color-base-background-2));
  overflow: hidden;
  /* z-index: 1; */
}
.template-collection .page-cover .cover {
  position: relative;
}
.cover .cover__image {
  position: relative;
  z-index: 0;
}
.cover .cover__image img {
  display: block;
}
.cover:not(.cover--simple) {
  height: 50vh;
}
.gc__image_radio_label .cover.atvImg {
  border-radius: 0;
  height: 100%;
}
.gc__image_radio_button_container .gc__image_radio_label {
  border-radius: 0;
  overflow: hidden;
  border: unset
}
.cover.atvImg .atvImg-container .atvImg-layers,
.cover.atvImg .atvImg-container .atvImg-layers .atvImg-rendered-layer {
  border-radius: 0;
}
.cover-wedding {
  margin-bottom: -10px;
}
.cover:not(.cover--simple) .cover__image {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

/* @media screen and (min-width: 768px) {
  .cover:not(.cover--simple) .cover__image  {
width: 200vw;
height: auto;
  }
} */

.cover:not(.cover--simple) .cover__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

.engagement-cover-image {
  bottom: -40px;
}

.cover.cover--simple .cover__image img {
  width: 100%;
}
.cover .cover__text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 70px;
}
.cover .cover__text-center {
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cover .cover__text.h1,
.cover .cover__text .h1,
.cover .cover__text h1,
.cover h1.cover__text {
  font-family: 'Soleil', sans-serif;
  font-weight: 600;
  font-size: 11vw;
  line-height: 0.85;
}
.cover .cover__text p {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  max-width: 400px;
}
.cover .breadcrumb {
  margin-bottom: 16px;
}
.cover .breadcrumb a,
.cover .breadcrumb span {
  font-size: 13px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cover .cover__text {
    padding: 30px 0;
  }
  .cover .breadcrumb a,
  .cover .breadcrumb span {
    font-size: 16px;
  }
  .cover .cover__text.h1,
  .cover .cover__text .h1,
  .cover .cover__text h1,
  .cover h1.cover__text {
    font-size: 98px;
  }
}
.overlay {
  position: relative;
  z-index: 1;
}
.overlay .overlay__image {
  z-index: 1;
  width: 100%;
}
.overlay .overlay__text {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.overlay.overlay--centered .overlay__text {
  text-align: center;
}
.menu {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-base-background-2));
  padding-top: calc(var(--header-wrapper-height, 0) + var(--announcement-bar-height, 0));
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: scroll;
  justify-content: space-between;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1199.98px) {
  .menu.menu-shown {
    display: flex;
  }
}
.menu-tree {
  margin: 0 30px;
}
.menu-tree li,
.menu-tree ul {
  list-style: none;
  margin: 0;
}
.menu-tree .menu-tree__link {
  display: block;
}

.menu-tree .menu-tree__link .menu-tree__submenu a {
  font-weight: 400;
}

.menu-tree .menu-tree__link > a,
.menu-tree .menu-tree__link > span {
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
}

.menu-tree .menu-tree__link svg {
  margin: 0 0 1px 5px;
}
.menu-tree .menu-tree__link svg.flipped {
  transform: scaleY(-1);
}
.menu-tree .menu-tree__link.menu-tree__link-active > a {
  color: rgb(var(--color-highlighted-elements));
  text-decoration: underline;
}
.menu-tree .menu-tree__link.menu-tree__link-active > a,
.menu-tree .menu-tree__link.menu-tree__link-active > span {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.menu-tree .menu-tree__submenu {
  margin-left: 30px;
}
.menu-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
}
.menu-location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  width: min-content;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: min-content;
}
.menu-location svg {
  grid-column: 1;
  grid-row: 1/3;
  margin-right: 15px;
}
.menu-location .h3,
.menu-location h3 {
  grid-column: 2;
  grid-row: 1;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}
.menu-location span {
  grid-column: 2;
  grid-row: 2;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
}
.menu-location:active svg g,
.menu-location:focus svg g,
.menu-location:hover svg g {
  fill: rgb(var(--color-highlighted-elements));
}
.navigation__burger-icon-wrapper {
  display: flex;
  flex: 1 1 auto;
}
.navigation-container.minimized .big-menu {
  top: 90px;
}
nav.top-menu-container {
  height: auto !important;
}
.top-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  /* text-transform: lowercase; */
}

.top-menu,
.top-menu li {
  list-style: none;
  margin: 0;
}
.top-menu .top-menu__link:not(:last-child) {
  margin-right: 28px;
}
.top-menu .top-menu__link a.top-menu__anchor {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  padding: 10px;
  white-space: nowrap;
}
.top-menu .top-menu__link a.top-menu__anchor::before {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
  content: '';
}
.top-menu .top-menu__link a.top-menu__anchor:hover,
.top-menu .top-menu__link a.active {
  color: rgb(var(--color-highlighted-elements));
}
.top-menu .top-menu__link:first-letter {
  text-transform: capitalize;
}
.big-menu {
  display: none;
  position: absolute;
  background-color: rgb(var(--color-base-background-2));
  width: 100%;
  left: 0;
  padding: 40px 0;
}
@media screen and (min-width: 480px) {
  .big-menu {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .big-menu {
    padding: 40px 0;
  }
}

/* Start temporary code for new menu testing */
.top-menu__link.mega-menu--show-new-menu .big-menu:last-of-type.big-menu--open,
.top-menu__link.mega-menu--show-new-menu .big-menu:last-of-type.big-menu--open .page-width,
.top-menu__link.mega-menu--show-new-menu .big-menu:last-of-type .big-menu__linklist {
  display: flex;
}
.top-menu__link:not(.mega-menu--show-new-menu) .big-menu:first-of-type.big-menu--open,
.top-menu__link:not(.mega-menu--show-new-menu) .big-menu:first-of-type.big-menu--open .page-width,
.top-menu__link:not(.mega-menu--show-new-menu) .big-menu:first-of-type .big-menu__linklist {
  display: flex;
}
/* End temporary code for new menu testing */
/* .big-menu.big-menu--open,
.big-menu.big-menu--open .page-width,
.big-menu .big-menu__linklist {
  display: flex;
} */

.big-menu .big-menu__linklist--usual {
  flex-wrap: wrap;
}
.big-menu.big-menu--open .page-width {
  width: 100%;
}
.big-menu .big-menu__linklist {
  width: 100%;
  margin: 0;
}
.big-menu .big-menu__linklist li.big-menu__link {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-right: 100px;
}
.big-menu .big-menu__linklist li.big-menu__link--usual {
  text-transform: none;
}
.big-menu__links-collections {
  flex-direction: column;
}
.big-menu .big-menu__linklist li.big-menu__link a {
  text-decoration: none;
  font-weight: 700;
}
.big-menu .big-menu__linklist li.big-menu__link a.big-menu__anchor {
  pointer-events: none;
  cursor: default;
  text-transform: capitalize;
}
.big-menu .big-menu__linklist li.big-menu__link .grandchild {
  margin: 5px 0 0;
  text-transform: none;
}
.big-menu .big-menu__linklist li.big-menu__link .grandchild li a,
.big-menu__link--usual > a {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.big-menu .big-menu__promos {
  text-align: center;
}
.big-menu .big-menu__promos .big-menu__promo {
  width: 100%;
  text-align: left;
}
.big-menu .big-menu__promos .big-menu__promo:hover {
  color: #fff;
}
.big-menu .big-menu__promos .big-menu__promo .big-menu__promo-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.big-menu__promo-image svg {
  width: 100%;
  height: auto;
}
.big-menu .big-menu__promos .big-menu__promo .big-menu__promo-image img {
  width: 411px;
  max-height: 166px;
}
.big-menu
  .big-menu__promos
  .big-menu__promo
  .big-menu__promo-image
  .big-menu__promo-image-text {
  position: absolute;
  width: 142px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  font-size: 12px;
}
.big-menu .big-menu__promos .btn {
  margin-top: 20px;
}
.big-menu .big-menu__promos.about {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.big-menu .big-menu__promos.about .big-menu__promo {
  display: block;
  text-decoration: none;
  flex: 0 0 calc(16% - 20px);
  margin-right: 20px;
}
.big-menu .big-menu__promos.about .big-menu__promo:last-child {
  margin-right: 0;
}
.big-menu .big-menu__promos.about .big-menu__promo:hover,
.big-menu
  .big-menu__promos.about
  .big-menu__promo:hover
  .big-menu__promo-content {
  color: rgb(var(--color-highlighted-elements));
}
.big-menu .big-menu__promos.about .big-menu__promo:hover .btn {
  background-color: rgb(var(--color-highlighted-elements));
  border: 2px solid rgb(var(--color-highlighted-elements));
}
.big-menu
  .big-menu__promos.about
  .big-menu__promo
  .big-menu__promo-title {
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (min-width: 1075px) {
  .big-menu
    .big-menu__promos.about
    .big-menu__promo
    .big-menu__promo-title {
    font-size: 16px;
  }
}
.big-menu
  .big-menu__promos.about
  .big-menu__promo
  .big-menu__promo-image {
  justify-content: flex-start;
  height: auto;
  margin: 10px 0;
}
.big-menu
  .big-menu__promos.about
  .big-menu__promo
  .big-menu__promo-image
  img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1075px) {
  .big-menu
    .big-menu__promos.about
    .big-menu__promo
    .big-menu__promo-image
    img {
    width: auto;
    height: auto;
  }
}
.big-menu
  .big-menu__promos.about
  .big-menu__promo
  .big-menu__promo-content {
  font-size: 12px;
  max-width: 200px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-transform: none;
}
@media (min-width: 1075px) {
  .big-menu
    .big-menu__promos.about
    .big-menu__promo
    .big-menu__promo-content {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.big-menu .big-menu__promos.about .big-menu__promo .big-menu__promo-cta {
  display: none;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
}
@media (min-width: 1075px) {
  .big-menu
    .big-menu__promos.about
    .big-menu__promo
    .big-menu__promo-cta {
    display: block;
  }
}
.big-menu .big-menu__promos.about .big-menu__promo.no-img {
  margin-left: 20px;
  text-align: center;
}
@media (min-width: 1075px) {
  .big-menu .big-menu__promos.about .big-menu__promo.no-img {
    padding: 30px 0;
  }
}
.big-menu
  .big-menu__promos.about
  .big-menu__promo.no-img
  .big-menu__promo-title {
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1em;
}
.big-menu
  .big-menu__promos.about
  .big-menu__promo.no-img
  .big-menu__promo-content {
  margin: 20px 0;
}
.big-menu
  .big-menu__promos.about
  .big-menu__promo.no-img
  .big-menu__promo-cta.btn {
  margin: 0;
  text-decoration: none;
  display: flex;
}
.top-menu .top-menu__section {
  padding: 15px;
}
.top-menu .top-menu__section:first-of-type {
  padding-left: 0;
}
.top-menu .top-menu__section:last-of-type {
  padding-right: 0;
}
.top-menu .top-menu__section > a {
  font-size: 16px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.top-menu .top-menu__section > a:active,
.top-menu .top-menu__section > a:focus,
.top-menu .top-menu__section > a:hover {
  color: #fe5353;
}
.menu-dropdown {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  background: rgb(var(--color-base-background-2));
  grid-template-columns: auto;
  grid-template-rows: auto;
  display: none;
  justify-content: start;
}
.menu-dropdown.menu-dropdown--shop {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
.menu-dropdown.menu-dropdown--open {
  display: grid;
}
.menu-dropdown .menu-dropdown__submenus {
  display: block;
  text-align: left;
  margin: 0 60px 0 0;
}
.menu-dropdown .menu-dropdown__submenus .menu-dropdown__submenu-title {
  font-size: 16px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.menu-dropdown .menu-dropdown__submenus .menu-dropdown__submenu-title a {
  text-decoration: none;
}
.menu-dropdown .menu-dropdown__submenus .menu-dropdown__submenu-list {
  display: block;
  text-align: left;
  margin: 0 60px 0 0;
}
.menu-dropdown .menu-dropdown__submenus .menu-dropdown__submenu-list li {
  list-style: none;
  margin: 0;
}
.menu-dropdown .menu-dropdown__submenus .menu-dropdown__submenu-list li > a {
  font-size: 16px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 2.4;
  text-decoration: none;
  white-space: nowrap;
}
.menu-dropdown
  .menu-dropdown__submenus
  .menu-dropdown__submenu-list
  li
  > a:active,
.menu-dropdown
  .menu-dropdown__submenus
  .menu-dropdown__submenu-list
  li
  > a:focus,
.menu-dropdown
  .menu-dropdown__submenus
  .menu-dropdown__submenu-list
  li
  > a:hover {
  color: #fe5353;
}
.menu-dropdown__nyc {
  position: relative;
  width: 411px;
  background: rgb(var(--color-base-background-2));
}
.menu-dropdown__nyc:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40.6326%;
}
.menu-dropdown__nyc > .content,
.menu-dropdown__nyc > picture .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
}
.menu-dropdown__nyc .h4,
.menu-dropdown__nyc h4 {
  font-size: 16px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  max-width: 200px;
  position: absolute;
  top: 20px;
  left: 0;
  padding: 30px;
}
.about-menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
}
.about-menu li {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.about-menu .h3,
.about-menu h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 16px;
}
.about-menu .h3,
.about-menu h3,
.about-menu p {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.about-menu p {
  font-size: 13px;
  font-weight: 600;
  margin: 10px 15px;
}
.about-menu .about-menu__image {
  position: relative;
  width: 160px;
  background: #43006a;
}
.about-menu .about-menu__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.about-menu .about-menu__image > .content,
.about-menu .about-menu__image > picture .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
}
.about-menu .about-menu--faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-menu .about-menu--faq .h3,
.about-menu .about-menu--faq h3 {
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 0.8;
}
.about-menu .about-menu--faq p {
  margin-bottom: 16px;
}
@media screen and (max-width: 1199.98px) {
  .about-menu {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
.navigation-container {
  position: fixed;
  z-index: 9;
  top: var(--announcement-bar-height, 0);
  left: 0;
  width: 100%;
}
.navigation-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.menu.menu-shown ~ .navigation-container,
.navigation-container.minimized {
  background: rgb(var(--color-base-background-1));
  padding-top: 26px;
  padding-bottom: 26px;
}

@media screen and (max-width: 1199.98px) {
  .top-menu-container {
    display: none;
  }
  .top-user-menu {
    text-align: right;
  }
}

.navigation__burger-icon-wrapper,
.navigation-wrapper {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-menu-container {
    flex: 1 1 calc(50% - 62.5px);
  }
  .top-menu-container {
    height: 100%;
  }
  .top-user-menu {
    max-width: fit-content;
    height: 100%;
    flex: 1 1 auto;
    text-align: right;
    transform: translateY(2px);
  }
}
@media screen and (min-width: 800px) {
  .top-menu-container {
    margin-left: 32px;
  }
}
.notice-bar {
  width: 100%;
  min-height: 25px;
  z-index: 11;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: rgb(var(--color-base-background-2));
}
.notice-bar .notice-bar__message {
  font-weight: 700;
  font-size: 12px;
  flex: auto;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 3px 0;
}
.notice-bar .notice-bar__message > * {
  margin: 0;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .notice-bar .notice-bar__message {
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767.98px) {
  .notice-bar .notice-bar__message span {
    display: block;
  }
}
.notice-bar .notice-bar__message .notice-bar__message-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  display: block;
  opacity: 0;
}
.notice-bar .notice-bar__message .notice-bar__message-slide.active {
  opacity: 1;
}
.top-user-menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.top-user-menu .top-user-menu__search,
.top-user-menu .top-user-menu__cart {
  cursor: pointer;
  line-height: 1;
  padding: 10px;
  transition: all 0.3s ease;
}

.top-user-menu .header__icon--account .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

@media (max-width: 1199px) {
  .top-user-menu .header__icon--account {
    display: none;
  }
}

.top-user-menu .header__icon--account svg {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
}

.top-user-menu .header__icon--account:hover svg path {
  fill: rgb(var(--color-highlighted-elements));
}

/* .top-user-menu .top-user-menu__cart {
  margin-right: -10px;
} */
.top-user-menu .top-user-menu__search {
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  /* .top-user-menu .top-user-menu__search {
    margin-right: 26px;
  } */
}
.top-user-menu .top-user-menu__search svg,
.top-user-menu .top-user-menu__cart svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.icon:active svg,
.icon:focus svg,
.icon:hover svg {
  color: rgb(var(--color-highlighted-elements));
}
.top-user-menu .top-user-menu__cart {
  cursor: pointer;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: rgb(var(--color-base-text));
  line-height: 1;
  margin-bottom: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.top-user-menu .top-user-menu__cart:hover svg * {
 fill: rgb(var(--color-highlighted-elements));
}

.top-user-menu .top-user-menu__cart:hover .cart__count {
 color: rgb(var(--color-highlighted-elements));
}

@media screen and (min-width: 768px) {
  .top-user-menu .top-user-menu__cart {
    font-size: 16px;
  }
}
.top-user-menu .top-user-menu__cart .cart__count {
  display: inline;
  padding: 0 2px;
  margin-left: 4px;
  color: #fff;
}
.top-user-menu .top-user-menu__cart:active,
.top-user-menu .top-user-menu__cart:focus,
.top-user-menu .top-user-menu__cart:hover,
.top-user-menu .top-user-menu__search:hover,
.top-user-menu .top-user-menu__search:focus {
  color: rgb(var(--color-highlighted-elements));
}
.search-container {
  background: rgb(var(--color-base-background-1));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  padding: 30px;
  top: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, -500px, 0);
  transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  z-index: 20;
  box-shadow: 0 0 0 transparent;
}
.search-container.shown {
  transform: translateZ(0);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.75);
}
.search-container__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.search-container__close svg {
  width: 20px;
  height: 21px;
  color: rgb(var(--color-base-text));
}
.search-container__close:hover svg {
  color: rgb(var(--color-highlighted-elements));
}
.search-container__form {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media(min-width: 768px){
  .search-container__form {
    width: 80%;
  }
}
.search-container__title {
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: rgb(var(--color-highlighted-elements));
  margin-bottom: 30px;
  width: 100%;
}
.search-container .search-container__form .search-container__input,
.customer input {
  background: rgb(var(--color-base-background-2));
  flex-grow: 1;
  border: 2px solid rgb(var(--color-base-text));
}
.search-container .search-container__form .search-container__input:active,
.search-container .search-container__form .search-container__input:focus,
.customer input:active,
.customer input:focus {
  color: rgb(var(--color-highlighted-elements));
  border: 2px solid rgb(var(--color-highlighted-elements));
  outline: none;
}
.search-container .search-container__form .search-container__input::placeholder,
.customer input::placeholder {
  color: currentColor;
}
.search-container__button {
  text-align: center;
  width: 54px;
  margin-left: 5px;
  padding: 0;
  line-height: 1.2;
  border: none;
  background-color: rgb(var(--color-base-text));
  color: rgb(var(--color-base-background-1));
  transition: all 0.3s ease;
}
.search-container__button:hover {
  background-color: rgb(var(--color-highlighted-elements));
}
.mobile-nav-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 14px;
}
@media screen and (min-width: 992px) {
  .mobile-nav-container {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1199.98px) {
  .mobile-nav-container {
    display: none;
  }
}
.mobile-nav__burger {
  position: relative;
  top: -1px;
  width: 44px;
  height: 44px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
}
.mobile-nav__burger,
.mobile-nav__burger span {
  transform: rotate(0deg);
}
.mobile-nav__burger span {
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background: rgb(var(--color-base-text));
  opacity: 1;
  left: 7px;
  transition: 0.2s ease-in-out;
}
.mobile-nav__burger span:first-child {
  top: 12px;
}
.mobile-nav__burger #nav-icon3 span:nth-child(3),
.mobile-nav__burger span:nth-child(2) {
  top: 22px;
}
.mobile-nav__burger span:nth-child(4) {
  top: 32px;
}
.mobile-nav__burger.activated span:first-child {
  top: 8px;
  width: 0;
  left: 50%;
}
.mobile-nav__burger.activated span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile-nav__burger.activated span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-nav__burger.activated span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}
.js-drawer-open {
  overflow: hidden;
}
.drawer {
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  padding: 0 30px;
  z-index: 10;
  background-color: #08083C;
  transition: all 0.2s cubic-bezier(0.46, 0.01, 0.32, 1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.drawer .ajaxcart__text-delivery {
  display: none;
  text-align: center;
}
.drawer.delivery .ajaxcart__message {
  margin: 30px 30px 15px;
}
.drawer.delivery .ajaxcart__text-delivery {
  display: block;
}
.drawer.delivery .ajaxcart__text-delivery .yellow {
  color: rgb(var(--color-highlighted-elements));
}
.drawer--right {
  width: 100vw;
  right: -100vw;
}

.add-on-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.add-on-cart label {
  position: relative;
  min-width: 210px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.add-on-cart input {
  border: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 10px;
  z-index: 0;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
}

.add-on-cart svg {
  background-color: rgb(var(--color-base-background-1));
  position: relative;
  z-index: 2;
  margin-right: 12px;
  flex-shrink: 0;
}

.add-on-cart .icon-checkmark {
  position: absolute;
  top: 7px;
  left: 3px;
  visibility: hidden;
  color: rgb(var(--color-highlighted-elements));
}

.add-on-cart input:checked~.icon-checkmark {
  visibility: visible;
}


.js-drawer-open-right .drawer--right {
  transform: translateX(-100vw);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
}
.is-moved-by-drawer {
  transition: all 0.2s cubic-bezier(0.46, 0.01, 0.32, 1);
}
.js-drawer-open-right .is-moved-by-drawer {
  transform: translateX(-100vw);
}
.js-drawer-open-left .is-moved-by-drawer {
  transform: translateX(100vw);
}
.drawer__header {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.drawer__header .drawer__close {
  cursor: pointer;
  transition: all 0.3s ease;
}
.drawer__header .drawer__close:active g,
.drawer__header .drawer__close:focus g,
.drawer__header .drawer__close:hover g {
  fill: rgb(var(--color-highlighted-elements));
}
.drawer__header .drawer__title {
  font-size: 32px;
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .drawer--right {
    width: 400px;
    right: -400px;
  }
  .js-drawer-open-right .drawer--right {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
  }
  .js-drawer-open-right .drawer--right,
  .js-drawer-open-right .is-moved-by-drawer {
    transform: translateX(-400px);
  }
  .js-drawer-open-left .is-moved-by-drawer {
    transform: translateX(400px);
  }
}
.site-footer {
  background: #050023;
  overflow: hidden;
  padding: 60px 0;
}
.site-footer .h4,
.site-footer h4 {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.site-footer p {
  width: 80%;
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.site-footer a {
  font-size: 13px;
  text-decoration: none;
}
.site-footer .site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row: auto;
  grid-gap: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row: auto;
  }
}
.site-footer .site-footer__policy .h4,
.site-footer .site-footer__policy h4,
.site-footer .site-footer__policy p,
.site-footer .site-footer__policy p > a {
  color: #ff9e70;
}
.site-footer .site-footer__visit {
  grid-row: 2;
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer__visit {
    grid-column: 5/7;
    grid-row: 1;
  }
}
.site-footer .site-footer__visit .mailto-link {
  color: rgb(var(--color-highlighted-elements));
}
.site-footer .site-footer__support {
  grid-row: 1;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer__support {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.site-footer .site-footer__company {
  grid-row: 1;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer__company {
    grid-column: 3/5;
    grid-row: 1;
  }
}
.cart__header {
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.cart__items .cart__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cart__items .cart__row .cart__product-image {
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
  width: 33%;
  max-width: 250px;
  line-height: 0;
  margin: 0;
}
.cart__items .cart__row .cart__product-details {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: 15px;
}
.cart__items .cart__row .cart__product-details .cart__product-name {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
}
.cart__items .cart__row .cart__product-details .cart__product-variation {
  font-size: 13px;
  margin: 10px 0;
}
.cart__items .cart__row .cart__product-details .cart__product-price {
  margin: 10px 0;
}
.cart__items .cart__row .cart__product-details .cart__product-remove {
  text-decoration: underline;
}
.cart__footer {
  margin: 60px 0;
  flex-direction: column;
  align-items: flex-end;
}
.cart__footer,
.cart__footer .cart__footer-row {
  display: flex;
  flex-wrap: nowrap;
}
.cart__footer .cart__footer-row {
  flex-direction: row;
  justify-content: flex-end;
  max-width: 400px;
  width: 100%;
}
.cart__footer .cart__footer-row .cart__footer-row-name {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 1;
}
.cart__footer .cart__footer-row .cart__footer-row-filler {
  flex-grow: 1;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.cart__footer .cart__footer-row .cart__footer-row-value {
  text-transform: uppercase;
  flex-shrink: 1;
}
.cart__footer .cart__footer-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 30px 0;
}
.cart__footer .cart__footer-buttons button {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .cart__items .cart__row .cart__product-image {
    max-width: 150px;
  }
  .cart__items .cart__row .cart__product-details {
    margin-left: 30px;
    flex-grow: 1;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .cart__items .cart__row .cart__product-details .cart__product-name {
    font-size: 25px;
  }
  .cart__items .cart__row .cart__product-details .cart__product-price {
    margin: 0;
  }
  .cart__items .cart__row .cart__product-details .cart__product-variation {
    font-size: 16px;
    margin: 0;
  }
  .cart__items .cart__row .cart__product-details .js-qty {
    margin: 0;
  }
}
#CartContainer,
.ajaxcart,
.ajaxcart__inner {
  flex-grow: 1;
  display: flex;
}
.ajaxcart__inner {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ajaxcart__inner .ajaxcart__footer,
.ajaxcart__inner .ajaxcart__items {
  flex-shrink: 0;
}
.ajaxcart__note-header {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 7.5px;
  display: block;
  color: #bbbacf;
}
.ajaxcart__note-field {
  resize: vertical;
  border-radius: 2px;
  margin-bottom: 15px;
}
.ajaxcart__giftwrap {
  font-size: 13px;
}
.ajaxcart__giftwrap,
.ajaxcart__promotion {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
}
.ajaxcart__promotion {
  background-color: #43006a;
  border-radius: 2px;
  padding: 15px;
}
.ajaxcart__promotion small {
  display: block;
}
.ajaxcart__message {
  margin: 30px;
  text-align: center;
  line-height: 1.2;
}
.ajaxcart__row {
  position: relative;
  max-height: 500px;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
}
.ajaxcart__row.is-removed {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  backface-visibility: hidden;
}
.ajaxcart__row .ajaxcart__product-image {
  display: block;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  width: 33%;
  border-radius: 2px;
  cursor: pointer;
  flex-shrink: 0;
}
.ajaxcart__row .ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.ajaxcart__row .ajaxcart__details {
  margin-left: 16px;
}
.ajaxcart__row .ajaxcart__details .ajaxcart__product-name {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  padding-right: 40px;
  line-height: 1.2;
  display: inline-block;
}
.ajaxcart__row .ajaxcart__details .ajaxcart__product-variation {
  font-size: 13px;
  margin: 10px 0;
}
.ajaxcart__row
  .ajaxcart__details
  .ajaxcart__product-variation
  .ajaxcart__product-meta {
  display: block;
}
.ajaxcart__row
  .ajaxcart__details
  .ajaxcart__product-variation
  .ajaxcart__product-customization {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: block;
  margin-top: 5px;
} 
.ajaxcart__row
  .ajaxcart__product-customization.notice {
    color: rgb(var(--color-highlighted-elements));
}
.ajaxcart__row + .ajaxcart__row {
  border-top: 1px solid rgba(136, 53, 198, 0.5);
}
.ajaxcart__qty,
.js-qty {
  height: 25px;
  max-width: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 15px;
}
.is-loading .ajaxcart__qty,
.is-loading .js-qty {
  opacity: 0.5;
  transition: none;
}
.ajaxcart__qty .ajaxcart__qty-adjust,
.ajaxcart__qty .js-qty__adjust,
.js-qty .ajaxcart__qty-adjust,
.js-qty .js-qty__adjust {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  background: rgb(var(--color-base-background-2));
  line-height: 1;
  height: 100%;
  width: 30%;
}
.ajaxcart__qty .ajaxcart__qty-adjust:active,
.ajaxcart__qty .ajaxcart__qty-adjust:focus,
.ajaxcart__qty .ajaxcart__qty-adjust:hover,
.ajaxcart__qty .js-qty__adjust:active,
.ajaxcart__qty .js-qty__adjust:focus,
.ajaxcart__qty .js-qty__adjust:hover,
.js-qty .ajaxcart__qty-adjust:active,
.js-qty .ajaxcart__qty-adjust:focus,
.js-qty .ajaxcart__qty-adjust:hover,
.js-qty .js-qty__adjust:active,
.js-qty .js-qty__adjust:focus,
.js-qty .js-qty__adjust:hover {
  background: #ff9e70;
}
.ajaxcart__qty .ajaxcart__qty-num,
.ajaxcart__qty .js-qty__num,
.js-qty .ajaxcart__qty-num,
.js-qty .js-qty__num {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  width: 40%;
  background: rgb(var(--color-base-background-2));
  text-align: center;
  line-height: 1;
  height: 100%;
  padding: 0;
  border: 1px solid #230654;
  border-top: none;
  border-bottom: none;
}
.ajaxcart__price {
  position: absolute;
  top: 15px;
  right: 0;
}
.ajaxcart__footer {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  overflow: hidden;
}
.ajaxcart__footer .ajaxcart__footer-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.ajaxcart__footer .ajaxcart__footer-row .ajaxcart__footer-row-name {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 1;
}
.ajaxcart__footer .ajaxcart__footer-row .ajaxcart__footer-row-filler {
  flex-grow: 1;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.ajaxcart__footer .ajaxcart__footer-row .ajaxcart__footer-row-value {
  text-transform: uppercase;
  flex-shrink: 1;
}
.ajaxcart__footer .ajaxcart__affirm {
  text-align: center;
  margin-top: 15px;
}
.ajaxcart__afterpay {
  display: flex;
  align-items: center;
  margin: 12px 0 36px;
  font-size: 14px;
}
.ajaxcart__afterpay .afterpay-text2 strong {
  margin: 0 4px;
}
.ajaxcart__afterpay .afterpay-logo {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}
.ajaxcart__afterpay .afterpay-logo img {
  height: auto !important;
}
.ajaxcart__afterpay .afterpay-link {
  display: inline-flex;
  align-items: center;
}
.ajaxcart__afterpay .afterpay-link path {
  fill: #fff;
}
square-placement {
  display: none;
}
.ajaxcart__footer .ajaxcart__footer-notice {
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}
.ajaxcart__footer .ajaxcart__footer-notice .yellow {
  color: rgb(var(--color-highlighted-elements));
}
.js-qty {
  max-width: 150px;
}
.collection-sorting {
  margin-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.collection-sorting.collection-sorting__active .sorting .sorting__select {
  border: 2px solid #fe5353;
  background-color: #fe5353;
}
.collection-sorting .collection-sorting__select {
  font-size: 10.5px;
  padding: 3px 20px 3px 5px;
  border-radius: 2px;
  background-color: rgba(169, 116, 255, 0.25);
  text-transform: uppercase;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .collection-sorting {
    justify-content: space-between;
  }
  .collection-sorting .collection-sorting__select {
    font-size: 13px;
    padding: 4px 22px 4px 6px;
  }
}
.collection-pagination {
  margin: 30px auto;
}
.collection-pagination .page {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 32px;
  height: 32px;
  line-height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}
.collection-pagination .page a {
  text-decoration: none;
}
.collection-pagination .page:active,
.collection-pagination .page:focus,
.collection-pagination .page:hover {
  border: 2px solid #fe5353;
}
.collection-pagination .page.current {
  border: 2px solid #ff9e70;
}
.collection-pgrid {
  padding-bottom: 60px;
  margin-bottom: 90px;
  /* border-bottom: 1px solid #5652a3; */
}
.custom-callout {
  background: rgb(var(--color-base-background-2));
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.custom-callout .custom-callout__text {
  max-width: 450px;
}
.custom-callout .custom-callout__text .h2,
.custom-callout .custom-callout__text h2 {
  font-size: 20px;
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  margin-bottom: 7.5px;
}
.custom-callout .custom-callout__text p {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 16px;
}
.collection-navigation {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.collection-navigation li,
.collection-navigation ul {
  list-style: none;
  margin: 0;
}
.collection-navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.collection-navigation ul li {
  margin-right: 7.5px;
  margin-bottom: 3.75px;
}
.collection-navigation ul li a {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 10.5px;
  background: rgba(169, 116, 255, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  text-decoration: none;
  padding: 3px 4px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.collection-navigation ul li a:active,
.collection-navigation ul li a:focus,
.collection-navigation ul li a:hover {
  background: rgba(169, 116, 255, 0.75);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
  color: rgb(var(--color-base-text));
}
.collection-navigation ul li:first-of-type a {
  padding: 3px 8px;
}
.collection-navigation ul li.active a {
  background: rgb(var(--color-highlighted-elements));
  color: rgb(var(--color-base-background-2));
}
.collection-navigation ul li.active a:active,
.collection-navigation ul li.active a:focus,
.collection-navigation ul li.active a:hover {
  cursor: default;
}
@media screen and (min-width: 480px) {
  .collection-navigation ul li a {
    padding: 6px 10px;
  }
  .collection-navigation ul li:first-of-type a {
    padding: 6px 12px;
  }
}
@media screen and (min-width: 768px) {
  .collection-navigation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .collection-navigation ul li {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .collection-navigation ul li a {
    font-size: 13px;
    padding: 6px 10px;
  }
  .collection-navigation ul li:first-of-type a {
    padding: 6px 12px;
  }
}
@media (min-width: 992px) {
  .collection-navigation ul li {
    margin-bottom: 0;
  }
}
.page-cover + .collection-navigation {
  margin-top: 45px;
  padding-bottom: 0;
}
.collection-hat:not(.collection-hat-wedding) {
  background: rgb(var(--color-base-background-2));
  overflow: hidden;
}
.collection-lineup {
  margin-top: 15px;
}
.collection-lineup li,
.collection-lineup ul {
  list-style: none;
  margin: 0;
}
.collection-lineup ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 480px) {
  .collection-lineup ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .collection-lineup ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.collection-lineup li {
  flex-grow: 1;
  flex-shrink: 1;
}
.collection-lineup .collection-lineup__line {
  display: block;
  z-index: 1;
  margin: 0.25em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background: rgb(var(--color-base-background-2));
}
.collection-lineup .collection-lineup__line:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 161.53846%;
}
.collection-lineup .collection-lineup__line > .content,
.collection-lineup .collection-lineup__line > picture .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.collection-lineup .collection-lineup__line img {
  width: 100%;
  z-index: 0;
}
.collection-lineup .collection-lineup__line .h3,
.collection-lineup .collection-lineup__line h3 {
  z-index: 1;
  position: absolute;
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 10px;
}
.collection-lineup .collection-lineup__line:active img,
.collection-lineup .collection-lineup__line:focus img,
.collection-lineup .collection-lineup__line:hover img {
  -webkit-filter: saturate(125%);
  filter: saturate(125%);
}
.collection-lineup .collection-lineup__line.faded img {
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
  opacity: 0.5;
}
.collection-lineup.collection-lineup--earrings li {
  width: 100%;
}
.collection-lineup.collection-lineup--earrings li .h3,
.collection-lineup.collection-lineup--earrings li h3 {
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .collection-lineup {
    margin-top: 30px;
  }
  .collection-lineup .collection-lineup__line {
    margin: 0 3.75px;
  }
  .collection-lineup .collection-lineup__line .h3,
  .collection-lineup .collection-lineup__line h3 {
    font-size: 16px;
  }
  .collection-lineup.collection-lineup--earrings li {
    width: auto;
  }
}
.collection-utils {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
}
.collection-utils .breadcrumb {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .collection-utils {
    margin-top: 60px;
  }
  .collection-utils .breadcrumb {
    visibility: visible;
  }
}
.wedding-plug {
  overflow: hidden;
  position: relative;
  background: rgba(53, 11, 96, 0.5);
}
.wedding-plug .h2,
.wedding-plug h2 {
  text-transform: uppercase;
  margin-bottom: 7.5px;
  margin-top: -15px;
}
.wedding-plug p {
  font-size: 16px;
  font-size: 10.5px;
  -webkit-font-smoothing: subpixel-antialiased;
  max-width: 450px;
}
.wedding-plug .wedding-plug__text {
  text-align: center;
  padding: 0 15px 15px;
}
.wedding-plug .wedding-plug__image {
  line-height: 0;
}
.wedding-plug .wedding-plug__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wedding-plug .h2,
  .wedding-plug h2 {
    margin-top: -45px;
    font-size: 32px;
  }
  .wedding-plug .wedding-plug__image {
    margin: 30px 30px 0;
  }
  .wedding-plug p {
    font-size: 13px;
  }
}
.collection-inline-image img {
  width: 100%;
}
.pgrid .collection-inline-image,
.pgrid .wedding-plug {
  grid-column: 1/3;
  grid-row: 5;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pgrid .collection-inline-image,
  .pgrid .wedding-plug {
    grid-column: 2/4;
    grid-row: 3/5;
  }
}
@media screen and (min-width: 1200px) {
  .pgrid .collection-inline-image,
  .pgrid .wedding-plug {
    grid-column: 3/5;
    grid-row: 3/5;
  }
}
.forge__wrapper {
  padding: 90px 0;
}
@media screen and (min-width: 768px) {
  .forge__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .forge__wrapper .forge__heading {
    grid-column: 1;
    grid-row: 1;
  }
  .forge__wrapper .forge__list {
    grid-row: 2;
    grid-column: 2/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin: 0;
  }
  .forge__wrapper .forge__list .forge__list-item {
    width: 85%;
  }
  .forge__wrapper .forge__list .forge__list-item:nth-of-type(3) {
    margin: 0;
  }
}
.wedding-engraving {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(var(--color-base-background-1))),
    to(rgb(var(--color-base-background-2)))
  );
  background-image: linear-gradient(180deg, rgb(var(--color-base-background-1)), rgb(var(--color-base-background-2)));
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.wedding-engraving .molecule__text {
  text-align: center;
}
.wedding-engraving .molecule__text .h3,
.wedding-engraving .molecule__text h3 {
  font-size: 16px;
  line-height: 1.1;
  color: #fe5353;
}
.wedding-engraving .molecule__text p:first-of-type {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.wedding-engraving .molecule__text p {
  font-size: 13px;
}
.wedding-engraving .molecule__uhaul div {
  position: relative;
  background: rgb(var(--color-base-background-2));
}
.wedding-engraving .molecule__uhaul div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 140.70981%;
}
.wedding-engraving .molecule__uhaul div > .content,
.wedding-engraving .molecule__uhaul div > picture .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .wedding-engraving .molecule__text .h3,
  .wedding-engraving .molecule__text h3 {
    font-size: 25px;
  }
  .wedding-engraving .molecule__text p {
    font-size: 16px;
  }
}
.wedding-sizes {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.wedding-sizes.page-wedding {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(var(--color-base-background-1))),
    to(rgb(var(--color-base-background-2)))
  );
  background-image: linear-gradient(180deg, rgb(var(--color-base-background-1)), rgb(var(--color-base-background-2)));
}



.wedding-sizes[data-size="1.7mm"] .wedding-sizes__grid {
  display: none;
}
.wedding-sizes[data-size="1.7mm"] .wedding-sizes__grid[data-size="1.7mm"] {
  display: grid;
}
.wedding-sizes[data-size="1.7mm"]
  .wedding-sizes__selector
  button[data-size="1.7mm"] {
  color: #a974ff;
  text-decoration: none;
  cursor: default;
}

.wedding-sizes[data-size="5mm"] .wedding-sizes__grid {
  display: none;
}
.wedding-sizes[data-size="5mm"] .wedding-sizes__grid[data-size="5mm"] {
  display: grid;
}
.wedding-sizes[data-size="5mm"]
  .wedding-sizes__selector
  button[data-size="5mm"] {
  color: #a974ff;
  text-decoration: none;
  cursor: default;
}

.wedding-sizes[data-size="8mm"] .wedding-sizes__grid {
  display: none;
}
.wedding-sizes[data-size="8mm"] .wedding-sizes__grid[data-size="8mm"] {
  display: grid;
}
.wedding-sizes[data-size="8mm"]
  .wedding-sizes__selector
  button[data-size="8mm"] {
  color: #a974ff;
  text-decoration: none;
  cursor: default;
}



.wedding-sizes[data-size="2mm"] .wedding-sizes__grid {
  display: none;
}
.wedding-sizes[data-size="2mm"] .wedding-sizes__grid[data-size="2mm"] {
  display: grid;
}
.wedding-sizes[data-size="2mm"]
  .wedding-sizes__selector
  button[data-size="2mm"] {
  color: #a974ff;
  text-decoration: none;
  cursor: default;
}
.wedding-sizes[data-size="3mm"] .wedding-sizes__grid {
  display: none;
}
.wedding-sizes[data-size="3mm"] .wedding-sizes__grid[data-size="3mm"] {
  display: grid;
}
.wedding-sizes[data-size="3mm"]
  .wedding-sizes__selector
  button[data-size="3mm"] {
  color: #a974ff;
  text-decoration: none;
  cursor: default;
}
.wedding-sizes[data-size="4mm"] .wedding-sizes__grid {
  display: none;
}
.wedding-sizes[data-size="4mm"] .wedding-sizes__grid[data-size="4mm"] {
  display: grid;
}
.wedding-sizes[data-size="4mm"]
  .wedding-sizes__selector
  button[data-size="4mm"] {
  color: #a974ff;
  text-decoration: none;
  cursor: default;
}
.wedding-sizes[data-size="6mm"] .wedding-sizes__grid {
  display: none;
}
.wedding-sizes[data-size="6mm"] .wedding-sizes__grid[data-size="6mm"] {
  display: grid;
}
.wedding-sizes[data-size="6mm"]
  .wedding-sizes__selector
  button[data-size="6mm"] {
  color: #a974ff;
  text-decoration: none;
  cursor: default;
}
.wedding-sizes .wedding-sizes__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wedding-sizes .wedding-sizes__selector {
  text-align: center;
}
.wedding-sizes .wedding-sizes__header {
  max-width: 500px;
  margin-bottom: 30px;
}
.wedding-sizes .wedding-sizes__header .h3,
.wedding-sizes .wedding-sizes__header h3 {
  font-size: 16px;
  line-height: 1.1;
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.wedding-sizes .wedding-sizes__header p {
  font-size: 13px;
}
.wedding-sizes .wedding-sizes__selector {
  margin: 30px auto;
}
.wedding-sizes .wedding-sizes__selector div {
  display: block;
  font-size: 13px;
}
.wedding-sizes .wedding-sizes__selector button {
  text-decoration: underline;
  margin: 0 5px;
  padding: 0 3px;
  cursor: pointer;
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.wedding-sizes .wedding-sizes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .wedding-sizes .wedding-sizes__grid {
    margin-bottom: 0!important;
  }
}
.wedding-sizes .wedding-sizes__example {
  text-align: center;
}
.wedding-sizes .wedding-sizes__example div {
  position: relative;
  background: rgb(var(--color-base-background-2));
}
.wedding-sizes .wedding-sizes__example div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 125%;
}
.wedding-sizes .wedding-sizes__example div > .content,
.wedding-sizes .wedding-sizes__example div > picture .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.wedding-sizes .wedding-sizes__example img {
  text-indent: -9999px;
}
.wedding-sizes .h4,
.wedding-sizes h4 {
  font-size: 13px;
  margin-bottom: 7.5px;
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* ----------------------------  Book Appointment Snippet  --------------------------- */

.book-appointment {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 60px;
}

/* ----------------------------  Wedding Header  --------------------------- */


.wedding-header {
  height: 40vw;
}

.wedding-header .text__block .inner {
  margin-top: 3vw;
}

@media screen and (min-width: 768px) {
  .wedding-sizes {
    text-align: center;
  }
  .wedding-sizes .wedding-sizes__header .h3,
  .wedding-sizes .wedding-sizes__header h3 {
    font-size: 25px;
  }
  .wedding-sizes .wedding-sizes__header p {
    font-size: 16px;
  }
  .wedding-sizes .wedding-sizes__selector div {
    display: inline;
    font-size: 16px;
  }
  .wedding-sizes .wedding-sizes__selector button:first-of-type {
    margin-left: 15px;
  }
  .wedding-sizes .wedding-sizes__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
.collection-wedding .wedding-header {
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .collection-wedding .wedding-header {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .collection-wedding .wedding-header .image__block {
    order: 2;
    flex: 0 0 66.6%;
    max-width: 66.6%;
  }
}
.collection-wedding .wedding-header .text__block {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .collection-wedding .wedding-header .text__block {
    padding: 0;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    order: 1;
  }
}
.collection-wedding .wedding-header .text__block .inner {
  text-align: center;
}
@media (min-width: 768px) {
  .collection-wedding .wedding-header .text__block .inner {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
}
.collection-wedding .pgrid,
.collection-wedding .wedding-header .text__block .inner p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .collection-wedding .wedding-engraving .molecule {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .collection-wedding .wedding-engraving .molecule .molecule__uhaul {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
  }
}
.collection-wedding .wedding-engraving .molecule .molecule__text {
  padding-bottom: 0;
}
.collection-wedding .wedding-engraving .molecule .molecule__text .h3,
.collection-wedding .wedding-engraving .molecule .molecule__text h3 {
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: rgb(var(--color-base-text));
}

.flatback-module .h2,
.flatback-module h2 {
  color: rgb(var(--color-highlighted-elements));
}
.flatback-module p {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .flatback-module p {
    max-width: 400px;
  }
}
.flatback-module.flatback-length .molecule {
  display: block;
}
@media (min-width: 768px) {
  .flatback-module.flatback-length .molecule {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.flatback-module.flatback-length .molecule:first-child {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .flatback-module.flatback-length .molecule:first-child {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .flatback-module.flatback-length .molecule:nth-child(odd) .text-block {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 50px;
  }
  .flatback-module.flatback-length .molecule:nth-child(odd) .image-block {
    flex: 0 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
}
@media (min-width: 768px) {
  .flatback-module.flatback-length .molecule:nth-child(2n) .text-block {
    order: 2;
    flex: 0 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
  .flatback-module.flatback-length .molecule:nth-child(2n) .image-block {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 50px;
  }
}
.flatback-module.flatback-length .molecule .text-block .h2,
.flatback-module.flatback-length .molecule .text-block h2 {
  color: rgb(var(--color-base-text));
  line-height: 1;
}
.flatback-module.flatback-length .molecule .image-block img {
  max-height: 550px;
}
@media (min-width: 768px) {
  .flatback-module.flatback-how-to-wear .image-5050 {
    display: flex;
  }
}
.flatback-module.flatback-how-to-wear .image-5050 img:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flatback-module.flatback-how-to-wear .image-5050 img {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .flatback-module.flatback-how-to-wear .image-5050 img:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.flatback-module.flatback-how-to-put-on .text-block .h2,
.flatback-module.flatback-how-to-put-on .text-block h2 {
  color: rgb(var(--color-highlighted-elements));
}
.flatback-module.flatback-how-to-put-on .video-block video {
  max-height: 600px;
}
.pgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pgrid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .pgrid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .pgrid.roomy {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
.pgrid.dense-five {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 7.5px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pgrid.dense-five {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .pgrid.dense-five {
    grid-template-columns: repeat(5, 1fr);
  }
}
.pgrid.dense-six {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7.5px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pgrid.dense-six {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .pgrid.dense-six {
    grid-template-columns: repeat(6, 1fr);
  }
}
.pgrid.dense-eight {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7.5px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pgrid.dense-eight {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .pgrid.dense-eight {
    grid-template-columns: repeat(8, 1fr);
  }
}
.pgrid.dense-eight .product-card .product-card__title,
.pgrid.dense-six .product-card .product-card__title {
  white-space: pre-wrap;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.2px;
}
.pgrid.dense-eight .product-card .product-card__metal,
.pgrid.dense-six .product-card .product-card__metal {
  white-space: nowrap;
  width: 100%;
}
.pgrid.dense-eight .product-card .product-card__metal,
.pgrid.dense-eight .product-card .product-card__price,
.pgrid.dense-six .product-card .product-card__metal,
.pgrid.dense-six .product-card .product-card__price {
  display: block;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 10.5px;
}
.product-card {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  line-height: 0;
  text-decoration: none;
  border-radius: 2px;
}
.product-card .product-card__image-holder {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: rgba(8, 0, 60, 0.25);
  z-index: 1;
}



.product-card .product-card__image-holder .zoomywishid {
  position: absolute;
  width: auto;
  right: 11px;
  top: 15px;
  bottom: unset;
  z-index: 3;
  cursor: pointer;
}

.product-card .product-card__image-holder .zoomywishidheart {
  width: auto;
}

.product-card .product-card__image-holder i {
  display: none;
}

.product-card .product-card__image-holder .product-card__image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  display: table-row;
  width: 100%;
  text-indent: -9999px;
}
.product-card .product-card__image-holder .product-card__image-two {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  display: table-row;
  width: 100%;
  text-indent: -9999px;
}
.product-card__wrapper {
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 0 5px;
  margin-bottom: 0.25em !important;
}
/* .product-card__wrapper .product-card__month {
  margin-bottom: 0.25em !important;
} */
.product-card .product-card__image-holder .product-card__month {
  display: block;
  height: fit-content;
}
.product-card .product-card__header {
  width: 100%;
  line-height: 1.3;
  padding: 5px 0 4px;
}
.product-card .product-card__title {
  white-space: pre-wrap;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 10.5px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.product-card .product-card__metal {
  font-size: 20px;
  white-space: nowrap;
  width: 100%;
}
.product-card .product-card__metal,
.product-card .product-card__price {
  display: block;
  font-size: 10.5px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.product-card .product-card__month {
  background: rgba(53, 11, 96, 0.8);
  line-height: 1;
  padding: 3px 5px 4px;
  border-radius: 2px;
  color: rgb(var(--color-base-text));
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10.5px;
  width: fit-content;
}
@media (hover: none) {
  .product-card:active,
  .product-card:focus,
  .product-card:hover {
    color: rgb(var(--color-highlighted-elements));
  }
  .product-card:active,
  .product-card:active .product-card__header,
  .product-card:focus,
  .product-card:focus .product-card__header,
  .product-card:hover,
  .product-card:hover .product-card__header {
    border-color: rgb(var(--color-highlighted-elements));
  }
}
@media (hover: hover) {
  .product-card:active,
  .product-card:focus,
  .product-card:hover {
    color: rgb(var(--color-highlighted-elements));
  }
  .product-card:active,
  .product-card:active .product-card__header,
  .product-card:focus,
  .product-card:focus .product-card__header,
  .product-card:hover,
  .product-card:hover .product-card__header {
    border-color: rgb(var(--color-highlighted-elements));
  }
  .product-card:active .product-card__image-holder .product-card__image,
  .product-card:focus .product-card__image-holder .product-card__image,
  .product-card:hover .product-card__image-holder .product-card__image {
    z-index: 0;
  }
  .product-card:active .product-card__image-holder .product-card__image-two,
  .product-card:focus .product-card__image-holder .product-card__image-two,
  .product-card:hover .product-card__image-holder .product-card__image-two {
    z-index: 1;
  }
  .product-card:active .product-card__month,
  .product-card:focus .product-card__month,
  .product-card:hover .product-card__month {
    background: #43006a;
  }
}
@media screen and (min-width: 768px) {
  .product-card .product-card__header {
    padding: 11px 0 8px;
  }
  .product-card .product-card__title {
    font-size: 13px;
  }
  .product-card .product-card__month {
    padding: 4px 6px 6px;
    font-size: 13px;
  }
}
.hp4-cover .cover__text {
  font-size: 14vw !important;
}
@media screen and (min-width: 768px) {
  .hp4-cover .cover__text {
    font-size: 9vw !important;
  }
}
.hp4-categories {
  background-color: rgb(var(--color-base-background-2));
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hp4-categories .hp4-categories__header {
  font-size: 32px;
  margin-bottom: 16px;
}
.hp4-categories .three-by-three {
  grid-column-gap: 7.5px;
}
.hp4-categories .h3,
.hp4-categories h3 {
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 7.5px;
  line-height: 0.8;
}
.hp4-categories .overlay {
  line-height: 0;
  margin: 0 0 7.5px;
  position: relative;
  background-color: rgb(var(--color-base-background-1));
}
.hp4-categories .overlay:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.hp4-categories .overlay > .content,
.hp4-categories .overlay > picture .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.hp4-categories .overlay__text {
  mix-blend-mode: screen;
}
@media screen and (min-width: 768px) {
  .hp4-categories {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .hp4-categories .overlay {
    position: relative;
  }
  .hp4-categories .overlay:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .hp4-categories .overlay > .content,
  .hp4-categories .overlay > picture .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}
.hp4-statement {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
.hp4-statement .h2,
.hp4-statement h2 {
  font-size: 18vw;
  line-height: 0.75;
}
.hp4-statement .h2 span,
.hp4-statement h2 span {
  color: rgb(var(--color-highlighted-elements));
}
@media screen and (min-width: 767px) {
  .hp4-statement .h2,
  .hp4-statement h2 {
    font-size: 7vw;
  }
}
.hp4-featurette-container {
  position: relative;
  z-index: 1;
}
.hp4-featurette {
  margin-bottom: 30px;
}
.hp4-featurette .hp4-featurette__image {
  position: relative;
}
.hp4-featurette .hp4-featurette__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 116.66667%;
}
.hp4-featurette .hp4-featurette__image > .content,
.hp4-featurette .hp4-featurette__image > picture .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.hp4-featurette .hp4-featurette__image img {
  width: 100%;
  background-image: rgb(var(--color-base-background-2));
}
.hp4-featurette .h2,
.hp4-featurette h2 {
  margin-top: 30px;
}
.hp4-featurette p {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .hp4-featurette {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 30px;
  }
  .hp4-featurette .h2,
  .hp4-featurette h2 {
    margin-top: 0;
  }
  .hp4-featurette p {
    width: 100%;
  }
  .hp4-featurette.hp4-inclusive {
    grid-template-rows: auto;
    z-index: 2;
  }
  .hp4-featurette.hp4-inclusive .hp4-featurette__image {
    grid-column: 5/10;
    grid-row: 1;
  }
  .hp4-featurette.hp4-inclusive .hp4-featurette__text {
    text-align: right;
    grid-column: 2/5;
    grid-row: 1;
    padding-right: 15px;
    align-self: center;
  }
  .hp4-featurette.hp4-ethical {
    grid-template-rows: auto;
    margin-top: -30px;
    z-index: 1;
  }
  .hp4-featurette.hp4-ethical .hp4-featurette__image {
    grid-column: 1/6;
    grid-row: 1;
  }
  .hp4-featurette.hp4-ethical .hp4-featurette__text {
    grid-column: 6/9;
    grid-row: 1;
    padding-left: 15px;
    align-self: center;
  }
}
.hp4-wearable .hp4-wearable__image {
  position: relative;
}
.hp4-wearable .hp4-wearable__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 116.66667%;
}
.hp4-wearable .hp4-wearable__image > .content,
.hp4-wearable .hp4-wearable__image > picture .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.hp4-wearable .h2,
.hp4-wearable h2 {
  margin-top: 30px;
}
.hp4-wearable p {
  width: 75%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .hp4-wearable {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px;
  }
  .hp4-wearable .hp4-wearable__image {
    position: relative;
    grid-row: 1;
    grid-column: 1/10;
  }
  .hp4-wearable .hp4-wearable__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .hp4-wearable .hp4-wearable__image > .content,
  .hp4-wearable .hp4-wearable__image > picture .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .hp4-wearable .h2,
  .hp4-wearable h2 {
    grid-row: 2;
    grid-column: 1/5;
    text-align: right;
    margin: 0;
  }
  .hp4-wearable .hp4-wearable__text {
    grid-row: 2;
    grid-column: 5/10;
  }
}
.themstagram {
  margin: auto;
  overflow: hidden;
  background-color: rgb(var(--color-base-background-2));
}
.themstagram .themstagram__header {
  padding-top: 60px;
}
.themstagram .themstagram__handle span {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
}
.themstagram .themstagram__handle a {
  color: rgb(var(--color-highlighted-elements));
}
.themstagram .themstagram__photos-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-gap: 0;
}
.themstagram .themstagram__photos-container .themstagram__image-container {
  position: relative;
}
.themstagram
  .themstagram__photos-container
  .themstagram__image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.themstagram
  .themstagram__photos-container
  .themstagram__image-container
  > .content,
.themstagram
  .themstagram__photos-container
  .themstagram__image-container
  > picture
  .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.themstagram .themstagram__photos-container .themstagram__image {
  line-height: 0;
  background: rgb(var(--color-base-background-2));
}
@media screen and (min-width: 768px) {
  .themstagram {
    display: grid;
    grid-template-columns: auto 570px;
    grid-template-rows: auto;
    align-items: center;
  }
  .themstagram .themstagram__header {
    padding-top: 0;
  }
  .themstagram .themstagram__photos-container {
    grid-template-columns: 190px 190px 190px;
  }
}
.hp-soho {
  background: #350b60;
  line-height: 0;
}
.hp-soho .hp-soho__image {
  margin: 0;
  line-height: 0;
}
.hp-soho .hp-soho__text {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .hp-soho {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    align-items: center;
  }
  .hp-soho .hp-soho__text {
    padding: 0;
  }
}
.lookbook-promo {
  background: #350b60;
}
.lookbook-promo .h3,
.lookbook-promo h3 {
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  font-size: 49px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgb(var(--color-highlighted-elements));
}
.lookbook-promo a {
  color: rgb(var(--color-highlighted-elements));
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.hp5-cover .h1,
.hp5-cover h1 {
  font-size: 10vw !important;
  line-height: 0.65;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.hp5-cover .h1 span,
.hp5-cover h1 span {
  display: block;
}
.hp5-cover p {
  font-size: 16px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .hp5-cover .h1,
  .hp5-cover h1 {
    font-size: 5vw !important;
  }
  .hp5-cover p {
    font-size: 16px;
    font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 1200px) {
  .hp5-cover .cover__text {
    margin-bottom: 30px;
  }
  .hp5-cover .h1,
  .hp5-cover h1 {
    font-size: 5vw !important;
  }
  .hp5-cover p {
    font-size: 20px;
    font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
  }
}
.hp5-categories .hp5-categories__header {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 16px;
}
.hp5-categories .hp5-conveyor-content {
  margin-left: 10px;
  padding-right: 90px;
}
.hp5-categories .hp5-categories__category {
  text-align: center;
  margin: 0 7.5px;
  text-decoration: none;
}
.hp5-categories .hp5-categories__category .h2,
.hp5-categories .hp5-categories__category h2 {
  font-size: 16px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 7.5px;
}
.hp5-categories .hp5-categories__category img {
  width: 275px;
  height: 275px;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .hp5-categories .hp5-conveyor-content {
    margin-left: 45px;
  }
  .hp5-categories .hp5-categories__category img {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .hp5-categories .hp5-conveyor-content {
    margin-left: 60px;
  }
}
.conveyor {
  width: 100vw;
  overflow: hidden;
}
.conveyor .conveyor-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
}
.hp5-banners .hp5-banners__banner {
  line-height: 0;
}
.hp5-banners .hp5-banners__banner .h3,
.hp5-banners .hp5-banners__banner h3 {
  margin-bottom: 7.5px;
  font-size: 32px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.hp5-banners .hp5-banners__banner p {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .hp5-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 15px;
  }
  .hp5-banners .hp5-banners__banner--fullwidth {
    grid-column: 1/3;
  }
}
.hp6-cover {
  height: auto;
}
@media (min-width: 1264px) {
  .hp6-cover {
    display: flex;
  }
}
.hp6-cover .pride--banner {
  display: flex;
  margin-top: 80px;
  position: relative;
  min-width: 100%;
  justify-content: space-between;
  border-top: 1px solid rgb(var(--color-highlighted-elements));
  border-bottom: 1px solid rgb(var(--color-highlighted-elements));
}

.pride--banner {
  background-color: rgb(var(--color-base-background-2));
}
.pride--cta-section-mobile {
  display: none;
}

@media (max-width: 1264px) {
  .pride--banner {
    padding-top: 80px;
  }
  .pride--banner img {
    width: 100vw;
  }
  .pride--cta-section {
    display: none;
  }
}

.holiday--banner {
  display: flex;
  flex-direction: row;
  position: relative;
  min-width: 100%;
  border-bottom: 1px solid rgb(var(--color-highlighted-elements));
}

.holiday--banner picture {
  margin-bottom: -7px;
}

.holiday--subheader {
  margin: 3vh 0 3vh 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
}

@media (max-width: 1264px) {
  .holiday--banner {
    flex-direction: column;
  }
  .pride--banner {
    flex-direction: column;
    margin-bottom: 0px;
  }
}

.holiday--banner img {
  width: 100%;
}

.holiday--subheader {
  margin: 6vh 0 6vh 0;
}

@media (min-width: 1264px) {
  .hp6-cover .pride--banner {
    flex-direction: column;
  }

  .hp6-cover .pride--heading {
    font-size: 3vw !important;
  }
  .holiday--subheader {
    margin: -4vh 0 6vh 0;
  }
}

.ring-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: solid 1px rgb(var(--color-highlighted-elements));
  border-bottom: solid 1px rgb(var(--color-highlighted-elements));
}

.ring-header-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* min-width: 40%; */
}

.pride--heading {
  text-align: center;
  font-weight: 600;
  padding-top: 15px; 
}

.pride--sub-header {
  width: 80%;
  text-align: center;
}

.ring-image {
  object-fit: cover;
  width: 100%;
  height: 30rem;
}
@media screen and (min-width: 768px) {
  .ring-image {
    max-width: 33%;
  }
}
@media screen and (max-width: 767.98px) {
  .ring-header {  
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 3rem;
    border-bottom: none;
  }

  .ring-header img {
    object-fit: cover;
    height: 15rem;
    width: 100%;
    border-bottom: 1px solid rgb(var(--color-highlighted-elements));
  }

  .ring-header-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pride--sub-header {
    width: 70%;
    text-align: center;
  }

  .ring-header .pride--heading {
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
  }
}

.hp6-cover .pride--cta-section {
  min-width: 20%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  margin: 0 2vw;
}

.cta-text-header {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0px;
}

.cta-text-subheader {
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 0px;
}

.cta-text-subheader-bold {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.pride--banner picture {
  width: 60vh;
}

.pride--banner img {
  object-fit: cover;
  height: 35vw;
  width: 60%;
}

.while--supplies--last {
  margin: 3vh 0 0 0;
  font-size: smaller;
  color: rgb(var(--color-highlighted-elements));
  text-align: center;
}

h3.while--supplies--last {
  width: 50%;
}

@media (max-width: 1264px) {
  .hp6-cover .pride--cta-section {
    padding: 3rem 4rem 2rem 4rem;
    display: none;
  }

  .pride--cta-section {
    display: none;
  }

  .pride--cta-section-mobile {
    display: flex;
    justify-content: center;
    padding-bottom: 9vh;
    text-align: center;
  }

  .cta-text {
    width: 60%;
  }
}

.hp6-cover .pride--heading {
  width: 60%;
}
.hp6-cover .pride--link {
  background-color: rgb(var(--color-base-text));
  color: rgb(var(--color-base-background-2));
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em 3.75em;
}
@media (max-width: 1264px) {
  .hp6-cover .pride--link {
    margin-top: 1em;
  }
}

.hp6-cover .image__block {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp6-cover .image__block video {
  width: 100%;
  height: auto;
}
.hp6-cover .image__block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .hp6-cover p {
    font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 1200px) {
  .hp6-cover .cover__text {
    margin-bottom: 30px;
  }
}
.hp6-categories {
  border-bottom: 2px solid rgb(var(--color-highlighted-elements));
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .hp6-categories {
    border-bottom: none;
    padding-bottom: none;
  }
}
.hp6-categories .hp6-categories__header {
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .hp6-categories .hp6-categories__header {
    text-align: left;
  }
}
.hp6-categories .hp6-grid-content {
  display: flex;
  flex-wrap: wrap;
}
.hp6-categories .hp6-categories__category {
  text-align: center;
  margin: 0 15px 50px 0;
  text-decoration: none;
  flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
}
.hp6-categories .hp6-categories__category:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .hp6-categories .hp6-categories__category {
    flex: 0 0 calc(33.3% - 15px);
    max-width: calc(33.3% - 15px);
  }
  .hp6-categories .hp6-categories__category:nth-child(2n) {
    margin-right: 15px;
  }
  .hp6-categories .hp6-categories__category:nth-child(3) {
    margin-right: 0;
  }
  .hp6-categories .hp6-categories__category:nth-child(n + 3) {
    margin-bottom: 0;
  }
}
.hp6-categories .hp6-categories__category .h2,
.hp6-categories .hp6-categories__category h2 {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 7.5px;
}
.hp6-categories .hp6-categories__category img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hp6-categories .hp6-categories__category img {
    height: auto;
  }
}
.hp6-banners__header {
  text-align: center;
  margin-bottom: 60px;
  display: none;
}
@media (min-width: 768px) {
  .hp6-banners__header {
    display: block;
  }
}
.hp6-banners__header .h2,
.hp6-banners__header h2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
  display: inline-block;
}
.hp6-banners__header .h2:after,
.hp6-banners__header h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(var(--color-highlighted-elements));
  bottom: 20px;
  left: 0;
}
.hp6-banners__header.shop {
  display: block;
}
.hp6-banners__header.shop .h2,
.hp6-banners__header.shop h2 {
  padding-bottom: 0;
}
.hp6-banners__header.shop .h2:after,
.hp6-banners__header.shop h2:after {
  display: none;
}
.hp6-banners .hp6-banners__banner.overlay {
  line-height: 0;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .hp6-banners .hp6-banners__banner.overlay {
    margin-bottom: 0;
  }
}
.hp6-banners .hp6-banners__banner.overlay:hover .btn {
  background-color: rgb(var(--color-highlighted-elements));
  border-color: rgb(var(--color-highlighted-elements));
}
.hp6-banners .hp6-banners__banner.overlay:hover .h3,
.hp6-banners .hp6-banners__banner.overlay:hover h3 {
  color: rgb(var(--color-highlighted-elements));
}
.hp6-banners .hp6-banners__banner.overlay .block-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hp6-banners .hp6-banners__banner.overlay img {
  height: 100%;
}
.hp6-banners .hp6-banners__banner.overlay .h3,
.hp6-banners .hp6-banners__banner.overlay h3 {
  margin-bottom: 7.5px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .hp6-banners .hp6-banners__banner.overlay .h3,
  .hp6-banners .hp6-banners__banner.overlay h3 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .hp6-banners .hp6-banners__banner.overlay .h3,
  .hp6-banners .hp6-banners__banner.overlay h3 {
    top: 50px;
  }
}
.hp6-banners .hp6-banners__banner.overlay .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
@media (min-width: 768px) {
  .hp6-banners .hp6-banners__banner.overlay .btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .hp6-banners.shop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 15px;
  }
}
.hp6-banners.shop .hp6-banners__banner.overlay {
  text-align: center;
  height: 500px;
}
.hp6-banners.shop .hp6-banners__banner.overlay img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hp6-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 15px;
  }
  .hp6-banners .hp6-banners__banner--fullwidth {
    grid-column: 1/3;
  }
}
.hp6-featurette-container .hp6-featurette {
  display: block;
}
@media (min-width: 768px) {
  .hp6-featurette-container .hp6-featurette {
    display: flex;
  }
}
@media (min-width: 768px) {
  .hp6-featurette-container .hp6-featurette .hp6-featurette__image {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
  }
}
.hp6-featurette-container .hp6-featurette .hp6-featurette__image img {
  width: 100%;
}
.hp6-featurette__text {
  padding: 0 var(--page-width-x-paddings-mobile);
}
@media (min-width: 480px) {
  .hp6-featurette__text {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .hp6-featurette-container .hp6-featurette .hp6-featurette__text {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .hp6-featurette-container .hp6-featurette .hp6-featurette__text .inner {
    padding: 50px 0;
  }
}
.hp6-featurette-container .hp6-featurette .hp6-featurette__text .inner .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .hp6-featurette-container .hp6-featurette .hp6-featurette__text .inner .btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .hp6-featurette-container
    .hp6-featurette:nth-child(odd)
    .hp6-featurette__text
    .inner {
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .hp6-featurette-container
    .hp6-featurette:nth-child(odd)
    .hp6-featurette__image {
    order: 2;
  }
}
.hp6-themstagram {
  margin: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hp6-themstagram {
    background-color: rgb(var(--color-base-background-2));
  }
}
@media (min-width: 768px) {
  .hp6-themstagram .themstagram__header {
    padding-top: 60px;
  }
}
.hp6-themstagram .themstagram__header .h2,
.hp6-themstagram .themstagram__header h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .hp6-themstagram .themstagram__header .h2,
  .hp6-themstagram .themstagram__header h2 {
    text-align: center;
  }
}
.hp6-themstagram .themstagram__header .h3,
.hp6-themstagram .themstagram__header h3 {
  text-align: left;
}
@media (min-width: 768px) {
  .hp6-themstagram .themstagram__header .h3,
  .hp6-themstagram .themstagram__header h3 {
    text-align: center;
  }
}
.hp6-themstagram .themstagram__handle span {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.hp6-themstagram .themstagram__handle a {
  color: rgb(var(--color-highlighted-elements));
  font-size: 24px;
}
@media (min-width: 1400px) {
  .hp6-themstagram .themstagram__handle a {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .hp6-themstagram .themstagram__handle a {
    font-size: 35px;
  }
}
.hp6-themstagram .themstagram__photos-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: 0;
}
.hp6-themstagram .themstagram__photos-container .themstagram__image-container {
  position: relative;
}
.hp6-themstagram
  .themstagram__photos-container
  .themstagram__image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.hp6-themstagram
  .themstagram__photos-container
  .themstagram__image-container
  > .content,
.hp6-themstagram
  .themstagram__photos-container
  .themstagram__image-container
  > picture
  .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.hp6-themstagram .themstagram__photos-container .themstagram__image {
  line-height: 0;
  background: rgb(var(--color-base-background-2));
}
@media screen and (min-width: 768px) {
  .hp6-themstagram {
    display: grid;
    grid-template-columns: auto 570px;
    grid-template-rows: auto;
    align-items: center;
  }
  .hp6-themstagram .themstagram__header {
    padding-top: 0;
  }
  .hp6-themstagram .themstagram__photos-container {
    grid-template-columns: 280px 280px;
    justify-content: end;
  }
}

/* ----------------------------  Cutsome Page - See Process  --------------------------- */

.see-process-container {
  align-items: center;
}

.see-process-right {
  display: flex;
  flex-direction: row-reverse;
  object-fit: cover;
  align-items: center;
  width: 60%;
  object-position: center;
  overflow: hidden;
  background-color: #08003c;
}

@media screen and (max-width: 767.98px) {
  .see-process-right {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    padding-top: 45px;
  }
 }


/* ----------------------------  Collection Headers  --------------------------- */

.collection-header-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: solid 1px rgb(var(--color-highlighted-elements));
  border-top: solid 1px rgb(var(--color-highlighted-elements));
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  /* min-height: 20rem;
  object-fit: cover;
  height: 25rem; */
}

.collection-header-left {
  display: flex;
  flex-direction: column;
}
.collection-header-left img {
  width: 30vw;
}
.collection-header-left-illustration-valentines-day {
  width: 20vw !important;
  margin-bottom: 30px;
}
.collection-header-left-wedding-promise {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  margin: 0;
  min-height: 200px;
}

.collection-header-right {
  display: flex;
}

.collection-header-right img {
  width: 50vw;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .without-description.collection-header-right::after {
    bottom: 0;
    height: 15%;
  }
}

.collection-header-right-image-desktop {
  display: block;
}
.collection-header-right-image-mobile {
  display: none;
}


@media screen and (max-width: 767.98px) {
  .collection-header-container {
    display: flex;
    flex-direction: column-reverse;
    border-top: solid 1px rgb(var(--color-highlighted-elements));
    border-bottom: solid 1px rgb(var(--color-highlighted-elements));
  }
  .collection-header-left {
    margin: 30px 10px;
  }
  .collection-header-left-engagement {
    margin: 30px 10px 0 10px;
  }
  .collection-header-left-valentines-day {
    margin: 20px 10px 0 10px;
  }
  .collection-header-left img {
  width: 50vw;
  }
  .collection-header-right img {
    object-fit: cover;
    object-position: 50%;
    height: 12rem;
    width: var(--page-width); 
  }
  .collection-header-right-image-desktop {
    display: none;
  }
  .collection-header-right-image-mobile {
    display: block;
  }
}

@media(min-width: 768px){
  .collection-header-left-wedding-promise{
    width: 43%;
  }
  .collection-header-right{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 57%;
  }
  .collection-header-right img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/* ----------------------------  Engagement Page  --------------------------- */

/* .engagement-header-mobile,
.wedding-header-mobile {
  display: none;
}

.engagement-header-desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 90px;
  border-bottom: solid 1px rgb(var(--color-highlighted-elements));
  border-top: solid 1px rgb(var(--color-highlighted-elements));
  background-color: rgb(var(--color-base-background-2));
  overflow: hidden;
  max-height: 30vw;
  justify-content: space-between;
}

.wedding-header-desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 90px;
  border-bottom: solid 1px rgb(var(--color-highlighted-elements));
  border-top: solid 1px rgb(var(--color-highlighted-elements));
  background-color: rgb(var(--color-base-background-2));
  overflow: hidden;
  justify-content: space-between;
}

.wedding-header-desktop {
  margin-bottom: 1rem;
}

.engagement-header-text-container-desktop {
  display: flex;
  flex-direction: column;
}

.engagement-header-text .engagement-header-engagement,
.engagement-header-text .engagement-header-collection
 {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: left;
}

.engagement-header-text .engagement-header-collection {
  font-size: 25px;
  margin: 40px 0 5px 0;
}

.engagement-header-text .engagement-header-engagement {
  font-size: 50px;
  margin: 8px 0 25px 0;
}

.engagement-subheader {
  line-height: 1.9;
}

.banner-engagement-rings {
  display: flex;
  flex-direction: row;
}

.engagement-header-desktop-left {
  align-self: flex-end;
}

.engagement-header-desktop-left img {
  width: 30vw;
  padding-left: 60px
}

.engagement-header-desktop-right {
  display: flex;
  align-items: center;
}

.engagement-header-desktop-right img:not(.wedding-header-desktop-right) {
  position: relative;
  object-fit: cover;
  min-height: 63vh;
  margin-bottom: -7px;
  z-index: 1; 
}

.wedding-header-desktop-right img {
  position: relative;
  object-fit: cover;
  height: 20rem;
  width: 70rem;
  margin-bottom: -7px;
  z-index: 1;
}
.wedding-header-text {
  margin: 1.5vw 0;
}
@media screen and (max-width: 767.98px) {
  .engagement-header-desktop,
  .wedding-header-desktop {
    display: none;
  }

  .engagement-header-mobile,
  .wedding-header-mobile {
    display: block;
    border-bottom: solid 1px rgb(var(--color-highlighted-elements));
  }

  .engagement-header-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, rgba(8,0,60,1) 40%, rgba(24,8,77,1) 100%);
}

  .engagement-header-text-container-mobile,
  .wedding-header-text-container-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .wedding-header-text-container-mobile {
    background-color: rgb(var(--color-base-background-2));
  }

  .engagement-header-text .engagement-header-engagement,
  .engagement-header-text .engagement-header-collection,
  .wedding-header-text .wedding-header-wedding, 
  .wedding-header-text .wedding-header-collection {
    font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
  }
  
  .engagement-header-text .engagement-header-collection,
  .wedding-header-text .wedding-header-collection {
    font-size: 25px;
    margin: 40px 0 5px 0;
  }
  
  .engagement-header-text .engagement-header-engagement,
  .wedding-header-text .wedding-header-wedding {
    font-size: 40px;
    margin: 5px 0 25px 0;
  }

  .wedding-header-text {
    width: 100%;
    border-bottom: 1px solid rgb(var(--color-highlighted-elements));
    margin-bottom: 10px;
  }

  .wedding-subheader {
    padding: 0 3rem;
  }
  
  .engagement-header,
  .engagement-subheader {
    text-align: center;
  }

  .engagement-subheader {
    width: 80vw;
  }

  .engagement-header-left img {
    width: 60vw;
  }

} */

/* -------------------------------------------------------------------------- */

/* ----------------------------  Engagement Plug  --------------------------- */

.engagement-engraving-mobile {
  display: none;
}

.engagement-engraving-desktop {
  display: block;
}

.engagement-section-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  align-items: center;
  overflow: hidden;
}

.engagement-section-1-desktop {
  background-color: rgb(var(--color-base-background-2));
}

.engagement-section-1-desktop .molecule__text {
  margin-left: 6vw;
  width: 40%;
}

.engagement-engraving-desktop .engagement-section-1-desktop .three-custom-image-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.engagement-engraving-desktop .engagement-section-1-desktop .three-custom-image-container img,
.engagement-engraving-desktop .engagement-section-1-desktop .three-custom-image-container picture source {
  margin-bottom: -10px;
  padding: 0 2.5px;
  width: 25vw;
}

.inclusivity {
  color: rgb(var(--color-highlighted-elements))
}

@media screen and (max-width: 767.98px) {

  .engagement-engraving-desktop {
    display: none;
  }

  .engagement-engraving-mobile{
    display: block;
  }

  .engagement-engraving-desktop {
    display: none !important;
  }

  .engagement-engraving-mobile {
    display: block;
  }

  .engagement-header-mobile {
    display: block;
  }

  .engagement-header,
  .engagement-subheader,
  .wedding-subheader {
    text-align: center;
  }

  .engagement-engraving .molecule__text .p,
  .engagement-engraving .molecule__text p {
    text-align: center;
  }

  .engagement-section-1,
  .engagement-section-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4rem;
    align-items: center;
  }

  .engagement-engraving .molecule__text {
    text-align: center;
    padding: 0 8vw 2rem 8vw;
  }

  .engagement-section-1 .molecule__text {
    width: 90vw;
  }

  .engagement-section-1 .molecule__text a {
    margin: 1rem 0;
  }

  .engagement-engraving-mobile .three-custom-image-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .engagement-engraving-mobile .three-custom-image-container img {
  padding: 0 5px;
  }

  .engagement-section-2 {
    width: 100%;
    margin-top: 0;
  }

  .engagement-section-2 .wedding-sizes__selector {
    margin-top: 0;
  }

  .all-jewelry-text {
    font-weight: 600;
  }

  .engagement-engraving .molecule__text p {
    margin-bottom: 25px;
  }

  .engagement-engraving img {
    width: 100vw;
  }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
    .wedding-header-desktop-right .cover__image img {
      height: 30vw;
    }

    .wedding-header-text {
      padding: 40px 15px 0 60px;
    }
  }
/* Bar Necklace Engrave Location  */
.engraving-location-dropdown-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  width: 100%;
}
.engraving-location-dropdown {
  border: 1px solid rgb(var(--color-base-text));
  background: #18084d;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  width: 77%;
}
.engraving-location-dropdown:hover {
  background: #0b0056;
  color: rgb(var(--color-highlighted-elements));
}
.engraving-location-dropdown:focus {
  outline: none;
}
.dropdown-arrow {
  position: relative;
  right: 23px;
  top: 18%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  color: rgb(var(--color-highlighted-elements));
  transition: .3s ease-out;
}
.engraving-location-dropdown-container label {
  padding-right: 20px;
  font-weight: 600;
  padding-right: 16px;
  height: 45px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  min-width: 100px;
  flex-wrap: wrap;
}
/* End Bar Necklace Engrave Location  */
/* -------------------------------------------------------------------------- */

/* -------------------------  Valentine's Day 2023  ------------------------- */

/* .vday--banner {
  padding-top: 90px;
  border: 3px lime solid;
  width: 100vw;
}

.hp6-cover .vday--banner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vday--cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 90px;
}

.love-and-hearts {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 10px;
}

.cta-text-subheader-vday2023 {
  text-align: center;
}

.vday--link {
  width: 100%;
}

.vday--image-container {
  overflow: hidden;
}

.tran-gradient {
  position: absolute;
  width: 50vw;
  height: calc(44vw - 6px);
  background: linear-gradient(
    90deg,
    rgba(24, 8, 77, 1) 5%,
    rgba(24, 8, 77, 0) 30%
  );
}

@media screen and (max-width: 767.98px) {
  .hp6-cover .vday--banner {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10vh;
  }

  .vday--header-desktop {
    width: 100vw;
  }

  .vday--image-container {
    display: flex;
    align-items: flex-end;
  }

  .tran-gradient {
    position: absolute;
    width: 100vw;
    height: 100vw;
    background: linear-gradient(
      90deg,
      rgba(24, 8, 77, 1) 5%,
      rgba(24, 8, 77, 0) 30%
    );
    rotate: 270deg;
  }

  .love-and-hearts {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .vday--love-is-img {
    width: 70%;
  }

  .vday--hearts-img {
    width: 30%;
  }

  .vday--cta-section {
    margin: 0 10vw;
  }

  .cta-text {
    width: 100%;
    text-align: center;
  }

  .vday--link {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tran-gradient {
    height: calc(40vw - 7px);
  }
} */

/* -------------------------------------------------------------------------- */

/* ----------------------------  Hoops Homepage  ---------------------------- */

.hoops-image-mobile,
.hoops-header-mobile {
  display: none;
}

.hoops-image-desktop {
  width: 33%;
}

p.hoops-header-desktop {
  font-family: 'Soleil', sans-serif;
  font-size: 4vw;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.1;
}

.hoops-banner {
  margin-top: 90px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-top: solid 1px rgb(var(--color-highlighted-elements));
  border-bottom: solid 1px rgb(var(--color-highlighted-elements));
  overflow: hidden;
  height: 500px;
}

.hoops-banner .hoops-image-desktop {
  object-fit: cover;
  height: 500px;
}

.hoops-banner-text-container {
  text-align: center;
  display: flex;
  width: 35%;
  flex-direction: column;
  align-items: center;
  padding: 3.5vw;
  justify-content: center;
  align-self: stretch;
}

.hoops-link {
  width: 20vw;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .hoops-banner {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .hoops-image-desktop {
    width: 35vw;
  }

  .hoops-banner-text-container {
    padding: 3vw;
  }

  .hoops-subheader {
    font-size: smaller;
  }
}

@media screen and (max-width: 767.98px) {
  .hoops-banner {
    padding-top: 90px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: none;
  }

  .hoops-image-mobile,
  .hoops-header-mobile {
    display: block;
  }

  .hoops-header-mobile {
    text-align: center;
  }

  .hoops-banner-text-container {
    width: 100vw !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0.5rem;
  }

  .hoops-subheader {
    text-align: center;
  }

  p.hoops-header-mobile {
    font-family: 'Soleil', sans-serif;
    font-size: 10vw;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .hoops-image-mobile {
    width: 100vw;
    height: 500px;
  }

  .hoops-banner img {
    width: 100vw;
  }

  .hoops-image-desktop,
  .hoops-header-desktop {
    display: none;
  }

  .hoops-link {
    width: 70vw;
  }
}

/* -------------------------------------------------------------------------- */

/* ----------------------------  Solid Gold Homepage  ---------------------------- */

.solid-gold-homepage-banner-desktop {
  display: flex;
}

.solid-gold-homepage-banner-mobile {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .solid-gold-homepage-banner-desktop {
    display: none;
  }
  
  .solid-gold-homepage-banner-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sghbm-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10vw 8vw;
  }
  .sghbm-image-top img, 
  .sghbm-image-bottom img {
    object-fit: cover;
    height: 15rem;
  }

  .sghbm-image-bottom img {
    object-position: 0 70%;
  }
}

/* -------------------------------------------------------------------------- */

/* -----------------------  Comfortable Jewelry Page  ----------------------- */

.comfy-header-text {
  color: rgb(var(--color-highlighted-elements));
  font-size: 5vw;
  text-align: center;
  display: flex;
  justify-content: center;
}

.comfy-necklaces img,
.comfy-everyday-rings img {
  border-radius: 25px;
  border: 4px solid rgb(var(--color-highlighted-elements));
}

.comfy-studs {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 10rem;
  background-color: rgb(var(--color-base-background-2));
  justify-content: center;
}

.cs-try-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 4rem;
}

.comfy-studs div:not(.cs-try-1) {
  max-width: 20vw;
  margin-right: 1rem;
}

.comfy-button {
  width: 10rem;
}

.comfy-button-desktop {
  position: relative;
  left: 40vw;
}

.comfy-button-mobile {
  display: none;
}

.comfy-necklaces {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8vw;
  margin-bottom: 8vw;
  justify-content: center;
}

.comfy-necklaces img {
  width: 40vw;
}

.necklaces-button-desktop {
  display: block;
  width: 15rem;
}

.necklaces-button-mobile {
  display: none;
}

.comfy-everyday-rings {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.comfy-everyday-rings img {
  width: 25vw;
  max-width: 100vw;
}

.comfy-everyday-rings-desktop {
  background-color: rgb(var(--color-base-background-2));
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 2px rgb(var(--color-highlighted-elements)) solid;
  border-bottom: 2px rgb(var(--color-highlighted-elements)) solid;
}

.comfy-everyday-rings-text {
  width: 20vw;
  text-align: center;
}
.comfy-everyday-rings-text a {
  margin-top: 2rem;
}

.comfy-everyday-rings-mobile,
.comfy-everyday-rings-images-mobile,
.shop-rings-button-mobile {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .comfy-header-text {
    color: rgb(var(--color-highlighted-elements));
    text-align: center;
    word-break: keep-all;
  }

  .comfy-studs {
    margin-top: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    margin-bottom: 15vw;
    flex-direction: column;
  }

  .comfy-studs h1 {
    color: rgb(var(--color-highlighted-elements));
    font-size: 3rem;
  }

  .comfy-studs img {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .comfy-studs div {
    width: auto;
    margin: auto !important;
  }

  .comfy-studs div:not(.cs-try-1) {
    max-width: 20rem;
  }

  .the-post,
  .notch-1,
  .notch-2 {
    margin-bottom: 0;
  }

  .notch-2-text,
  .notch-1-text,
  .the-post-text {
    margin-bottom: 2.75rem;
  }

  .comfy-button {
    position: relative;
    left: 20%;
    width: 60%;
  }

  .comfy-button-desktop {
    display: none;
  }

  .comfy-button-mobile {
    display: block;
  }

  .comfy-necklaces {
    margin-top: 3rem;
    flex-direction: column;
  }

  .comfy-necklaces h1 {
    font-size: 3rem;
  }

  .comfy-necklaces h1,
  .comfy-necklaces h3,
  .comfy-necklaces h4 {
    padding: 0 6vw;
  }

  .comfy-necklaces img {
    border-radius: 25px;
    border: 4px solid rgb(var(--color-highlighted-elements));
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    width: 90vw;
  }

  .necklaces-button {
    display: flex;
    justify-content: center;
    margin: 2rem;
  }
  .necklaces-button-desktop {
    display: none;
  }
  .necklaces-button-mobile {
    display: block;
  }
  .comfy-everyday-rings {
    background-color: rgb(var(--color-base-background-1));
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-top: 5rem;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .comfy-everyday-rings h3,
  .comfy-everyday-rings h2 {
    text-align: center;
  }

  .shop-rings-button {
    margin-top: 2rem;
  }

  .comfy-everyday-rings-images {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .comfy-everyday-rings-images img {
    border-radius: 25px;
    border: 4px solid rgb(var(--color-highlighted-elements));
    width: 45%;
    margin: 1rem 0.5rem 5rem 0.5rem;
  }

  .shop-rings-button-mobile {
    display: flex;
    justify-content: center;
  }

  .comfy-everyday-rings-desktop {
    display: none;
  }

  .line {
    width: calc(100vw + 60px);
  }
}

/* -------------------------------------------------------------------------- */

/* ----------------------------  Chain Length  --------------------------- */

.chain-lengths {
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid rgb(var(--color-highlighted-elements)); */
  padding: 4vw;
  margin: 50px 0 36px 0;
  background-color: rgb(var(--color-base-background-2));
}

.chain-lengths p:last-of-type {
  color: rgb(var(--color-highlighted-elements));
}

.chain-image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1.5vw;
}

.chain-lengths-image-3xl,
.chain-lengths-image-large,
.chain-lengths-image-small {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chain-lengths-image-3xl img,
.chain-lengths-image-large img,
.chain-lengths-image-small img {
  height: 15vw;
  margin: 2vw 2vw 1vw 2vw;
}

@media screen and (max-width: 767.98px) {
  .chain-lengths-image-3xl img,
  .chain-lengths-image-large img,
  .chain-lengths-image-small img {
    height: 30vw;
  }
}

/* -------------------------------------------------------------------------- */

/* ----------------------------  Charm Size  --------------------------- */

.charm-size {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
}

.charm-size-text-container {
  width: 40%;
  padding-right: 4rem;
  display: flex;
  flex-direction: column;
}

.charm-size-image-container {
  display: flex;
  flex-direction: row;
}

.charm-size-image-container img {
  height: 20rem;
  max-height: 25rem;
  margin: 0 2rem;
}

@media screen and (max-width: 767.98px) {
  .charm-size {
    flex-direction: column;
  }
  .charm-size-text-container {
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }
  .charm-size-image-container {
    margin-top: 1.5rem;
  }
  .charm-size-image-container img {
    margin: 0 10px;
  }
}

/* -------------------------------------------------------------------------- */

.breadcrumb a,
.breadcrumb span {
  font-size: 10.5px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-right: 2px;
}
.breadcrumb a:first-child,
.breadcrumb span:first-child {
  padding-left: 0;
}
.breadcrumb a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .breadcrumb a,
  .breadcrumb span {
    font-size: 13px;
  }
}
.page-contents {
  margin-bottom: 90px;
}
.page-contents .page-header {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .page-contents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 15px;
  }
  .page-contents .page-header {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
    margin: 0;
  }
  .page-contents > div {
    grid-column: 2/4;
    grid-row: 2;
    max-width: 500px;
  }
}
.page-header .breadcrumb {
  margin-bottom: 16px;
}
.covid-text li,
.covid-text p,
.covid-text ul {
  line-height: 2;
}
.covid-text p {
  margin-bottom: 30px;
}
.covid-text li {
  margin-bottom: 16px;
}
.email-popup {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  transform: translate3d(0, 500px, 0);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  z-index: 20;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.email-popup.shown {
  transform: translateZ(0);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.email-popup.is-focused {
  position: absolute;
  bottom: auto;
}
.email-popup .email-popup__container {
  color: rgb(var(--color-base-text));
  margin: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 600px;
  position: relative;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  pointer-events: all;
  background-color: #43006a;
}
.email-popup .email-popup__container.email-popup__container--red {
  color: #fff;
  background: #d9343a;
}
.email-popup
  .email-popup__container.email-popup__container--red
  .email-popup__body {
  color: #fff;
}
.email-popup
  .email-popup__container.email-popup__container--red
  .email-popup__button {
  background: #d9343a;
  color: #fff;
  border-color: #fff;
}
.email-popup
  .email-popup__container.email-popup__container--red
  .email-popup__close {
  background: #d9343a;
}
.email-popup .email-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 1;
  padding: 5px;
}
.email-popup .email-popup__heading {
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 7.5px;
  margin-right: 30px;
}
.email-popup .email-popup__body {
  color: rgb(var(--color-base-text));
  font-size: 13px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  max-width: 300px;
}
.email-popup .email-popup__text-variation {
  display: none;
}
.email-popup .email-popup__form {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
.email-popup .email-popup__email {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 15px;
  flex-grow: 1;
}
.email-popup .email-popup__email label {
  font-size: 10.5px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.email-popup .email-popup__email input {
  border: none;
  display: block;
  background-color: rgba(24, 8, 77, 0.75);
  width: 100%;
}
.email-popup .email-popup__button-container,
.email-popup .email-popup__email {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.email-popup .email-popup__error {
  color: #f36060;
}
.email-popup .email-popup__error,
.email-popup .email-popup__success {
  display: none;
  text-align: center;
  margin: 15px 15px 0;
}
.email-popup .email-popup__button {
  padding: 8px 25px 5px;
}
.email-popup .email-popup__button.loading {
  opacity: 0.5;
  pointer-events: none;
}
.email-popup .email-popup__button.complete {
  background: #12c17d;
  border-color: #12c17d;
}
@media screen and (min-width: 768px) {
  .email-popup {
    justify-content: flex-end;
  }
  .email-popup .email-popup__container {
    min-width: 500px;
    padding: 30px;
  }
  .email-popup .email-popup__body {
    font-size: 16px;
    margin-bottom: 45px;
  }
  .email-popup .email-popup__email {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .email-popup .email-popup__email label {
    font-size: 13px;
  }
}
.search-header {
  background: rgb(var(--color-base-background-2));
  padding-top: 110px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.search-header .h1,
.search-header h1 {
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  padding: 0 15px;
}
.search-header .h1 span,
.search-header h1 span {
  color: rgb(var(--color-highlighted-elements));
  border-bottom: 1px dashed rgb(var(--color-highlighted-elements));
}
.search-header .search-header__form {
  display: flex;
  flex-direction: row;
  max-width: 600px;
  margin: 60px auto;
  justify-content: center;
  align-items: center;
}
.search-header .search-header__form .search-header__input {
  flex-grow: 1;
  border-radius: 2px;
  margin-right: 10px;
  min-width: 250px;
}
.search-header .search-header__form .search-header__button {
  border: none;
}
@media screen and (min-width: 768px) {
  .search-header {
    padding-top: 220px;
    padding-bottom: 60px;
  }
  .search-header .h1,
  .search-header h1 {
    font-size: 49px;
  }
}
.search-results {
  min-height: 30vh;
}
.search-results .search-results__container {
  max-width: 600px;
  margin: 60px auto;
}
.search-results .search-results__container hr {
  border-color: #a974ff;
}
.search-results .search-results__container .search-results__item {
  margin-top: 60px;
}
.search-results .search-results__container .search-results__item a {
  text-decoration: none;
}
.search-results .search-results__container .search-results__item .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
}
.search-results .search-results__container .search-results__item img {
  border-radius: 2px;
  width: 100%;
}
.search-results
  .search-results__container
  .search-results__item
  .search-results__item-type {
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #ff9e70;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.search-results
  .search-results__container
  .search-results__item
  .search-results__item-title {
  font-size: 25px;
  font-family: 'Soleil', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}
.search-results
  .search-results__container
  .search-results__item
  .search-results__item-title
  a {
  text-decoration: none;
}
.search-results
  .search-results__container
  .search-results__item
  .search-results__item-description {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .search-results
    .search-results__container
    .search-results__item
    .search-results__item-type {
    font-size: 16px;
  }
  .search-results
    .search-results__container
    .search-results__item
    .search-results__item-title {
    font-size: 32px;
  }
  .search-results
    .search-results__container
    .search-results__item
    .search-results__item-description {
    font-size: 16px;
  }
}
.search-notfound {
  max-width: 600px;
  margin: 60px auto;
  padding-top: 60px;
}
.search-notfound .h2,
.search-notfound h2 {
  margin-bottom: 30px;
  color: #bbbacf;
}
.search-notfound p {
  margin-bottom: 30px;
  color: #bbbacf;
}
.subscribe-5050 {
  background-color: rgb(var(--color-base-background-1));
}
@media (max-width: 768px) {
  .subscribe-5050 {
    margin-top: 0; 
    margin-bottom: 0;
    padding-left: var(--page-width-x-paddings-mobile);
    padding-right: var(--page-width-x-paddings-mobile);
  }
}
@media (min-width: 768px) {
  .subscribe-5050 {
    display: flex;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .subscribe-5050 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .subscribe-5050 .image-block {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
  }
}
.subscribe-5050 .image-block img {
  max-height: 600px;
  width: auto;
}
.subscribe-5050 .text-block {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .subscribe-5050 .text-block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 40px;
    order: 2;
  }
}
@media (min-width: 768px) {
  .subscribe-5050 .text-block form .inner {
    display: flex;
  }
}
.subscribe-5050 .text-block form .inner .subscribe-box__input {
  padding: 10px 20px 10px 0;
  margin-bottom: 20px;
  text-align: left;
  background-color: transparent;
  width: 100%;
  border-bottom: 2px solid #fff;
}
@media (min-width: 768px) {
  .subscribe-5050 .text-block form .inner .subscribe-box__input {
    margin-bottom: 0;
    border: none;
  }
}
.subscribe-5050 .text-block form .inner .subscribe-box__button {
  margin: 0;
  background: rgb(var(--color-base-text));
  border: none;
  color: rgb(var(--color-base-background-1));
  transition: all 0.3s ease;
  width: 50%;
}
@media (min-width: 768px) {
  .subscribe-5050 .text-block form .inner .subscribe-box__button {
    text-transform: none;
    color: #fff;
    background: transparent;
    width: auto;
  }
}
@media (min-width: 768px) {
  .subscribe-5050 .text-block form .inner .subscribe-box__button:hover {
    color: rgb(var(--color-highlighted-elements));
  }
}
.subscribe-5050 .text-block form:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .subscribe-5050 .text-block form:after {
    display: block;
  }
}

.section__gift-ribbon {
  margin-top: -6.5px;
  overflow: hidden;
  z-index: -1;
}


/* -------------------------------------------------------------------------- */

/* ----------------------------  About Our Founder  ---------------------------- */
 
.about-founder-page-desktop {
  display: block;
}

.about-founder-page-mobile {
  display: none;
}

.about-founder-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-al,
.early-life,
.finding-inspo,
.al-culture, 
.al-identity {
  margin: 3vw 0;
}

.about-al {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about-al-text-container h1 {
  font-weight: 600;
  font-size: 7vw;
}

.early-life {
  display: flex;
  flex-direction: row-reverse;
}

.early-life-text-container h3 {
  width: 70%;
}

.finding-inspo h3,
.al-identity h3 {
  font-family: 'Soleil', sans-serif;
  text-transform: uppercase;
  color: rgb(var(--color-highlighted-elements))
}

.about-al-image-container,
.about-al-text-container,
.early-life-image-container,
.early-life-text-container
 {
  width: 50%;
  margin: 0 3vw;
}

.about-al-text-container {
  text-align: center;
}

.finding-inspo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tanlah-collection-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tanlah-collection-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: .5rem;
}

.tanlah-collection-image-container picture {
  margin: 0 1.5vw;
}

.finding-inspo p {
  text-align: center;
}

.al-culture {
  display: flex;
  flex-direction: row;
}

.al-culture-left,
.al-culture-right {
  display: flex;
  flex-direction: column;
  margin: 0 1.5vw;
}

.acl-image-container {
  margin-top: 1.5rem;
}

.acr-image-container {
  margin-bottom: 1.5rem;
}

.al-identity {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.al-identity h3 {
  width: 70%;
}

.al-identity p {
  width: 80%;
}

.founder-press-links-footer {
  display: flex;
  flex-direction: row;
  border-top: 1px solid rgb(var(--color-highlighted-elements));
  border-bottom: 1px solid rgb(var(--color-highlighted-elements));
  align-items: center;
  justify-content: center;
  padding: 2rem 6vw;
}

.press-footer-left {
  display: flex;
  flex-direction: column;
}

.press-footer-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 75%;
}

.press-footer-left,
.press-footer-right {
  margin: 0 2vw;
} 

.boopd {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2rem 1px;
}

.boop1,
.boop2 {
  display: flex;
  flex-direction: column;
}


@media screen and (max-width: 767.98px) {
.about-founder-page-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}  
.about-founder-page-desktop {
  display: none;
}
.about-al-mobile,
.early-life-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-al-mobile-header,
.about-al-mobile-name,
.about-al-mobile-pronouns,
.early-life-mobile-header,
.finding-inspo-mobile-header,
.al-identity-mobile h3,
.founder-press-links-footer-mobile h3 {
  font-family: 'Soleil', sans-serif;
  text-transform: uppercase;
  color: rgb(var(--color-highlighted-elements));
}
.about-al-mobile-header, 
.early-life-mobile-header {
  text-align: center;
}
.about-al-mobile-name {
  font-size: 10vw;
  margin-top: 15px;
}
.about-al-mobile img {
  width: 100vw;
  max-width: 100vw;
  border-top: 1px solid rgb(var(--color-highlighted-elements));
  border-bottom: 1px solid rgb(var(--color-highlighted-elements));
}
.about-al-mobile p,
.act-text-container p,
.acb-text-container p {
  width: 90vw;
}
 }
.early-life-mobile-image {
  margin-bottom: 16px;
}
.early-life-mobile-image img {
  width: 90vw;
}
.act-text-container,
.acb-text-container {
  display: flex;
  justify-content: center;
}

.act-image-container img {
  width: 100vw;
}

.tanlah-collection-mobile-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.tanlah-collection-mobile-image-container picture {
  border: 1px solid rgb(var(--color-highlighted-elements));
  margin-bottom: 16px;
}

.tanlah-collection-mobile-image-container img {
  width: 90vw;
  object-fit: cover;
  height: 40vw;
  margin-bottom: -6px;
}

.tcmi-1 {
  object-position: 100% 40%;
}

.tcmi-2 {
  object-position: 100% 50%;
}

.tcmi-3 {
  object-position: 100% 0%;
}

.finding-inspo-mobile .tanlah-copy {
  margin: 15px 0;
}

.al-culture-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  border-bottom: 1px solid rgb(var(--color-highlighted-elements));
}

.act-text-container p {
  margin-top: 15px;
}

.acb-image-container img {
  border: 1px solid rgb(var(--color-highlighted-elements));
  width: 90vw;
  max-width: 100vw;
  margin-bottom: 16px;
}

.al-identity-mobile,
.founder-press-links-footer-mobile p {
  text-align: center;
}

.al-identity-mobile h3 {
  margin-top: 20px;
  font-size: 25px;
}

.founder-press-links-footer-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* -------------------------------------------------------------------------- */

/* ----------------------------  Pride 2023  ---------------------------- */


.pride-collection-subheader {
  width: 30vw;
}

.pride-collection-desktop-left {
  align-self: center;
}

.pride-disclaimer {
  font-size: small;
  color: red
}

.pride-header-text-container-mobile {
  display: flex;
    flex-direction: column;
    align-items: center;
}

/* Sustainability */

.wrapper--one {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper--two {
  max-width: 861px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper--three {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section__custom-title {
  margin-bottom: 32px;
}
.custom-title .title {
  margin-bottom: 30px;
}
.custom-title .title p,
.custom-title .title * {
  color: rgb(var(--color-highlighted-elements));
  text-align: center;
  font-size: 125px;
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 120px;
  text-transform: uppercase;
  margin-bottom: unset;
}
.custom-title .subtitle p {
  color: rgb(var(--color-base-text));
  text-align: center;
  font-size: 25px;
  font-family: soleil, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 41px;
}
@media (max-width: 767.98px) {
  .custom-title .title p,
  .custom-title .title * {
    font-size: 62px;
    line-height: 62px;
    text-align: start;
  }
  .custom-title .title * {
    max-width: 90%;
  }
  .custom-title .subtitle p {
    font-size: 25px;
    font-weight: 600;
    line-height: 41px;
    text-align: start;
  }
  .section__custom-title {
    margin-bottom: 30px;
  }
  .custom-title .title {
    margin-bottom: 10px;
  }
}

.section__img-text {
  margin-top: 32px;
  margin-bottom: 66px;
}
.img-text--vertical img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.img-text--vertical .img-text__text-wrapp .img-text__title,
.img-text--vertical .img-text__text-wrapp .img-text__title *,
.img-text--vertical .img-text__text-wrapp .img-text__text p {
  text-align: center;
}
.img-text__text-wrapp .img-text__title,
.img-text__text-wrapp .img-text__title *,
.img-text__text-wrapp .img-text__text p {
  margin-bottom: unset;
}
.img-text__text-wrapp .img-text__title,
.img-text__text-wrapp .img-text__title * {
  color: rgb(var(--color-highlighted-elements));
  margin-bottom: 24px;
}
.img-text--horizontal {
  display: flex;
}
.img-text--horizontal .img-text__img-wrapp,
.img-text--horizontal .img-text__text-wrapp {
  max-width: 50%;
  width: 100%;
}
.img-text--horizontal .img-text__img-wrapp img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.img-text--horizontal .img-text__text-wrapp {
  height: fit-content;
}
.icon-img-m {
  display: none;
}
@media (max-width: 767.98px) {
  .img-text--horizontal {
    flex-direction: column !important;
  }
  .img-text__text-wrapp .img-text__title,
  .img-text__text-wrapp .img-text__title *,
  .img-text--vertical .img-text__img-wrapp {
    margin-bottom: 16px;
  }
  .img-text--horizontal .img-text__img-wrapp,
  .img-text--horizontal .img-text__text-wrapp {
    max-width: unset;
    margin-right: unset !important;
    margin-left: unset !important;
  }
  .img-text--horizontal .img-text__img-wrapp {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .icon-img-d {
    display: none !important;
  }
  .icon-img-m {
    display: flex;
  }
  .img-text__text-wrapp .img-text__title,
  .img-text__text-wrapp .img-text__title *,
  .img-text__text-wrapp .img-text__text p {
    text-align: left !important;
  }
  .img-text--vertical img {
    margin-bottom: 20px;
  }
  .img-text__svg {
    overflow: hidden;
  }
  .img-text__svg svg,
  .icon-img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .img-text__title {
    margin-top: 10px !important;
  }
}
[data-product-handle="Free Travel Case"] a,
[data-product-handle="Free Travel Case"] .ajaxcart__qty--plus,
[data-product-handle="Free Travel Case"] .ajaxcart__qty-num {
  pointer-events: none;
}
[data-product-handle="Free Travel Case"] .ajaxcart__price:before {
  content: "$45";
  text-decoration: line-through;
  font-size: 12px;
}
[data-free-product] p {
  font-size: 15px;
}

.product-nameplate .product .breadcrumb {
  margin-bottom: 15px;  
}

/* Custom Nameplate Page  */
.nameplate-name-input-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.nameplate-name {
  margin-bottom: 0 !important;
}

.nameplate-name-textbox {
  max-width: 78%;
  width: 100%;
  font-weight: 700;
  cursor: text;
}
.custom-nameplate-error-message {
  display:none;
}
.product__return-notice_custom_nameplate {
  padding-bottom: 16px;
}

/* End  Custome Nameplate Page */
@media (min-width: 768px) {
  .product .breadcrumb {
    padding-top: 32px;
  }
}

.article__breadcrumbs,
.article__content,
.article__header {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Style Cookie Modal */
.cky-audit-table {
  background-color: transparent !important;
}
.cky-modal .cky-preference-title, 
.cky-modal p,
.cky-accordion-btn,
.cky-accordion-header-des,
.cky-chevron-right,
.cky-consent-bar .cky-title, .cky-consent-bar .cky-notice-des {
  color: rgb(var(--color-base-text)) !important;
}
.cky-btn.cky-btn-preferences,
.cky-btn.cky-btn-reject,
.cky-btn.cky-btn-customize:not(.cky-modal-open .cky-btn.cky-btn-customize) {
  color: rgb(var(--color-base-text)) !important;
  border-color: rgb(var(--color-base-text)) !important;
}
/* End Style Cookie Modal */

.product.gift-product {
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  .product.gift-product {
    padding-bottom: 32px;
  }
}

.product.gift-product .breadcrumb {
  padding-bottom: 15px;
}


.product.gift-product .product__description-text {
  width: 100% !important;
  padding-right: 0 !important;
}
.cky-iab-ad-settings-details {
  --color-base-text: #212121 !important;
}

.cky-switch input[type="checkbox"]:checked {
  background-color: #FFCC33 !important;
}

.cky-switch input[type="checkbox"]:checked::before {
  background-color: #08003C !important;
}


.top-user-menu__wish{
    cursor: pointer !important;
    line-height: 1 !important;
    padding: 10px !important;
    transition: all 0.3s ease !important;
}
.h-wishlist-icon .wishlist-total-count{
      display: inline;
    padding: 0 2px;
    margin-left: 4px;
    color: #fff;
}
.h-wishlist-icon svg {
    vertical-align: middle;
    width: 22px !important;
    height: 22px !important;
    overflow: unset !important;
    stroke-width: 1.6 !important;
}

.wishlist-popup{
  background-color: #ffcc33 !important;
}
.wishlist-p-right, .wishlist-p-right h3{
  color:#000 !important;
}
.shopify-app-block .wishlist-engine-button, .shopify-app-block .wishlist-engine-button:focus,.shopify-app-block  .wishlist-engine-button:hover{
  display:flex !important;
  margin-top: 24px;
  padding: 12px !important;
  justify-content:center;
  align-items:center;
}