@font-face {
  font-family: "Lato";
  src: url("Lato-Light.eot");
  src: url("Lato-Light.eot?#iefix") format("embedded-opentype"),
    url("Lato-Light.woff2") format("woff2"),
    url("Lato-Light.woff") format("woff"),
    url("Lato-Light.ttf") format("truetype"),
    url("Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("Lato-Regular.eot");
  src: url("Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("Lato-Regular.woff2") format("woff2"),
    url("Lato-Regular.woff") format("woff"),
    url("Lato-Regular.ttf") format("truetype"),
    url("Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("Lato-Medium.eot");
  src: url("Lato-Medium.eot?#iefix") format("embedded-opentype"),
    url("Lato-Medium.woff2") format("woff2"),
    url("Lato-Medium.woff") format("woff"),
    url("Lato-Medium.ttf") format("truetype"),
    url("Lato-Medium.svg#Lato-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Minerva-Modern";
  src: url("Minerva-Modern.eot");
  src: url("Minerva-Modern.eot?#iefix") format("embedded-opentype"),
    url("Minerva-Modern.woff2") format("woff2"),
    url("Minerva-Modern.woff") format("woff"),
    url("Minerva-Modern.ttf") format("truetype"),
    url("Minerva-Modern.svg#Minerva-Modern") format("svg");
  font-weight: normal;
  font-style: normal;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
.delay-0s {
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.delay-025s {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  opacity: 0;
}
.delay-05s {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}
.delay-075s {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  opacity: 0;
}
.delay-1s {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}
.animate_right,
.animate_left,
.animate_up,
.animate_down {
  opacity: 0;
}
.ie .animated,
.ie .animate_right,
.ie .animate_left,
.ie .hsContent,
.ie #slide-1 .animated {
  opacity: 1 !important;
}
.ie delay-025s,
.ie .delay-0s,
.ie .delay-025s,
.ie .delay-05s,
.ie .delay-075s,
.ie .delay-1s {
  opacity: 1 !important;
}
.ie select {
  background-image: none !important;
}
@media only screen and (max-width: 798px) {
  .delay-0s,
  .delay-025s,
  .delay-05s,
  .delay-075s,
  .delay-1s,
  .animate_right,
  .animate_left,
  .animate_up,
  .animate_down {
    opacity: 1;
  }
}
@keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@-webkit-keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.swatch label,
.swatch span {
  background-size: cover;
}
.toggle_tag-list span {
  background-size: cover;
}
label.option-material-yellow-gold,
span.meta-material_yellow_gold,
span.swatch-yellow-gold,
.meta-material_18ct_yellow_gold_vermeil,
.meta-material_18ct_yellow_gold,
.option-material-18ct-yellow-gold,
.option-material-18ct-yellow-gold-vermeil,
.meta-material_9ct_gold,
label.option-material-9ct-gold,
label.option-material-yellow-gold-vermeil,
.meta-material_14k_vermeil_yellow_gold,
.option-material-14k-vermeil-gold,
.meta-material_14k_vermeil_gold,
.option-material-14k-vermeil-yellow-gold,
.meta-material_14k_gold,
label.option-material-14k-gold,
.option--18ct-yellow-gold-vermeil {
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Yellow-gold.jpg?v=1606843861");
}
label.option-material-rose-gold,
span.meta-material_rose_gold,
.swatch-rose-gold,
.meta-material_18ct_rose_gold_vermeil,
.meta-material_18ct_rose_gold,
.option-material-18ct-rose-gold,
.option-material-18ct-rose-gold-vermeil,
.meta-color_rose_gold,
.meta-material_18ct_vermeil_rose_gold,
label.option-material-rose-gold-vermeil,
.meta-material_14k_vermeil_rose_gold,
.option-material-14k-vermeil-rose-gold,
.option-oh-so-fine-necklace-material-18ct-rose-gold-vermeil,
.option-oh-so-fine-bracelet-material-18ct-rose-gold-vermeil,
.option--18ct-rose-gold-vermeil {
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/rose_gold.jpg?v=1606843861");
}
label.option-material-sterling-silver,
span.meta-material_sterling_silver,
span.swatch-sterling-silver,
.meta-material_sterling_silver_rhodium_plated,
label.option-material-sterling-silver-rhodium-plated {
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Sterling_Silver.jpg?v=1606843861");
}
label.option-material-keshi-pearl,
span.meta-material_keshi_pearl,
span.swatch-keshi-pearl {
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Keishi.jpg?v=1606843862");
}
.meta-material_recycled_9ct_gold,
.meta-material_gold,
.option-material-gold {
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/white-gold.jpg?v=1607352776");
}
.meta-material_18ct_white_gold_vermeil,
.option-material-18ct-white-gold-vermeil,
.meta-material_18ct_white_gold,
.option-material-18ct-white-gold,
.swatch-white-gold,
.meta-material_18ct_vermeil_white_gold,
span.swatch-white-gold,
label.option-material-white-gold-vermeil,
.meta-material_white_gold,
.option-material-white-gold,
.option--18ct-white-gold-vermeil {
  background-image: url(/cdn/shop/files/white-gold-swatch.png?v=1608632876);
}
.option-material-freshwater-pearls,
.meta-material_freshwater_pearls {
  background-image: url("/cdn/shop/files/freshwater-img.jpg?v=1613805525");
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: “”‘’;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
figure {
  margin: 0;
}
legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 798px) {
  .clear {
    display: none;
  }
}
.hidden {
  display: none;
} /*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: #fff;
}
.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-enabled {
  position: relative;
  overflow: hidden;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
body {
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
body.blocked-scroll {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
body.blocked-overflow {
  overflow: hidden;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background: #fff7b6;
  color: #000;
}
abbr {
  border-bottom: 1px dotted;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-family: "Minerva-Modern", sans-serif;
  margin-top: 0px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.editor-visible--true {
  display: block !important;
}
.transition--blur-up {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transform: translate3d(0, 0, 0);
  transition: filter 200ms, -webkit-filter 200ms;
}
.transition--blur-up.lazyloaded {
  -webkit-filter: blur(0px);
  filter: none;
  transform: scale(1);
}
img[data-sizes="auto"].lazyloaded {
  height: auto;
}
img[data-sizes="auto"],
img[data-sizes="100vw"] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-element__wrap {
  overflow: hidden;
  /* margin-left: auto;
  margin-right: auto; */
  max-width: 100%;
}
.image-element__wrap img {
  height: auto;
}
.container .container {
  width: 100%;
}
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-container:after {
  visibility: hidden;
  display: none;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
h1,
.h1,
.page-title {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  h1,
  .h1,
  .page-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 798px) {
  h1,
  .h1,
  .page-title {
    font-size: 28px;
    line-height: 42px;
  }
}
h2,
.h2,
h2.title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1440px) {
  h2,
  .h2,
  h2.title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 798px) {
  h2,
  .h2,
  h2.title {
    font-size: 28px;
    line-height: 35px;
  }
}
h2 a,
.h2 a,
h2.title a {
  font-weight: inherit;
}
.cart h2 {
  margin-top: 0;
}
h3,
.h3 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 30px;
}
@media only screen and (max-width: 1440px) {
  h3,
  .h3 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1440px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
.cart h6 {
  margin-top: 0;
}
a,
a:visited,
a span {
  color: #000;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  outline: 0;
}
a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation;
}
input,
select {
  border: 0px;
  background-color: #fff;
  border-radius: 0px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.4px;
  font-weight: 300;
}
.container {
  max-width: 1810px;
  padding-left: 85px;
  padding-right: 85px;
  margin: 0px auto;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
body.popup-opened {
  overflow: hidden;
}
.right {
  float: right !important;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.parallax-section {
  transition: transform 0.2s linear 0s;
  will-change: transform;
}
select {
  -webkit-appearance: none;
  background-image: url(https://cdn.shopify.com/s/files/1/0502/7987/4709/files/next.png?v=1605898379);
  background-repeat: no-repeat;
  background-position: 93% center;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.4px;
  font-weight: 300;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
body .body-overlay {
  background: rgba(0, 0, 0, 0.3294117647);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: all 0.3s linear;
  animation: fadeIn 0.3s linear none;
  display: none;
}
body.megamenu-opened .body-overlay {
  display: block;
}
body.megamenu-opened .header-section {
  position: relative;
  z-index: 5;
}
p {
  font: inherit;
  margin-bottom: 10px;
  margin-top: 0px;
}
ul,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a.btn,
.btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  min-width: 171px;
  padding: 6px 31px;
}
@media only screen and (max-width: 1440px) {
  a.btn,
  .btn {
    font-size: 12px;
    min-width: 145px;
    padding: 8px 31px;
  }
}
@media only screen and (max-width: 798px) {
  a.btn,
  .btn {
    font-size: 10px;
    min-width: 120px;
    padding: 6.5px 25px;
  }
}
a.btn-style-one,
.btn-style-one {
  background-color: #fff;
  text-transform: uppercase;
  transition: background-color 0.2s linear, color 0.2s linear;
}
a.btn-style-one:hover,
.btn-style-one:hover {
  background-color: #000;
  color: #fff;
  transition: background-color 0.2s linear, color 0.2s linear;
}
a.btn-style-two,
.btn-style-two {
  border-bottom: 1px solid #000;
  min-width: auto;
  padding: 0px;
}
a.btn-style-three,
.btn-style-three {
  border: 1px solid #000;
  transition: background-color 0.2s linear, color 0.2s linear;
}
a.btn-style-three:hover,
.btn-style-three:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
@media only screen and (max-width: 798px) {
  .desktop-image {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) {
  .mobile-image {
    display: none !important;
  }
}
.breadcrumb_link {
  text-transform: uppercase;
}
.breadcrumb_link.col_bread_last {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5647058824);
}
.top_bar {
  background-color: #d9d9d6;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #333;
  text-transform: uppercase;
  height: 40px;
}
@media only screen and (max-width: 1440px) {
  .top_bar {
    font-size: 12px;
    height: 32px;
  }
}
@media only screen and (max-width: 1050px) {
  .top_bar {
    display: none;
  }
}
.top_bar .top_bar_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_bar .top_bar_list {
  width: 33.33333%;
  padding: 12px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 13px;
}
.top_bar .top_bar_list:nth-child(2) {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.top_bar .top_bar_list:last-child {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media only screen and (max-width: 1440px) {
  .top_bar .top_bar_list {
    padding: 8px 0px;
  }
}
.top_bar .top_bar_list a {
  color: #333;
}
.top_bar svg {
  height: 17px;
  margin-right: 4px;
  width: 20px;
  fill: #333;
}
@media only screen and (max-width: 1440px) {
  .top_bar svg {
    height: 13px;
  }
}
.top_bar svg path,
.top_bar svg rect {
  fill: #333;
}
.main_nav {
  position: relative;
  background-color: #fff;
}
.sticky_nav {
  position: fixed;
  width: 100%;
  z-index: 35;
  top: 0;
  left: 0;
  padding: 0;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 300ms ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
}
.sticky_nav.fixed-header-false {
  opacity: 0;
  transition: opacity 0s;
}
.sticky_nav--unstick {
  opacity: 0;
  transition: opacity 0s;
}
.sticky_nav--stick {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.main_nav_wrapper {
  height: 100px;
}
@media only screen and (max-width: 1440px) {
  .main_nav_wrapper {
    height: 89px;
  }
}
@media only screen and (max-width: 1050px) {
  .main_nav_wrapper {
    display: none;
  }
}
.main_nav_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 100px;
}
.main_nav_container .nav-menu_left {
  width: calc(50% - 130.5px);
}
@media only screen and (max-width: 1440px) {
  .main_nav_container .nav-menu_left {
    width: calc(50% - 117.5px);
  }
}
@media only screen and (max-width: 1050px) {
  .main_nav_container .nav-menu_left {
    width: calc(50% - 85px);
  }
}
.main_nav_container .nav-menu_left li {
  margin-right: 17px;
  width: 100%;
  max-width: 21px;
}
.main_nav_container .nav-menu_left li:last-child {
  margin-right: 0px;
}
.header-main-menu .nav-menu_center ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  gap: 40px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width: 1440px) {
  .main_nav_container .nav-menu_left li {
    margin-right: 35px;
  }
}
.main_nav_container li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.1px;
  font-weight: 300;
  padding: 15px 0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1440px) {
  .main_nav_container li a {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 4px 0;
  }
}
.main_nav_container a.iWishView svg {
  width: 21px;
  height: 18px;
}
.main_nav_container .nav-menu_left a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  background-color: #000;
  transform-origin: 100% 50%;
}
.main_nav_container .nav-menu_left a.dropdown_link:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.main_nav_container li {
  display: inline-block;
}
.main_nav_container .logo {
  padding: 15px;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .main_nav_container .logo {
    padding: 22.5px 10px;
  }
}
.main_nav_container .logo svg {
  width: 232px;
  max-width: 100%;
}
@media only screen and (max-width: 1440px) {
  .main_nav_container .logo svg {
    width: 215px;
  }
}
.nav-menu_right {
  width: calc(50% - 130.5px);
}
@media only screen and (max-width: 1440px) {
  .nav-menu_right {
    width: calc(50% - 117.5px);
    padding-top: 5px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-menu_right {
    width: calc(50% - 85px);
  }
}
.nav-menu_right ul {
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.nav-menu_right ul li {
  margin-left: 17px;
}
.nav-menu_right ul li:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 1440px) {
  .nav-menu_right ul li {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-menu_right ul li {
    display: inline-block;
    margin-left: 15px;
  }
}
.nav-menu_right a.header-account-login {
  position: relative;
}
.nav-menu_right a.header-account-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.nav-menu_right a.header-account-name svg {
  margin-right: 10px;
}
.nav-menu_right a.header-account-name:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -2px;
  height: 23px;
  width: 1px;
  background-color: #989898;
}
@media only screen and (max-width: 1440px) {
  .nav-menu_right a.header-account-name:before {
    top: 5px;
    height: 13px;
  }
}
.nav-menu_right a.header-account-name:after {
  content: "";
  position: absolute;
  top: 13px;
  right: -2px;
  height: 23px;
  width: 1px;
  background-color: #989898;
}
@media only screen and (max-width: 1440px) {
  .nav-menu_right a.header-account-name:after {
    top: 5px;
    height: 13px;
  }
}
.nav-menu_right.customer-login-nav a {
  display: flex;
  align-items: center;
  word-break: break-word;
  font-size: 12px;
}
.nav-menu_right.customer-login-nav a.header-account-name {
  padding-left: 10px;
  padding-right: 10px;
}
.nav-menu_right svg {
  width: 18px;
  height: 18px;
}
a.iWishView {
  position: relative;
}
a.iWishView .iWishCount {
  display: none;
  position: absolute;
  left: 57%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 10px;
  line-height: 1;
  top: 19px;
}
@media only screen and (max-width: 1440px) {
  a.iWishView .iWishCount {
    top: 8px;
    left: 55%;
  }
}
a.iWishView .wish-item-show {
  width: 8px;
  height: 8px;
  background: #000;
  display: block;
  border-radius: 8px;
  position: absolute;
  top: 5px;
  right: -5px;
  display: none;
}
@media only screen and (max-width: 1440px) {
  a.iWishView .wish-item-show {
    top: -5px;
  }
}
a.header-cart-icon .header-cart-title {
  margin-right: 10px;
}
a.header-cart-icon .header-cart-count {
  position: absolute;
  right: -5px;
  top: 5px;
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 8px;
}
@media only screen and (max-width: 1440px) {
  a.header-cart-icon .header-cart-count {
    top: -3px;
  }
}
@media only screen and (max-width: 1050px) {
  a.header-cart-icon .header-cart-count {
    right: 10px;
    top: 0px;
  }
}
.mobile_nav_wrapper {
  line-height: 1;
  padding: 22px 0px;
}
@media only screen and (min-width: 1051px) {
  .mobile_nav_wrapper {
    display: none;
  }
}
.mobile_nav_wrapper .mobile_nav-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile_nav_wrapper .nav_toggle-box {
  width: calc(50% - 85px);
}
.mobile_nav_wrapper .nav_toggle-box svg {
  margin-top: 4px;
}
.mobile_nav_wrapper .mobile-logo {
  width: 170px;
  text-align: center;
}
.mobile_nav_wrapper .mobile-logo img {
  max-width: 100%;
}
.mobile_nav_wrapper .mobile-logo svg {
  width: 170px;
}
.mobile-mega-menu-content {
  padding: 10.5px 0;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}
.mobile-mega-menu-content .mobile-mega-menu_img-block {
  margin-top: 10px;
}
.mobile-mega-menu-content > ul > li > a {
  font-size: 13px;
  font-weight: 600;
}
.mobile-header-slide {
  line-height: 1;
  position: fixed;
  top: 0;
  z-index: 9999999;
  background-color: #fff;
  max-width: 336px;
  left: -100%;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  width: 90%;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
}
.mobile-header-slide.active {
  left: 0px;
  -webkit-transition: left 0.3s ease-in-out 0.3s;
  transition: left 0.3s ease-in-out 0.3s;
  overflow-x: hidden;
  overflow-y: scroll;
}
.mobile-header-slide .mobile-header-slide-wrap {
  border-top: 10px solid #5f624d;
  padding: 0px 15px;
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  overflow-y: auto;
}
.mobile-header-slide a {
  font-weight: 400;
  font-size: 11px;
}
.mobile-header-slide .mhs-header {
  padding: 27.5px 0px;
}
.mobile-header-slide .mhs-header .mhs-close svg {
  width: 14.35px;
  height: 14.35px;
}
.mobile-header-slide .mhs-nav-wrap {
  position: relative;
  overflow: hidden;
}
.mobile-header-slide .mhs-nav-wrap ul li {
  padding: 10.5px 0px;
  position: relative;
  border-bottom: none;
}
.mobile-header-slide .mhs-nav-wrap ul li.mobile-mega-menu_block ul {
  margin-top: 21px;
  padding-left: 0px;
}
.mobile-header-slide .mhs-nav-wrap ul li.mobile-mega-menu_block ul li {
  padding: 0px;
  margin-bottom: 21px;
  border: none;
}
.mobile-header-slide .mhs-nav-wrap ul li.mobile-mega-menu_block ul li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 400;
}
.mobile-header-slide .mhs-nav-wrap ul li.mobile-mega-menu-parent:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mobile-header-slide
  .mhs-nav-wrap
  ul
  li.mobile-mega-menu_block
  ul
  li:last-child {
  margin-bottom: 0px;
}
.mobile-header-slide .mhs-nav-wrap ul a {
  text-transform: uppercase;
}
.mobile-header-slide .mhs-nav-wrap ul a .icon-down-arrow:after {
  content: "+";
  font-weight: 400;
  font-size: 14px;
}
.mobile-header-slide .mhs-nav-wrap ul a.active .icon-down-arrow:after {
  content: "-";
}
.mobile-header-slide .mhs-nav-wrap > ul > li {
  padding: 20.5px 0px;
  border-bottom: 1px solid #ededed;
}
.mobile-header-slide
  .mhs-nav-wrap
  > ul
  > li.mobile-mega-menu-parent
  .icon-down-arrow:after {
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/next.png?v=1607090577);
  width: 8px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
}
.mobile-header-slide .mhs-nav-wrap.submenu-opened {
  overflow: initial;
}
.mobile-header-slide .mhs-second-nav-wrap {
  margin-top: 40px;
  margin-bottom: 25px;
}
.mobile-header-slide .mhs-second-nav-wrap li {
  padding: 15px 0px;
}
.mobile-header-slide .mhs-second-nav-wrap svg {
  max-width: 17px;
  width: 17px;
  height: 15px;
}
.mobile-header-slide .mhs-second-nav-wrap span {
  margin-left: 10px;
}
.mobile-header-slide .mhs-second-nav-wrap a {
  display: flex;
  align-items: center;
}
.mobile-header-slide .mhs-social-nav-wrap {
  padding: 11px 0px;
  border-top: 1px solid #ededed;
}
.mobile-header-slide .mhs-social-nav-wrap .social_icons li {
  margin-right: 18px;
  display: inline-block;
}
.mobile-header-slide .mhs-social-nav-wrap .social_icons li svg {
  width: 15px;
  height: 15px;
}
.mobile-header-slide .sublink ul {
  display: none;
}
.mobile-header-slide .sublink > a {
  margin-top: 12px;
}
.mobile-header-slide .mobile-header-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.3s;
}
.mobile-header-slide.active .mobile-header-overlay {
  content: "";
  height: 100vh;
  width: 100vw;
  opacity: 1;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: opacity 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.3s;
  z-index: -999999;
}
.hero-section {
  position: relative;
}
.hero-section .hero-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section .container {
  height: 100%;
  max-width: 86%;
}
.hero-section .container.position--center .hero-content-container {
  transform: translate(-50%, -50%);
  left: 50%;
  right: auto;
}
.hero-section .container.position--left .hero-content-container {
  transform: translate(0, -47%);
  left: 0;
  right: auto;
}
.hero-section .container.position--right .hero-content-container {
  transform: translate(0, -47%);
  left: auto;
  right: 0;
}
@media only screen and (max-width: 798px) {
  .hero-section .container.position--center .hero-content-container,
  .hero-section .container.position--right .hero-content-container,
  .hero-section .container.position--left .hero-content-container {
    transform: translate(-50%, -50%);
    left: 50%;
    right: auto;
  }
}
.hero-section .hero-content-container {
  max-width: 450px;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 799px) {
  .hero-section .hero-content-container {
    top: 47%;
    -webkit-transform: translate(0, -47%);
    transform: translate(0, -47%);
  }
}
@media only screen and (max-width: 1440px) {
  .hero-section .hero-content-container {
    max-width: 350px;
  }
}
@media only screen and (max-width: 798px) {
  .hero-section .hero-content-container {
    max-width: 265px;
    text-align: center !important;
    bottom: 40px;
    margin: 0px auto;
    left: 0;
    right: 0;
  }
  .hero-section .hero-content-container a.btn {
    width: 100%;
    font-size: 12px;
    padding: 12.5px 31px;
  }
}
.hero-section .hero-content-container p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.4px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1440px) {
  .hero-section .hero-content-container p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 798px) {
  .hero-section .hero-content-container p {
    font-size: 15px;
  }
}
.hero-section h1 {
  font-size: 45px;
}
@media only screen and (max-width: 1440px) {
  .hero-section h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 798px) {
  .hero-section h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
.featured-collections-section {
  position: relative;
}
.featured-collections-section .featured-collections-background {
  position: absolute;
  top: 75px;
}
@media only screen and (max-width: 1440px) {
  .featured-collections-section .featured-collections-background {
    max-width: 520px !important;
  }
}
.featured-collections-wrapper {
  padding-top: 130px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 1440px) {
  .featured-collections-wrapper {
    padding-top: 64px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-collections-wrapper {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-collections-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.featured-collections-wrapper .fcw-header {
  position: relative;
}
@media only screen and (max-width: 798px) {
  .featured-collections-wrapper .fcw-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 799px) {
  .featured-collections-wrapper .fcw-header .fc-list {
    position: absolute;
    right: -2px;
    top: 0px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 798px) {
  .featured-collections-wrapper .fcw-header .fc-list {
    margin-bottom: 15px;
  }
}
.featured-collections-wrapper .fcw-header .fc-list a:first-child {
  margin-right: 34px;
  font-weight: 500;
  border-bottom: 1px solid #000;
  font-size: 15px;
}
@media only screen and (max-width: 1440px) {
  .featured-collections-wrapper .fcw-header .fc-list a:first-child {
    font-size: 12px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-collections-wrapper .fcw-header .fc-list a:first-child {
    margin-right: 0px;
  }
}
.featured-collections-wrapper .fcw-header .fc-list li {
  display: inline-block;
  line-height: 55px;
  display: inline-block;
  font-size: 15px;
  margin-left: 33px;
  opacity: 0.4;
}
.featured-collections-wrapper .fcw-header .fc-list li:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 1440px) {
  .featured-collections-wrapper .fcw-header .fc-list li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-collections-wrapper .fcw-header .fc-list li {
    margin-left: 15px;
    font-size: 12px;
  }
}
.featured-collections-wrapper .fcw-header .fc-list li a {
  padding: 13px 0px;
}
.featured-collections-wrapper .fcw-header .fc-list li.active {
  opacity: 1;
}
.featured-collections-wrapper .fcw-header .fc-list li.active a {
  border-bottom: 1px solid #707070;
}
.featured-collections-wrapper .fcw-header .fcw-nav-prev-next {
  padding: 10px;
  line-height: 1;
  display: inline-block;
}
@media only screen and (max-width: 798px) {
  .featured-collections-wrapper .fcw-header .fcw-nav-prev-next {
    display: none;
  }
}
.featured-collections-wrapper .fcw-header .fcw-nav-prev-next img {
  width: 25px;
  height: 25px;
}
.featured-collections-wrapper .fcw-content {
  overflow: hidden;
  padding-left: 85px;
}
@media (min-width: 1810px) {
  .featured-collections-wrapper .fcw-content {
    padding-left: calc((100% - 1640px) / 2);
  }
}
@media only screen and (max-width: 1050px) {
  .featured-collections-wrapper .fcw-content {
    padding-left: 15px;
  }
}
.featured-collections-wrapper .fcw-content .fc-tab-content {
  display: none;
}
.featured-collections-wrapper .fcw-content .fc-tab-content.active {
  display: block;
}
.featured-collections-wrapper .fc-slider,
.featured-collections-wrapper .fc-preview-slider {
  outline: 0;
  overflow: hidden;
}
.featured-collections-wrapper .fc-slider .fc-slider-cell,
.featured-collections-wrapper .fc-preview-slider .fc-slider-cell {
  width: 28.7%;
  margin-right: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .featured-collections-wrapper .fc-slider .fc-slider-cell,
  .featured-collections-wrapper .fc-preview-slider .fc-slider-cell {
    margin-right: 10px;
    width: 30.3%;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-collections-wrapper .fc-slider .fc-slider-cell,
  .featured-collections-wrapper .fc-preview-slider .fc-slider-cell {
    width: 34%;
  }
}
@media only screen and (max-width: 798px) {
  .featured-collections-wrapper .fc-slider .fc-slider-cell,
  .featured-collections-wrapper .fc-preview-slider .fc-slider-cell {
    width: 57%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-collections-wrapper .fc-slider .fc-slider-cell,
  .featured-collections-wrapper .fc-preview-slider .fc-slider-cell {
    width: 73%;
  }
}
.featured-collections-wrapper .fc-slider .fc-slider-cell .iWishAddColl,
.featured-collections-wrapper .fc-preview-slider .fc-slider-cell .iWishAddColl {
  position: absolute;
  top: 27px;
  right: 27px;
  cursor: pointer;
  transition: all 0.4s linear;
  animation: fadeIn 0.4s linear none;
  width: 36px;
  height: 31px;
  background-size: cover;
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/wishlist.png?v=1606936671);
  background-repeat: no-repeat;
  text-indent: -149px;
  overflow: hidden;
  display: none;
}
.featured-collections-wrapper
  .fc-slider
  .fc-slider-cell
  .iWishAddColl.iwishAdded,
.featured-collections-wrapper
  .fc-preview-slider
  .fc-slider-cell
  .iWishAddColl.iwishAdded {
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Group-874_2x_2fc88149-889b-4994-b89c-cd5f5147838d.png?v=1606082766);
}
.featured-collections-wrapper .fc-slider .fc-slider-cell:hover .iWishAddColl,
.featured-collections-wrapper
  .fc-preview-slider
  .fc-slider-cell:hover
  .iWishAddColl {
  display: block;
}
.featured-collections-wrapper .fc-slider .fc-slider-cell:hover .btn,
.featured-collections-wrapper .fc-preview-slider .fc-slider-cell:hover .btn {
  display: block;
}
.featured-collections-wrapper .fc-slider .fc-slider-cell .btn,
.featured-collections-wrapper .fc-preview-slider .fc-slider-cell .btn {
  width: calc(100% - 30px);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  transition: all 0.4s linear;
  animation: fadeIn 0.4s linear none;
  bottom: 25px;
  display: none;
}
.featured-collections-wrapper .fc-slider .fc-slider-cell .fc-slider-img-wrapper,
.featured-collections-wrapper
  .fc-preview-slider
  .fc-slider-cell
  .fc-slider-img-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: calc(100% + 10px);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #d1d1d1;
}
.featured-collections-wrapper .fc-slider img,
.featured-collections-wrapper .fc-preview-slider img {
  max-width: 100%;
}
.featured-collections-wrapper .flickity-page-dots {
  background-color: #e3e3e3;
  height: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(5% + 42px);
}
@media only screen and (max-width: 1050px) {
  .featured-collections-wrapper .flickity-page-dots {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-collections-wrapper .flickity-page-dots {
    display: none;
  }
}
.featured-collections-wrapper .flickity-page-dots li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
}
.featured-collections-wrapper .flickity-page-dots li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  background-color: #4f5648;
  transform-origin: 100% 50%;
}
.featured-collections-wrapper .flickity-page-dots li.is-selected:before {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.featured-collections-wrapper h3 {
  font-size: 27px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1440px) {
  .featured-collections-wrapper h3 {
    font-size: 22px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-collections-wrapper h3 {
    font-family: "Lato";
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-collections-wrapper h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.page-content-hub .featured-collections-wrapper h3 {
  font-size: 23px;
  line-height: 25px;
}
@media only screen and (max-width: 1440px) {
  .page-content-hub .featured-collections-wrapper h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.featured-banner {
  position: relative;
}
.featured-banner .featured-banner-video-wrapper {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
.featured-banner .featured-banner-video-wrapper iframe {
  position: absolute;
  width: 110%;
  height: 126%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 798px) {
  .featured-banner .featured-banner-video-wrapper iframe {
    width: 249%;
    height: 212%;
  }
}
.featured-banner .featured-banner-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-banner .featured-banner-content-wrapper h2 {
  font-size: 50px;
}
@media only screen and (max-width: 1440px) {
  .featured-banner .featured-banner-content-wrapper h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-banner .featured-banner-content-wrapper h2 {
    font-size: 32px;
  }
}
.featured-banner .featured-banner-content-wrapper p {
  font-weight: 500;
}
.featured-banner .container {
  height: 100%;
}
.featured-banner .featured-banner-content-container {
  max-width: 380px;
  position: absolute;
  width: 100%;
  top: 40%;
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
}
.featured-banner .featured-banner-content-container.position-right {
  right: 198px;
}
@media only screen and (max-width: 1440px) {
  .featured-banner .featured-banner-content-container.position-right {
    right: 176px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-banner .featured-banner-content-container.position-right {
    right: 0px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-banner .featured-banner-content-container {
    max-width: 230px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
  }
}
.featured-banner .featured-banner-content-container h2 {
  color: #fff;
}
.featured-banner .featured-banner-video-control {
  position: absolute;
  bottom: 190px;
  right: 198px;
}
@media only screen and (max-width: 1440px) {
  .featured-banner .featured-banner-video-control {
    bottom: 70px;
    right: 176px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-banner .featured-banner-video-control {
    bottom: 40px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-banner .featured-banner-video-control {
    width: 100%;
    right: 0px;
  }
}
.featured-banner .featured-banner-video-control ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 798px) {
  .featured-banner .featured-banner-video-control ul {
    justify-content: center;
  }
}
.featured-banner .featured-banner-video-control ul li {
  margin-left: 10px;
}
@media only screen and (max-width: 1440px) {
  .featured-banner .featured-banner-video-control ul li img {
    max-width: 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-banner .featured-banner-video-control ul li img {
    max-width: 40px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-banner .featured-banner-video-control ul li {
    margin: 0px;
    padding: 7px;
  }
}
.featured-banner h2 {
  color: #fff;
}
.featured-banner a.btn {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 600;
  min-width: 171px;
  padding: 11.5px 10px;
}
@media only screen and (max-width: 1440px) {
  .featured-banner a.btn {
    min-width: 145px;
    font-size: 12px;
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-banner a.btn {
    min-width: 156px;
    padding: 11px 10px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-banner.no-video .featured-banner-content-container {
    max-width: 240px;
    position: absolute;
    width: 100%;
    top: 40%;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
    margin: 0px auto;
    text-align: center;
    left: 0px;
    right: 0px;
  }
}
.featured-banner-content-container h2 {
  color: #fff;
}
.featured-image-text-section {
  padding-top: 160px;
  padding-bottom: 230px;
}
@media only screen and (max-width: 1440px) {
  .featured-image-text-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.featured-img-txt-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-img-txt-wrapper .fits-image-wrapper {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .featured-img-txt-wrapper .fits-image-wrapper {
    width: 100%;
  }
}
.featured-img-txt-wrapper .fits-image-wrapper .fits-image-bg {
  position: absolute;
  top: -80px;
  left: -60px;
  width: calc(50% + 60px);
}
.featured-img-txt-wrapper .fits-image-wrapper .fits-image-main {
  position: relative;
}
.featured-img-txt-wrapper
  .fits-image-wrapper
  .fits-image-main
  .image-element__wrap {
  max-width: 100%;
}
.featured-img-txt-wrapper .fits-image-wrapper .fits-image-dot-img {
  position: absolute;
  top: 145px;
  left: 10px;
}
@media (max-width: 1550px) {
  .featured-img-txt-wrapper .fits-image-wrapper .fits-image-dot-img {
    left: -55px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-img-txt-wrapper .fits-image-wrapper .fits-image-dot-img {
    left: initial;
    right: -10px;
    top: 50px;
  }
}
.featured-img-txt-wrapper .fits-content-wrapper {
  width: 50%;
}
@media only screen and (min-width: 799px) {
  .featured-img-txt-wrapper .fits-content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1440px) {
  .featured-img-txt-wrapper .fits-content-wrapper {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-img-txt-wrapper .fits-content-wrapper {
    width: 100%;
    padding-left: 0px;
    margin-top: 60px;
  }
}
.featured-img-txt-wrapper .fits-content-wrapper .fits-content-list {
  width: 50%;
  border: 1px solid #d1d1d1;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 798px) {
  .featured-img-txt-wrapper .fits-content-wrapper .fits-content-list {
    width: 100%;
  }
  .featured-img-txt-wrapper .fits-content-wrapper .fits-content-list a {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.featured-img-txt-wrapper .fits-content-wrapper .fits-content-list:first-child {
  border: 0px;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-list:nth-child(3) {
  border-right: 0px;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-list:nth-child(2) {
  border-bottom: 0px;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-list
  .image-element__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-list
  .fits-content-bottom-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  transform: translateY(90px);
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-list
  .fits-content-bottom-wrapper
  p {
  margin-bottom: 0px;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-list
  .fits-content-bottom-wrapper
  a {
  margin-top: 0px;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-list:hover
  .fits-content-bottom-wrapper {
  transform: translateY(-30px);
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-list:hover
  .fits-list-wishlist {
  transform: translateX(0px);
}
.featured-img-txt-wrapper .fits-content-wrapper h2 {
  margin-bottom: 10px;
}
.featured-img-txt-wrapper .fits-content-wrapper a {
  margin-top: 10px;
}
.featured-img-txt-wrapper .fits-content-wrapper .fits-list-wishlist {
  position: absolute;
  top: 27px;
  right: 27px;
  cursor: pointer;
  transition: all 0.4s linear;
  animation: fadeIn 0.4s linear none;
  display: none;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-list-wishlist
  .iWishAddColl {
  cursor: pointer;
  width: 36px;
  height: 31px;
  background-size: cover;
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/wishlist.png?v=1606936671);
  background-repeat: no-repeat;
  text-indent: -149px;
  display: inline-block;
  overflow: hidden;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-list-wishlist
  .iWishAddColl.iwishAdded {
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Group-874_2x_2fc88149-889b-4994-b89c-cd5f5147838d.png?v=1606082766);
}
.featured-img-txt-wrapper .fits-content-wrapper .fits-content-slider {
  margin-right: -15px;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-slider
  .fit-content-cell {
  position: relative;
  overflow: hidden;
  width: 57%;
  margin-right: 20px;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-slider
  .fit-content-cell
  .image-element__wrap {
  border: 1px solid #d1d1d1;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-slider
  .fit-content-cell
  p,
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-slider
  .fit-content-cell
  span {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-slider
  .fit-content-cell:hover
  .fits-list-wishlist {
  display: block;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-slider
  .fit-content-cell
  .iWishAddColl {
  cursor: pointer;
  width: 36px;
  height: 31px;
  background-size: cover;
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/wisilist-icon.png?v=1605798214);
  background-repeat: no-repeat;
  text-indent: -149px;
  display: inline-block;
  overflow: hidden;
}
.featured-img-txt-wrapper
  .fits-content-wrapper
  .fits-content-slider
  .fit-content-cell
  .iWishAddColl.iwishAdded {
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Group-874_2x_2fc88149-889b-4994-b89c-cd5f5147838d.png?v=1606082766);
}
.sub-title {
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1280px) {
  .sub-title {
    margin-bottom: 0px;
  }
}
.journey-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background-color: #eae3dc;
}
.journey-section .journey-bg-banner {
  width: 56.7%;
}
@media only screen and (min-width: 1051px) {
  .journey-section .journey-bg-banner {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 1050px) {
  .journey-section .journey-bg-banner {
    width: 100%;
  }
}
.journey-section .journey-bg-banner .journey-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .journey-section .journey-bg-banner .journey-bg-image {
    height: auto;
  }
}
@media only screen and (min-width: 1051px) {
  .journey-section .journey-bg-banner .journey-bg-image .image-element__wrap {
    display: none;
  }
}
@media only screen and (min-width: 1051px) {
  .journey-section .journey-bg-banner .journey-content-header {
    position: absolute;
    width: 190px;
    z-index: 1;
    top: 223px;
    right: -37px;
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .journey-section .journey-bg-banner .journey-content-header {
    right: -33px;
  }
}
@media only screen and (max-width: 1280px) {
  .journey-section .journey-bg-banner .journey-content-header {
    width: 156px;
  }
}
@media only screen and (max-width: 1050px) {
  .journey-section .journey-bg-banner .journey-content-header {
    width: 100%;
    padding: 40px 0px;
    text-align: center;
  }
  .journey-section .journey-bg-banner .journey-content-header a.btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    max-width: 310px;
    width: 100%;
  }
}
.journey-section .journey-content-banner {
  width: 43.3%;
}
@media only screen and (min-width: 1051px) {
  .journey-section .journey-content-banner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1050px) {
  .journey-section .journey-content-banner {
    width: 100%;
  }
}
.journey-section .journey-content-wrapper .journey-content-container {
  position: relative;
  min-height: 100vh;
}
.journey-section .journey-content-wrapper .journey-content-main {
  max-width: 534px;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .journey-section .journey-content-wrapper .journey-content-main {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1050px) {
  .journey-section .journey-content-wrapper .journey-content-main {
    padding-top: 20px;
    text-align: center;
    min-height: auto;
    padding-bottom: 22px;
  }
  .journey-section .journey-content-wrapper .journey-content-main p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 798px) {
  .journey-section .journey-content-wrapper .journey-content-main {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .journey-section .journey-content-wrapper .journey-content-main {
    padding-top: 0px;
  }
}
.featured-blogs-section {
  padding-top: 110px;
  padding-bottom: 80px;
  overflow: hidden;
}
.featured-blogs-section .featured-blogs-header {
  text-align: center;
  padding-bottom: 50px;
}
.featured-blogs-section .featured-blogs-lists {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.featured-blogs-section .featured-blogs-lists .featured-blog-list {
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden;
  padding: 20px 50px;
  max-width: 719px;
  position: relative;
}
@media (max-width: 1500px) {
  .featured-blogs-section .featured-blogs-lists .featured-blog-list {
    max-width: 50%;
  }
}
.featured-blogs-section
  .featured-blogs-lists
  .featured-blog-list:first-child
  .featured-blog-img-bg {
  left: -50px;
}
.featured-blogs-section .featured-blogs-lists .featured-blog-list:nth-child(2) {
  -ms-transform: translateY(47%);
  -webkit-transform: translateY(47%);
  transform: translateY(47%);
}
.featured-blogs-section
  .featured-blogs-lists
  .featured-blog-list:nth-child(2)
  .featured-blog-img-bg {
  left: 12px;
}
.featured-blogs-section .featured-blogs-lists .featured-blog-list:last-child {
  margin-top: 200px;
}
.featured-blogs-section
  .featured-blogs-lists
  .featured-blog-list:last-child
  .featured-blog-img-bg {
  right: -64px;
  bottom: -82px;
}
.featured-blogs-section .featured-blogs-lists h3 {
  font-size: 32px;
  line-height: 65px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1280px) {
  .featured-blogs-section .featured-blogs-lists h3 {
    font-size: 21px;
    line-height: 30px;
  }
}
.featured-blogs-section .featured-blogs-lists .featured-blog-img-wrapper {
  position: relative;
}
.featured-blogs-section
  .featured-blogs-lists
  .featured-blog-img-wrapper
  .featured-blog-img-bg {
  position: absolute;
}
.featured-blogs-section .featured-blogs-footer {
  text-align: center;
}
.blog_meta {
  margin-top: 25px;
}
.blog_meta a {
  font-size: 15px;
}
.blog_meta span {
  position: relative;
  margin-right: 58px;
}
.blog_meta span:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #a2a2a2;
  position: absolute;
  border-radius: 16px;
  right: -33px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.blog_meta span:last-child {
  margin-right: 0px;
}
.blog_meta span:last-child:after {
  content: none;
}
.festive-edit-section .festive-edit-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.festive-edit-section .festive-edit-wrap .fe-img-wrap {
  position: relative;
  width: 67%;
}
@media only screen and (max-width: 1050px) {
  .festive-edit-section .festive-edit-wrap .fe-img-wrap {
    width: 63%;
  }
}
@media only screen and (max-width: 798px) {
  .festive-edit-section .festive-edit-wrap .fe-img-wrap {
    width: 100%;
    padding: 0px 15px;
    text-align: center;
  }
  .festive-edit-section .festive-edit-wrap .fe-img-wrap a {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 25px;
    margin-bottom: 45px;
  }
}
.festive-edit-section .festive-edit-wrap .fe-img-wrap .fe-left-first-img {
  position: absolute;
  top: 30%;
  left: 13%;
}
@media only screen and (max-width: 1440px) {
  .festive-edit-section .festive-edit-wrap .fe-img-wrap .fe-left-first-img {
    max-width: 40px;
  }
}
@media only screen and (max-width: 798px) {
  .festive-edit-section .festive-edit-wrap .fe-img-wrap .fe-left-first-img {
    top: -100px;
    right: 20px;
    left: initial;
  }
}
.festive-edit-section .festive-edit-wrap .fe-img-wrap .fe-left-second-img {
  position: absolute;
  top: 50%;
  left: 8%;
}
@media only screen and (max-width: 1440px) {
  .festive-edit-section .festive-edit-wrap .fe-img-wrap .fe-left-second-img {
    max-width: 90px;
  }
}
@media only screen and (max-width: 798px) {
  .festive-edit-section .festive-edit-wrap .fe-img-wrap .fe-left-second-img {
    display: none;
  }
}
.festive-edit-section .festive-edit-wrap .fe-img-wrap .fe-left-third-img {
  position: absolute;
  top: 73%;
  left: 10%;
}
@media only screen and (max-width: 1280px) {
  .festive-edit-section .festive-edit-wrap .fe-img-wrap .fe-left-third-img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 798px) {
  .festive-edit-section .festive-edit-wrap .fe-img-wrap .fe-left-third-img {
    display: none;
  }
}
.festive-edit-section .festive-edit-wrap .fe-content-wrap {
  position: relative;
  width: 33%;
}
@media only screen and (max-width: 1050px) {
  .festive-edit-section .festive-edit-wrap .fe-content-wrap {
    width: 37%;
  }
}
@media only screen and (max-width: 798px) {
  .festive-edit-section .festive-edit-wrap .fe-content-wrap {
    width: 100%;
  }
}
.festive-edit-section .festive-edit-wrap .fe-content-wrap .fe-right-first-img {
  position: absolute;
  top: 23%;
  right: 10%;
}
@media only screen and (max-width: 1440px) {
  .festive-edit-section
    .festive-edit-wrap
    .fe-content-wrap
    .fe-right-first-img {
    max-width: 100px;
  }
}
.festive-edit-section .festive-edit-wrap .fe-content-wrap .fe-right-second-img {
  top: 42%;
  right: 4%;
  position: absolute;
}
@media only screen and (max-width: 1440px) {
  .festive-edit-section
    .festive-edit-wrap
    .fe-content-wrap
    .fe-right-second-img {
    max-width: 90px;
  }
}
.festive-edit-section .festive-edit-wrap .fe-content-wrap .fe-right-third-img {
  top: 63%;
  right: 21%;
  position: absolute;
}
@media only screen and (max-width: 1440px) {
  .festive-edit-section
    .festive-edit-wrap
    .fe-content-wrap
    .fe-right-third-img {
    max-width: 40px;
  }
}
.festive-edit-section .festive-edit-wrap .fe-content-container {
  max-width: 363px;
  margin-left: 80px;
  color: #fff;
}
@media only screen and (min-width: 799px) {
  .festive-edit-section .festive-edit-wrap .fe-content-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 1440px) {
  .festive-edit-section .festive-edit-wrap .fe-content-container {
    padding: 40px;
    margin-left: 18px;
  }
}
@media only screen and (max-width: 1050px) {
  .festive-edit-section .festive-edit-wrap .fe-content-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 798px) {
  .festive-edit-section .festive-edit-wrap .fe-content-container {
    padding: 50px 15px;
    padding-bottom: 0px;
    text-align: center;
    margin: 0px auto;
  }
}
.festive-edit-section .festive-edit-wrap .fe-content-container h2 {
  color: #fff;
}
.festive-edit-section .festive-edit-wrap .fe-content-container .fe-content {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 1440px) {
  .festive-edit-section .festive-edit-wrap .fe-content-container .fe-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 798px) {
  .festive-edit-section .festive-edit-wrap .fe-content-container .fe-content {
    font-size: 15px;
  }
}
.festive-edit-section .festive-edit-wrap .fe-content-container a.btn {
  padding: 9.5px;
}
.instagram-feed-section {
  border-top: 1px solid #d1cfcf;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: 45px center;
  background-size: initial;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .instagram-feed-section {
    padding-top: 40px;
    background-size: 332px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1050px) {
  .instagram-feed-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 798px) {
  .instagram-feed-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.instagram-feed-section .instagram-feed-bg {
  position: absolute;
  top: 20px;
  left: 45px;
  max-width: 510px;
}
@media only screen and (max-width: 1440px) {
  .instagram-feed-section .instagram-feed-bg {
    max-width: 310px;
  }
}
.instagram-feed-section .instagram-feed-header {
  margin-bottom: 10px;
}
@media only screen and (min-width: 799px) {
  .instagram-feed-section .instagram-feed-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.instagram-feed-section .instagram-feed-header a {
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.instagram-feed-section .instagram-feed-header a svg {
  fill: #000;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.instagram-feed-section .instagram-feed-header a span {
  margin-top: -3px;
}
.instagram-feed-section .instagram-feed-header h2 {
  font-size: 45px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1440px) {
  .instagram-feed-section .instagram-feed-header h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 798px) {
  .instagram-feed-section .instagram-feed-header h2 {
    font-size: 28px;
  }
}
.instagram-feed-section .instagram-feed-header .instagram-feed-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.instagram-feed-section
  .instagram-feed-header
  .instagram-feed-control
  .fcw-nav-prev-next {
  padding: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 1440px) {
  .instagram-feed-section
    .instagram-feed-header
    .instagram-feed-control
    .fcw-nav-prev-next {
    display: none;
  }
}
.instagram-feed-section
  .instagram-feed-header
  .instagram-feed-control
  .fcw-nav-prev-next
  svg {
  width: 9px;
  height: 17px;
  margin-right: 0px;
}
@media only screen and (max-width: 798px) {
  .instagram-feed-section .instagram-feed-header .instagram-feed-control {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .instagram-feed-section .instagram-feed-content {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 798px) {
  .instagram-feed-section .instagram-feed-content #insta-feed {
    white-space: nowrap;
    overflow-x: scroll;
    margin-right: -22px;
    margin-top: 17px;
    margin-left: -5px;
  }
}
.instagram-feed-section .insta-feed-placeholder-wrapper {
  overflow: hidden;
  outline: 0;
}
.instagram-feed-section .insta-feed-placeholder-wrapper .ifpw-cell {
  width: calc(16.6666% - 5.83px);
  margin-right: 7px;
}
@media only screen and (max-width: 1050px) {
  .instagram-feed-section .insta-feed-placeholder-wrapper .ifpw-cell {
    width: 34%;
  }
}
@media only screen and (max-width: 798px) {
  .instagram-feed-section .insta-feed-placeholder-wrapper .ifpw-cell {
    width: 57%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-feed-section .insta-feed-placeholder-wrapper .ifpw-cell {
    width: 73%;
  }
}
.instagram-feed-section .flickity-page-dots {
  line-height: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .instagram-feed-section .flickity-page-dots {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 798px) {
  .instagram-feed-section .flickity-page-dots {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-feed-section .flickity-page-dots {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
}
.instagram-feed-section .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #000;
  opacity: 0.2;
  margin: 10px;
  display: inline-block;
}
.instagram-feed-section .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@media only screen and (max-width: 798px) {
  .instagram-feed-section #insta-feed a {
    width: 33.3333%;
    display: inline-block;
  }
  .instagram-feed-section #insta-feed a .instafeed-container {
    width: 100% !important;
    padding-top: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-feed-section #insta-feed a {
    width: 72.5%;
  }
}
.featured-promotion-section {
  background-color: #d7d8d4;
  padding: 29px 0px;
  color: #fff;
}
.featured-promotion-section svg {
  fill: #fff;
}
@media only screen and (max-width: 1440px) {
  .featured-promotion-section {
    padding: 18px 0px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-promotion-section {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-promotion-section {
    padding: 0px;
  }
}
.featured-promotion-section .featured-promotion-wrapper {
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 480px) {
  .featured-promotion-section .featured-promotion-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.featured-promotion-section
  .featured-promotion-wrapper
  .featured-promotion-list {
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .featured-promotion-section
    .featured-promotion-wrapper
    .featured-promotion-list {
    font-size: 12px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-promotion-section
    .featured-promotion-wrapper
    .featured-promotion-list {
    width: 50%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-promotion-section
    .featured-promotion-wrapper
    .featured-promotion-list {
    width: 100%;
    padding: 17px 15px;
    border-bottom: 1px solid #d1d1d1;
  }
  .featured-promotion-section
    .featured-promotion-wrapper
    .featured-promotion-list:last-child {
    border-bottom: 0px;
  }
}
.featured-promotion-section
  .featured-promotion-wrapper
  .featured-promotion-list
  svg {
  margin-right: 8px;
  width: 28px;
  height: 28px;
  opacity: 0.43;
  fill: #333;
}
@media only screen and (max-width: 1440px) {
  .featured-promotion-section
    .featured-promotion-wrapper
    .featured-promotion-list
    svg {
    margin-right: 5px;
    width: 24px;
    height: 24px;
  }
}
.featured-promotion-section
  .featured-promotion-wrapper
  .featured-promotion-list
  svg#klarna-icon {
  width: 49.866px;
}
.footer {
  background-color: #d7d8d4;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #333;
}
@media only screen and (max-width: 1440px) {
  .footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.footer h6 {
  font-size: 16px;
  font-family: "Lato";
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  .footer h6 {
    font-size: 12px;
  }
}
.footer a {
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 1440px) {
  .footer a {
    font-size: 14px;
  }
}
.footer li {
  line-height: 30px;
}
.footer .footer-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .footer .footer-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1050px) {
  .footer .footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer-wrapper {
    padding-top: 30px;
  }
}
.footer .footer_menu_wrapper {
  width: 33.333%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1050px) {
  .footer .footer_menu_wrapper {
    width: 100%;
  }
}
.footer .footer_menu_wrapper .footer_menu_list {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .footer .footer_menu_wrapper .footer_menu_list {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer-logo-wrapper {
  width: 33.333%;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .footer .footer-logo-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 35px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin: 30px 0px;
  }
}
.footer .footer-logo-wrapper .footer-logo svg {
  width: 262px;
}
.footer .footer-logo-wrapper .footer-logo svg path {
  fill: #333;
}
@media only screen and (max-width: 1440px) {
  .footer .footer-logo-wrapper .footer-logo svg {
    width: 174px;
  }
}
.footer .footer-newsletter_section {
  width: 33.333%;
}
@media only screen and (max-width: 1050px) {
  .footer .footer-newsletter_section {
    width: 100%;
  }
}
.footer .footer-newsletter_section .footer-newsletter-wrapper {
  max-width: 357px;
  float: right;
}
@media only screen and (max-width: 1440px) {
  .footer .footer-newsletter_section .footer-newsletter-wrapper {
    max-width: 310px;
  }
}
@media only screen and (max-width: 1050px) {
  .footer .footer-newsletter_section .footer-newsletter-wrapper {
    float: initial;
    text-align: center;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer-newsletter_section .footer-newsletter-wrapper {
    text-align: left;
    max-width: 100%;
  }
}
.footer .footer-newsletter_section p {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 1440px) {
  .footer .footer-newsletter_section p {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer .footer-newsletter_section button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 49px;
  height: 49px;
  border: 0px;
  background: #fff;
  outline: 0;
}
.footer .footer-newsletter_section form.contact-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer-newsletter_section input {
  height: 49px;
  width: calc(100% - 49px);
  outline: 0;
  padding: 5px 20px;
}
.footer .social_icons {
  margin-top: 30px;
}
.footer .social_icons svg {
  width: 28px;
  height: 28px;
  fill: #333;
}
@media only screen and (max-width: 1440px) {
  .footer .social_icons svg {
    width: 24px;
    height: 24px;
  }
}
.footer .social_icons li {
  display: inline-block;
  margin: 10px;
}
@media only screen and (max-width: 1440px) {
  .footer .social_icons li {
    margin: 5px;
  }
}
.footer .footer_credits {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1529411765);
}
@media only screen and (max-width: 1440px) {
  .footer .footer_credits {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer .footer_credits p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 1440px) {
  .footer .footer_credits p {
    font-size: 13px;
    line-height: 17px;
  }
}
.footer .newsletter-klayvio-form-wrap .needsclick {
  padding: 0px !important;
}
.footer .newsletter-klayvio-form-wrap button {
  background-image: url(/cdn/shop/files/paper-plane.svg?v=1607953920) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 49px;
  height: 49px;
  border: 0px;
  outline: 0;
}
@media only screen and (max-width: 1440px) {
  .footer .newsletter-klayvio-form-wrap button {
    width: 39px;
    height: 39px;
  }
}
.footer .newsletter-klayvio-form-wrap button:active,
.footer .newsletter-klayvio-form-wrap button:focus {
  box-shadow: none;
}
.footer .newsletter-klayvio-form-wrap input[type="email"] {
  border-radius: 0 !important;
  border: 0px !important;
  height: 49px !important;
  padding: 10px !important;
  font-size: 15px !important;
}
@media only screen and (max-width: 1440px) {
  .footer .newsletter-klayvio-form-wrap input[type="email"] {
    height: 39px !important;
    font-size: 11px !important;
  }
}
.footer .newsletter-klayvio-form-wrap input[type="email"]:active,
.footer .newsletter-klayvio-form-wrap input[type="email"]:focus {
  box-shadow: none !important;
}
.footer .newsletter-klayvio-form-wrap input[type="email"]::placeholder {
  color: #000 !important;
  font-size: 14px !important;
  opacity: 0.7;
}
@media only screen and (max-width: 1440px) {
  .footer .newsletter-klayvio-form-wrap input[type="email"]::placeholder {
    font-size: 10px !important;
  }
}
.footer .newsletter-klayvio-form-wrap input[type="email"] + * {
  display: none;
}
.collection-hero-banner {
  position: relative;
  overflow: hidden;
}
.collection-hero-banner .hero-img-wrap {
  min-height: 370px;
  background-size: cover;
  background-position: top right;
}
@media only screen and (max-width: 798px) {
  .collection-hero-banner .hero-img-wrap {
    min-height: 555px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.collection-hero-banner h1 {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0.5px;
  color: #000;
  margin-left: auto;
}
@media only screen and (max-width: 1440px) {
  .collection-hero-banner h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1050px) {
  .collection-hero-banner h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 798px) {
  .collection-hero-banner h1 {
    color: #000;
    max-width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 799px) {
  .collection-hero-banner .collection-banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 798px) {
  .collection-hero-banner .collection-banner-content {
    padding: 15px 0px;
  }
}
.collection-hero-banner .collection-bannder-description {
  color: #000;
  font-weight: 300;
}
.collection-hero-banner .collection-bannder-description a,
.collection-hero-banner .collection-bannder-description p,
.collection-hero-banner .collection-bannder-description span {
  color: #000;
}
@media only screen and (max-width: 798px) {
  .collection-hero-banner .collection-bannder-description {
    color: #000;
  }
}
.collection-hero-banner .cbc-wrapper {
  max-width: 370px;
  margin-left: 145px;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .collection-hero-banner .cbc-wrapper {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 798px) {
  .collection-hero-banner .cbc-wrapper {
    margin: 0px auto;
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .collection-hero-banner .cbc-wrapper {
    text-align: left;
  }
}
@media only screen and (min-width: 799px) {
  header.collection-hero-christmas-delights h1,
  header.collection-hero-tahitian-pearls h1,
  header.collection-hero-back-to-essentials h1,
  header.collection-hero-best-sellers h1,
  header.collection-hero-winter-sale h1 {
    color: #fff;
  }
  header.collection-hero-christmas-delights .collection-bannder-description,
  header.collection-hero-tahitian-pearls .collection-bannder-description,
  header.collection-hero-back-to-essentials .collection-bannder-description,
  header.collection-hero-best-sellers .collection-bannder-description,
  header.collection-hero-winter-sale .collection-bannder-description {
    color: #fff;
  }
}
.collection-breadcrumb-wrapper {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .collection-breadcrumb-wrapper {
    font-size: 11px;
  }
}
.collection-breadcrumb-wrapper .breadcrumb-divider {
  width: 5px;
  height: 19px;
  background-image: url(https://cdn.shopify.com/s/files/1/0502/7987/4709/files/right-arrow_1.png?v=1604263951);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  margin: 0px 10px;
  padding: 0px 5px;
}
@media only screen and (max-width: 798px) {
  .collection-breadcrumb-wrapper {
    display: none;
  }
}
.collection-meta-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 17px;
}
@media only screen and (max-width: 1440px) {
  .collection-meta-banner {
    padding-top: 50px;
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 798px) {
  .collection-meta-banner {
    padding-top: 17px;
  }
}
.collection-meta-banner .collection-filter-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
}
@media only screen and (max-width: 1440px) {
  .collection-meta-banner .collection-filter-wrapper {
    font-size: 10px;
  }
}
.collection-meta-banner .collection-filter-wrapper .collection-grid-view ul li {
  display: inline-block;
  margin-right: 12px;
}
@media only screen and (max-width: 798px) {
  .collection-meta-banner
    .collection-filter-wrapper
    .collection-grid-view
    ul
    li.des-col-grid {
    display: none;
  }
}
.collection-meta-banner
  .collection-filter-wrapper
  .collection-grid-view
  ul
  li:last-child {
  margin-right: 0px;
}
.collection-meta-banner
  .collection-filter-wrapper
  .collection-grid-view
  ul
  li.active {
  text-decoration: underline;
}
@media only screen and (min-width: 799px) {
  .collection-meta-banner
    .collection-filter-wrapper
    .collection-grid-view
    ul
    li.mobile-col-grid {
    display: none;
  }
}
@media only screen and (max-width: 798px) {
  .collection-meta-banner .collection-filter-wrapper {
    width: 100%;
  }
}
.collection-meta-banner .collection-filter-select {
  margin-left: 40px;
}
.collection-meta-banner .collection-filter-select span {
  cursor: pointer;
}
.collection-meta-banner .collection-filter-select span:not(.active) {
  display: none;
}
.sidebar {
  background: #fff;
  max-width: 400px;
  width: calc(25% - 15px);
  border: 1px solid #adadad;
  position: absolute;
  z-index: 9;
  right: 85px;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .sidebar {
    max-width: 270px;
  }
}
@media only screen and (max-width: 1050px) {
  .sidebar {
    width: calc(50% - 15px);
    right: 15px;
  }
}
@media only screen and (max-width: 798px) {
  .sidebar {
    width: 90%;
    border: 0;
    -webkit-transition: right 0.5s ease-in-out 0s;
    transition: right 0.5s ease-in-out 0s;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 100%;
  }
}
.sidebar .sidebar-wrap {
  padding: 23px;
  background-color: #fff;
}
@media only screen and (max-width: 798px) {
  .sidebar .sidebar-wrap {
    border-top: 15px solid #5f624d;
    min-height: 100vh;
  }
}
.sidebar .sidebar-overlap {
  display: none;
}
@media only screen and (max-width: 798px) {
  .sidebar .sidebar-overlap {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out 0.3s;
    transition: opacity 0.6s ease-in-out 0.3s;
    display: block;
  }
}
.sidebar .sidebar-top-header {
  display: none;
  padding-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .sidebar .sidebar-top-header {
    display: block;
  }
  .sidebar .sidebar-top-header .sidebar-grid-selector {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}
.sidebar .sidebar-top-header ul li.sidebar-grid-cell {
  margin-bottom: 0px;
  margin-right: 15px;
  width: auto;
  display: inline-block;
}
.sidebar .sidebar-top-header .sidebar-close {
  line-height: 1;
}
.sidebar.sidebar-opened {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 798px) {
  .sidebar.sidebar-opened {
    right: 0;
  }
}
.sidebar.sidebar-opened .sidebar-overlap {
  content: "";
  height: 100vh;
  width: 100vw;
  opacity: 1;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: opacity 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.3s;
  z-index: -999999;
}
.sidebar .sidebar-block {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .sidebar .sidebar-block {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}
.sidebar .sidebar-block:first-child {
  border-top: 0px;
}
.sidebar .sidebar-block h4.toggle {
  font-family: "Lato";
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.sidebar .sidebar-block h4.toggle:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: #707070;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 1440px) {
  .sidebar .sidebar-block h4.toggle {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 300;
    color: #222;
  }
}
.sidebar ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar ul li {
  width: 50%;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .sidebar ul label {
    font-size: 11px;
  }
}
.sidebar .side_query {
  width: 100%;
  background: rgba(230, 230, 230, 0.4588235294);
  height: 46px;
  background-image: url(/cdn/shop/files/side-search-icon.svg?v=1607954839);
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 35px;
}
@media only screen and (max-width: 1440px) {
  .sidebar .side_query {
    height: 36px;
  }
}
.sidebar li span {
  width: 17px;
  height: 17px;
  position: relative;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 15px;
  top: 3px;
}
.sidebar li span.swatch-style-filter {
  width: 15px;
  height: 15px;
  background-color: #e2e2e2;
  border-radius: 15px;
  position: relative;
  border: 0px;
}
@media only screen and (max-width: 1440px) {
  .sidebar li span {
    margin-right: 7px;
  }
}
.sidebar li input[type="checkbox"] {
  display: none;
}
.sidebar li input[type="checkbox"]:checked + span {
  background-color: #000;
}
.sidebar li input[type="checkbox"]:checked + span:after {
  content: "";
  width: 4px;
  height: 9px;
  border-style: solid;
  position: absolute;
  border-width: 0px 2px 2px 0px;
  border-color: #fff;
  transform: rotate(31deg);
  left: 4px;
  top: 1px;
}
.sidebar li input[type="checkbox"]:checked + span.swatch-style-filter:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
  left: 5px;
  top: 5px;
  border: 0px;
}
.sidebar .selected-tag-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar .selected-tag-group .selected-tag-list,
.sidebar .selected-tag-group .selected-type-list {
  font-size: 13px;
  text-transform: capitalize;
  background: #e6e6e6;
  padding: 7px 12px;
  margin-right: 5px;
}
.sidebar .selected-tag-group .selected-tag-list a,
.sidebar .selected-tag-group .selected-type-list a {
  padding: 5px;
  margin-left: 20px;
}
.sidebar .clear_filter-option {
  margin-top: 10px;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
}
.collection-matrix {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
  position: relative;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
@media only screen and (max-width: 1440px) {
  .collection-matrix {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 798px) {
  .collection-matrix {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 40px;
  }
}
.collection-matrix .four-column {
  width: calc(25% - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}
@media only screen and (max-width: 1050px) {
  .collection-matrix .four-column {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 798px) {
  .collection-matrix .four-column {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1050px) {
  .collection-matrix .col-featured-image {
    display: none;
  }
}
.search-matrix {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.search-matrix .thumbnail {
  width: calc(25% - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}
@media only screen and (max-width: 1050px) {
  .search-matrix .thumbnail {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 798px) {
  .search-matrix .thumbnail {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
  }
}
.paginate {
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0px;
}
.paginate > span {
  margin: 0px 3px;
}
.paginate > span.current {
  text-decoration: underline;
}
body.one-column-view .collection-matrix .four-column {
  width: calc(100% - 10px);
}
body.two-column-view .collection-matrix .four-column {
  width: calc(50% - 10px);
}
body.three-column-view .collection-matrix .four-column {
  width: calc(33.33333% - 15px);
}
body.four-column-view .collection-matrix .four-column {
  width: calc(25% - 15px);
}
.thumbnail {
  margin-bottom: 37px;
}
.thumbnail .product-details {
  padding-top: 7px;
}
@media only screen and (min-width: 799px) {
  .thumbnail .product-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1440px) {
  .thumbnail .product-details {
    padding-top: 8px;
    display: flex;
    /* align-items: center; */
    gap: 10px;
    justify-content: space-between;
  }
}
.thumbnail .product-details .title {
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  white-space: inherit;
  overflow: inherit;
  font-weight: 300;
}
@media only screen and (max-width: 1440px) {
  .thumbnail .product-details .title {
    width: auto;
    font-size: 14px;
  }
}
@media only screen and (max-width: 798px) {
  .thumbnail .product-details .title {
    display: block;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    width: 100%;
    margin-top: 0;
    color: #636060;
  }
  .related_product-wrapper .related-products-readmore a.btn {
    font-size: 14px;
    color: #2e2d2d;
  }
}
.thumbnail .product-details .price {
  font-weight: 600;
  width: auto;
  text-align: right;
  font-size: 14px;
}
@media only screen and (max-width: 1440px) {
  .thumbnail .product-details .price {
    width: auto;
    font-size: 12px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 798px) {
  .thumbnail .product-details .price {
    display: block;
    font-size: 12px;
    width: auto;
    text-align: left;
    line-height: 1.3;
  }
}
.thumbnail .product-details .price .was_price {
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.4;
}
.thumbnail .product-details .price.sale > .money {
  color: red;
}
.thumbnail .product-details.has_sales_price .title {
  width: calc(100% - 144px);
}
@media only screen and (max-width: 1440px) {
  .thumbnail .product-details.has_sales_price .title {
    width: calc(100% - 95px);
  }
}
@media only screen and (max-width: 798px) {
  .thumbnail .product-details.has_sales_price .title {
    width: 100%;
  }
}
.thumbnail .product-details.has_sales_price .price {
  width: 144px;
}
@media only screen and (max-width: 1440px) {
  .thumbnail .product-details.has_sales_price .price {
    width: 95px;
  }
}
@media only screen and (max-width: 798px) {
  .thumbnail .product-details.has_sales_price .price {
    width: 110px;
  }
}
.thumbnail .product-details.has_sales_price .price > .money {
  color: red;
}
.thumbnail .product_image {
  border: 1px solid #d1d1d1;
  position: relative;
  overflow: hidden;
}
.thumbnail .product_image .iwish-col-wrap {
  position: absolute;
  bottom: 16px;
  right: 60px;
  transition: all 0.4slinear;
  animation: fadeIn 0.4slinear none;
  display: none;
  width: 40px;
  height: 40px;
  background: #f8f7f7;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.thumbnail .product_image .add-to-cart-button {
  bottom: 16px;
}
.thumbnail .product_image .iWishAddColl {
  cursor: pointer;
  width: 24px;
  height: 21px;
  background-size: cover;
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Wishlistgrey.png?v=1607624543");
  background-repeat: no-repeat;
  text-indent: -149px;
  overflow: hidden;
  display: block;
}
.thumbnail .product_image .iWishAddColl.iwishAdded {
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Group-874_2x_2fc88149-889b-4994-b89c-cd5f5147838d.png?v=1606082766");
}
.thumbnail .product_image .btn {
  width: calc(100% - 30px);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 25px;
  transition: all 0.4s linear;
  animation: fadeIn 0.4s linear none;
  display: none;
}
.thumbnail .image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(100% + 10px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.thumbnail .image__container .secondary {
  display: none;
  position: absolute;
  top: 0px;
  width: 105%;
}
.thumbnail:hover .product_image {
  border: 1px solid rgba(0, 0, 0, 0.5490196078);
}
.thumbnail:hover .iwish-col-wrap {
  display: block;
}
.thumbnail:hover .btn {
  display: block;
}
.thumbnail:hover .image__container .secondary {
  display: block;
}
.collection_swatches {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 7px;
}
.collection_swatches a {
  line-height: 1;
  margin-right: 7px;
}
.collection_swatches a.active span {
  width: 18px;
  height: 18px;
}
.collection_swatches span {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
}
.collection_swatches .collection-swatch-title {
  width: auto;
  line-height: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #a4a4a4;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  .collection_swatches .collection-swatch-title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 798px) {
  .collection_swatches .collection-swatch-title {
    font-size: 12px;
    line-height: 1.3;
  }
  .collection_swatches a {
    line-height: 1;
    margin-right: 4px;
  }
}
.js-load-more {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 74px;
}
@media only screen and (max-width: 798px) {
  .js-load-more {
    margin-top: 0px;
  }
}
.js-load-more a {
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  padding: 5px 0px;
}
.collection-product-list-with-image {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.collection-product-list-with-image .two-column-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.collection-product-list-with-image .two-column-wrapper .thumbnail {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 1050px) {
  .collection-product-list-with-image .two-column-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 798px) {
  .collection-product-list-with-image .two-column-wrapper .thumbnail {
    width: calc(50% - 10px);
  }
}
.collection-product-list-with-image .collection-side-image-wrapper {
  width: 100%;
  height: calc(100% - 40px);
  background-size: cover;
  background-position: center;
  margin-left: 7.5px;
  margin-right: 7.5px;
  padding-top: 100%;
}
.product-content-wrapper h1.product_name {
  font-size: 36px;
  line-height: 55px;
  opacity: 0.8;
  margin-bottom: 5px;
  position: relative;
  padding-right: 50px;
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper h1.product_name {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
.product-content-wrapper h1.product_name .iwishAddWrap .iWishAdd,
.iwish_v2-icon-button .iwishAddWrap .iWishAdd,
.iwish_v2-icon-button .iWishAddColl {
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/wishlist.png?v=1606936671);
  background-repeat: no-repeat;
  width: 36px;
  height: 31px;
  background-size: cover;
  top: 10px;
  right: 0px;
  display: block;
  position: absolute;
  text-indent: -10000px;
}
.product-content-wrapper h1.product_name .iwishAddWrap .iWishAdd.iwishAdded,
.iwish_v2-icon-button .iwishAddWrap .iWishAdd.iwishAdded,
.iwish_v2-icon-button .iWishAddColl.iwishAdded {
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Group-874_2x_2fc88149-889b-4994-b89c-cd5f5147838d.png?v=1606082766);
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper h1.product_name .iwishAddWrap .iWishAdd {
    width: 25px;
    height: 22px;
    top: 4px;
  }
}
.product-content-wrapper h1.product_name .iwishAddWrap .iWishLoginMsg {
  font-size: 14px;
  font-family: "Lato";
  text-transform: initial;
  line-height: 1;
}
.product-content-wrapper .product_section {
  background-color: #fbfaf8;
  padding-top: 140px;
}
.product-content-wrapper .product_section .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1050px) {
  .product-content-wrapper .product_section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-content-wrapper .product_section {
    padding-top: 40px;
  }
}
.product-content-wrapper .product-images-wrapper {
  width: 57.3%;
}
@media only screen and (max-width: 1050px) {
  .product-content-wrapper .product-images-wrapper {
    width: 100%;
  }
}
.product-content-wrapper .product-information-wrapper {
  width: 42.7%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media only screen and (max-width: 1050px) {
  .product-content-wrapper .product-information-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-content-wrapper .product-information-wrapper .product-info-container {
  padding-left: 114px;
  padding-top: 10%;
  padding-bottom: 10%;
}
@media (max-width: 1670px) {
  .product-content-wrapper
    .product-information-wrapper
    .product-info-container {
    padding-left: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper
    .product-information-wrapper
    .product-info-container {
    padding-left: 56px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1050px) {
  .product-content-wrapper
    .product-information-wrapper
    .product-info-container {
    padding-left: 0px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 798px) {
  .product-content-wrapper
    .product-information-wrapper
    .product-info-container {
    padding-left: 0px;
    padding-bottom: 40px;
    padding-top: 10px;
  }
}
.product-content-wrapper .product-information-wrapper .money {
  font-weight: 600;
  opacity: 0.5;
}
.product-content-wrapper .product-information-wrapper .variant-avility-state {
  float: right;
  color: rgba(43, 43, 42, 0.6);
}
.product-content-wrapper .product-information-wrapper .modal_price {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1050px) {
  .product-content-wrapper .product-information-wrapper .modal_price {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 798px) {
  .product-content-wrapper .product-information-wrapper .modal_price {
    padding-top: 0px;
  }
}
.product-content-wrapper
  .product-information-wrapper
  .modal_price
  .discount-note {
  display: block;
  color: #000;
  font-weight: 400;
  line-height: 1;
}
.product-content-wrapper .product-information-wrapper .product_form .select {
  display: none;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  input {
  display: none;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .crossed-out {
  display: none;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch
  input:checked
  + .color
  label {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper
    .product-information-wrapper
    .product_form
    .swatch_options
    .swatch
    input:checked
    + .color
    label {
    width: 15px;
    height: 15px;
  }
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch
  input:checked
  + .swatch-element
  label {
  text-decoration: underline;
  cursor: pointer;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch
  .swatch-element {
  display: inline-block;
  margin-right: 30px;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch
  .swatch-element.color {
  margin-right: 8px;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch
  .swatch-element.color
  label {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper
    .product-information-wrapper
    .product_form
    .swatch_options
    .swatch
    .swatch-element.color
    label {
    width: 14px;
    height: 14px;
  }
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch
  .tooltip {
  display: none;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 12px 0px;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch-wrapper:last-child {
  border-bottom: 0px;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .swatch_options
  .swatch-wrapper
  .option_title {
  font-weight: 500;
  opacity: 0.35;
}
@media only screen and (max-width: 798px) {
  .product-content-wrapper
    .product-information-wrapper
    .product_form
    .swatch_options
    .swatch-wrapper.swatch-size {
    display: none;
  }
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .purchase-details
  button.action_button {
  width: 100%;
  background-color: #000;
  outline: 0;
  border: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 38px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper
    .product-information-wrapper
    .product_form
    .purchase-details
    button.action_button {
    padding: 2px 20px;
    font-size: 11px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 798px) {
  .product-content-wrapper
    .product-information-wrapper
    .product_form
    .purchase-details
    button.action_button {
    padding: 4px 20px;
  }
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .purchase-details
  button.action_button
  svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .purchase-details
  button.action_button
  svg
  path {
  stroke-dasharray: 19.79 19.79;
  stroke-dashoffset: 19.79;
  stroke: #fff;
  opacity: 0;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .purchase-details
  button.action_button
  svg.checkmark-active
  path {
  -webkit-animation: drawCheckmark 0.5s linear alternate forwards;
  animation: drawCheckmark 0.5s linear alternate forwards;
}
.product-content-wrapper
  .product-information-wrapper
  .product_form
  .purchase-details
  button.action_button.disabled
  span {
  dispay: none;
}
.product-content-wrapper
  .product-information-wrapper
  .purchase-details__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-content-wrapper
  .product-information-wrapper
  .purchase-details__buttons
  select {
  width: 130px;
  border: 1px solid #7d7d7d;
  padding: 4px 10px;
  background-color: rgba(0, 0, 0, 0);
  margin: 15px 0;
}
@media only screen and (min-width: 799px) {
  .product-content-wrapper
    .product-information-wrapper
    .purchase-details__buttons
    select {
    display: none;
  }
}
@media only screen and (max-width: 798px) {
  .product-content-wrapper
    .product-information-wrapper
    .purchase-details__buttons
    select
    + button.add_to_cart {
    width: calc(100% - 140px) !important;
    margin-left: 10px;
  }
}
.product-content-wrapper .product_gallery {
  overflow: hidden;
}
.product-content-wrapper .product_gallery .gallery-cell {
  width: 100%;
  overflow: hidden;
}
.product-content-wrapper .product_gallery .gallery-cell .image__container {
  max-width: 100% !important;
}
.product-content-wrapper .product_gallery .flickity-page-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 20px;
}
@media only screen and (max-width: 1050px) {
  .product-content-wrapper .product_gallery .flickity-page-dots {
    top: initial;
    bottom: 20px;
    right: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
  }
}
.product-content-wrapper .product_gallery .flickity-page-dots .dot {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 5px 10px;
  opacity: 0.6;
}
@media only screen and (max-width: 1050px) {
  .product-content-wrapper .product_gallery .flickity-page-dots .dot {
    display: inline-block;
  }
}
.product-content-wrapper .product_gallery .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.product-content-wrapper .product_gallery .flickity-prev-next-button {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
@media only screen and (min-width: 1051px) {
  .product-content-wrapper .product_gallery .flickity-prev-next-button {
    display: none;
  }
}
.product-content-wrapper .product_gallery .flickity-prev-next-button .arrow {
  fill: #fff;
}
.product-content-wrapper .product_gallery .flickity-prev-next-button svg {
  width: 25px;
  height: 25px;
}
.product-content-wrapper .product-mission-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 27px;
}
@media only screen and (max-width: 798px) {
  .product-content-wrapper .product-mission-wrapper {
    display: none;
  }
}
.product-content-wrapper .product-mission-wrapper .product-mission-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #707070;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper .product-mission-wrapper .product-mission-list {
    font-size: 11px;
  }
}
.product-content-wrapper .product-mission-wrapper .product-mission-list svg {
  margin-right: 10px;
  width: 20px;
  opacity: 0.4;
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper .product-mission-wrapper .product-mission-list svg {
    width: 17px;
    margin-right: 5px;
  }
}
.product-content-wrapper .product-timeout-wrapper {
  background-color: #ecf0ed;
  padding: 9px 10px;
  text-align: center;
  font-size: 17px;
  margin-top: 120px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-content-wrapper .product-timeout-wrapper span {
  font-weight: 500;
  margin: 0px 3px;
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper .product-timeout-wrapper {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product-content-wrapper .product-timeout-wrapper {
    font-size: 11px;
  }
}
@media (max-width: 1670px) {
  .product-content-wrapper .product-timeout-wrapper {
    margin-top: 20px;
  }
}
.product-content-wrapper .product-timeout-wrapper svg {
  margin-right: 10px;
  width: 21px;
  height: 21px;
}
@media only screen and (max-width: 1440px) {
  .product-content-wrapper .product-timeout-wrapper svg {
    width: 13px;
  }
}
.js-product-gallery[data-gallery-type="grid"] .gallery-cell {
  margin-bottom: 15px;
}
.js-product-gallery[data-gallery-type="grid"] .gallery-cell:last-child {
  margin-bottom: 0px;
}
.product-description-wrapper {
  max-height: 80vh;
  overflow-y: auto;
}
.product-description-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.product-description-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.product-description-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
@media only screen and (max-width: 1440px) {
  .product-description-wrapper {
    margin-top: 20px;
  }
}
.product-description-wrapper .product-description-tabs a {
  font-size: 13px;
  line-height: 55px;
  text-transform: uppercase;
  margin-right: 50px;
  font-weight: 400;
}
.product-description-wrapper .product-description-tabs a:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1440px) {
  .product-description-wrapper .product-description-tabs a {
    font-size: 10px;
    line-height: 30px;
    margin-right: 20px;
  }
}
.product-description-wrapper .product-description-tabs a.active {
  padding: 10px 0px;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 798px) {
  .product-description-wrapper .product-description-tabs {
    display: block;
  }
  .swatch_options .option_title .option_title-material,
  .swatch_options .option_title .option_title-material a {
    width: 100%;
    display: block;
  }
  .product_form .swatch_options .swatch-wrapper .option_title {
    /* width: 50%; */
  }
}
.product-description-wrapper .product-description-tab-content {
  padding-top: 10px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 798px) {
  .product-description-wrapper .product-description-tab-content {
    border-bottom: 0px;
  }
}
.product-description-wrapper
  .product-description-tab-content
  .tab-content
  .tab-des-content {
  padding-top: 15px;
  display: none;
}
.product-description-wrapper
  .product-description-tab-content
  .tab-content.active
  .tab-des-content {
  display: block;
}
.product-description-wrapper
  .product-description-tab-content
  .tab-content
  .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.product-description-wrapper
  .product-description-tab-content
  .tab-content
  table {
  font-size: 12px;
  margin-top: 20px;
}
.product-description-wrapper
  .product-description-tab-content
  .tab-content
  table
  tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.product-description-wrapper
  .product-description-tab-content
  .tab-content
  table
  tr
  td {
  padding: 10px;
  text-align: center;
}
.product-description-wrapper
  .product-description-tab-content
  .tab-content
  table
  tr
  td:first-child {
  text-align: left;
  white-space: nowrap;
}
.product-description-wrapper
  .product-description-tab-content
  h4.tab-title-mobile {
  font-family: "Lato";
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0px;
  position: relative;
  padding: 11px 0px;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
  text-transform: uppercase;
}
.product-description-wrapper
  .product-description-tab-content
  h4.tab-title-mobile:after {
  content: "+";
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 7px;
}
.product-description-wrapper
  .product-description-tab-content
  h4.tab-title-mobile.active:after {
  content: "-";
}
.product .modal_price .sale .was_price {
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.4;
}
.product .modal_price .sale .current_price {
  color: red;
}
.product .modal_price .sale .money {
  opacity: 1;
}
.side-cart-wrapper
  .product-description-wrapper
  .product-description-tab-content
  .tab-content {
  padding-top: 15px;
  display: none;
}
.side-cart-wrapper
  .product-description-wrapper
  .product-description-tab-content
  .tab-content.active {
  display: block;
}
.property-list-wrap {
  margin-top: 40px;
}
.property-list-wrap .property-list {
  padding: 10px 0px;
  border-top: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.related_product-wrapper {
  padding-top: 90px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1050px) {
  .related_product-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 798px) {
  .related_product-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .related_product-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.related_product-wrapper
  .related-products__title
  .related-products__title-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.related_product-wrapper .related-products__title .rps-nav-prev-next {
  padding: 10px;
  line-height: 1;
  display: inline-block;
}
.related_product-wrapper .related-products__title .rps-nav-prev-next svg {
  width: 13px;
  height: 18px;
}
@media only screen and (max-width: 798px) {
  .related_product-wrapper .related-products__title .rps-nav-wrapper {
    /* display: none; */
  }
}
@media only screen and (max-width: 1440px) {
  .related_product-wrapper .related-products__title h2 {
    font-size: 24px;
  }
  .related_product-wrapper
    .related-products__title
    .related-products__title-wrapper
    h2 {
    margin: 0;
  }
  .related_product-wrapper
    .related-products__title
    .related-products__title-wrapper {
    margin-bottom: 15px;
  }
  .related_product-wrapper .related-products__title .rps-nav-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .related_product-wrapper .related-products__title .rps-nav-prev-next {
    padding: 0;
    line-height: 1;
    display: flex;
    width: 20px;
    align-items: center;
    justify-content: center;
  }
}
.related_product-wrapper .related-products--slider .gallery-cell {
  width: 25%;
  margin-right: 0;
  padding: 0 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1050px) {
  .related_product-wrapper .related-products--slider .gallery-cell {
    width: 33%;
  }
}
@media only screen and (max-width: 798px) {
  .related_product-wrapper .related-products--slider .gallery-cell {
    width: 50%;
    margin: 0;
    padding: 0 5px;
  }
  .related_product-wrapper .related-products--slider .products-slider {
    margin-bottom: 20px;
  }
}
.related_product-wrapper .related-products--slider .container {
  overflow: hidden;
}
@media (max-width: 1670px) {
  .related_product-wrapper .related-products--slider .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .collection_swatches a.active span {
    width: 14px;
    height: 14px;
  }
}
.related_product-wrapper .related-products--slider .products-slider {
  outline: 0;
  margin-left: -15px;
}
.related_product-wrapper
  .related-products--slider
  .products-slider
  .flickity-prev-next-button {
  border: 0px;
  background: rgba(0, 0, 0, 0);
  outline: 0;
  padding: 0px;
  position: absolute;
  display: none;
}
.related_product-wrapper .related-products-readmore {
  text-align: center;
}
.related_product-wrapper .related-products-readmore a.btn {
  padding: 0px;
  min-width: auto;
  font-size: 16px;
  font-weight: 400;
}
.product-bottom-section {
  border-top: 1px solid #e2e2e2;
  padding-top: 150px;
  padding-bottom: 230px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .product-bottom-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .related_product-wrapper .related-products-readmore a.btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1050px) {
  .product-bottom-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product-bottom-section .product-bottom-section-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-bottom-section .product-bottom-section-wrapper .pbsw-content-wrapper {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-content-wrapper {
    padding: 0px 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-content-wrapper {
    width: 100%;
    margin-bottom: 45px;
    padding: 0px;
  }
}
.product-bottom-section
  .product-bottom-section-wrapper
  .pbsw-content-wrapper
  .pbsw-content-container {
  max-width: 515px;
  text-align: right;
  margin: 0px auto;
}
@media only screen and (max-width: 1440px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-content-wrapper
    .pbsw-content-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-content-wrapper
    .pbsw-content-container {
    max-width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 798px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-content-wrapper
    .pbsw-content-container {
    max-height: 165px;
    position: relative;
    overflow: hidden;
  }
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-content-wrapper
    .pbsw-content-container:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    opacity: 0.5;
    height: 30px;
  }
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-content-wrapper
    .pbsw-content-container.expanded {
    max-height: initial;
  }
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-content-wrapper
    .pbsw-content-container.expanded:after {
    content: none;
  }
  .related_product-wrapper .related-products--slider .products-slider {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-content-wrapper
    .pbsw-content-container
    h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.product-bottom-section .product-bottom-section-wrapper .pbsw-content-bottom {
  text-align: center;
  padding: 20px;
  background: #fff;
}
.product-bottom-section .product-bottom-section-wrapper .pbsw-image-wrapper {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .product-bottom-section .product-bottom-section-wrapper .pbsw-image-wrapper {
    width: 100%;
  }
}
.product-bottom-section
  .product-bottom-section-wrapper
  .pbsw-image-wrapper
  .pbsw-image-bg {
  position: absolute;
  right: 25px;
  overflow: hidden;
  top: -70px;
  width: 110%;
}
@media only screen and (max-width: 1440px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-image-wrapper
    .pbsw-image-bg {
    top: -39px;
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-image-wrapper
    .pbsw-image-bg
    .image-element__wrap {
    width: 620px;
  }
}
.product-bottom-section
  .product-bottom-section-wrapper
  .pbsw-image-wrapper
  .pbsw-image-main {
  position: relative;
}
.product-bottom-section
  .product-bottom-section-wrapper
  .pbsw-image-wrapper
  .pbsw-image-dot-img {
  top: 33%;
  left: -73px;
  position: absolute;
}
@media only screen and (max-width: 1440px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-image-wrapper
    .pbsw-image-dot-img {
    left: -37px;
  }
}
@media only screen and (max-width: 1050px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-image-wrapper
    .pbsw-image-dot-img {
    left: initial;
    right: -10px;
  }
}
.product-bottom-section
  .product-bottom-section-wrapper
  .pbsw-image-wrapper
  .pbsw-image-dot-img
  img {
  max-width: 139px !important;
}
@media only screen and (max-width: 1440px) {
  .product-bottom-section
    .product-bottom-section-wrapper
    .pbsw-image-wrapper
    .pbsw-image-dot-img
    img {
    max-width: 87px !important;
  }
}
.dropdown_content {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.dropdown_container {
  clear: both;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dropdown_container.mega-menu .dropdown_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}
.dropdown {
  position: absolute;
  width: 100%;
  z-index: 1000;
  clear: both;
  transition: all 0.3s linear;
  animation: fadeIn 0.3s linear none;
  background-color: #fff;
  border-top: 1px solid rgba(237, 237, 237, 0.6509803922);
  padding-top: 0px;
  padding-bottom: 0px;
}
.dropdown ul li {
  margin-bottom: 10px;
}
.dropdown ul li a {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.dropdown ul li a:hover {
  text-decoration: underline;
  color: #8d8d8d;
}
@media only screen and (max-width: 1440px) {
  .dropdown ul li a {
    font-size: 13px;
  }
}
.dropdown_menu-container {
  width: 50%;
  border-right: 1px solid #ededed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 35px;
  gap: 40px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .dropdown_menu-container {
    padding-top: 30px;
    padding-bottom: 20px;
    gap:3px;
  }
}
.dropdown_menu-container .dropdown_menu-column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* flex-grow: .2; */
  max-width: 100%;
}
.dropdown_title {
  position: relative;
  margin-bottom: 0px;
  margin-bottom: 8px;
}
.dropdown_title a {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) {
  .dropdown_title a {
    font-size: 13px;
  }
}
.dropdown-image-container {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 90px;
  padding-top: 35px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 1440px) {
  .dropdown-image-container {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.dropdown-image-container .dropdown_column-image {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 24px;
  position: relative;
}
.mega-menu__image-caption-link{
  position: relative;
}

.mega-menu__image-caption-link p {
      text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: "Minerva-Modern";
}
.megamenu-image-link {
  position: absolute;
  left: 25px;
  bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: .75rem;
  line-height: 1.4;
  color: #fff !important;
  transition: color .3s ease;
  border-bottom: 1px solid;
}
.megamenu-image-link:hover {
  color: #b1b1b1 !important;
}

@media(max-width:1200px){
  .mega-menu__image-caption-link p{
    font-size: 14px;
  }
}
@media only screen and (max-width: 1080px) {
  .mega-menu__image-caption-link p {
    margin-top: 6px;
  }
}
.mobile-mega-menu {
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  position: absolute;
  right: -500px;
  top: 4px;
  width: 100%;
  background: #fff;
  min-height: calc(100vh - 60px);
  z-index: 9;
  display: none;
}
.mobile-mega-menu .mobile-mega-menu-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.mobile-mega-menu .mobile-mega-menu-header svg {
  width: 9px;
  height: 9px;
}
.mobile-mega-menu .mobile-mega-menu-title {
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-mega-menu .mobile-mega-menu-title img {
  width: 100%;
  max-width: 38px;
}
.mobile-mega-menu.added {
  display: block;
  visibility: hidden;
}
.mobile-mega-menu.active {
  right: 0px;
  -webkit-transition: right 0.3s ease-in-out 0.3s;
  transition: right 0.3s ease-in-out 0.3s;
  visibility: visible;
}
.page-about-us-vision {
  position: relative;
  margin-bottom: 168px;
}
@media only screen and (max-width: 1050px) {
  .page-about-us-vision {
    margin-bottom: 0px;
  }
}
.page-about-us-vision .pauv-content-wrapper {
  position: absolute;
  width: calc(50% - 85px);
  right: 85px;
  bottom: -80px;
  background-color: #fff;
  padding: 3.6% 3.8%;
  max-width: 820px;
}
@media (min-width: 1810px) {
  .page-about-us-vision .pauv-content-wrapper {
    right: calc((100% - 1640px) / 2);
  }
}
@media only screen and (max-width: 1440px) {
  .page-about-us-vision .pauv-content-wrapper {
    bottom: -60px;
  }
}
@media only screen and (max-width: 1050px) {
  .page-about-us-vision .pauv-content-wrapper {
    position: relative;
    width: 100%;
    margin: 0px auto;
    right: initial;
    bottom: initial;
  }
}
@media only screen and (max-width: 798px) {
  .page-about-us-vision .pauv-content-wrapper {
    padding: 40px 15px;
  }
}
.page-about-us-vision .pauv-content-wrapper .pauv-bg-dot {
  position: absolute;
  bottom: -28px;
  left: -8%;
  max-width: 117px;
}
@media only screen and (max-width: 1440px) {
  .page-about-us-vision .pauv-content-wrapper .pauv-bg-dot {
    max-width: 74px;
    left: -9%;
  }
}
.page-about-us-vision .pauv-question {
  font-family: "Minerva-Modern";
  font-size: 20px;
  padding-left: 105px;
  background-image: url(https://cdn.shopify.com/s/files/1/0502/7987/4709/files/quote-icon.png?v=1605447704);
  background-repeat: no-repeat;
  line-height: 1.4;
  max-width: 370px;
  background-position: 10px;
}
.page-about-mission {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1050px) {
  .page-about-mission {
    margin-bottom: 0px;
  }
}
.page-about-mission .pam-image-wrapper {
  margin-left: auto;
}
@media only screen and (max-width: 1050px) {
  .page-about-mission .pam-image-wrapper {
    width: 100% !important;
  }
}
.page-about-mission .pam-content-wrapper {
  position: absolute;
  width: 50%;
  left: calc((100% - 1630px) / 2);
  max-width: 810px;
  background-color: #fff;
  text-align: right;
  padding-top: 85px;
  padding-left: 65px;
  padding-right: 85px;
  padding-bottom: 85px;
  top: 9%;
}
@media (max-width: 1630px) {
  .page-about-mission .pam-content-wrapper {
    left: 15px;
    padding: 55x 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .page-about-mission .pam-content-wrapper {
    padding: 3.6% 5%;
  }
}
@media only screen and (max-width: 1050px) {
  .page-about-mission .pam-content-wrapper {
    position: relative;
    width: 100%;
    margin: 0px auto;
    left: initial;
    top: initial;
    text-align: left;
    padding: 40px 15px;
  }
}
.page-about-mission .pam-bg-first {
  position: absolute;
  top: -55px;
  left: 55px;
}
@media only screen and (max-width: 1440px) {
  .page-about-mission .pam-bg-first {
    width: 134px !important;
    top: 10px;
  }
}
.page-about-mission .pam-bg-second {
  position: absolute;
  right: 0;
  bottom: -69px;
}
@media only screen and (max-width: 1440px) {
  .page-about-mission .pam-bg-second {
    width: 180px !important;
  }
}
.side-cart {
  position: fixed;
  top: 0;
  height: 100vh;
  right: -655px;
  z-index: 999999;
  width: 90%;
  max-width: 655px;
  -webkit-transition: right 0.5s ease-in-out 0s;
  transition: right 0.5s ease-in-out 0s;
  max-height: 100vh;
  overflow-y: hidden;
}
.side-cart.side-cart-opened {
  right: 0px;
}
@media only screen and (max-width: 1440px) {
  .side-cart {
    max-width: 455px;
  }
}
.side-cart .side-cart-container {
  background-color: #fff;
  padding: 65px 65px 10px 65px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  border-top: 15px solid #5f624d;
}
@media only screen and (max-width: 1440px) {
  .side-cart .side-cart-container {
    padding: 40px;
  }
}
@media only screen and (max-width: 798px) {
  .side-cart .side-cart-container {
    padding: 20px;
  }
}
.side-cart .side-cart-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.3s;
}
.side-cart.side-cart-opened .side-cart-overlay {
  content: "";
  height: 100vh;
  width: 100vw;
  opacity: 1;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: opacity 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.3s;
  z-index: -999999;
}
.side-cart-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
}
.side-cart-header .side-cart-title {
  font-weight: 400;
  text-transform: uppercase;
}
.side-cart-header .side-cart-close {
  line-height: 1;
  height: 18px;
  cursor: pointer;
}
.side-cart-header .side-cart-close svg {
  width: 13px;
  height: 13px;
}
.side-cart-wrapper {
  max-height: calc(100vh - 122px);
  overflow-y: auto;
}
.side-cart-wrapper .cart_items {
  max-height: 44vh;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1440px) {
  .side-cart-wrapper .cart_items {
    max-height: 40vh;
  }
}
@media only screen and (max-width: 1050px) {
  .side-cart-wrapper .cart_items {
    max-height: 38vh;
  }
}
@media only screen and (max-width: 798px) {
  .side-cart-wrapper .cart_items {
    max-height: 30vh;
  }
}
@media only screen and (max-width: 480px) {
  .side-cart-wrapper .cart_items {
    max-height: 29vh;
  }
}
.side-cart-wrapper .cart_items::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.side-cart-wrapper .cart_items::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.side-cart-wrapper .cart_items::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.side-cart-wrapper .cart_items .cart_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  line-height: 1;
}
.side-cart-wrapper .cart_items .cart_item .cart_image-wrapper {
  width: 38%;
  margin-right: 25px;
}
.side-cart-wrapper .cart_items .cart_item .cart_image {
  padding-top: 105%;
  border: 1px solid #ededed;
  background-size: cover;
  background-position: center;
}
.side-cart-wrapper .cart_items .cart_item .cart_image img {
  max-width: 100%;
  width: 100%;
  display: none;
}
.side-cart-wrapper .cart_items .cart_item .cart_item-content {
  width: calc(62% - 25px);
  font-size: 16px;
  max-width: 195px;
  line-height: 1.3;
  display: grid;
}
@media only screen and (max-width: 1440px) {
  .side-cart-wrapper .cart_items .cart_item .cart_item-content {
    font-size: 14px;
    max-width: 100%;
  }
}
.side-cart-wrapper .cart_items .cart_item .cart_item__title {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1440px) {
  .side-cart-wrapper .cart_items .cart_item .cart_item__title {
    margin-bottom: 11px;
  }
}
.side-cart-wrapper .cart_items .cart_item .item-price {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .side-cart-wrapper .cart_items .cart_item .item-price {
    margin-bottom: 11px;
  }
}
.side-cart-wrapper .cart_items .cart_item .cart_item-quantity-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .side-cart-wrapper .cart_items .cart_item .cart_item-quantity-wrapper {
    margin-bottom: 11px;
  }
}
.side-cart-wrapper .cart_items .cart_item .cart_item-quantity-wrapper input {
  width: 30px;
  border: 0px;
  outline: 0px;
  height: 18px;
  text-align: center;
}
.side-cart-wrapper
  .cart_items
  .cart_item
  .cart_item-quantity-wrapper
  .product-quantity-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.side-cart-wrapper
  .cart_items
  .cart_item
  .cart_item-quantity-wrapper
  .product-quantity-box
  span {
  width: 18px;
  height: 18px;
  border: 1px solid #a9a9a9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.side-cart-wrapper
  .cart_items
  .cart_item
  .cart_item-quantity-wrapper
  .product-quantity-box
  span
  svg {
  width: 8.37px;
  min-height: 1px;
}
.side-cart-wrapper .cart_items .cart_item .item_variant-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .side-cart-wrapper .cart_items .cart_item .item_variant-wrapper {
    margin-bottom: 11px;
  }
}
.side-cart-wrapper
  .cart_items
  .cart_item
  .item_variant-wrapper
  .item_option-value {
  max-width: 50%;
}
.side-cart-wrapper .cart_subtotal,
.side-cart-wrapper .cart_savings {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.side-cart-wrapper .cart_subtotal .vat-name,
.side-cart-wrapper .cart_savings .vat-name {
  font-size: 14px;
  font-weight: 300;
}
.side-cart-wrapper .action_button {
  background-color: #000;
  font-weight: 300;
  font-size: 16px;
  border: 0px;
  letter-spacing: 0.5px;
  outline: 0px;
  padding: 19px 20px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  .side-cart-wrapper .action_button {
    padding: 13px 10px;
    font-size: 13px;
  }
}
.side-cart-wrapper .af_cd_setup .action_button {
  padding: 5px 20px;
}
.cart-pro-wrapper {
  margin-top: 30px;
}
.cart-pro-wrapper .side-cart-pro-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.cart-pro-wrapper .side-cart-pro-item .scpi-icon {
  text-align: center;
  margin-right: 10px;
  line-height: 1;
}
.cart-pro-wrapper .side-cart-pro-item .scpi-icon svg {
  width: 16px;
  opacity: 0.4;
}
.cart-pro-wrapper .side-cart-pro-item .scpi-title {
  width: calc(100% - 56px);
}
.cart-pro-wrapper .side-cart-pro-item .scpi-add {
  width: 29px;
  cursor: pointer;
}
.cart-pro-wrapper .side-cart-pro-item textarea {
  width: 100%;
  margin: 20px 0px;
  padding: 10px;
  display: none;
}
.side-title {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
.js-side-login label {
  display: none;
}
.js-side-login input[type="email"],
.js-side-login input[type="password"] {
  outline: 0;
  border: 0px;
  border-bottom: 1px solid #ededed;
  padding: 10px 0px;
  width: 100%;
  margin-bottom: 5px;
}
.js-side-login input[type="submit"] {
  max-width: 200px;
  padding: 10px;
}
@media only screen and (max-width: 1440px) {
  .js-side-login input[type="submit"] {
    max-width: 170px;
    padding: 6px;
    font-size: 13px;
  }
}
.js-side-login .side-login-action-wrapper {
  margin-top: 30px;
}
.js-side-login #customer_register_link {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 10px;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1440px) {
  .js-side-login #customer_register_link {
    max-width: 170px;
    padding: 6px;
    font-size: 13px;
  }
}
.js-side-login form {
  margin-top: 15px;
}
.register-btn-wrapper {
  margin-top: 90px;
}
.js-side-search form {
  margin-top: 15px;
}
.js-side-search input[type="text"] {
  color: #000;
  outline: 0;
  border: 0px;
  border-bottom: 1px solid #ededed;
  padding: 10px 0px;
  width: 100%;
  margin-bottom: 5px;
}
.js-side-search input[type="text"]::placeholder {
  color: #000;
}
.js-side-search .search-result-loader {
  display: none;
  padding: 50px;
  text-align: center;
}
.js-side-search .search-result-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.js-side-search .search-result-wrapper .item-result {
  width: calc(50% - 16px);
  margin: 8px;
}
.js-side-search .search-result-wrapper .all-results {
  width: 100%;
  text-align: center;
  text-decoration: underline;
}
.js-side-search .search-result-wrapper .search-result-thumbnail {
  border: 1px solid #d1d1d1;
}
.js-side-search .search-result-thumbnail img {
  width: 100%;
}
.js-side-search .search-result-title {
  font-size: 11px;
  padding-right: 50px;
  position: relative;
}
.js-side-search .search-result-title span {
  font-weight: bold;
  position: absolute;
  right: 0;
  font-size: 10px;
}
.edit-shop-section {
  position: relative;
}
.edit-shop-section .ess-bg-first {
  position: absolute;
  bottom: 40px;
  left: -40px;
}
.edit-shop-section .ess-bg-second {
  position: absolute;
  top: 100px;
  right: 20px;
}
.edit-shop-section .ess-header {
  text-align: center;
}
.edit-shop-section .ess-header h2 {
  position: relative;
  display: inline-block;
}
.edit-shop-section .ess-lists-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3.33333px;
  margin-right: -3.33333px;
  position: relative;
  margin-top: 37px;
}
.edit-shop-section .ess-lists-wrapper .ess-list {
  width: calc(33.33333% - 6.666666px);
  position: relative;
  margin-left: 3.33333px;
  margin-right: 3.3333px;
}
@media only screen and (max-width: 798px) {
  .edit-shop-section .ess-lists-wrapper .ess-list {
    width: calc(50% - 6.666666px);
    margin-bottom: 6.6666px;
  }
  .edit-shop-section .ess-lists-wrapper .ess-list:nth-child(3) {
    width: calc(100% - 6.666666px);
  }
  .edit-shop-section
    .ess-lists-wrapper
    .ess-list:nth-child(3)
    .image-element__wrap {
    max-width: 100%;
    max-height: 504px;
  }
}
.edit-shop-section .ess-lists-wrapper .ess-dot-item {
  position: absolute;
  left: -41px;
  bottom: 29px;
  width: 82px;
  height: 82px;
  background-color: #860017;
  border-radius: 100%;
}
.edit-shop-section .ess-footer {
  margin: 30px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 798px) {
  .edit-shop-section .ess-footer {
    margin-top: 5px 0 40px;
  }
}
.essential-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 146px;
  padding-bottom: 150px;
  border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 1280px) {
  .essential-section {
    padding-top: 90px;
    padding-bottom: 78px;
  }
}
@media only screen and (max-width: 1050px) {
  .essential-section {
    padding-top: 60px;
    padding-bottom: 55px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 798px) {
  .essential-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.essential-section .essential-slider-wrapper {
  width: 66.66666%;
}
@media only screen and (max-width: 1050px) {
  .essential-section .essential-slider-wrapper {
    width: 100%;
  }
}
.essential-section .essential-slider-wrapper .essential-slide {
  outline: 0;
  overflow: hidden;
}
.essential-section .essential-slider-wrapper .essential-slide-cell {
  width: 100%;
}
.essential-section .essential-slider-wrapper .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0);
}
.essential-section .essential-slider-wrapper .flickity-prev-next-button.next {
  right: 38px;
}
.essential-section
  .essential-slider-wrapper
  .flickity-prev-next-button.previous {
  left: 38px;
}
.essential-section .essential-slider-wrapper a.btn {
  margin-top: 30px;
}
@media only screen and (min-width: 1051px) {
  .essential-section .essential-slider-wrapper a.btn {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .essential-section .essential-slider-wrapper {
    text-align: center;
  }
}
.essential-section .essential-content-wrapper {
  width: 33.33333%;
  padding: 20px 74px;
  max-width: 500px;
}
@media only screen and (max-width: 1440px) {
  .essential-section .essential-content-wrapper {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .essential-section .essential-content-wrapper {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 20px 15px;
  }
}
.essential-section .essential-content-wrapper h2 {
  position: relative;
}
.essential-section .essential-content-wrapper h2:after {
  content: "";
  background-image: url(https://cdn.shopifycdn.net/s/files/1/0502/7987/4709/files/title-stars.png?v=1605634302);
  width: 72px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -25px;
  right: 130px;
}
@media only screen and (max-width: 1440px) {
  .essential-section .essential-content-wrapper h2:after {
    width: 50px;
    height: 55px;
    top: -10px;
    right: 81px;
  }
}
@media only screen and (max-width: 1050px) {
  .essential-section .essential-content-wrapper h2:after {
    top: -10px;
    right: -10px;
  }
}
.essential-section .essential-content-wrapper p {
  margin-top: 20px;
}
.js-sizechart-lightbox {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5607843137);
  z-index: 99999999;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.js-sizechart-lightbox .size-chart-wrap {
  background-color: #fff;
  max-width: 650px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 30px;
  text-align: center;
}
.js-sizechart-lightbox .size-chart-wrap h3 {
  text-align: center;
}
.related-cross-sell-wrap #cross-sell {
  margin-top: 0px;
}
.related-cross-sell-wrap #cross-sell #cross-sells {
  padding: 0px !important;
}
.related-cross-sell-wrap #cross-sell .xs-card {
  width: calc(25% - 15px) !important;
  margin: 0px 20px 0px 0px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 0px !important;
}
.related-cross-sell-wrap #cross-sell .xs-image {
  border: 1px solid #d1d1d1;
  width: 100% !important;
}
.related-cross-sell-wrap #cross-sell .xs-image img {
  padding: 0px !important;
  display: block;
}
.related-cross-sell-wrap #cross-sell .xs-card-body {
  padding: 10px 0px !important;
}
.related-cross-sell-wrap #cross-sell .xs-card-body .xs-product-title {
  font-weight: 300 !important;
  font-size: 17px !important;
  padding-right: 70px;
}
.related-cross-sell-wrap #cross-sell .xs-card-footer {
  padding: 10px 0px !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-weight: 600;
}
.related-cross-sell-wrap #cross-sell h3.crosssell-title {
  display: none;
}
.related-cross-sell-wrap #cross-sell .flickity-prev-next-button {
  height: 40px;
  display: none;
}
.iwishWrapper {
  padding-top: 70px;
  padding-bottom: 50px;
}
.iwishWrapper .iwishTitle-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.iwishWrapper .iwishTitle-wrap h1 {
  margin-bottom: 0px;
}
.iwishWrapper .iwishTitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.iwishWrapper .wishlist-sharing {
  margin-left: 35px;
  border-left: 1px solid #a9a9a9;
  padding-left: 30px;
}
.iwishWrapper .wishlist-sharing span {
  font-size: 14px;
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/share.png?v=1605800981);
  padding-left: 20px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  cursor: pointer;
}
.iwishWrapper .clear-wishlists {
  margin-left: 27px;
}
.iwishWrapper .clear-wishlists span {
  font-size: 14px;
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/cancel.svg?v=1607637770);
  padding-left: 20px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 0px center;
  background-size: 12px;
}
.iwishWrapper .iWishLoginNote {
  margin-bottom: 0px;
}
.iwishWrapper .iWishLoginNote a {
  font-weight: 500;
  text-decoration: underline;
}
.iwishProducts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.iwishProducts .iwishItem {
  width: calc(25% - 20px);
  margin: 10px;
  position: relative;
  overflow: hidden;
}
.iwishProducts .iwishItem img {
  max-width: 100%;
}
.iwishProducts .iwishItem .iwishRemoveBtn-wrap {
  position: absolute;
  top: 12px;
  right: 20px;
  transform: translateX(120px);
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.iwishProducts .iwishItem .iwishRemoveBtn-wrap a {
  text-transform: uppercase;
  padding-right: 17px;
  background-image: url(https://cdn.shopify.com/s/files/1/0499/3204/2396/files/cancel.svg?v=1607637770);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 12px;
}
.iwishProducts .iwishItem:hover .iwishRemoveBtn-wrap {
  transform: translateX(0px);
}
.iwishProducts .iwishItem:hover .iwishBuyBtn-wrap {
  transform: translateY(-70px);
}
.iwishProducts .iwishItem:hover .iwishImgWrap {
  border: 1px solid #000;
}
.iwishProducts .iwishImgWrap {
  position: relative;
  overflow: hidden;
  line-height: 1;
  border: 1px solid #dfe4e7;
}
.iwishProducts .iwishImgWrap .iwishBuyBtn-wrap {
  position: absolute;
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  width: 100%;
}
.iwishProducts .iwishImgWrap input {
  width: 100%;
  border: 1px solid #000;
  padding: 8px;
  text-transform: uppercase;
  max-width: calc(100% - 30px);
  margin: 0px auto;
}
.iwishProducts .iwishMeta-variant-title {
  display: none;
}
.iwishProducts .iwishMeta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.iwishProducts .iwishMeta .iwishMeta-title a {
  text-transform: uppercase;
}
.iwishProducts .iwishMeta .iwishMeta-price {
  font-weight: 400;
}
.iwishshareWrapper {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5607843137);
  z-index: 99999999;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.iwishshareWrapper .iwishShareContainer {
  background-color: #fff;
  max-width: 450px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 30px;
}
.iwishMsg-wrap {
  text-align: center;
}
.iwishEmpty-content {
  text-align: center;
  padding-top: 70px;
  display: none;
}
.iwishEmpty-content h1 {
  margin-bottom: 30px;
}
.iwishEmpty-content p {
  margin-bottom: 30px;
}
.featured-products-wrap {
  position: relative;
  padding-top: 63px;
  padding-bottom: 160px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .featured-products-wrap {
    padding-top: 45px;
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-products-wrap {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.featured-products-wrap .featured-product-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 15px;
}
.featured-products-wrap h2 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap h2 {
    margin-bottom: 20px;
    text-align: left;
  }
}
.featured-products-wrap p {
  font-size: 20px;
  opacity: 0.7;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .featured-products-wrap p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap p {
    display: none;
  }
}
.featured-products-wrap .fpl-cell {
  width: 33.333333333%;
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap .fpl-cell {
    width: 100%;
    margin-bottom: 20px;
  }
}
.featured-products-wrap .fpl-cell .fpl-cell-content {
  padding: 33px 10px 55px 10px;
}
@media only screen and (max-width: 1440px) {
  .featured-products-wrap .fpl-cell .fpl-cell-content {
    padding-top: 18px;
    padding-bottom: 33px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-products-wrap .fpl-cell .fpl-cell-content {
    padding-top: 9px;
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap .fpl-cell .fpl-cell-content {
    padding-top: 6px;
    padding-bottom: 25px;
  }
}
.featured-products-wrap .fpl-cell .fpl-cell-content h3 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .featured-products-wrap .fpl-cell .fpl-cell-content h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap .fpl-cell .fpl-cell-content h3 {
    margin-bottom: 8px;
  }
}
.featured-products-wrap .container > a {
  margin-top: 55px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  .featured-products-wrap .container > a {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap .container > a {
    margin-top: 0px;
  }
}
.featured-products-wrap.style-it-in-silver {
  padding-top: 63px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1440px) {
  .featured-products-wrap.style-it-in-silver {
    padding-bottom: 57px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap.style-it-in-silver .fpl-cell:nth-child(1),
  .featured-products-wrap.style-it-in-silver .fpl-cell:nth-child(2) {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
  .featured-products-wrap.style-it-in-silver .fpl-cell:nth-child(3) {
    width: 100%;
  }
}
.featured-products-wrap.style-it-in-silver .featured-product-list {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.featured-products-wrap.style-it-in-silver h2 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap.style-it-in-silver h2 {
    text-align: center;
    margin-bottom: 5px;
  }
}
.featured-products-wrap.style-it-in-silver p {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1440px) {
  .featured-products-wrap.style-it-in-silver p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap.style-it-in-silver p {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap .js-featured-product-slider {
    margin-right: -15px;
  }
}
.featured-products-wrap .js-featured-product-slider .fpl-cell {
  width: 64%;
  margin-right: 10px;
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap
    .js-featured-product-slider
    .fpl-cell
    .fpl-cell-content {
    padding: 10px 0px;
    text-align: left;
  }
}
.featured-products-wrap .fpl-cell-img-wrap {
  position: relative;
}
.featured-products-wrap .featured-list-text-slider {
  position: absolute;
  width: 100%;
  max-width: 290px;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 27%;
}
.featured-products-wrap .featured-list-text-slider .featured-list-text-cell {
  text-transform: uppercase;
  width: 100%;
  font-size: 27px;
  line-height: 1;
  position: absolute;
  left: 0;
  height: 27px;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 798px) {
  .featured-products-wrap .featured-list-text-slider .featured-list-text-cell {
    font-size: 20px;
  }
}
.black-friday-deals .fpl-image-dot-img-first {
  position: absolute;
  bottom: -40px;
  left: 25%;
}
@media only screen and (max-width: 1440px) {
  .black-friday-deals .fpl-image-dot-img-first {
    bottom: -30px;
    left: 24%;
  }
}
@media only screen and (max-width: 1440px) {
  .black-friday-deals .fpl-image-dot-img-first svg {
    max-width: 55px !important;
  }
}
.black-friday-deals .fpl-image-dot-img-second {
  position: absolute;
  right: -40px;
  top: 10%;
}
@media only screen and (max-width: 1440px) {
  .black-friday-deals .fpl-image-dot-img-second svg {
    max-width: 55px !important;
  }
}
.black-friday-deals .fpl-bg-image-first {
  position: absolute;
  left: 20px;
  bottom: 40px;
  width: 100%;
  max-width: 37%;
}
.black-friday-deals .fpl-bg-image-first img {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .black-friday-deals .fpl-bg-image-first {
    bottom: 27px;
  }
}
@media only screen and (max-width: 798px) {
  .black-friday-deals .fpl-bg-image-first {
    bottom: initial;
    max-width: 110%;
    left: -10px;
    width: 110%;
  }
}
.black-friday-deals .fpl-bg-image-second {
  position: absolute;
  right: 20px;
  top: 60px;
}
@media only screen and (max-width: 1440px) {
  .black-friday-deals .fpl-bg-image-second {
    top: 90px;
  }
  .black-friday-deals .fpl-bg-image-second img {
    max-width: 430px !important;
  }
}
@media only screen and (max-width: 798px) {
  .black-friday-deals .fpl-bg-image-second {
    display: none;
  }
}
.style-it-in-silver .fpl-image-dot-img-first {
  position: absolute;
  bottom: -40px;
  left: -40px;
}
@media only screen and (max-width: 1440px) {
  .style-it-in-silver .fpl-image-dot-img-first svg {
    max-width: 55px !important;
  }
}
@media only screen and (max-width: 798px) {
  .style-it-in-silver .fpl-image-dot-img-first svg {
    display: none;
  }
}
.style-it-in-silver .fpl-image-dot-img-second {
  position: absolute;
  left: 65%;
  top: -40px;
}
@media only screen and (max-width: 1440px) {
  .style-it-in-silver .fpl-image-dot-img-second {
    left: 90%;
  }
}
@media only screen and (max-width: 798px) {
  .style-it-in-silver .fpl-image-dot-img-second {
    top: 197px;
    right: -12px;
    left: initial;
  }
}
@media only screen and (max-width: 1440px) {
  .style-it-in-silver .fpl-image-dot-img-second svg {
    max-width: 55px !important;
  }
}
@media only screen and (max-width: 798px) {
  .style-it-in-silver .fpl-image-dot-img-second svg {
    max-width: 30px !important;
  }
}
.style-it-in-silver .fpl-bg-image-first {
  position: absolute;
  left: 40px;
  bottom: 120px;
}
@media only screen and (max-width: 1440px) {
  .style-it-in-silver .fpl-bg-image-first img {
    max-width: 430px !important;
  }
}
@media only screen and (max-width: 798px) {
  .style-it-in-silver .fpl-bg-image-first {
    display: none;
  }
}
.style-it-in-silver .fpl-bg-image-second {
  position: absolute;
  right: 0px;
  top: 60px;
}
@media only screen and (max-width: 1440px) {
  .style-it-in-silver .fpl-bg-image-second img {
    max-width: 430px !important;
  }
}
@media only screen and (max-width: 798px) {
  .style-it-in-silver .fpl-bg-image-second {
    top: 197px;
    right: -12px;
    left: initial;
  }
}
.content-page .page-header {
  position: relative;
  display: flex;
}
.content-page .page-header img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.content-page .page-header h1 {
  position: absolute;
  top: 50%;
  max-width: 80%;
  left: 10%;
  transform: translateY(-50%);
  font-family: "MinervaModern";
  font-weight: 400;
}
.content-page .mobile-nav-links {
  display: none;
  text-transform: uppercase;
  overflow-x: scroll;
  border-bottom: 1px solid rgba(112, 112, 112, 0.21);
}
@media only screen and (max-width: 798px) {
  .content-page .mobile-nav-links {
    display: flex;
  }
}
.content-page .mobile-nav-links li {
  padding: 20px 10px;
}
.content-page .mobile-nav-links li a {
  color: #4e4e4e;
  font-weight: 500;
  padding-bottom: 10px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}
.content-page .mobile-nav-links li a:hover,
.content-page .mobile-nav-links li a.active {
  border-bottom: 1px solid;
}
.content-page .page-content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.content-page .page-content .page-sidebar {
  width: 25%;
}
@media only screen and (max-width: 798px) {
  .content-page .page-content .page-sidebar {
    display: none;
  }
}
.content-page .page-content .page-sidebar .sidebar-links {
  min-width: 150px;
  list-style-type: none;
  padding-top: 65px;
  width: fit-content;
  margin-right: 30px;
  margin-left: auto;
}
.content-page .page-content .page-sidebar .sidebar-links li {
  padding-bottom: 20px;
}
.content-page .page-content .page-sidebar .sidebar-links li a {
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  font-size: 14px;
}
.content-page .page-content .page-sidebar .sidebar-links li a:hover,
.content-page .page-content .page-sidebar .sidebar-links li a.active {
  border-bottom: 1px solid;
}
.content-page .page-content .page-content {
  padding-top: 65px;
  width: 75%;
  border-left: 1px solid #d1cfcf;
}
@media only screen and (max-width: 798px) {
  .content-page .page-content .page-content {
    width: 100%;
    border-left: 0px;
    padding-top: 30px;
  }
}
.content-page .page-content .page-content .content {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 798px) {
  .content-page .page-content .page-content .content {
    width: calc(100% - 30px);
  }
}
.content-page .page-content .page-content .content h5 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
}
.content-page .page-content .page-content .content ul {
  margin-bottom: 20px;
}
.customer_pages {
  position: relative;
}
.customer_pages.section > img {
  width: 100%;
  min-height: 650px;
  object-fit: cover;
}
.customer_pages .customer__form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 750px;
  background: #fff;
  padding: 40px;
}
.customer_pages .customer__form input {
  width: 100%;
  border: 1px solid rgba(77, 77, 77, 0.32);
  margin-bottom: 15px;
  min-height: 53px;
  padding-left: 10px;
}
.customer_pages .customer__form input[type="submit"] {
  margin-top: 15px;
}
.customer_pages .customer__form label {
  display: none;
}
.customer_pages .customer__form form {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
  justify-content: space-between;
}
.customer_pages .one-half {
  width: calc(50% - 4px);
}
.customer_pages .one-whole {
  width: 100%;
}
.customer_pages .action_bottom.one-whole {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.customer_pages .action_bottom.one-whole input {
  background: #9da8ae;
  border: none;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  max-width: 200px;
}
.customer_pages .action_bottom.one-whole p {
  padding-top: 8px;
  font-size: 14px;
  color: rgba(77, 77, 77, 0.48);
  margin-top: 10px;
}
.customer_pages .action_bottom input.action_button {
  background-color: #000;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .customer_pages .customer__form {
    width: 90%;
    padding: 40px 20px;
  }
  .customer_pages .one-half {
    width: 100%;
  }
}
.shopify-section-account-page header.account-header.for-desktop {
  position: relative;
}
.shopify-section-account-page header.account-header.for-desktop img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.shopify-section-account-page header.account-header.for-desktop h1 {
  position: absolute;
  top: 50%;
  max-width: 80%;
  left: 10%;
  transform: translateY(-50%);
  font-family: "Minerva-Modern";
  font-size: 45px;
}
.shopify-section-account-page header.account-header.for-mobile {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #9da8ae;
  color: #fff;
  align-items: center;
}
.shopify-section-account-page header.account-header.for-mobile a {
  color: #fff;
  display: flex;
  font-family: "Lato";
  flex: 1 1 30%;
  text-align: right;
  width: auto;
  justify-content: flex-end;
  align-items: center;
}
.shopify-section-account-page header.account-header.for-mobile a i {
  margin-right: 5px;
}
.shopify-section-account-page .account__tabs {
  display: flex;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.shopify-section-account-page .account__tabs > div.tabs-list {
  width: 25%;
}
.shopify-section-account-page .account__tabs > div.tabs-list .tabs-list {
  border-top: 1px solid #d1cfcf;
  margin-top: 20px;
  padding-top: 30px;
}
.shopify-section-account-page .account__tabs > div.tabs-list .tabs-list ul {
  padding: 0;
}
.shopify-section-account-page .account__tabs ul {
  min-width: 150px;
  list-style-type: none;
  padding-top: 40px;
  width: fit-content;
  margin-right: 30px;
  margin-left: auto;
}
.shopify-section-account-page .account__tabs ul li {
  padding-bottom: 20px;
  opacity: 80%;
  font-size: 14px;
  font-family: "Lato";
}
.shopify-section-account-page .account__tabs ul li a {
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.8);
  text-transform: uppercase;
}
.shopify-section-account-page .account__tabs ul li a i {
  margin-right: 15px;
}
.shopify-section-account-page .account__tabs ul li a.active {
  color: #222;
}
.shopify-section-account-page .account__tabs ul li a.active span {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}
.shopify-section-account-page .account__tabs ul li a:hover {
  text-decoration: underline;
  color: #222;
}
.shopify-section-account-page .account__tabs section {
  padding-top: 40px;
  width: 85%;
  border-left: 1px solid #d1cfcf;
  display: none;
}
.shopify-section-account-page .account__tabs section.active {
  display: block;
}
.shopify-section-account-page div#customer_orders,
.shopify-section-account-page #customer_address {
  max-width: 80%;
  margin: 0 auto;
}
.shopify-section-account-page div#customer_orders > h2,
.shopify-section-account-page #customer_address > h2 {
  font-size: 30px;
  font-family: "Minerva-Modern";
  color: #171717;
}
.shopify-section-account-page div#customer_orders > h2 i,
.shopify-section-account-page #customer_address > h2 i {
  margin-right: 10px;
  opacity: 80%;
}
.shopify-section-account-page .tabs-section {
  max-width: 95%;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
}
.shopify-section-account-page .tab--content {
  display: none;
  padding: 10px;
}
.shopify-section-account-page .tab--content div#customer_orders,
.shopify-section-account-page .tab--content #customer_address {
  max-width: 100%;
}
.shopify-section-account-page
  .tab--content
  div#customer_orders
  div#customer_orders
  > h2,
.shopify-section-account-page
  .tab--content
  #customer_address
  div#customer_orders
  > h2 {
  font-size: 30px;
  font-family: "Minerva-Modern";
  color: #171717;
}
.shopify-section-account-page
  .tab--content
  div#customer_orders
  div#customer_orders
  > h2
  i,
.shopify-section-account-page
  .tab--content
  #customer_address
  div#customer_orders
  > h2
  i {
  margin-right: 10px;
  opacity: 80%;
}
.shopify-section-account-page
  .tab--content
  div#customer_orders
  .account__orders-order,
.shopify-section-account-page
  .tab--content
  div#customer_orders
  .account__addresses-address,
.shopify-section-account-page
  .tab--content
  #customer_address
  .account__orders-order,
.shopify-section-account-page
  .tab--content
  #customer_address
  .account__addresses-address {
  width: 100%;
}
.shopify-section-account-page .tabs--panel {
  position: relative;
  cursor: pointer;
}
.shopify-section-account-page
  .tabs--panel
  div#customer_orders
  .account__orders-order
  > h3 {
  font-family: "Lato";
  font-weight: 500;
  font-size: 12px;
}
.shopify-section-account-page
  .tabs--panel
  div#customer_orders
  .account__order-meta
  .order_title {
  font-family: "Lato";
  font-weight: 500;
  font-size: 9px;
}
.shopify-section-account-page
  .tabs--panel
  div#customer_orders
  .account__order-meta
  .order_value {
  font-family: "Lato";
  font-weight: 400;
  font-size: 9px;
}
.shopify-section-account-page
  .tabs--panel
  div#customer_orders
  .account__order-meta
  .order_value
  p {
  margin: 0px;
}
.shopify-section-account-page
  .tabs--panel
  div#customer_address
  .account__addresses-address
  > strong {
  font-family: "Lato";
  font-weight: 500;
  font-size: 12px;
}
.shopify-section-account-page
  .tabs--panel
  div#customer_address
  .account__address-meta
  .address_title {
  font-size: 9px;
  font-family: "Lato";
  font-weight: 600;
}
.shopify-section-account-page
  .tabs--panel
  div#customer_address
  .account__address-meta
  .view_address {
  font-size: 9px;
  font-family: "Lato";
  font-weight: 400;
}
.shopify-section-account-page
  .tabs--panel
  div#customer_address
  .account__address-meta
  p {
  font-size: 9px;
}
.shopify-section-account-page .tabs--panel:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  background: #000;
  width: 1px;
  height: 10px;
  transform: translateY(-50%);
}
.shopify-section-account-page .tabs--panel:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  background: #000;
  width: 10px;
  height: 1px;
  transform: translateX(-50%);
}
.shopify-section-account-page .tab--title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.36);
  padding: 10px;
  font-family: "Lato";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(76, 76, 76, 0.8);
}
.shopify-section-account-page .tab--title i {
  font-size: 15px;
  margin-right: 10px;
}
.shopify-section-account-page .tab--open:before {
  display: none;
}
.account__orders,
.account__addresses {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.account__orders .account__orders-order > h3,
.account__addresses .account__orders-order > h3 {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 500;
  color: #4d4d4d;
}
.account__orders .account__orders-order,
.account__orders .account__addresses-address,
.account__addresses .account__orders-order,
.account__addresses .account__addresses-address {
  width: calc(33.3% - 11px);
  min-width: max-content;
  border: 1px solid rgba(34, 34, 34, 0.36);
  padding: 20px;
  margin-bottom: 20px;
}
.account__orders .account__orders-order strong,
.account__orders .account__addresses-address strong,
.account__addresses .account__orders-order strong,
.account__addresses .account__addresses-address strong {
  font-family: "Lato";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 66%;
}
@media only screen and (max-width: 1440px) {
  .account__orders .account__orders-order,
  .account__orders .account__addresses-address,
  .account__addresses .account__orders-order,
  .account__addresses .account__addresses-address {
    width: calc(50% - 11px);
  }
}
.account__orders .account__orders-order .account__address-meta .address_title,
.account__orders
  .account__addresses-address
  .account__address-meta
  .address_title,
.account__addresses
  .account__orders-order
  .account__address-meta
  .address_title,
.account__addresses
  .account__addresses-address
  .account__address-meta
  .address_title {
  font-size: 16px;
  font-family: "Lato";
  opacity: 73%;
  display: flex;
  justify-content: space-between;
}
.account__orders
  .account__orders-order
  .account__address-meta
  .address_title
  p.action_edit,
.account__orders
  .account__addresses-address
  .account__address-meta
  .address_title
  p.action_edit,
.account__addresses
  .account__orders-order
  .account__address-meta
  .address_title
  p.action_edit,
.account__addresses
  .account__addresses-address
  .account__address-meta
  .address_title
  p.action_edit {
  margin: 0;
  cursor: pointer;
}
.account__orders .account__orders-order .account__address-meta .view_address,
.account__orders
  .account__addresses-address
  .account__address-meta
  .view_address,
.account__addresses .account__orders-order .account__address-meta .view_address,
.account__addresses
  .account__addresses-address
  .account__address-meta
  .view_address {
  position: relative;
  padding-right: 30%;
  font-size: 16px;
  opacity: 73%;
  font-family: "Lato";
}
.account__orders .account__orders-order .account__address-meta p,
.account__orders .account__addresses-address .account__address-meta p,
.account__addresses .account__orders-order .account__address-meta p,
.account__addresses .account__addresses-address .account__address-meta p {
  font-size: 12px;
  font-family: "Lato";
  font-weight: 400;
  opacity: 47%;
}
.account__orders .account__orders-order .account__address-meta p#remove_address,
.account__orders
  .account__addresses-address
  .account__address-meta
  p#remove_address,
.account__addresses
  .account__orders-order
  .account__address-meta
  p#remove_address,
.account__addresses
  .account__addresses-address
  .account__address-meta
  p#remove_address {
  position: absolute;
  cursor: pointer;
  right: 0;
}
.account__orders .account__orders-order .account__order-meta,
.account__orders .account__addresses-address .account__order-meta,
.account__addresses .account__orders-order .account__order-meta,
.account__addresses .account__addresses-address .account__order-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 400;
  opacity: 66%;
}
.account__orders .account__orders-order .account__order-meta div.order_title,
.account__orders
  .account__addresses-address
  .account__order-meta
  div.order_title,
.account__addresses .account__orders-order .account__order-meta div.order_title,
.account__addresses
  .account__addresses-address
  .account__order-meta
  div.order_title {
  font-family: "Lato";
}
.customer_address.edit_address {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 1px solid #d7d7d7;
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 99;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.3);
}
.customer_address.edit_address h4 {
  font-size: 30px;
  margin-bottom: 0px;
}
.customer_address.edit_address .btn.action_button {
  background-color: #839098;
  color: #fff;
  margin-top: 10px;
}
.for-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .for-desktop {
    display: none !important;
  }
  .for-mobile {
    display: block !important;
  }
  .account-header.for-mobile {
    display: flex !important;
  }
}
.login_text {
  margin: 0 auto;
}
.is-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.is-align-left {
  text-align: left;
}
.is-align-right {
  text-align: right;
}
.buttons {
  margin: 10px 0;
}
.is-align-center {
  text-align: center;
}
.small {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.one-half {
  width: calc(50% - 0px);
}
.one-half.has-gutter {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 798px) {
  .one-half.has-gutter {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 798px) {
  .one-half {
    width: 100%;
  }
}
.one-third {
  width: calc(33.3% - 0px);
  margin: 0 auto;
}
.one-third.has-gutter {
  width: calc(33.3% - 20px);
}
@media only screen and (max-width: 480px) {
  .small-down--one-half {
    width: calc(50% - 0px);
  }
  .small-down--one-half.has-gutter {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .small-down--one-whole {
    width: calc(100% - 0px);
  }
  .small-down--one-whole.has-gutter {
    width: calc(100% - 20px);
  }
}
.is-relative {
  position: relative;
}
.vertically-bottom {
  bottom: 0;
  top: auto;
  transform: none;
}
.vertically-top {
  bottom: auto;
  top: 0;
  transform: none;
}
.vertically-center {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.wide {
  width: 100%;
  max-width: 100%;
}
.is-contained {
  max-width: 80%;
  margin: 0 auto;
}
.is-container {
  max-width: 400px;
}
.is-wide {
  width: 100%;
}
.is-container {
  width: auto;
}
.button {
  height: 45px;
  padding: 0 35px;
  width: fit-content;
  background: none;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button.button--primary {
  border: 1px solid #2b2b2a;
  color: #2b2b2a;
}
.button.button.button--secondary {
  background: #fff;
  color: #000;
}
.button.button--link {
  border-bottom: 1px solid;
  padding: 0;
  height: auto;
}
.collection-hero-banner.collection-hero-festive-edit * {
  color: #fff;
}
.featured-banner-new {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .featured-banner-new .image-element__wrap {
    max-height: 500px !important;
  }
  .featured-banner-new .image-element__wrap img {
    max-height: 500px !important;
  }
}
@media only screen and (max-width: 480px) {
  .featured-banner-new .image-element__wrap {
    max-height: 700px !important;
    min-height: 700px !important;
  }
  .featured-banner-new .image-element__wrap img {
    max-height: 700px !important;
    min-height: 700px !important;
  }
}
@media only screen and (min-width: 1051px) {
  .featured-banner-new.is-hero .featured-banner-content-wrapper,
  .featured-banner-new.is-hero .featured-banner-content-container {
    position: relative;
  }
}
.featured-banner-new.is-hero .image-element__wrap img {
  -webkit-backface-visibility: initial;
}
.featured-banner-new .featured-banner-video-wrapper {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
.featured-banner-new .featured-banner-video-wrapper iframe {
  position: absolute;
  width: 110%;
  height: 126%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 798px) {
  .featured-banner-new .featured-banner-video-wrapper iframe {
    width: 249%;
    height: 212%;
  }
}
.featured-banner-new .featured-banner-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-banner-new .featured-banner-content-wrapper p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) {
  .featured-banner-new .featured-banner-content-wrapper p {
    font-size: 16px;
  }
}
.featured-banner-new .container {
  height: 100%;
}
.featured-banner-new .featured-banner-content-container {
  position: absolute;
  padding: 30px 0;
}
@media only screen and (max-width: 798px) {
  .featured-banner-new .featured-banner-content-container {
    width: 94%;
    padding: 10px;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    height: fit-content;
    background: none !important;
  }
}
.featured-banner-new .featured-banner-video-control {
  position: absolute;
  bottom: 190px;
  right: 0;
}
@media only screen and (max-width: 1440px) {
  .featured-banner-new .featured-banner-video-control {
    bottom: 70px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-banner-new .featured-banner-video-control {
    bottom: 40px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-banner-new .featured-banner-video-control {
    width: 100%;
  }
}
.featured-banner-new .featured-banner-video-control ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 798px) {
  .featured-banner-new .featured-banner-video-control ul {
    justify-content: center;
  }
}
.featured-banner-new .featured-banner-video-control ul li {
  margin-left: 10px;
}
@media only screen and (max-width: 1440px) {
  .featured-banner-new .featured-banner-video-control ul li img {
    max-width: 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .featured-banner-new .featured-banner-video-control ul li img {
    max-width: 40px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-banner-new .featured-banner-video-control ul li {
    margin: 0px;
    padding: 7px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-banner-new.featured-banner-clp-christmas__featured-banner-3
    .image-element__wrap {
    max-height: 500px !important;
    min-height: 500px !important;
  }
  .featured-banner-new.featured-banner-clp-christmas__featured-banner-3
    .image-element__wrap
    img {
    max-height: 500px !important;
    min-height: 500px !important;
  }
}
@media only screen and (max-width: 480px) {
  .iwt_section .iwt__image-wrapper {
    order: -1;
  }
}
.iwt_section .iwt__image-wrapper img.iwt__image {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
.iwt_section img.iwt__image--extra {
  position: absolute;
}
.iwt_section .iwt_content {
  max-width: 300px;
  margin: 0 auto;
}
.iwt_section .iwt_content .iwt_content--buttons {
  margin-top: 15px;
}
.iwt_section .iwt_content .hide_mobile {
  display: block;
}
.iwt_section .iwt_content .show_mobile {
  display: none;
}
@media only screen and (max-width: 798px) {
  .iwt_section .iwt_content .show_mobile {
    display: block;
  }
  .iwt_section .iwt_content .hide_mobile {
    display: none;
  }
}
.featured-blocks__image img {
  width: 100%;
  max-width: 100% !important;
  max-height: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 798px) {
  .richtext_section {
    padding: 20px 30px !important;
  }
}
#shopify-section-clp-christmas__image-with-text-3 .iwt_content {
  padding-bottom: 30px;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 480px) {
  #shopify-section-clp-christmas__featured-blocks-1
    .featured-blocks__image.featured-block:first-child,
  #shopify-section-clp-christmas__featured-blocks-3
    .featured-blocks__image.featured-block:first-child {
    padding-right: 2.5px;
  }
  #shopify-section-clp-christmas__featured-blocks-1
    .featured-blocks__image.featured-block:nth-child(2),
  #shopify-section-clp-christmas__featured-blocks-3
    .featured-blocks__image.featured-block:nth-child(2) {
    padding-left: 2.5px;
  }
  #shopify-section-clp-christmas__image-with-text-3 .iwt_content {
    padding-bottom: 30px;
  }
  #shopify-section-clp-christmas__image-with-text-3 .iwt_content * {
    text-align: left;
  }
  #shopify-section-clp-christmas__featured-banner-3
    .featured-banner-content-container
    * {
    text-align: left;
    margin-left: 0;
    display: flex;
    margin-right: auto;
  }
  #shopify-section-clp-christmas__featured-banner-3
    .featured-banner-content-container {
    text-align: left;
  }
  #shopify-section-clp-christmas__featured-banner-3
    .featured-banner-content-container
    a {
    display: inline-block;
  }
  #shopify-section-clp-christmas__featured-blocks .featured-blocks_section,
  #shopify-section-clp-christmas__featured-blocks-2 .featured-blocks_section {
    position: relative;
    margin-bottom: 150px;
  }
  #shopify-section-clp-christmas__featured-blocks
    .featured-blocks_section
    .featured-block.featured-blocks__text,
  #shopify-section-clp-christmas__featured-blocks-2
    .featured-blocks_section
    .featured-block.featured-blocks__text {
    order: -1;
    text-align: center;
    margin-bottom: 30px;
  }
  #shopify-section-clp-christmas__featured-blocks
    .featured-blocks_section
    .featured-block.featured-blocks__text
    *,
  #shopify-section-clp-christmas__featured-blocks-2
    .featured-blocks_section
    .featured-block.featured-blocks__text
    * {
    text-align: center;
  }
  #shopify-section-clp-christmas__featured-blocks
    .featured-blocks_section
    .featured-block.featured-blocks__image,
  #shopify-section-clp-christmas__featured-blocks-2
    .featured-blocks_section
    .featured-block.featured-blocks__image {
    position: relative;
  }
  #shopify-section-clp-christmas__featured-blocks
    .featured-blocks_section
    .featured-block.featured-blocks__image:first-child,
  #shopify-section-clp-christmas__featured-blocks-2
    .featured-blocks_section
    .featured-block.featured-blocks__image:first-child {
    position: absolute;
    top: calc(100% - 50px);
    z-index: 1;
  }
  #shopify-section-clp-christmas__featured-blocks
    .featured-blocks_section
    .featured-block.featured-blocks__image:nth-of-type(2),
  #shopify-section-clp-christmas__featured-blocks-2
    .featured-blocks_section
    .featured-block.featured-blocks__image:nth-of-type(2) {
    width: calc(100% - 20px);
  }
  #shopify-section-clp-christmas__featured-banner h2.h1.title.heading_top {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    display: block !important;
  }
  #shopify-section-clp-christmas__featured-banner h2.heading_bottom {
    display: none;
  }
  #shopify-section-clp-christmas__featured-banner a.button.button--secondary {
    background: #a2000f !important;
    color: #fff !important;
    width: 80%;
  }
  #shopify-section-clp-christmas__featured-blocks {
    padding-top: 40px !important;
  }
  #shopify-section-clp-christmas__featured-blocks .buttons.top {
    display: none;
  }
  #shopify-section-clp-christmas__featured-blocks .buttons.bottom {
    margin: 0 auto;
    display: block !important;
    text-align: center;
  }
  #shopify-section-clp-christmas__featured-blocks-2 .buttons.bottom {
    margin: 0 auto;
    display: block !important;
    text-align: center;
  }
  #shopify-section-clp-christmas__featured-blocks-2 .buttons.bottom a {
    color: #fff;
    border-color: #fff;
  }
  #shopify-section-clp-christmas__rich-text-2 a.button.button--primary,
  #shopify-section-clp-christmas__rich-text-4 a.button.button--primary {
    border: none;
    border-bottom: 1px solid;
    padding: 0;
    height: auto;
  }
  #shopify-section-clp-christmas__rich-text .buttons.is-align-center {
    display: none;
  }
}
.subtitle {
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .subtitle {
    font-size: 15px;
  }
}
#shopify-section-clp-christmas__featured-blocks h2,
#shopify-section-clp-christmas__image-with-text-3 h2,
#shopify-section-clp-christmas__rich-text-4 h2,
#shopify-section-clp-christmas__rich-text-3 h2,
#shopify-section-clp-christmas__image-with-text-2 h2,
#shopify-section-clp-christmas__image-with-text-1 h2,
#shopify-section-clp-christmas__image-with-text h2,
#shopify-section-clp-christmas__rich-text-1 h2,
#shopify-section-clp-christmas__rich-text-2 h2 {
  font-family: "Minerva-Modern";
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  #shopify-section-clp-christmas__featured-blocks h2,
  #shopify-section-clp-christmas__image-with-text-3 h2,
  #shopify-section-clp-christmas__rich-text-4 h2,
  #shopify-section-clp-christmas__rich-text-3 h2,
  #shopify-section-clp-christmas__image-with-text-2 h2,
  #shopify-section-clp-christmas__image-with-text-1 h2,
  #shopify-section-clp-christmas__image-with-text h2,
  #shopify-section-clp-christmas__rich-text-1 h2,
  #shopify-section-clp-christmas__rich-text-2 h2 {
    font-size: 28px;
  }
}
#shopify-section-clp-christmas__featured-blocks .subtitle,
#shopify-section-clp-christmas__image-with-text-3 .subtitle,
#shopify-section-clp-christmas__rich-text-4 .subtitle,
#shopify-section-clp-christmas__rich-text-3 .subtitle,
#shopify-section-clp-christmas__image-with-text-2 .subtitle,
#shopify-section-clp-christmas__image-with-text-1 .subtitle,
#shopify-section-clp-christmas__image-with-text .subtitle,
#shopify-section-clp-christmas__rich-text-1 .subtitle,
#shopify-section-clp-christmas__rich-text-2 .subtitle {
  font-family: "Lato";
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  #shopify-section-clp-christmas__featured-blocks .subtitle,
  #shopify-section-clp-christmas__image-with-text-3 .subtitle,
  #shopify-section-clp-christmas__rich-text-4 .subtitle,
  #shopify-section-clp-christmas__rich-text-3 .subtitle,
  #shopify-section-clp-christmas__image-with-text-2 .subtitle,
  #shopify-section-clp-christmas__image-with-text-1 .subtitle,
  #shopify-section-clp-christmas__image-with-text .subtitle,
  #shopify-section-clp-christmas__rich-text-1 .subtitle,
  #shopify-section-clp-christmas__rich-text-2 .subtitle {
    font-size: 15px;
  }
}
#shopify-section-clp-christmas__featured-blocks .button,
#shopify-section-clp-christmas__image-with-text-3 .button,
#shopify-section-clp-christmas__rich-text-4 .button,
#shopify-section-clp-christmas__rich-text-3 .button,
#shopify-section-clp-christmas__image-with-text-2 .button,
#shopify-section-clp-christmas__image-with-text-1 .button,
#shopify-section-clp-christmas__image-with-text .button,
#shopify-section-clp-christmas__rich-text-1 .button,
#shopify-section-clp-christmas__rich-text-2 .button {
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  #shopify-section-clp-christmas__featured-blocks .button,
  #shopify-section-clp-christmas__image-with-text-3 .button,
  #shopify-section-clp-christmas__rich-text-4 .button,
  #shopify-section-clp-christmas__rich-text-3 .button,
  #shopify-section-clp-christmas__image-with-text-2 .button,
  #shopify-section-clp-christmas__image-with-text-1 .button,
  #shopify-section-clp-christmas__image-with-text .button,
  #shopify-section-clp-christmas__rich-text-1 .button,
  #shopify-section-clp-christmas__rich-text-2 .button {
    font-size: 12px;
  }
}
#shopify-section-clp-christmas__featured-blocks-3 {
  padding: 60px 0 !important;
  padding-top: 100px !important;
  margin-top: -100px;
  margin-bottom: -60px;
}
#shopify-section-clp-christmas__image-with-text-1,
#shopify-section-clp-christmas__image-with-text-2,
#shopify-section-clp-christmas__image-with-text {
  background-color: #dadce0;
}
#shopify-section-clp-christmas__image-with-text-2 .section {
  padding-top: 100px !important;
  margin-top: -100px;
  z-index: 1;
  position: relative;
}
#shopify-section-clp-christmas__image-with-text-1 .section {
  padding-bottom: 211px !important;
  margin-bottom: -211px;
  z-index: 1;
  position: relative;
}
#shopify-section-clp-christmas__image-with-text .section {
  padding-bottom: 180px !important;
  background-position: center;
  margin-bottom: -100px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 799px) {
  div#shopify-section-clp-christmas__featured-blocks-1 .featured-products-wrap {
    padding-bottom: 63px;
  }
}
@media screen and (min-width: 1700px) {
  div#shopify-section-clp-christmas__featured-blocks-1 {
    background-repeat: no-repeat;
    padding-bottom: 150px;
    margin-bottom: -120px;
  }
  #shopify-section-clp-christmas__image-with-text-1 > .section,
  #shopify-section-clp-christmas__image-with-text-2 > .section,
  #shopify-section-clp-christmas__image-with-text > .section {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 798px) {
  div#shopify-section-clp-christmas__featured-banner-2 {
    display: none;
  }
  .medium-down--hide {
    display: none !important;
  }
  .banner-top-extra {
    width: 120px;
    left: 10%;
    right: auto !important;
    top: 48% !important;
  }
  #shopify-section-clp-christmas__rich-text-1 {
    border-top: 1px solid #d1cfcf;
    margin-top: 30px;
  }
  #shopify-section-clp-christmas__rich-text-3 h2 {
    margin-top: 20px;
  }
  div#shopify-section-clp-christmas__featured-blocks-1 {
    background: none !important;
    padding: 0;
  }
  #shopify-section-clp-christmas__image-with-text {
    overflow: hidden;
  }
  #shopify-section-clp-christmas__image-with-text .iwt__image--extra-one {
    right: -12%;
    transform: none !important;
    max-width: 70px !important;
    top: 50% !important;
    left: auto !important;
  }
  #shopify-section-clp-christmas__image-with-text-1 .iwt__image-wrapper {
    margin-bottom: 50px;
  }
  #shopify-section-clp-christmas__image-with-text-1 .iwt__image--extra-one {
    bottom: 0;
    right: 10% !important;
    transform: translate(-50%, 50%) !important;
    max-width: 70px !important;
    left: auto !important;
  }
  #shopify-section-clp-christmas__image-with-text-2 .iwt__image-wrapper {
    margin-bottom: 50px;
  }
  #shopify-section-clp-christmas__image-with-text-2 .iwt__image--extra-one {
    bottom: 0 !important;
    top: 50% !important;
    transform: none !important;
    z-index: 120 !important;
    max-width: 70px !important;
    left: -14% !important;
  }
}
.clp-featured-bg-1 {
  position: absolute;
  right: 33%;
  z-index: 9;
  top: 73%;
  width: 58px;
}
.clp-featured-bg-2 {
  position: absolute;
  left: 13%;
  z-index: 9;
  top: 61%;
  width: 147px;
}
.clp-featured-bg-3 {
  position: absolute;
  right: 10%;
  z-index: 9;
  top: 25%;
}
.clp-featured-bg-4 {
  position: absolute;
  left: 36%;
  z-index: 9;
  top: 77%;
  width: 20px;
}
.clp-featured-bg-5 {
  position: absolute;
  left: 38%;
  z-index: 9;
  top: 72%;
  width: 25px;
}
.jewellery-sets-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jewellery-sets-wrap .jewellery-sets-img-wrap {
  width: 54.6%;
}
@media only screen and (max-width: 798px) {
  .jewellery-sets-wrap .jewellery-sets-img-wrap {
    width: 100%;
  }
}
.jewellery-sets-wrap .jewellery-sets-content-wrap {
  width: 45.4%;
  position: relative;
}
@media only screen and (max-width: 798px) {
  .jewellery-sets-wrap .jewellery-sets-content-wrap {
    width: 100%;
  }
}
.jewellery-sets-wrap .jsc-bg-first {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 75%;
}
@media only screen and (max-width: 1440px) {
  .jewellery-sets-wrap .jsc-bg-first {
    max-width: 60%;
  }
}
@media only screen and (max-width: 798px) {
  .jewellery-sets-wrap .jsc-bg-first {
    max-width: 160px;
  }
}
.jewellery-sets-wrap .jsc-content {
  max-width: 530px;
  margin: 0px auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 33%;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .jewellery-sets-wrap .jsc-content {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 798px) {
  .jewellery-sets-wrap .jsc-content {
    width: 100%;
    text-align: left;
    padding: 40px 15px;
    position: relative;
    bottom: initial;
  }
}
.jewellery-sets-wrap .jsc-sub-content {
  margin-top: 13px;
  font-weight: 500;
}
#shopify-section-clp-christmas__featured-blocks-1
  .style-it-in-silver
  .fpl-image-dot-img-second {
  left: initial;
  right: -20px;
}
#shopify-section-clp-christmas__featured-blocks-1
  .style-it-in-silver
  .fpl-image-dot-img-second
  circle {
  fill: #a2000f;
}
#shopify-section-clp-christmas__featured-blocks-1
  .style-it-in-silver
  .fpl-image-dot-img-first
  circle {
  fill: #a2000f;
}
#shopify-section-clp-christmas__rich-text-3 .subtitle {
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  #shopify-section-clp-christmas__rich-text-3 .subtitle {
    font-size: 16px;
  }
}
.contact-section-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 1040px;
  margin: 30px auto;
}
.contact-section-wrap .contact-form-wrap {
  width: 45%;
}
@media only screen and (max-width: 798px) {
  .contact-section-wrap .contact-form-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact-section-wrap .contact-info-wrap {
  width: 45%;
}
@media only screen and (max-width: 798px) {
  .contact-section-wrap .contact-info-wrap {
    width: 100%;
    text-align: center;
  }
}
.contact-section-wrap .form-row input,
.contact-section-wrap .form-row textarea {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.contact-section-wrap .form-row input::placeholder,
.contact-section-wrap .form-row textarea::placeholder {
  font-weight: 300;
}
.contact-section-wrap .form-row input {
  height: 44px;
}
.contact-section-wrap .form-row input.action_button {
  max-width: 200px;
  padding: 10px;
  background-color: #000;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  border: 0px;
  outline: 0px;
  width: 100%;
  color: #fff;
  height: auto;
}
.page-giveaway-wrap .page-giveaway-content {
  text-align: center;
  padding: 60px 0px;
}
.page-giveaway-wrap .pg-content2 {
  margin-top: 25px;
}
.page-giveaway-wrap .pg-content1 {
  margin-bottom: 25px;
}
.page-giveaway-signup-wrap {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5607843137);
  z-index: 99999999;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.page-giveaway-signup-wrap .pg-signup-container {
  background-color: #fff;
  max-width: 650px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 798px) {
  .page-giveaway-signup-wrap .pg-signup-container {
    max-width: 90%;
  }
}
.page-giveaway-signup-wrap .pg-signup-img {
  background-size: cover;
  background-position: center;
  width: 40%;
}
@media only screen and (max-width: 480px) {
  .page-giveaway-signup-wrap .pg-signup-img {
    width: 100%;
    display: none;
  }
}
.page-giveaway-signup-wrap .pg-signup-form {
  padding: 60px 20px;
  width: 60%;
}
@media only screen and (max-width: 480px) {
  .page-giveaway-signup-wrap .pg-signup-form {
    width: 100%;
  }
}
.page-giveaway-signup-wrap
  .pg-signup-form
  .pg-signup-form-wrap
  form
  > .needsclick
  > .needsclick:nth-child(4) {
  align-items: center;
}
.page-giveaway-signup-wrap
  .pg-signup-form
  .pg-signup-form-wrap
  form
  > .needsclick
  > .needsclick:nth-child(4)
  > div:first-child {
  max-width: 20px;
}
.page-content ol {
  list-style: decimal;
  padding-left: 20px;
}
.bundle_list-wrap {
  padding: 20px 0px;
}
.bundle_list-wrap.no-selected-bundles .bundle_list-check span {
  border: 1px solid red !important;
}
.bundle_list-wrap .bundle_list-cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 20px;
}
.bundle_list-wrap .bundle_list-cell:last-child {
  margin-bottom: 0px;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-img {
  width: 60px;
  margin-right: 20px;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-img img {
  max-width: 100%;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-content {
  width: calc(100% - 97px);
}
.bundle_list-wrap .bundle_list-cell .bundle_list-content a {
  display: block;
  margin-bottom: 4px;
}
.bundle_list-wrap
  .bundle_list-cell
  .bundle_list-content
  .bundle_list-variant-title {
  display: block;
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 5px;
}
.bundle_list-wrap
  .bundle_list-cell
  .bundle_list-content
  .bundle_list-price-wrap {
  font-size: 12px;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-content .sale .was_price {
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.4;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-content .sale .current_price {
  color: red;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-content .sale .money {
  opacity: 1;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-content .selector-wrapper {
  display: none;
}
.bundle_list-wrap
  .bundle_list-cell
  .bundle_list-content
  .bundle_sizes-wrap
  .bundle_size-option {
  font-size: 12px;
  padding: 5px;
  display: inline-block;
  background: #e2e2e2;
  margin-top: 3px;
  cursor: pointer;
  margin-right: 3px;
}
.bundle_list-wrap
  .bundle_list-cell
  .bundle_list-content
  .bundle_sizes-wrap
  .bundle_size-option.active {
  background: #000;
  color: #fff;
}
.bundle_list-wrap
  .bundle_list-cell
  .bundle_list-content
  .bundle_sizes-wrap
  .bundle_size-option.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-content .sold_out {
  display: block;
  margin-top: 5px;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-check {
  width: 17px;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-check label {
  cursor: pointer;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-check input {
  display: none;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-check input:checked + span {
  background-color: #000;
}
.bundle_list-wrap
  .bundle_list-cell
  .bundle_list-check
  input:checked
  + span::after {
  content: "";
  width: 4px;
  height: 9px;
  border-style: solid;
  position: absolute;
  border-width: 0px 2px 2px 0px;
  border-color: #fff;
  transform: rotate(31deg);
  left: 4px;
  top: 1px;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-check span {
  width: 17px;
  height: 17px;
  position: relative;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 15px;
  top: 3px;
}
.bundle_list-wrap .bundle_list-cell .bundle_list-check.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.bundle_list-variant-swatch .bundle-swatch-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}
.bundle_list-variant-swatch .bundle-swatch-wrapper .bundle-swatch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
}
.bundle_list-variant-swatch
  .bundle-swatch-wrapper
  .bundle-swatch
  .bundle-swatch-element
  label {
  margin-right: 5px;
  cursor: pointer;
}
.bundle_list-variant-swatch
  .bundle-swatch-wrapper
  .bundle-swatch
  .bundle-swatch-element.color
  label {
  cursor: pointer;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 100%;
  background-size: cover;
}
.bundle_list-variant-swatch
  .bundle-swatch-wrapper
  .bundle-swatch
  .bundle-swatch-element.soldout
  label {
  pointer-events: none;
}
.bundle_list-variant-swatch
  .bundle-swatch-wrapper
  .bundle-swatch
  .bundle-swatch-element.soldout
  label
  .crossed-out {
  display: block;
}
.bundle_list-variant-swatch .bundle-swatch-wrapper .bundle-swatch .crossed-out {
  display: none;
  width: 100%;
  height: 100%;
}
.bundle_list-variant-swatch .bundle-swatch-wrapper .bundle-swatch input {
  display: none;
}
.bundle_list-variant-swatch
  .bundle-swatch-wrapper
  .bundle-swatch
  input:checked
  + .color
  label {
  width: 20px;
  height: 20px;
}
.bundle_list-variant-swatch
  .bundle-swatch-wrapper
  .bundle-swatch
  input:checked
  + .bundle-swatch-element:not(.color) {
  text-decoration: underline;
}
.swatch_options + .material_select-wrap {
  border-top: 1px solid #e2e2e2;
}
.material_select-wrap a {
  display: block;
  text-align: right;
  font-weight: 500;
  opacity: 0.35;
  padding: 12px 0px;
}
.product-charm-selector {
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
  padding-bottom: 30px;
}
.product-charm-selector h3 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.product-charm-selector .product-charm-selector-header {
  margin-bottom: 10px;
}
.product-charm-selector .product-charm-selector-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options {
  width: calc(50% - 10px);
  font-size: 14px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .product-charm-selector
    .product-charm-selector-container
    .product-charm-selector-options {
    width: 100%;
    padding-top: 60px;
  }
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  select {
  padding: 10px 10px;
  border: 1px solid #707070;
  width: 100%;
  display: none;
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  .charmSelector {
  border: 1px solid #707070;
  background: #fff;
  cursor: pointer;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .product-charm-selector
    .product-charm-selector-container
    .product-charm-selector-options
    .charmSelector {
    top: 0px;
  }
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  .charmSelector
  span {
  padding: 10px;
  display: block;
  position: relative;
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  .charmSelector
  span::after {
  content: "";
  position: absolute;
  right: 10px;
  background-image: url(/cdn/shop/files/select-arrow-up.svg?v=1613741023);
  width: 18px;
  height: 9px;
  background-repeat: no-repeat;
  top: 40%;
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  .charmSelector.active
  span::after {
  transform: rotate(180deg);
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  .charmSelector.active
  .charmSelector-items {
  display: block;
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  .charmSelector-items {
  display: none;
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  .charmSelector-items
  .charmSelector-cell {
  padding: 2px 10px;
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  .charmSelector-items
  .charmSelector-cell:hover {
  background-color: #ecf0ed;
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-options
  .charmSelector-items
  .charmSelector-cell[disabled] {
  background-color: #eee !important;
  pointer-events: none;
}
.product-charm-selector
  .product-charm-selector-container
  .product-charm-selector-content {
  width: calc(50% - 10px);
  font-size: 12px;
  line-height: 1.7;
}
@media only screen and (max-width: 480px) {
  .product-charm-selector
    .product-charm-selector-container
    .product-charm-selector-content {
    width: 100%;
  }
}
.product-charm-selected-list {
  display: none;
}
.product-charm-selected-list .product-charm-cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-charm-selected-list .product-charm-cell .product-charm-cell-img {
  width: 95px;
  margin-right: 10px;
}
@media only screen and (max-width: 798px) {
  .product-charm-selected-list .product-charm-cell .product-charm-cell-img {
    width: 80px;
  }
}
.product-charm-selected-list .product-charm-cell .product-charm-cell-img img {
  border: 1px solid #d1d1d1;
  max-width: 100%;
}
.product-charm-selected-list .product-charm-cell .product-charm-cell-content {
  width: calc(100% - 135px);
}
@media only screen and (max-width: 798px) {
  .product-charm-selected-list .product-charm-cell .product-charm-cell-content {
    width: calc(100% - 120px);
  }
}
.product-charm-selected-list
  .product-charm-cell
  .product-charm-cell-content
  span {
  display: block;
  line-height: 1.5;
}
.product-charm-selected-list
  .product-charm-cell
  .product-charm-cell-content
  span.product-charm-price {
  font-weight: 500;
}
.product-charm-selected-list .product-charm-cell .product-charm-cell-check {
  width: 20px;
  margin-left: 10px;
}
.product-charm-selected-list
  .product-charm-cell
  .product-charm-cell-check
  label
  input {
  display: none;
}
.product-charm-selected-list
  .product-charm-cell
  .product-charm-cell-check
  label
  input:checked
  + span::after {
  content: "";
  width: 4px;
  height: 9px;
  border-style: solid;
  position: absolute;
  border-width: 0px 2px 2px 0px;
  border-color: #000;
  transform: rotate(31deg);
  left: 4px;
  top: 1px;
}
.product-charm-selected-list
  .product-charm-cell
  .product-charm-cell-check
  label
  span {
  width: 17px;
  height: 17px;
  position: relative;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 15px;
  top: 3px;
}
.preOrder-note {
  font-weight: 600;
  font-size: 13px;
}
#locksmith-content {
  text-align: center;
}
#locksmith-content .locksmith-passcode {
  border: 1px solid #171717;
  min-height: 45px;
}
#locksmith-content label {
  font-size: 30px;
  font-family: "Minerva-Modern", sans-serif;
  margin-top: 0px;
  font-weight: 300;
}
#locksmith-content .button {
  border: 1px solid #000;
  transition: background-color 0.2s linear, color 0.2s linear;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #000;
}
.content-hub-lookup .fpl-bg-image-first {
  animation: bgImgfirstshark 8s linear 2.5s infinite alternate;
  -webkit-animation: bgImgfirstshark 8s linear 2.5s infinite alternate;
}
#shopify-section-wedding-hub-lookup a.btn:hover {
  background-color: #5d5833;
  border: 1px solid #5d5833;
}
@media only screen and (max-width: 798px) {
  #shopify-section-wedding-hub-lookup h2 {
    text-align: center;
    max-width: 260px;
    margin: 0 auto 20px;
  }
}
#section--wedding-featured-image-text a.btn:hover,
#section--wedding-hub-banner a.btn:hover {
  background-color: #5d5833;
}
#shopify-section-wedding-hub-collections
  .featured-collections-wrapper
  .fc-preview-slider
  .fc-slider-cell
  .fc-slider-img-wrapper,
#shopify-section-wedding-hub-collections
  .featured-collections-wrapper
  .fc-slider
  .fc-slider-cell
  .fc-slider-img-wrapper {
  background-size: 100%;
  background-color: #fff;
}
#section--wedding-featured-image-text {
  height: 46.354vw;
  padding: 0;
}
#section--wedding-featured-image-text .featured-img-txt-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .fits-image-wrapper {
  width: 66.6%;
  height: 100%;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .fits-image-wrapper
  .fits-image-main {
  height: 100%;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .fits-image-wrapper
  .fits-image-main
  .image-element__wrap {
  height: 100%;
  max-width: 100% !important;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .fits-image-wrapper
  .fits-image-main
  .image-element__wrap
  img {
  height: 100%;
  object-fit: cover;
}
#section--wedding-featured-image-text .featured-img-txt-wrapper .content-part {
  width: 33.4%;
  padding: 5%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .content-part
  .sub-title {
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 75%;
  text-transform: none;
  font-family: Lato, sans-serif;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .content-part
  .align_left
  .sub-title {
  margin-left: 0;
  margin-right: auto;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .content-part
  .section-contents.center {
  text-align: center;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .content-part
  .section-contents.center
  .sub-title {
  margin-left: auto;
  margin-right: auto;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .content-part
  .section-contents.align_left {
  text-align: left;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .content-part
  .line-image {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .content-part
  .line-image
  svg {
  height: 100%;
}
#section--wedding-featured-image-text
  .featured-img-txt-wrapper
  .content-part
  .section-contents {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 798px) {
  #section--wedding-featured-image-text {
    height: auto;
  }
  #section--wedding-featured-image-text .featured-img-txt-wrapper {
    flex-direction: column;
  }
  #section--wedding-featured-image-text
    .featured-img-txt-wrapper
    .fits-image-wrapper {
    width: 100%;
  }
  #section--wedding-featured-image-text
    .featured-img-txt-wrapper
    .content-part {
    width: 100%;
  }
}
@keyframes bgImgfirstshark {
  0% {
    transform: translate(0px, 0px);
  }
  12.5% {
    transform: translate(8px, 8px);
  }
  25% {
    transform: translate(16px, 0px);
  }
  37.5% {
    transform: translate(24px, -8px);
  }
  50% {
    transform: translate(32px, 0px);
  }
  62.5% {
    transform: translate(24px, 8px);
  }
  75% {
    transform: translate(16px, 0px);
  }
  87.5% {
    transform: translate(8px, -8px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes bgImgfirstshark {
  0% {
    transform: translate(0px, 0px);
  }
  12.5% {
    transform: translate(8px, 8px);
  }
  25% {
    transform: translate(16px, 0px);
  }
  37.5% {
    transform: translate(24px, -8px);
  }
  50% {
    transform: translate(32px, 0px);
  }
  62.5% {
    transform: translate(24px, 8px);
  }
  75% {
    transform: translate(16px, 0px);
  }
  87.5% {
    transform: translate(8px, -8px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.content-hub-lookup .fpl-bg-image-second {
  animation: bgImgsecondshark 8s linear 2.5s infinite alternate;
  -webkit-animation: bgImgsecondshark 8s linear 2.5s infinite alternate;
}
@keyframes bgImgsecondshark {
  0% {
    transform: translate(-8px, 8px);
  }
  12.5% {
    transform: translate(-16px, 0px);
  }
  25% {
    transform: translate(-24px, -8px);
  }
  37.5% {
    transform: translate(-32px, 0px);
  }
  50% {
    transform: translate(-24px, 8px);
  }
  62.5% {
    transform: translate(-16px, 0px);
  }
  75% {
    transform: translate(-8px, -8px);
  }
  87.5% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-8px, 8px);
  }
}
@keyframes bgImgsecondshark {
  0% {
    transform: translate(-8px, 8px);
  }
  12.5% {
    transform: translate(-16px, 0px);
  }
  25% {
    transform: translate(-24px, -8px);
  }
  37.5% {
    transform: translate(-32px, 0px);
  }
  50% {
    transform: translate(-24px, 8px);
  }
  62.5% {
    transform: translate(-16px, 0px);
  }
  75% {
    transform: translate(-8px, -8px);
  }
  87.5% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-8px, 8px);
  }
}
.featured-products-wrap.content-hub-lookup .fpl-image-dot-img-first {
  animation: dotImgfirstshark 8s linear 2.5s infinite alternate;
  -webkit-animation: dotImgfirstshark 8s linear 2.5s infinite alternate;
}
@keyframes dotImgfirstshark {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  12.5% {
    transform: translate(8px, 8px) scale(0.9);
  }
  25% {
    transform: translate(16px, 0px) scale(0.8);
  }
  37.5% {
    transform: translate(24px, -8px) scale(0.7);
  }
  50% {
    transform: translate(32px, 0px) scale(0.6);
  }
  62.5% {
    transform: translate(24px, 8px) scale(0.7);
  }
  75% {
    transform: translate(16px, 0px) scale(0.8);
  }
  87.5% {
    transform: translate(8px, -8px) scale(0.9);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@-webkit-keyframes dotImgfirstshark {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  12.5% {
    transform: translate(8px, 8px) scale(0.9);
  }
  25% {
    transform: translate(16px, 0px) scale(0.8);
  }
  37.5% {
    transform: translate(24px, -8px) scale(0.7);
  }
  50% {
    transform: translate(32px, 0px) scale(0.6);
  }
  62.5% {
    transform: translate(24px, 8px) scale(0.7);
  }
  75% {
    transform: translate(16px, 0px) scale(0.8);
  }
  87.5% {
    transform: translate(8px, -8px) scale(0.9);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
.featured-products-wrap.content-hub-lookup .fpl-image-dot-img-second {
  animation: dotImgsecondshark 8s linear 2.5s infinite alternate;
  -webkit-animation: dotImgsecondshark 8s linear 2.5s infinite alternate;
}
@keyframes dotImgsecondshark {
  0% {
    transform: translate(-8px, 8px) scale(1);
  }
  12.5% {
    transform: translate(-16px, 0px) scale(0.8);
  }
  25% {
    transform: translate(-24px, -8px) scale(0.6);
  }
  37.5% {
    transform: translate(-32px, 0px) scale(0.4);
  }
  50% {
    transform: translate(-24px, 8px) scale(0.2);
  }
  62.5% {
    transform: translate(-16px, 0px) scale(0.4);
  }
  75% {
    transform: translate(-8px, -8px) scale(0.6);
  }
  87.5% {
    transform: translate(0px, 0px) scale(0.8);
  }
  100% {
    transform: translate(-8px, 8px) scale(1);
  }
}
@-webkit-keyframes dotImgsecondshark {
  0% {
    transform: translate(-8px, 8px) scale(1);
  }
  12.5% {
    transform: translate(-16px, 0px) scale(0.8);
  }
  25% {
    transform: translate(-24px, -8px) scale(0.6);
  }
  37.5% {
    transform: translate(-32px, 0px) scale(0.4);
  }
  50% {
    transform: translate(-24px, 8px) scale(0.2);
  }
  62.5% {
    transform: translate(-16px, 0px) scale(0.4);
  }
  75% {
    transform: translate(-8px, -8px) scale(0.6);
  }
  87.5% {
    transform: translate(0px, 0px) scale(0.8);
  }
  100% {
    transform: translate(-8px, 8px) scale(1);
  }
}
#create-customer .errors {
  display: block;
  width: 100%;
}
#accepts_marketing_checkbox input {
  width: auto;
  height: auto;
  min-height: 0px;
  display: inline;
}
#accepts_marketing_checkbox label {
  display: inline-block;
  width: calc(100% - 23px) !important;
  top: 20px;
  position: relative;
  left: 10px;
  margin-bottom: 40px;
  font-size: 14px;
}
#accepts_marketing_checkbox label p {
  text-align: left;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 1.5 !important;
}
.newsletter-disclaimer {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.newsletter-disclaimer p {
  font-size: 10px !important;
}
.hero-section-barbados .hero-content-container {
  max-width: 50%;
}
@media only screen and (max-width: 1050px) {
  .hero-section-barbados .hero-content-container {
    max-width: 100%;
    top: 43%;
  }
}
.hero-section-barbados .hero-content-container p {
  font-weight: 400;
}
.hero-section-barbados .hero-content-container p.smallprint {
  font-size: 14px;
}
.section--barbados-faq {
  background: #f8f9fa;
  padding-top: 80px;
  margin-bottom: 60px;
  clear: both;
}
.section--barbados-faq h2 {
  text-align: center;
}
.section-barbados-content-what {
  width: 100%;
  overflow: auto;
}
.section-barbados-content-what .barbados-content-what-row {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .section-barbados-content-what .barbados-content-what-row {
    display: block;
  }
}
.section-barbados-content-what
  .barbados-content-what-row
  .barbados-content-what-item {
  display: table-cell;
  width: 50%;
  max-width: 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 1050px) {
  .section-barbados-content-what
    .barbados-content-what-row
    .barbados-content-what-item {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.section-barbados-content-what
  .barbados-content-what-row
  .barbados-content-what-item.text-item {
  background: #dde4e5;
  padding: 0px 60px 0px;
  font-size: 19px;
  height: 100%;
  width: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1050px) {
  .section-barbados-content-what
    .barbados-content-what-row
    .barbados-content-what-item.text-item {
    padding: 30px 30px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }
}
.section-barbados-content-what
  .barbados-content-what-row
  .barbados-content-what-item.text-item
  h3 {
  font-size: 28px;
  line-height: 1.5;
}
@media only screen and (max-width: 1050px) {
  .section-barbados-content-what
    .barbados-content-what-row
    .barbados-content-what-item.text-item
    h3 {
    font-size: 20px;
  }
}
.section-barbados-content-what
  .barbados-content-what-row
  .barbados-content-what-item.text-item
  ul {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 40px;
}
.section-barbados-content-what
  .barbados-content-what-row
  .barbados-content-what-item.text-item
  ul
  li {
  margin-bottom: 20px;
  line-height: 1.5;
}
.section-barbados-content-what
  .barbados-content-what-row
  .barbados-content-what-item.text-item
  ul
  li::before {
  content: "•";
  color: #9da8ae;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.section-marine {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 1050px) {
  .section-marine {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-marine .container {
  max-width: 1000px;
  padding-left: 16px;
  padding-right: 16px;
}
.section-marine .row-marine {
  width: 100%;
  overflow: initial;
}
@media only screen and (max-width: 1050px) {
  .section-marine .row-marine {
    background-size: 90% !important;
  }
}
.section-marine .row-marine .marine-parallax-1 {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  z-index: -1;
}
.section-marine .row-marine .marine-parallax-2 {
  position: absolute;
  left: 50%;
  margin-left: -46px;
  z-index: -1;
  top: 300px;
}
.section-marine .row-marine .column-marine-left {
  width: 40%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .section-marine .row-marine .column-marine-left {
    width: 100%;
    float: none;
  }
}
.section-marine .row-marine .column-marine-left .marine-img-1 {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .section-marine
    .row-marine
    .column-marine-left
    .marine-img-1
    .image-element__wrap {
    max-width: 100% !important;
  }
}
.section-marine .row-marine .column-marine-left .marine-img-2 {
  position: absolute;
  bottom: -115px;
  right: -115px;
  width: 250px;
}
@media only screen and (min-width: 1051px) {
  .section-marine .row-marine .column-marine-left .marine-img-2 {
    position: absolute;
    bottom: -128px;
    right: -82px;
    width: 200px;
  }
}
@media only screen and (max-width: 1050px) {
  .section-marine .row-marine .column-marine-left .marine-img-2 {
    position: relative;
    bottom: 122px;
    right: auto;
    left: 50%;
    margin-left: -95px;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 190px;
  }
}
@media only screen and (max-width: 1050px) {
  .section-marine
    .row-marine
    .column-marine-left
    .marine-img-2
    .image-element__wrap {
    max-width: 100% !important;
  }
}
.section-marine .row-marine .column-marine-right {
  width: 60%;
  float: left;
}
@media only screen and (max-width: 1050px) {
  .section-marine .row-marine .column-marine-right {
    width: 100%;
    float: none;
    margin-top: -120px;
  }
}
.section-marine .row-marine .column-marine-right .column-marine-right-inner {
  padding-left: 30px;
}
@media only screen and (max-width: 1050px) {
  .section-marine .row-marine .column-marine-right .column-marine-right-inner {
    padding-left: 0px;
  }
}
.section-marine .row-marine .column-marine-right .column-marine-right-inner h3 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1050px) {
  .section-marine
    .row-marine
    .column-marine-right
    .column-marine-right-inner
    h3 {
    font-size: 20px;
  }
}
.section-marine .row-marine .column-marine-right .column-marine-right-inner h4 {
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (max-width: 1050px) {
  .section-marine
    .row-marine
    .column-marine-right
    .column-marine-right-inner
    h4 {
    font-size: 26px;
  }
}
.section-marine
  .row-marine
  .column-marine-right
  .column-marine-right-inner
  .content-main {
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
  .section-marine
    .row-marine
    .column-marine-right
    .column-marine-right-inner
    .content-main {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.section-marine
  .row-marine
  .column-marine-right
  .column-marine-right-inner
  .content-sub {
  width: 100%;
  max-width: 400px;
  float: right;
}
@media only screen and (max-width: 1050px) {
  .section-marine
    .row-marine
    .column-marine-right
    .column-marine-right-inner
    .content-sub {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.section-marine
  .row-marine
  .column-marine-right
  .column-marine-right-inner
  .content-sub
  .paragraph {
  margin-bottom: 20px;
}
.section-marine
  .row-marine
  .column-marine-right
  .column-marine-right-inner
  .content-sub
  h4 {
  display: inline;
  font-size: 18px;
}
.section-marine
  .row-marine
  .column-marine-right
  .column-marine-right-inner
  .marine-img-3 {
  z-index: -1;
  position: absolute;
  right: -100px;
  width: 150px;
  bottom: 0px;
}
@media only screen and (max-width: 1050px) {
  .section-marine
    .row-marine
    .column-marine-right
    .column-marine-right-inner
    .marine-img-3 {
    display: none;
  }
}
.section-video .container {
  max-width: 1000px;
  padding-left: 16px;
  padding-right: 16px;
}
.section-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-top: 100px;
}
@media only screen and (max-width: 1050px) {
  .section-video .video-container {
    margin-top: 50px;
  }
}
.section-video .video-container iframe,
.section-video .video-container object,
.section-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-sustainability-marine {
  padding-top: 125px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1050px) {
  .section-sustainability-marine {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.section-sustainability-marine .content-main {
  line-height: 1.8;
}
.section-sustainability-marine .row-marine {
  width: 100%;
  overflow: initial;
}
@media only screen and (max-width: 1050px) {
  .section-sustainability-marine .row-marine {
    background-size: 90% !important;
  }
}
.section-sustainability-marine .row-marine .marine-img-2 {
  width: 150px !important;
  bottom: 0px !important;
  right: -46px !important;
}
@media only screen and (min-width: 1051px) {
  .section-sustainability-marine .row-marine .marine-img-2 {
    width: 100px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .section-sustainability-marine .row-marine .marine-img-2 {
    display: none;
  }
}
@media only screen and (min-width: 1441px) {
  .section-sustainability-marine .row-marine .marine-img-2 {
    right: -37px !important;
  }
}
.section-sustainability-marine .row-marine .marine-parallax-1 {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  z-index: -1;
  top: 30%;
}
@media only screen and (max-width: 1050px) {
  .section-sustainability-marine .row-marine .marine-parallax-1 {
    display: none;
  }
}
.section-sustainability-marine .row-marine .marine-parallax-2 {
  position: absolute;
  left: 26%;
  margin-left: -46px;
  z-index: 1;
  top: 58%;
}
@media only screen and (min-width: 1441px) {
  .section-sustainability-marine .row-marine .marine-parallax-2 {
    top: 49%;
  }
}
@media only screen and (max-width: 1050px) {
  .section-sustainability-marine .row-marine .marine-parallax-2 {
    display: none;
  }
}
.section-sustainability-marine .content-sub {
  width: 100%;
  max-width: 440px !important;
  float: right;
}
@media only screen and (max-width: 1050px) {
  .section-sustainability-marine .content-sub {
    width: 100%;
    max-width: 100% !important;
    float: none;
  }
}
@media only screen and (max-width: 1050px) {
  .section-sustainability-marine .column-marine-right {
    margin-top: 40px !important;
  }
}
.sustainability-quote-section {
  border-top: none;
  padding-bottom: 150px;
  padding-top: 50px;
}
.page-clp-christmas .featured-products-wrap {
  padding-top: 45px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1440px) {
  .page-clp-christmas .featured-products-wrap {
    padding-top: 45px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .page-clp-christmas .featured-products-wrap {
    padding-top: 35px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 798px) {
  .page-clp-christmas .featured-products-wrap {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 798px) {
  .page-clp-christmas #shopify-section-clp-christmas__featured-blocks {
    padding-top: 30px;
  }
}
.button.button--primary {
  border: 1px solid #000;
  color: #000;
  transition: background-color 0.2s linear, color 0.2s linear;
  opacity: 1 !important;
}
.button.button--primary:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  opacity: 1 !important;
}
#shopify-section-1603771998148513a0 {
  margin-bottom: 30px;
}
.glproBranding {
  display: none !important;
}
.purchase-details__buttons button.add_to_cart {
  order: 2;
}
.purchase-details__buttons button.buynow-checkout-btn {
  order: 3;
}
.purchase-details__buttons .glproPageWrapper {
  order: 1;
  margin-bottom: 20px;
  display: none !important;
}
.purchase-details__buttons
  .glproPageWrapper
  label.glproGiftOptionsPageEleInnerEle {
  font-weight: 300;
  padding-left: 30px;
}
.purchase-details__buttons
  .glproPageWrapper
  .glproGiftOptionsPageEleCheckboxCheckmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
}
.purchase-details__buttons
  .glproPageWrapper
  .glproGiftOptionsPageEleInnerEle
  .glproGiftOptionsPageEleCheckboxCheckmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.glproGiftWrapNextButton,
.giftAddonsNextButton,
.giftMessageNextButton,
.scheduleDeliveryNextButton,
.greetingCardNextButton,
.glproGiftWrapNextButton,
.giftAddonsFinalButton,
.giftMessageFinalButton,
.scheduleDeliveryFinalButton,
.greetingCardFinalButton {
  cursor: pointer;
  border: 0px;
  border-radius: 0px !important;
  width: 100%;
  padding: 10px 16px;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 38px;
}
@media only screen and (max-width: 1440px) {
  .glproGiftWrapNextButton,
  .giftAddonsNextButton,
  .giftMessageNextButton,
  .scheduleDeliveryNextButton,
  .greetingCardNextButton,
  .glproGiftWrapNextButton,
  .giftAddonsFinalButton,
  .giftMessageFinalButton,
  .scheduleDeliveryFinalButton,
  .greetingCardFinalButton {
    font-size: 11px !important;
    line-height: 22px;
  }
}
.glproModalWrapper .glproNavigationItem {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.glproModalWrapper .glproModal {
  border-radius: 0px;
}
.glproModalWrapper .glproGiftMessageV2ToFromContainer {
  grid-gap: 15px !important;
}
.glproModalWrapper .glproGiftMessageV2InputFieldsDiv textarea {
  border-radius: 0px !important;
  border: 1px solid rgba(77, 77, 77, 0.32) !important;
  margin-top: 12px !important;
  max-height: 300px !important;
  color: #757575 !important;
}
.glproModalWrapper .glproGiftMessageV2InputFieldsDiv textarea:focus {
  outline: none;
}
.glproModalWrapper .glproGiftMessageV2FromField,
.glproGiftMessageV2ToField {
  padding: 10px 10px !important;
  border: 1px solid rgba(77, 77, 77, 0.32) !important;
  color: #757575 !important;
}
.glproModalWrapper .glproGiftMessageV2FromField:focus,
.glproGiftMessageV2ToField:focus {
  outline: none;
}
.glproModalWrapper .glproGiftMessageV2FromField::placeholder,
.glproGiftMessageV2ToField::placeholder,
.glproModalWrapper .glproGiftMessageV2InputFieldsDiv textarea {
  color: #757575 !important;
  font-weight: 300 !important;
}
.giftMessageV2MainContent {
  margin-top: 10px !important;
}
.glproGiftMessageV2Label {
  display: none !important;
}
.glproScheduleDeliveryDatePickerInput {
  border-radius: 0px !important;
  border: 1px solid rgba(77, 77, 77, 0.32) !important;
}
.purchase-details__buttons
  .glproPageWrapper
  .glproGiftOptionsPageEleCheckboxCheckmark,
.glproGiftOptionsPageEleInnerEle:hover
  input
  ~ .glproGiftOptionsPageEleCheckboxCheckmark {
  background-color: #fff !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 15px !important;
  font-weight: 400 !important;
}
.flatpickr-current-month input.cur-year {
  font-size: 15px !important;
  font-weight: 400 !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #000 !important;
  border-color: #000 !important;
}
.scheduleDeliveryBody {
  margin-top: 10px !important;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #000 !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #000 !important;
}
span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #000 !important;
}
span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000 !important;
}
.glproScheduleDeliveryDatePickerInput.flatpickr-input:focus-visible {
  outline: none !important;
}
.glproNavigationList {
  grid-auto-columns: minmax(0, 1fr);
}
.scheduleDeliveryBody .glproScheduleDeliveryDatePickerInput {
  border: 1px solid rgba(77, 77, 77, 0.32) !important;
}
.giftMessageV2MainContent,
.glproMainContentHTML,
.scheduleDeliveryMainContent {
  height: 550px !important;
  margin-bottom: 0px !important;
}
.lovenote-btn {
  margin-bottom: 5px;
}
.glproGiftCardSendNowButton:hover,
.glproGiftCardSendLaterButton:hover {
  transform: none !important;
}
.glproGiftCardSendNowButton,
.glproGiftCardSendLaterButton {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 400 !important;
}
.glproGiftCardSendNowButton:hover,
.glproGiftCardSendLaterButton:hover {
  transform: none !important;
}
.glproModal .glproGiftMessageV2Divider2 {
  display: none !important;
}
.glproGiftMessageV2InputFieldsDiv textarea {
  height: 200px !important;
}
@media (max-width: 767px) {
  .glproGiftMessageV2InputFieldsDiv textarea {
    height: 140px !important;
  }
}
.glproGiftMessageEmailDiv input,
.glproGiftCardDateLabel input,
.glproGiftCardDatePicker {
  padding: 10px 10px !important;
  border: 1px solid rgba(77, 77, 77, 0.32) !important;
  color: #757575 !important;
  line-height: 1.8 !important;
  border-radius: 0px !important;
}
.glproGiftMessageEmailLabel {
  display: none !important;
}
.glproGiftCardDateLabel {
  color: #8c8c8c !important;
  font-size: 0px !important;
}
.glproDeliveryOptions .glproGiftCardSendNowButton,
.glproDeliveryOptions .glproGiftCardSendLaterButton {
  border: 1px solid #000 !important;
  border-color: #000 !important;
  background-color: #fff !important;
}
.glproModalContent .glproDeliveryOptions .activeDeliveryOption {
  border: 1px solid #000 !important;
  border-color: #000 !important;
  background-color: #000 !important;
}
.giftMessageDeliveryInfo {
  display: none !important;
}
.giftMessageBody,
.scheduleDeliveryBody {
  background-image: url("../assets/bg-loveletter.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.glproDeliveryOptions .activeDeliveryOption {
  border: none !important;
}
.loveletter-popup-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
}
.loveletter-thankyou-wrapper {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 1;
  z-index: 999999999;
  top: 0;
  left: 0;
  overflow: hidden;
  animation-name: fadeIn_Container;
  animation-duration: 1s;
  background-color: rgba(34, 34, 34, 0.6);
  box-sizing: border-box;
}
.loveletter-thankyou-button {
  color: #fff;
  background: #000;
  padding: 10px 40px 10px;
  text-align: center;
  font-size: 18px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .loveletter-thankyou-button {
    padding: 10px 10px 15px;
    width: 95%;
  }
}
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive::before {
  content: "";
  display: block;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.notify-oos,
.notify-oos:visited {
  background-color: #000;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 5px;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 38px;
}
@media only screen and (max-width: 1440px) {
  .notify-oos,
  .notify-oos:visited {
    padding: 2px 20px;
    font-size: 11px;
    line-height: 34px;
  }
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
.container {
  width: 100%;
}
.block-style {
  overflow: hidden;
  padding: 2.5rem 0;
}
.block-style:first-child {
  padding-top: 5rem;
}
.block-style__text {
  margin-bottom: 2rem;
  text-align: center;
}
.block-style__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 17.5rem;
}
.block-style__media {
  margin-left: -15px;
  margin-right: -15px;
}
.block-style__video {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .block-style__subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 38rem;
  }
  .block-style__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-style__figure,
  .block-style__video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .block-style__text {
    margin-bottom: 3rem;
  }
  .block-style__title {
    font-size: 32px;
    max-width: none;
  }
  .block-style__subtitle p {
    font-size: 1rem;
  }
  .block-style__media-wrap {
    margin: 0 auto;
    max-width: 56rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-style__video::before,
  .block-style__video::after,
  .block-style__figure::before,
  .block-style__figure::after {
    content: "";
    display: block;
    position: absolute;
  }
  .block-style__video::before {
    background-image: url("../assets/manon-decor-3.svg");
    height: 378px;
    left: -5rem;
    top: 4.2rem;
    width: 356px;
  }
  .block-style__video::after {
    background-image: url("../assets/manon-decor-4.svg");
    height: 65px;
    left: -1rem;
    top: 5.8rem;
    width: 64px;
  }
  .block-style__figure::before {
    background-image: url("../assets/manon-decor-3.svg");
    height: 378px;
    right: -5rem;
    top: -5rem;
    width: 356px;
  }
  .block-style__figure::after {
    background-image: url("../assets/manon-decor-5.svg");
    bottom: -1rem;
    height: 56px;
    right: 20%;
    width: 102px;
  }
}
.block-images {
  overflow: hidden;
  padding: 2.5rem 0;
}
.block-images:first-child {
  padding-top: 5rem;
}
.block-images__text {
  margin-bottom: 2rem;
  text-align: center;
}
.block-images__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 17.5rem;
}
.block-images__media {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  .block-images__subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 38rem;
  }
  .block-images__subtitle p {
    font-size: 1rem;
  }
  .block-images__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-images__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    position: relative;
    width: 100%;
  }
  .block-images__text {
    margin-bottom: 3rem;
  }
  .block-images__title {
    font-size: 32px;
    max-width: none;
  }
  .block-images__media-wrap {
    margin: 0 auto;
    max-width: 56rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-images__figure::before,
  .block-images__figure::after {
    content: "";
    display: block;
    opacity: 0.5;
    position: absolute;
  }
  .block-images__figure:first-child::before {
    background-image: url("../assets/images-decor-3.svg");
    height: 378px;
    left: -5rem;
    top: 4.2rem;
    width: 356px;
  }
  .block-images__figure:first-child::after {
    background-image: url("../assets/images-decor-4.svg");
    height: 65px;
    left: -1rem;
    top: 5.8rem;
    width: 64px;
  }
  .block-images__figure:last-child::before {
    background-image: url("../assets/images-decor-3.svg");
    height: 378px;
    right: -5rem;
    top: -5rem;
    width: 356px;
  }
  .block-images__figure:last-child::after {
    background-image: url("../assets/images-decor-5.svg");
    bottom: -1rem;
    height: 56px;
    right: 20%;
    width: 102px;
  }
}
.block-look {
  padding: 2.5rem 0;
}
.block-look:first-child {
  padding-top: 5rem;
}
.block-look:last-child {
  margin-bottom: 5rem;
}
.block-look__text {
  margin-bottom: 2.5rem;
  text-align: center;
}
.block-look__description {
  margin: 0 auto;
  max-width: 38rem;
}
.block-look__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.block-look__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
  position: relative;
  width: 100%;
}
.block-look__col--images figure {
  margin-bottom: 0.625rem;
}
.block-look__figure-main {
  margin-left: -15px;
  margin-right: -15px;
}
.block-look__col--other-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  position: relative;
  width: 100%;
}
.block-look__look-title {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
  padding: 1rem 0 1.25rem;
  text-align: center;
}
.block-look__col--product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .block-look__title {
    font-size: 32px;
  }
  .block-look__col--images {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .block-look__figure-main {
    margin-left: 0;
    margin-right: 0;
  }
  .block-look__col--products {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666666%;
    flex: 0 0 66.6666666666%;
    max-width: 66.6666666666%;
  }
  .block-look__look-title {
    border-top: 1px solid #d1d1d1;
    text-align: left;
  }
  .block-look__col--product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .block-look__col--images {
    padding-right: 2rem;
  }
}
.block-text {
  padding: 2rem 0;
}
.block-text:last-child {
  padding-bottom: 5rem;
}
.block-text__text {
  margin: 0 auto;
  max-width: 800px;
}
.block-text__text p:last-child {
  margin-bottom: 0;
}
.block-text__text a {
  text-decoration: underline;
}
.block-text__text a:hover {
  text-decoration: none;
}
.manon-hero {
  position: relative;
}
.manon-hero--decorated::before,
.manon-hero--decorated::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
.manon-hero--decorated::before {
  background-image: url("../assets/manon-decor-1.svg");
  height: 339px;
  left: 0;
  top: 3rem;
  width: 78px;
}
.manon-hero--decorated::after {
  background-image: url("../assets/manon-decor-2.svg");
  height: 436px;
  right: 0;
  top: 0;
  width: 90px;
}
.manon-hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 25rem;
  padding: 5rem 0 3.75rem;
  position: relative;
  z-index: 1;
}
.manon-hero__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.manon-hero__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  text-align: center;
}
.manon-hero__text p {
  font-size: 1rem;
}
.manon-hero__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 17.5rem;
  text-transform: none;
}
.manon-hero__figure {
  margin-bottom: 2rem;
}
.manon-hero__btn.btn {
  background-color: #000;
  bottom: 0;
  color: #fff;
  left: 50%;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1;
}
.manon-hero__btn.btn:hover {
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .manon-hero__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2.8rem 0;
  }
  .manon-hero__col--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .manon-hero__col--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .manon-hero__figure {
    margin-bottom: 0;
    max-width: 30rem;
  }
  .manon-hero__text {
    margin-left: 4rem;
    margin-right: 0;
    max-width: 24rem;
    padding-right: 4rem;
    text-align: right;
  }
  .manon-hero__title {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  .manon-hero__row {
    min-height: 35rem;
  }
  .manon-hero--decorated::before {
    background-image: url("../assets/manon-decor-1-lg.svg");
    height: 362px;
    top: 6rem;
    width: 138px;
  }
  .manon-hero--decorated::after {
    background-image: url("../assets/manon-decor-2-lg.svg");
    bottom: 0;
    height: 455px;
    right: 2%;
    top: auto;
    width: 484px;
  }
  .manon-hero__text {
    margin-left: 9rem;
    max-width: 26rem;
    padding-right: 2rem;
  }
  .manon-hero__title {
    font-size: 3rem;
    line-height: 1.125;
  }
}
.custom-hero {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  position: relative;
}
.custom-hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5rem 0 3.75rem;
  position: relative;
  z-index: 1;
}
.custom-hero__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.custom-hero__text {
  margin-left: auto;
  max-width: 30rem;
  text-align: right;
}
.custom-hero__text p {
  font-size: 1rem;
}
.custom-hero__title {
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
}
.custom-hero__btn.btn {
  background-color: #000;
  bottom: 0;
  color: #fff;
  left: 50%;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1;
}
.custom-hero__btn.btn:hover {
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  .custom-hero__title {
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media only screen and (max-width: 768px) {
  .collection-testimonial .testimonial span {
    font-size: 18px;
    line-height: 20px;
  }
  .collection-testimonial .testimonial img {
    padding: 10px 0;
    width: 120px;
  }
  .collection-promo {
    margin: 30px 0;
  }
  .collection-feature .collection-content {
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
  }
  .collection-feature .collection-feature-image {
    width: 100%;
  }
  .curve-img {
    display: none;
  }
  .collection-promo .fpl-image-dot-img-first {
    display: none;
  }
  .collection-featured .featured-products-wrap .fpl-cell-img-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .collection-hero-banner .image-element__wrap img {
    height: 320px;
    max-width: 100%;
    object-fit: cover;
  }
}
#create-customer .action_button {
  background-color: #9da8ae;
}
#create-customer p {
  text-align: left;
  line-height: 18px;
  padding: 0;
}
#create-customer p:first-of-type {
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #create-customer p {
    text-align: center;
  }
}
.cart-rewards-button {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  line-height: normal;
}
#shopify-section-header {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 999;
  width: 100%;
}
#shopify-section-header.active {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  #shopify-section-header .nav-menu_right {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.main.content {
  margin-top: 71px;
}
@media only screen and (min-width: 1051px) {
  .main.content {
    margin-top: 121px;
  }
}
@media only screen and (min-width: 1441px) {
  .main.content {
    margin-top: 229px;
  }
}
.customer-account-dropdown {
  display: none;
  position: absolute;
  bottom: -105px;
  flex-direction: column;
  background: #fff;
  z-index: 999;
  padding: 10px 20px;
  text-align: left;
  width: 200px;
  border: 1px solid rgba(77, 77, 77, 0.32);
}
.customer-account-dropdown.active {
  display: flex;
}
.customer-account-dropdown p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.customer-account-dropdown a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 0;
  letter-spacing: 0;
}
.customer-account-dropdown a:hover {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #shopify-section-rewards-hero .hero-img-wrapper {
    position: relative;
  }
  #shopify-section-rewards-hero .container {
    position: unset;
  }
  #shopify-section-rewards-hero .container:after {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    background: rgba(0, 0, 0, 0.1);
    width: 100vw;
    height: 100%;
    z-index: 1;
  }
  #shopify-section-rewards-hero .hero-content-container {
    transform: translate(-50%, 0px);
    max-width: 100%;
    padding: 0 15px;
    z-index: 100;
  }
  #shopify-section-rewards-hero h1,
  #shopify-section-rewards-hero p {
    color: #fff;
  }
  #shopify-section-rewards-hero p {
    font-weight: 500;
  }
}
.rewards-benefits {
  padding: 45px 0;
  overflow: hidden;
}
.rewards-benefits h1 {
  text-align: center;
  display: none;
}
.rewards-benefits .rewards-benefits-inner {
  display: flex;
  flex-direction: column-reverse;
}
.rewards-benefits .rewards-benefits-inner .rewards-benefits-visual {
  position: relative;
  padding: 40px;
  min-height: 550px;
}
.rewards-benefits
  .rewards-benefits-inner
  .rewards-benefits-visual
  .background-shape {
  width: 140vw;
  position: absolute;
  top: -10vw;
  left: -20vw;
  z-index: -1;
}
.rewards-benefits
  .rewards-benefits-inner
  .rewards-benefits-visual
  .background-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60%;
  z-index: 0;
}
.rewards-benefits
  .rewards-benefits-inner
  .rewards-benefits-visual
  .foreground-image {
  max-width: 500px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 70%;
  z-index: 1;
}
.rewards-benefits
  .rewards-benefits-inner
  .rewards-benefits-visual
  .foreground-image
  .fpl-image-dot-img-first {
  position: absolute;
  bottom: 100px;
  left: -40px;
}
.rewards-benefits
  .rewards-benefits-inner
  .rewards-benefits-visual
  .foreground-image
  .fpl-image-dot-img-second {
  position: absolute;
  top: 50px;
  right: -25px;
}
.rewards-benefits .rewards-benefits-inner .rewards-benefits-info-wrapper {
  padding: 40px;
  margin-left: 20px;
}
.rewards-benefits .rewards-benefits-inner .rewards-benefits-info-wrapper h3 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.5px;
}
.rewards-benefits .rewards-benefits-inner .rewards-benefits-info-wrapper li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.rewards-benefits
  .rewards-benefits-inner
  .rewards-benefits-info-wrapper
  li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #9da8ae;
}
@media only screen and (min-width: 768px) {
  .rewards-benefits {
    padding: 90px 0;
    flex-direction: row;
  }
  .rewards-benefits h1 {
    display: block;
  }
  .rewards-benefits .rewards-benefits-inner {
    flex-direction: row;
    min-height: 600px;
  }
  .rewards-benefits .rewards-benefits-inner .rewards-benefits-visual {
    width: 60%;
    min-height: unset;
  }
  .rewards-benefits
    .rewards-benefits-inner
    .rewards-benefits-visual
    .background-shape {
    width: 110%;
    position: absolute;
    top: -100px;
    left: 0;
  }
  .rewards-benefits
    .rewards-benefits-inner
    .rewards-benefits-visual
    .background-image {
    width: 50%;
    top: -25px;
    left: 75px;
  }
  .rewards-benefits
    .rewards-benefits-inner
    .rewards-benefits-visual
    .foreground-image {
    width: 60%;
    right: 0;
    bottom: 10%;
  }
  .rewards-benefits .rewards-benefits-inner .rewards-benefits-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
  }
  .rewards-benefits .rewards-benefits-inner .rewards-benefits-info-wrapper h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .rewards-benefits .rewards-benefits-inner {
    min-height: 700px;
  }
  .rewards-benefits .rewards-benefits-inner .rewards-benefits-info-wrapper h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1220px) {
  .rewards-benefits .rewards-benefits-inner {
    min-height: 900px;
  }
  .rewards-benefits
    .rewards-benefits-inner
    .rewards-benefits-visual
    .background-image {
    width: 50%;
    top: -25px;
    left: 125px;
  }
}
section.section--rewards-refer {
  display: flex;
  flex-direction: column;
}
section.section--rewards-refer .rewards-refer-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
section.section--rewards-refer .rewards-refer-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section--rewards-refer
  .rewards-refer-content-container
  .rewards-refer-content {
  padding: 60px 16px;
  text-align: left;
}
section.section--rewards-refer
  .rewards-refer-content-container
  .rewards-refer-content
  p {
  margin-bottom: 20px;
}
section.section--rewards-refer
  .rewards-refer-content-container
  .rewards-refer-content
  .btn {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  section.section--rewards-refer {
    flex-direction: row;
  }
  section.section--rewards-refer .rewards-refer-image {
    width: 60%;
    max-height: 600px;
    overflow: hidden;
  }
  section.section--rewards-refer .rewards-refer-content-container {
    width: 40%;
  }
  section.section--rewards-refer
    .rewards-refer-content-container
    .rewards-refer-content {
    text-align: right;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  section.section--rewards-faq .hero-section {
    position: relative;
  }
  section.section--rewards-faq
    .hero-section
    .container.position--left
    .hero-content-container {
    transform: none;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
  }
  section.section--rewards-faq .hero-section .image-element__wrap img {
    margin-top: -10px;
  }
}
section.section--rewards-faq .rewards-faq {
  max-width: 1000px;
  padding: 30px 16px 90px;
}
section.section--rewards-faq .rewards-faq h1 {
  text-align: center;
}
section.section--rewards-faq .rewards-faq .tabs {
  overflow: hidden;
}
section.section--rewards-faq .rewards-faq .tab {
  width: 100%;
  overflow: hidden;
}
section.section--rewards-faq .rewards-faq .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.section--rewards-faq .rewards-faq .tab .tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #5a5a5a;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
  cursor: pointer;
  border-bottom: 1px solid #707070;
}
section.section--rewards-faq
  .rewards-faq
  .tab
  .tab-label
  .icon-down-arrow::after {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/next.png?v=1607090577");
  width: 8px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin-right: 5px;
}
section.section--rewards-faq .rewards-faq .tab .tab-content {
  max-height: 0;
  transition: ease-in-out 0.35s;
}
section.section--rewards-faq
  .rewards-faq
  input:checked
  + .tab-label
  .icon-down-arrow::after {
  transform: rotate(270deg);
}
section.section--rewards-faq .rewards-faq input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 15px 0 45px;
}
section.section--rewards-earn-points .rewards-earn-points {
  max-width: 1200px;
  padding: 45px 16px;
}
section.section--rewards-earn-points .rewards-earn-points h1 {
  text-align: center;
  margin-bottom: 40px;
}
section.section--rewards-earn-points .rewards-earn-points .earn-points-blocks {
  display: flex;
  flex-wrap: wrap;
}
section.section--rewards-earn-points
  .rewards-earn-points
  .earn-points-blocks
  > div {
  width: 50%;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
}
section.section--rewards-earn-points
  .rewards-earn-points
  .earn-points-blocks
  > div
  img {
  max-width: 70px;
}
section.section--rewards-earn-points
  .rewards-earn-points
  .earn-points-blocks
  > div
  h3 {
  margin-bottom: 10px;
}
section.section--rewards-earn-points
  .rewards-earn-points
  .earn-points-blocks
  > div
  p {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  section.section--rewards-earn-points .rewards-earn-points {
    padding: 90px 16px;
  }
  section.section--rewards-earn-points .rewards-earn-points h3 {
    font-size: 18px;
    line-height: 25px;
    min-height: 80px;
  }
  section.section--rewards-earn-points
    .rewards-earn-points
    .earn-points-blocks
    > div {
    width: 33.33%;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid #2b2b2a;
    margin-bottom: 50px;
  }
  section.section--rewards-earn-points
    .rewards-earn-points
    .earn-points-blocks
    > div:first-of-type,
  section.section--rewards-earn-points
    .rewards-earn-points
    .earn-points-blocks
    > div:nth-of-type(4) {
    border-left: 1px solid #2b2b2a;
  }
  section.section--rewards-earn-points
    .rewards-earn-points
    .earn-points-blocks
    > div
    h3 {
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  section.section--rewards-earn-points .rewards-earn-points h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
section.section--rewards-how-it-works .rewards-how-it-works {
  max-width: 1670px;
  padding: 45px 16px;
}
section.section--rewards-how-it-works .rewards-how-it-works h1 {
  text-align: center;
  margin-bottom: 60px;
}
section.section--rewards-how-it-works .rewards-how-it-works .how-it-works-tabs {
  display: flex;
  flex-wrap: wrap;
}
section.section--rewards-how-it-works
  .rewards-how-it-works
  .how-it-works-tabs
  .how-it-works-tab {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #2b2b2a;
  overflow: hidden;
}
section.section--rewards-how-it-works
  .rewards-how-it-works
  .how-it-works-tabs
  .how-it-works-tab
  input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.section--rewards-how-it-works
  .rewards-how-it-works
  .how-it-works-tabs
  .how-it-works-tab
  .tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  font-size: 18px;
  padding: 15px 0;
  cursor: pointer;
}
section.section--rewards-how-it-works
  .rewards-how-it-works
  .how-it-works-tabs
  .how-it-works-tab
  .icon-down-arrow::after {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/next.png?v=1607090577");
  width: 8px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin-right: 5px;
}
section.section--rewards-how-it-works
  .rewards-how-it-works
  .how-it-works-tabs
  .how-it-works-tab
  .tab-content
  p {
  text-align: left;
  max-height: 0;
  transition: ease-in-out 0.35s;
  margin-bottom: 0;
}
section.section--rewards-how-it-works
  .rewards-how-it-works
  .how-it-works-tabs
  .how-it-works-tab
  .tab-content
  p
  a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
section.section--rewards-how-it-works
  .rewards-how-it-works
  .how-it-works-tabs
  .how-it-works-tab
  input:checked
  + .tab-label
  .icon-down-arrow::after {
  transform: rotate(270deg);
}
section.section--rewards-how-it-works
  .rewards-how-it-works
  .how-it-works-tabs
  .how-it-works-tab
  input:checked
  ~ .tab-content
  p {
  max-height: 100vh;
  padding: 15px 0 25px;
}
@media only screen and (min-width: 768px) {
  section.section--rewards-how-it-works .rewards-how-it-works {
    padding: 90px 16px;
  }
  section.section--rewards-how-it-works .rewards-how-it-works h3 {
    font-size: 18px;
    line-height: 25px;
  }
  section.section--rewards-how-it-works
    .rewards-how-it-works
    .how-it-works-tabs
    .how-it-works-tab {
    width: 33.33%;
    padding: 0 60px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-right: 1px solid #2b2b2a;
    margin-bottom: 50px;
  }
  section.section--rewards-how-it-works
    .rewards-how-it-works
    .how-it-works-tabs
    .how-it-works-tab:last-of-type {
    border-right: 0;
  }
  section.section--rewards-how-it-works
    .rewards-how-it-works
    .how-it-works-tabs
    .how-it-works-tab
    .tab-label {
    display: block;
    text-align: center;
  }
  section.section--rewards-how-it-works
    .rewards-how-it-works
    .how-it-works-tabs
    .how-it-works-tab
    .icon-down-arrow::after {
    display: none;
  }
  section.section--rewards-how-it-works
    .rewards-how-it-works
    .how-it-works-tabs
    .how-it-works-tab
    .tab-content
    p {
    max-height: 100vh;
    padding: 0 !important;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  section.section--rewards-how-it-works .rewards-how-it-works h3 {
    font-size: 32px;
    line-height: 40px;
  }
  section.section--rewards-how-it-works
    .rewards-how-it-works
    .how-it-works-tabs
    .how-it-works-tab
    .tab-label {
    font-size: 32px;
    line-height: 40px;
  }
}
.shopify-section-account-page header.account-header {
  padding: 0;
}
.shopify-section-account-page header.account-header img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .shopify-section-account-page header.account-header img {
    height: 300px;
  }
}
.shopify-section-account-page header.account-header h1 {
  position: absolute;
  top: 50%;
  max-width: 80%;
  left: 5%;
  transform: translateY(-50%);
  font-family: Minerva-Modern;
  font-size: 34px;
  color: #fff;
}
.shopify-section-account-page .membership-information {
  background: #fff;
  border: 9px solid #f1edea;
  padding: 21px;
}
.shopify-section-account-page .membership-information .tier-name {
  margin-bottom: 10px;
}
.shopify-section-account-page .membership-information .membership-progress {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  height: 4px;
}
.shopify-section-account-page .membership-information ::-webkit-progress-value {
  appearance: none;
  background-color: #9da8ae;
}
.shopify-section-account-page .membership-information ::-webkit-progress-bar {
  background-color: #d8dcdf;
  height: 4px;
}
.shopify-section-account-page .membership-information .shop-now {
  display: block;
  width: 140px;
  max-width: 100%;
  border: 1px solid #2b2b2a;
  font-size: 12px;
  color: #2b2b2a;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto 0;
  padding: 5px 15px;
}
.shopify-section-account-page .membership-information .membership-next-tier {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0 15px;
  z-index: 999;
}
.shopify-section-account-page .account-modal-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.shopify-section-account-page #add-address-modal-desktop,
.shopify-section-account-page div[id^="edit_address_"] {
  max-height: calc(100% - 20px);
  margin: auto;
  overflow: scroll;
  z-index: 9999;
}
.shopify-section-account-page .edit-account h4 {
  font-size: 26px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .shopify-section-account-page .edit-account h4 {
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
.shopify-section-account-page .edit-account form input,
.shopify-section-account-page .edit-account form select {
  width: 100%;
  height: 53px;
  border: 1px solid #c5c5c5;
  margin: 5px 0;
  padding-left: 10px;
}
.shopify-section-account-page .edit-account form .checkbox-container {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 10px 0 20px;
}
.shopify-section-account-page .edit-account form .checkbox-container input {
  width: auto;
  height: unset;
  margin-right: 15px;
}
.shopify-section-account-page .edit-account form .action_bottom {
  display: flex;
  align-items: center;
}
.shopify-section-account-page .edit-account form .action_bottom input,
.shopify-section-account-page .edit-account form .action_bottom button {
  flex: 1;
  height: 42px;
  background-color: #9da8ae;
  margin: 0 5px 0 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0 5px;
  border: 0;
}
.shopify-section-account-page .edit-account form .action_bottom span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 42px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid #9da8ae;
  background-color: #fff;
  margin: 0 0 0 5px;
  text-transform: uppercase;
  padding: 0 5px;
  color: #9da8ae;
  cursor: pointer;
}
.shopify-section-account-page .edit-account form .action_bottom span a {
  color: #9da8ae;
}
.shopify-section-account-page .edit-account .edit-address-buttons {
  display: flex;
  margin-top: 20px;
}
.shopify-section-account-page .edit-account .edit-address-buttons P {
  position: relative !important;
  font-size: 12px;
  border: 1px solid #c5c5c5;
  margin-right: 5px;
  padding: 5px 10px;
  cursor: pointer;
}
.shopify-section-account-page .edit-account .edit-address-buttons P i {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .shopify-section-account-page .edit-account .account__new-address {
    padding-left: 40px;
  }
}
.shopify-section-account-page .edit-account .add-address-button {
  font-size: 12px;
  height: 42px;
  background-color: #9da8ae;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
.shopify-section-account-page .edit-account .add-address-form {
  width: 450px;
  max-width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 0.75s ease-in-out;
}
.shopify-section-account-page .edit-account .add-address-form.active {
  max-height: 1000px;
  transition: 0.75s ease-in-out;
}
.shopify-section-account-page .edit-account .add-address-form h4 {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0;
  padding-left: 0;
}
.shopify-section-account-page .edit-account .edit_address {
  width: 450px;
  max-width: 100%;
  max-height: 100%;
  overflow: scroll;
  box-shadow: none;
  border: 0;
  z-index: 9999;
}
.shopify-section-account-page .edit-account .edit_address h4 {
  padding-left: 0;
}
.shopify-section-account-page .edit-account .sign-out {
  background-color: #9da8ae;
  margin: 10px auto 0;
  color: #fff;
  text-transform: uppercase;
}
.shopify-section-account-page section.whats-on-tab .whats-on-teaser {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}
.shopify-section-account-page section.whats-on-tab .whats-on-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 0;
  background-color: #f1edea;
  margin: 0 -16px -30px;
  padding-top: 16px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.36);
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .whats-on-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  opacity: 1;
  padding: 0 16px;
  margin-bottom: 15px;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .whats-on-item
  a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  align-items: flex-start;
  text-transform: none;
  color: #000;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .whats-on-item
  a:hover {
  text-decoration: none;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .whats-on-item
  a
  .whats-on-top {
  width: 100%;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .whats-on-item
  a
  img {
  margin-bottom: 20px;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .whats-on-item
  a
  h3 {
  font-size: 26px;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .whats-on-item
  a
  p {
  margin-bottom: 25px;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .whats-on-item
  a
  .btn {
  background: none;
  border: none;
  border-bottom: 1px solid #94adaf;
  border-color: #000;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 auto;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .flickity-button {
  background: none;
  top: 132px;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .flickity-button
  svg
  path {
  fill: #fff;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .flickity-prev-next-button.previous {
  left: 16px;
}
.shopify-section-account-page
  section.whats-on-tab
  .whats-on-list
  .flickity-prev-next-button.next {
  right: 16px;
}
@media only screen and (min-width: 768px) {
  .shopify-section-account-page section.whats-on-tab .whats-on-list {
    flex-direction: row;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    border-bottom: none;
  }
  .shopify-section-account-page
    section.whats-on-tab
    .whats-on-list
    .whats-on-item {
    width: calc(33.33% - 10px);
    padding: 0;
    margin-bottom: 30px;
  }
  .shopify-section-account-page
    section.whats-on-tab
    .whats-on-list
    .whats-on-item
    a
    h3 {
    min-height: 50px;
  }
}
.shopify-section-account-page .account__benefits img,
.shopify-section-account-page #benefits-panel img {
  max-width: 100%;
}
.shopify-section-account-page .order-history .account__orders-order h3 {
  font-family: Minerva-Modern, sans-serif;
}
.shopify-section-account-page section.refer-tab .refer-tab-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 -16px;
}
.shopify-section-account-page
  section.refer-tab
  .refer-tab-container
  .refer-shape {
  position: absolute;
  top: 0;
  left: -10vw;
  right: 0;
  width: 120vw;
  height: auto;
  margin: auto;
  z-index: -1;
}
.shopify-section-account-page
  section.refer-tab
  .refer-tab-container
  .refer-image {
  position: relative;
  width: 80%;
  margin: 0 auto 40px;
}
.shopify-section-account-page
  section.refer-tab
  .refer-tab-container
  .fpl-image-dot-img-first {
  position: absolute;
  bottom: -35px;
  left: -45px;
  z-index: 10;
}
.shopify-section-account-page
  section.refer-tab
  .refer-tab-container
  .refer-content {
  text-align: center;
  padding: 0 32px;
}
.shopify-section-account-page
  section.refer-tab
  .refer-tab-container
  .refer-content
  h3 {
  display: none;
}
.shopify-section-account-page
  section.refer-tab
  .refer-tab-container
  .refer-content
  p {
  margin-bottom: 25px;
}
.shopify-section-account-page
  section.refer-tab
  .refer-tab-container
  .refer-content
  .btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .shopify-section-account-page section.refer-tab .refer-tab-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 60px 50px;
  }
  .shopify-section-account-page
    section.refer-tab
    .refer-tab-container
    .refer-shape {
    left: 0;
    width: 600px;
  }
  .shopify-section-account-page
    section.refer-tab
    .refer-tab-container
    .refer-media {
    width: 50%;
    max-width: 400px;
    padding-right: 20px;
  }
  .shopify-section-account-page
    section.refer-tab
    .refer-tab-container
    .refer-media
    .refer-image {
    width: 100%;
    margin: 0;
  }
  .shopify-section-account-page
    section.refer-tab
    .refer-tab-container
    .refer-content {
    width: 50%;
    max-width: 400px;
    text-align: left;
    padding-left: 20px;
  }
  .shopify-section-account-page
    section.refer-tab
    .refer-tab-container
    .refer-content
    h3 {
    display: block;
  }
}
@media only screen and (min-width: 1220px) {
  .shopify-section-account-page section.refer-tab .refer-tab-container {
    padding: 80px 50px;
  }
  .shopify-section-account-page
    section.refer-tab
    .refer-tab-container
    .refer-shape {
    width: 650px;
  }
}
.shopify-section-account-page .account__faqs ul {
  width: 100%;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .shopify-section-account-page .account__faqs ul {
    padding-left: 40px;
  }
}
.shopify-section-account-page .account__faqs li {
  padding-bottom: 20px;
}
.shopify-section-account-page .account__faqs h3 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #5a5a5a;
  margin-bottom: 5px;
}
.shopify-section-account-page .account__faqs .contact {
  text-align: center;
}
.shopify-section-account-page .account__faqs .contact span {
  font-size: 12px;
  line-height: 14px;
}
.shopify-section-account-page .account__faqs .contact span:first-of-type {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.shopify-section-account-page
  .accounts-container-mobile
  .tabs-section.for-mobile {
  max-width: 100%;
  margin: 0;
}
.shopify-section-account-page
  .accounts-container-mobile
  .tabs-section.for-mobile
  .tabs--panel:before,
.shopify-section-account-page
  .accounts-container-mobile
  .tabs-section.for-mobile
  .tabs--panel:after {
  display: none;
}
.shopify-section-account-page
  .accounts-container-mobile
  .tabs-section.for-mobile
  .tab--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1edea;
  padding: 15px;
  margin: 0;
}
.shopify-section-account-page
  .accounts-container-mobile
  .tabs-section.for-mobile
  .tab--title
  svg {
  height: 10px;
  width: 10px;
}
.shopify-section-account-page
  .accounts-container-mobile
  .tabs-section.for-mobile
  .tab--content {
  padding: 30px 15px;
}
.shopify-section-account-page .account__tabs.for-desktop {
  padding-top: 90px;
  padding-bottom: 90px;
}
.shopify-section-account-page .account__tabs {
  max-width: 1810px;
}
.shopify-section-account-page .account__tabs .membership-information {
  margin-bottom: 20px;
}
.shopify-section-account-page .account__tabs .tab-links-container {
  background-color: #f1edea;
  padding: 30px;
}
.shopify-section-account-page .account__tabs .tab-links-container .my-account {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 26px;
}
.shopify-section-account-page .account__tabs .tab-links-container #tab-links {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
}
.shopify-section-account-page
  .account__tabs
  .tab-links-container
  #tab-links
  li {
  padding: 0;
  margin-bottom: 20px;
}
.shopify-section-account-page
  .account__tabs
  .tab-links-container
  #tab-links
  li:last-child {
  margin-bottom: 0;
}
.shopify-section-account-page
  .account__tabs
  .tab-links-container
  #tab-links
  li
  a {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}
.shopify-section-account-page
  .account__tabs
  .tab-links-container
  #tab-links
  li
  a:hover {
  text-decoration: none;
  border-bottom: none;
  font-weight: 500;
}
.shopify-section-account-page
  .account__tabs
  .tab-links-container
  #tab-links
  li
  a.active
  span {
  text-decoration: none;
  border-bottom: none;
  font-weight: 500;
}
.shopify-section-account-page .account__tabs .sign-out-tab {
  width: 100%;
  margin: 20px 0 0;
  background-color: #f1edea;
  padding: 15px 30px;
}
.shopify-section-account-page .account__tabs .sign-out-tab li {
  padding: 0;
}
.shopify-section-account-page .account__tabs .sign-out-tab a {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 26px;
  text-align: left;
  text-transform: capitalize;
  padding: 0;
}
.shopify-section-account-page .account__tabs .sign-out-tab a:hover {
  text-decoration: none;
  border-bottom: none;
  font-weight: 500;
}
.shopify-section-account-page .account__tabs .account-section-header {
  display: flex;
  align-items: center;
  height: 120px;
  background-color: #9da8ae;
  padding-left: 40px;
  margin-bottom: 20px;
}
.shopify-section-account-page .account__tabs .account-section-header h3 {
  color: #fff;
  margin: 0;
  font-size: 32px;
  line-height: 30px;
}
.shopify-section-account-page .account__tabs .account-main {
  border: 0;
  padding-top: 0;
  margin-left: 20px;
}
.shopify-section-account-page .account__tabs .account-main div#customer_orders {
  max-width: 100%;
}
.shopify-section-account-page .account__addresses {
  justify-content: flex-start;
  margin: 0 -5px 20px;
}
.shopify-section-account-page .account__addresses .account__addresses-address {
  width: calc(50% - 10px);
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shopify-section-account-page .account__orders-order {
  min-width: unset;
  width: calc(50% - 11px);
}
#loyaltylion * {
  font-family: "Lato", sans-serif;
}
#loyaltylion .lion-header {
  text-transform: uppercase;
  color: #000;
}
#loyaltylion .lion-header .lion-header__your-points,
#loyaltylion .lion-header .lion-header__pending-points {
  font-size: 14px;
}
#loyaltylion .lion-header .lion-header__nav {
  display: none;
  padding: 20px 0 0;
}
#loyaltylion .lion-header .lion-header__nav .lion-header__nav-link {
  font-family: Minerva-Modern, sans-serif;
  border: 0;
  font-size: 14px;
}
#loyaltylion .lion-header .lion-header__nav .lion-header__nav-link:hover {
  border: 0;
}
#loyaltylion .lion-header .lion-header__nav .lion-header__nav-link:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  #loyaltylion .lion-header .lion-header__nav {
    display: block;
  }
  #loyaltylion .lion-header .lion-header__nav .lion-header__nav-link {
    font-size: 22px;
  }
}
#loyaltylion .lion-integrated-page-section__heading-text {
  font-family: Minerva-Modern, sans-serif;
  color: #000;
}
#loyaltylion .lion-rule-item__title,
#loyaltylion .lion-reward-item__title,
#loyaltylion .lion-claimed-reward-item__title,
#loyaltylion .lion-tier-box__title {
  font-family: Minerva-Modern, sans-serif;
  text-transform: uppercase;
  color: #171717;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
#loyaltylion .lion-action-button {
  border-radius: 0;
  color: #171717;
  border-color: #171717;
  text-transform: uppercase;
  font-size: 12px;
}
#loyaltylion .lion-action-button:hover {
  background-color: #171717;
  color: #fff;
}
#loyaltylion .lion-action-button span:before {
  display: none;
}
#loyaltylion .lion-action-button.lion-action-button--disabled {
  opacity: 0.5;
}
#loyaltylion .lion-claimed-rewards-list {
  background-color: #e6ecec;
  border-radius: 0;
}
#loyaltylion .lion-claimed-rewards-list .lion-claimed-reward-item {
  border-radius: 0;
  padding: 15px;
}
#loyaltylion
  .lion-claimed-rewards-list
  .lion-claimed-reward-item
  .lion-claimed-reward-item__icon {
  display: none;
}
#loyaltylion .lion-rewards-list {
  background-color: #fff;
  padding: 0;
}
#loyaltylion .lion-rewards-list .lion-reward-item__content {
  border-radius: 0;
  border: 10px solid #e6ecec;
}
#loyaltylion
  .lion-rewards-list
  .lion-reward-item__content
  .lion-reward-item__icon {
  display: none;
}
#loyaltylion .lion-rules-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid: none;
  grid-gap: 0px;
  grid-template-columns: none;
  border-radius: 0;
  background-color: #e6ecec;
  padding: 10px 10px 0px;
}
@media only screen and (min-width: 768px) {
  #loyaltylion .lion-rules-list {
    padding: 20px 20px 0px;
  }
}
#loyaltylion .lion-rules-list .lion-rule-item {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #loyaltylion .lion-rules-list .lion-rule-item {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
  }
}
#loyaltylion .lion-rules-list .lion-rule-item__content {
  justify-content: flex-start;
  padding: 30px 10px;
  border-radius: 0;
}
#loyaltylion .lion-rules-list .lion-icon__rule--purchase,
#loyaltylion .lion-rules-list .lion-icon__rule--signup,
#loyaltylion .lion-rules-list .lion-icon__rule--instagram-follow,
#loyaltylion .lion-rules-list .lion-icon__rule--facebook-like,
#loyaltylion .lion-rules-list .lion-icon__rule--newsletter-signup,
#loyaltylion .lion-rules-list .lion-icon__rule--birthday {
  background: url("../assets/rewards-shell.png") no-repeat;
  background-size: contain;
  width: 100px;
  height: 80px;
  -webkit-mask-image: initial;
}
#loyaltylion .lion-tier-overview {
  position: relative;
  background-color: #e6ecec;
  border-radius: 0;
}
#loyaltylion .lion-tier-overview .lion-tier-box {
  border-radius: 0;
  box-shadow: none;
  opacity: 0.5;
  padding: 5px;
}
#loyaltylion .lion-tier-overview .lion-tier-box.lion-tier-box--current {
  opacity: 1;
}
#loyaltylion .lion-tier-overview .lion-tier-box .lion-tier-box__position {
  display: none;
}
#loyaltylion .lion-tier-overview .lion-tier-box .lion-tier-box__header {
  padding: 20px 0 40px;
}
#loyaltylion .lion-tier-overview .lion-tier-box .lion-tier-box__sub-title {
  display: none;
}
#loyaltylion .lion-tier-overview .lion-tier-box .lion-tier-box__you-are-here {
  width: auto;
  color: #171717;
  background-color: #e6ecec;
  text-transform: uppercase;
  position: absolute;
  top: 100px;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 12px;
  background-color: #f1edea;
}
#loyaltylion .lion-tier-overview .lion-tier-box .lion-tier-box__purchase-rule {
  border: 0;
  background-color: #fff;
}
#loyaltylion .lion-tier-overview .lion-tier-box .lion-tier-box__benefits-list {
  display: none;
}
#loyaltylion .lion-tier-overview .lion-tier-box .lion-tier-box__expiry {
  display: none;
}
#loyaltylion .lion-tier-overview .lion-tier-box .lion-tier-box__value-to-next {
  color: #171717;
  border: 1px solid #171717;
  padding: 5px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 12px;
  text-align: center;
}
#loyaltylion .lion-history-table {
  border: 20px solid #e6ecec;
}
#loyaltylion .lion-history-table .lion-history-table__header-cell {
  font-family: Minerva-Modern, sans-serif;
  text-transform: uppercase;
  color: #171717;
  font-size: 18px;
  font-weight: normal;
}
#loyaltylion .lion-screen {
  background-color: rgba(0, 0, 0, 0.6);
}
#loyaltylion .lion-modal {
  padding: 40px 20px;
  border-radius: 0;
  background-color: #f1edea;
  width: 450px;
  max-width: 90%;
}
#loyaltylion .lion-modal__header {
  background-color: #f1edea;
  border: 0;
  padding: 0 0 10px;
}
#loyaltylion .lion-modal__header .lion-modal__title {
  font-family: Minerva-Modern, sans-serif;
  text-transform: uppercase;
  color: #171717;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  padding: 0;
}
#loyaltylion .lion-modal__header .lion-modal__title span {
  font-family: Minerva-Modern, sans-serif;
}
#loyaltylion .lion-modal__content {
  padding: 0;
  background-color: #f1edea;
}
#loyaltylion .lion-modal__content select,
#loyaltylion .lion-modal__content input {
  background-color: #fff !important;
}
#loyaltylion .lion-modal__content .lion-birthday-action__help {
  line-height: 24px;
}
#loyaltylion .lion-modal__content .lion-birthday-entry-form__inputs select {
  display: flex;
  order: 2;
}
#loyaltylion .lion-modal__content .lion-birthday-entry-form__inputs input {
  display: flex;
  order: 1;
}
#loyaltylion
  .lion-modal__content
  .lion-birthday-entry-form__inputs
  input:last-of-type {
  display: flex;
  order: 3;
}
#loyaltylion .lion-modal__content .lion-redeem-reward-modal__button-container {
  display: flex;
  flex-direction: column;
}
#loyaltylion .lion-modal__content .lion-action-button {
  background: none;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #171717;
  font-weight: normal;
  letter-spacing: 0.5px;
  border: 1px solid #171717;
  border-radius: 0;
}
#loyaltylion .lion-modal__content .lion-action-button:hover {
  background: none;
  color: #171717;
}
#loyaltylion
  .lion-modal__content
  .lion-history-info-modal-content__state-bubble {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #171717;
  color: #171717;
  top: 25px;
}
#loyaltylion .lion-modal__content .lion-history-info-modal-content__comment {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
#loyaltylion
  .lion-modal__content
  .lion-history-info-modal-content__comment
  .lion-reward-code {
  margin-right: -38px;
}
#loyaltylion
  .lion-modal__content
  .lion-history-info-modal-content__comment
  .lion-reward-code__code {
  background-color: #fff;
  border: 1px solid #171717;
  border-radius: 0;
  padding: 5px 15px;
}
#loyaltylion .lion-referral-widget-modal {
  background: rgba(0, 0, 0, 0);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  height: 500px;
  border-radius: 0;
  padding: 0 16px;
}
#loyaltylion
  .lion-referral-widget-modal
  .lion-referral-widget-modal__close-button {
  background-color: rgba(0, 0, 0, 0);
  right: 15px;
}
#loyaltylion .lion-referral-widget-modal .lion-referral-widget {
  background-color: #f1edea;
  height: 500px;
}
#loyaltylion .lion-referral-widget-modal .lion-referral-widget-main__heading {
  font-family: Minerva-Modern, sans-serif;
  text-transform: uppercase;
}
#loyaltylion
  .lion-referral-widget-modal
  .lion-referral-widget-main__share-link-url {
  border-radius: 0;
  border: 1px solid #171717;
}
#loyaltylion
  .lion-referral-widget-modal
  .lion-referral-widget-main__share-link-container {
  margin-right: -42px;
}
.about-banner {
  position: relative;
}
.about-banner-title {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
}
.about-banner-title h1 {
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 2.7px;
  color: #fff;
}
.about-vision {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 78vw;
  margin: 0 auto;
}
.visionleft {
  width: 100%;
  flex: 0 1 66%;
}
.visionrigt {
  width: 100%;
  flex: 0 1 34%;
  display: flex;
  align-items: center;
}
.visiontext {
  background: #fff;
  padding: 70px 75px;
  margin-left: -120px;
  margin-right: -20px;
  z-index: 1;
}
.aboutvisionma {
  position: relative;
  padding-top: 5em;
}
.aboutvisionma .fpl-bg-image-second {
  position: absolute;
  max-width: 60%;
  top: -12%;
  right: 2%;
  z-index: -1;
}
.aboutvisionma .fpl-bg-image-second img {
  max-width: 100% !important;
}
.visionleft .circle_img {
  position: absolute;
  top: -38px;
  right: -38px;
}
.visionleft {
  position: relative;
}
.both_vision {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  top: -10px;
  position: relative;
}
.img_vision {
  width: 100%;
  flex: 0 1 39%;
}
.text_vision {
  width: 100%;
  flex: 0 1 70%;
}
.img_vision img {
  width: 100%;
}
.text_vision p {
  font-family: "Minerva-Modern", sans-serif;
  font-size: 2.3em;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: #000;
  max-width: 48vw;
  margin: 0 auto;
  text-align: center;
}
#shopify-section-about-page-vision {
  position: relative;
}
.aboutvisionma .visinline.parallax-section img {
  width: 100%;
}
.aboutvisionma .visinline.parallax-section {
  position: absolute;
  max-width: 54%;
  top: 7%;
  z-index: 1;
  left: auto;
  right: 0;
  pointer-events: none;
}
#shopify-section-our-jewelry .aboutvisionma .visinline.parallax-section {
  max-width: 58%;
  right: 32%;
  top: auto;
  bottom: -3%;
}
.founderman {
  display: flex;
  background: #ebe2dd;
  align-items: center;
}
.foundertext {
  text-align: right;
  max-width: 411px;
  margin: auto;
}
.our-founder-inner {
  flex-grow: 1;
}
.fpl-bg-image-second {
  width: 68%;
}
.fpl-bg-image-second img {
  width: 100%;
  vertical-align: top;
}
.vision-title {
  text-align: center;
  font-size: 45px;
  letter-spacing: 2.2px;
  color: #4d4d4d;
  margin-bottom: 48px;
}
#shopify-section-about-blockquote {
  margin: 75px 0;
}
#shopify-section-about-center-banner {
  margin: 200px 0 75px;
}
#shopify-section-about-center-banner2 {
  margin: 200px 0 0;
}
.blockqoute-content {
  text-align: center;
}
.blockqoute-content p {
  font-family: Minerva-Modern, sans-serif;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #000;
  max-width: 1103px;
  margin: auto;
}
.founderimg {
  padding-bottom: 18px;
}
.foundertextinr img {
  max-height: 53px;
}
.is-mobile {
  display: none;
}
@media (max-width: 768px) {
  .is-desktop {
    display: none;
  }
  .is-mobile {
    display: block;
  }
  .about-banner {
    max-height: 575px;
    overflow: hidden;
  }
  .about-banner-title h1 {
    font-size: 62px;
    letter-spacing: 3px;
    line-height: 1;
  }
  .about-banner-title {
    top: 7%;
  }
  .about-vision {
    flex-direction: column;
    max-width: none;
    padding: 0 30px;
  }
  .vision-title {
    font-size: 42px;
    letter-spacing: 2px;
    margin-bottom: 31px;
  }
  .aboutvisionma {
    padding-top: 43px;
  }
  .visiontext {
    padding: 30px 0;
    margin: auto;
  }
  #shopify-section-our-jewelry .aboutvisionma .visinline.parallax-section {
    top: 68vw;
    bottom: auto;
    max-width: 98%;
    right: 2%;
  }
  #shopify-section-about-center-banner,
  #shopify-section-about-center-banner2 {
    margin: 0;
  }
  #shopify-section-about-blockquote {
    margin: 50px 0 58px;
  }
  .blockqoute-content p {
    font-size: 25px;
    line-height: 36px;
  }
  .blockqoute-content {
    padding: 0 13px;
  }
  .founderman {
    flex-direction: column;
  }
  .fpl-bg-image-second {
    width: 100%;
  }
  .foundertext {
    max-width: none;
    padding: 40px 30px 50px;
    text-align: center;
    transform: none !important;
  }
  .foundertext h2 {
    font-size: 42px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .founderimg {
    padding-bottom: 24px;
  }
  .foundertextinr img {
    max-height: 62px;
  }
}
@media (min-width: 769px) {
  .our-founder-inner {
    padding: 50px;
  }
}
.black-friday-deals svg circle {
  fill: #000;
}
.buynow-checkout-btn {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .product-mission-wrapper {
    display: block !important;
  }
}
.payment_icons {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  display: inline-block;
}
.side-cart .side-cart-container {
  border-top: none;
}
.side-cart-header {
  display: block;
  overflow: auto;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.side-cart-icon {
  width: 18px;
}
.side-cart-close,
.side-cart-icon {
  float: left;
  width: 20px;
}
.side-cart-title {
  text-transform: none !important;
  float: left;
  width: calc(100% - 40px);
  text-align: center;
  font-size: 17px;
  margin-top: -10px;
}
.side-cart-subtitle {
  text-transform: none;
  font-size: 11px;
  margin-top: -5px;
}
.side-cart-wrapper .action_button {
  background-color: #000;
  font-weight: 400;
}
.side-cart-wrapper .payment_icons {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .side-cart-title {
    font-size: 14px;
    margin-top: -6px;
  }
}
.top-bar .top-bar__inner {
  background-color: #000;
  color: #fff;
  text-align: center;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}
.top-bar .top-bar__inner a {
  color: #fff;
}
.m-scroll {
  display: flex;
  position: relative;
  margin: auto;
  z-index: 1;
}
.m-scroll .m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: all 1s ease;
}
.m-scroll .m-scroll__title > div {
  display: flex;
  animation: scrollText 33s infinite linear;
}
.m-scroll .m-scroll__title > div > * {
  margin: 0 10em 0 0;
  letter-spacing: 0.2em;
  transition: all 2s ease;
}
.m-scroll .m-scroll__title > div:hover {
  animation-play-state: paused;
}
.m-scroll .m-scroll__title > div {
  display: flex;
  animation: scrollText 33s infinite linear;
}
@keyframes scrollText {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(-75%);
  }
}
.footer {
  background-color: #000;
  color: #fff;
}
.footer_credits .payment_icons {
  width: auto;
  margin-top: 0px;
  display: inline;
  position: relative;
  top: 7px;
  margin-left: 20px;
}
.footer a {
  color: #fff;
  opacity: 0.73;
}
.footer .footer-logo-wrapper .footer-logo svg path {
  fill: #fff;
}
.footer .social_icons svg {
  fill: #fff;
}
.footer .footer-logo-wrapper .footer-logo svg {
  width: 214px;
  max-width: 100%;
}
.footer .social_icons {
  margin-top: 15px;
}
.footer .credits {
  display: inline-block;
}
.footer_credits {
  display: block !important;
  margin-bottom: 0px !important;
}
.created_author {
  float: right !important;
  display: block;
  margin-bottom: 0px !important;
  position: relative;
  top: 10px;
}
@media (max-width: 768px) {
  .footer_credits {
    display: flex !important;
    flex-direction: column;
  }
  .footer .payment_icons {
    order: 3;
    margin-left: 0px;
    text-align: left;
    margin-top: 20px;
  }
  .footer .credits {
    order: 1;
    width: 50%;
    float: left;
  }
  .footer .created_author {
    order: 2;
    width: 50%;
    float: left;
  }
}
.product-content-wrapper .product-mission-wrapper {
  margin-top: 0px !important;
}
.product-mission-list {
  color: #000 !important;
  font-size: 12px !important;
}
.product-mission-list {
  display: block !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}
.product-mission-icon {
  width: 19px;
  max-width: 19px;
  display: inline-block;
  margin-right: 4px;
}
.product-mission-list svg {
  top: 9px !important;
  position: relative !important;
  width: 19px !important;
  opacity: 1 !important;
}
.product-mission-pearl svg {
  width: 24px !important;
  margin-left: -3px;
}
.product-mission-list svg path {
  fill: #000 !important;
}
.product-mission-list span {
  border-bottom: 1px solid #000;
}
.featured-promotion-section {
  background-color: #f2f2f2;
  color: #000;
}
.featured-promotion-list {
  display: inline-block !important;
  width: 25%;
  padding-right: 40px;
}
.featured-promotion-list .title {
  display: block;
  font-weight: 400;
}
.featured-promotion-list .text {
  display: block;
}
.contact-panel {
  width: 220px;
  z-index: 999;
  padding: 10px 20px 15px;
  border: 1px solid rgba(77, 77, 77, 0.32);
  background: #fff;
  text-align: left;
  position: absolute;
  margin-left: -40px;
  display: none;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact-panel {
    width: 100%;
  }
}
.contact-panel-title {
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-panel p {
  margin-bottom: 4px;
}
.contact-panel p:last-child {
  margin-bottom: 0px;
}
.contact-panel a {
  text-transform: none;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.4px;
  font-weight: 300;
  padding: 0px;
  position: relative;
  display: inline;
}
.product-gift-wrapping-section {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.product-gift-wrapping-wrapper {
  display: flex;
  margin-top: 90px;
  padding-bottom: 90px;
}
.product-gift-wrapping-col.image {
  width: 60%;
}
.product-gift-wrapping-col.content {
  width: 40%;
  padding: 0px 50px;
  align-self: center;
}
.product-gift-wrapping-col.content a {
  font-weight: 300;
}
.product-gift-wrapping-col.content a:hover {
  border-bottom: none;
}

.product-details-sidebar {
  text-align: end;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.product-details-sidebar .material-trigger {
  opacity: 0.5;
  font-weight: 500;
}
.swatch_options .product-details-sidebar {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 120px;
  text-align: end;
}
@media (max-width: 1440px) {
  .product-gift-wrapping-wrapper h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 1050px) {
  .product-gift-wrapping-wrapper {
    display: block;
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .product-gift-wrapping-wrapper h2 {
    max-width: 100%;
    font-size: 26px;
    line-height: 40px;
  }
  .product-gift-wrapping-col.image {
    width: 100%;
  }
  .product-gift-wrapping-col.content {
    width: 100%;
    padding: 20px 0px 0px;
  }
}
.rc-anchor {
  display: none;
}

.featured-collections-wrapper .fc-tab-content .fc-slider.flickity-enabled {
  opacity: 1;
}
.featured-collections-wrapper .fc-tab-content .fc-slider {
  opacity: 0;
}
.shopify-section.product-template
  button.notify-me-out-of-stock-btn.ajax-submit {
  display: none !important;
}
@media (max-width: 767px) {
  .product_gallery_nav.flickity-enabled {
    opacity: 1;
  }
  .product_gallery_nav {
    opacity: 0;
  }
  .product_gallery.flickity-enabled {
    opacity: 1;
  }
  .product_gallery {
    opacity: 0;
  }
}

/********* hide feature love note **********/
.lovenote-btn.action_button,
.product-content-wrapper .glproPageWrapper {
  display: none !important;
}
/********* bundle product **********/
.bundle-product-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.bundle-product-description {
  padding-bottom: 15px;
}
.bundle-product-description,
.bundle-product-description p.p1 {
  font-size: 14px;
  color: #676767;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
}
.bundle-product-main {
  display: flex;
  gap: 10px;
  background-color: #fff;
  border: 2px solid #000;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.bundle-product-price {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
}
.bundle-product-image {
  width: 20%;
}
.bundle-product-content {
  width: 80%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bundle-product-image img {
  max-width: 100%;
  vertical-align: middle;
}
.bundle-product-gift-text {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background-color: #000;
  border-radius: 20px;
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.bundle-product-text .bundle-product-button {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  min-width: 171px;
  padding: 6px 31px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
}
.bundle-product-text {
  width: 70%;
}
.bundle-product {
  width: 30%;
  text-align: center;
}
@media (max-width: 1400px) {
  .bundle-product-text .bundle-product-button {
    font-size: 14px;
  }
  .bundle-product-main {
    padding: 20px 10px;
  }
}
@media (max-width: 1300px) and (min-width: 1051px) {
  .bundle-product-text,
  .bundle-product {
    width: 100%;
    text-align: left;
  }
  .bundle-product-image {
    width: 40%;
  }
  .bundle-product-content {
    width: 60%;
  }
  .bundle-product-content {
    flex-direction: column;
    align-items: start;
  }
  .bundle-product-text .bundle-product-button {
    padding: 6px 10px;
  }
}
@media (max-width: 1050px) {
  .bundle-product-image {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .bundle-product-text .bundle-product-button {
    padding: 6px 20px;
  }
}
@media (max-width: 543px) {
  .bundle-product-title {
    padding-bottom: 0px;
  }
  .bundle-product-description {
    padding-bottom: 5px;
  }
  .bundle-product-gift-text {
    font-size: 12px;
    padding: 5px 15px;
  }
  .bundle-product-content {
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .bundle-product-text,
  .bundle-product {
    width: 100%;
    text-align: left;
  }
  .bundle-product-image {
    width: 40%;
  }
  .bundle-product-content {
    width: 60%;
  }
  .bundle-product-content {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 380px) {
  .bundle-product-image {
    width: 30%;
  }
}

/**** product image disappar on variatn change  fix css****/
@media (max-width: 768px) {
  .product-images-wrapper .product_gallery {
    opacity: 1;
  }
}

/**** product new bundle css ****/
.fbp-vbw-container {
  display: none;
  margin: 20px 0 0;
}
.fbp-vbw-container .fbp-vbw-add-to-cart {
  width: 100%;
  background-color: #000;
  outline: 0;
  border: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 38px;
  position: relative;
  border-radius: 0;
}
.fbp-vbw-container > h3 {
  display: none;
}
.fbp-vbw-container .fbp-vbw-variant-picker-container {
  flex-direction: row;
}
.fbp-vbw-container .fbp-vbw-variant-picker-container select {
  width: 25%;
  padding: 5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 2.1;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: none;
  appearance: auto;
  color: #000;
  display: none;
}
.fbp-vbw-container .fbp-vbw-variant-picker-container select:focus-visible {
  outline: none;
}
.fbp-vbw-container .fbp-vbw-tier-container .fbp-vbw-discount-title {
  font-size: 0 !important;
  display: inline-block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50px;
  border: 1px solid #c2c2c2;
  position: relative;
}
.fbp-vbw-container .fbp-vbw-tier-container.fbp-vbw-tier-container-selected {
  /* box-shadow: 0 4px 15px 0px #bbbbbb27;
  background: #F8F8F8; */
}
.fbp-vbw-container
  .fbp-vbw-tier-container.fbp-vbw-tier-container-selected
  .fbp-vbw-discount-title:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #000;
  position: absolute;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fbp-vbw-container
  .fbp-vbw-tier-container.fbp-vbw-tier-container-selected
  .fbp-vbw-discount-title {
  border: 1px solid #000;
}
.fbp-vbw-container .fbp-vbw-tier-container {
  border: 1px solid #e4e4e4;
  border-radius: 0;
}
.fbp-vbw-container .fbp-vbw-tier-title-container {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 65%;
}
.fbp-vbw-container .fbp-vbw-tier-title-container .bundle-product-title h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

.fbp-vbw-container .fbp-vbw-tier-title-container .bundle-product-title {
  display: flex;
  align-items: center;
  padding: 0;
  color: #0b0b0b;
  font-size: 16px;
  text-transform: capitalize;
  gap: 5px;
}
.fbp-vbw-container .fbp-vbw-tier-price-container {
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 35%;
}
.fbp-vbw-container .fbp-vbw-discount-percentage {
  font-size: 11px;
  border: 1px solid #222121;
  background: #222121;
  color: #ffff;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 50px;
  font-weight: 500;
  font-family: "Lato";
  margin-left: auto;
  text-align: center;
}
.fbp-vbw-container .fbp-vbw-total-price {
  font-weight: 400;
  color: #919191;
}
.fbp-vbw-container .fbp-vbw-discount-title,
.fbp-vbw-container .fbp-vbw-discounted-price,
.fbp-vbw-container .fbp-vbw-total-price {
  font-size: 14px;
}
.fbp-vbw-container .discount_bundle_title {
  line-height: 1.4;
}
.fbp-vbw-container .fbp-vbw-prices-container {
  gap: 0;
  line-height: 1.2;
}
.fbp-vbw-container .fbp-vbw-tier-text-container {
  gap: 5px;
}

.fbp-custom-variant-dropdown .fbp-vbw-variant-option-material {
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
}
.fbp-custom-variant-dropdown {
  width: 25%;
  border: 1px solid #e2e2e2;
  color: #000;
  position: relative;
}
.fbp-custom-variant-dropdown .fbp-vbw-variant-wrapper,
.fbp-custom-variant-dropdown-toggleclass {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 5px;
  position: relative;
}
.fbp-custom-variant-dropdown .fbp-vbw-variant-picker-name {
  font-size: 10px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  text-wrap-mode: nowrap;
  overflow: hidden;
}
.fbp-custom-variant-dropdown-toggleclass .fbp-vbw-variant-picker-name {
  width: 70%;
}
.fbp-custom-variant-dropdown-toggleclass:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #000000;
  right: 6px;
  clip-path: polygon(50% 100%, 0 41%, 100% 41%);
  top: 50%;
  transform: translateY(-50%);
}
.fbp-custom-variant-dropdown .fbp-custom-variant-dropdown-wrapper {
  display: none;
  position: absolute;
  background: #fff;
  left: -1px;
  width: 100%;
  border: 1px solid #e2e2e2;
  top: 34px;
  z-index: 2;
}
.fbp-custom-variant-dropdown.active .fbp-custom-variant-dropdown-wrapper {
  display: block;
}
@media (max-width: 1460px) {
  .fbp-vbw-container .fbp-vbw-tier-container .fbp-vbw-discount-title {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
  .fbp-vbw-container .fbp-vbw-tier-title-container {
    gap: 5px;
  }
  .fbp-vbw-tier-container {
    padding: 8px;
  }
  .fbp-vbw-container .fbp-vbw-discount-percentage {
    font-size: 10px;
    padding: 4px 6px;
  }
}
@media (max-width: 1499px) {
  .fbp-custom-variant-dropdown {
    width: calc(50% - 36px);
  }
  .fbp-vbw-container .fbp-vbw-variant-picker-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 1279px) {
  .fbp-vbw-container .discount_bundle_title,
  .fbp-vbw-container .fbp-vbw-discounted-price,
  .fbp-vbw-container .fbp-vbw-total-price {
    font-size: 12px;
  }
  .fbp-vbw-container .fbp-vbw-tier-title-container {
    width: 70%;
  }
  .fbp-vbw-container .fbp-vbw-tier-price-container {
    width: 30%;
  }
  .fbp-vbw-container .fbp-vbw-discount-percentage {
    width: 100%;
    max-width: 60px;
  }
}
@media (max-width: 1050px) {
  .fbp-custom-variant-dropdown {
    width: 22%;
  }
}
@media (max-width: 991px) {
  .fbp-custom-variant-dropdown {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .fbp-vbw-container .fbp-vbw-discount-percentage {
    font-size: 9px;
  }
  .fbp-vbw-container .fbp-vbw-variant-picker-container select {
    width: calc(50% - 33px);
  }
  .fbp-vbw-container .fbp-vbw-variant-picker-container {
    flex-wrap: wrap;
    gap: 6px;
  }
  .fbp-vbw-container .fbp-vbw-tier-container {
    padding: 8px;
  }
  .fbp-vbw-container .fbp-vbw-discount-percentage {
    padding: 5px;
    width: 100%;
    max-width: 60px;
  }
  .fbp-custom-variant-dropdown {
    width: calc(33% - 26px);
  }
}
@media (max-width: 545px) {
  .fbp-custom-variant-dropdown {
    width: calc(50% - 27px);
  }
  .fbp-vbw-container .fbp-vbw-tier-container {
    padding: 10px;
  }
}

/* cart page start */
.cart-section .content .clearfix .sixteen {
  width: 100%;
  margin-bottom: 30px;
}
.cart-section .medium-down--one-whole .clearfix {
  display: flex !important;
  margin-bottom: 30px;
}
.cart-section .medium-down--one-whole .clearfix .alpha {
  width: 50%;
}
.cart-section .medium-down--one-whole .clearfix .cart_content_info {
  width: 50%;
  padding-left: 30px;
}
.cart-section .medium-down--one-whole .clearfix .cart_content_info h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 500;
}
.cart-section .medium-down--one-whole .clearfix .cart_content_info div,
.medium-down--one-whole .clearfix .cart_content_info p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.cart-section .five.medium-down--one-whole .section .subtotal {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
}
.cart-section .five.medium-down--one-whole .section .subtotal .cart_savings {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
.cart-section .five.medium-down--one-whole .section .subtotal .action_button {
  width: 100%;
  height: 35px;
  color: #fff;
  background: #000;
  border: none;
  outline: none;
  border-radius: 2px;
}
.cart-section
  .five.medium-down--one-whole
  .section
  .subtotal
  .additional-checkout-buttons {
  visibility: visible !important;
}
.cart-section .clearfix .medium-down--one-whole {
  width: 50%;
}
.cart-section .clearfix {
  display: flex !important;
}
.cart-section .featured-links {
  text-align: center;
  margin-top: 10px;
}
.cart-section .featured-links a {
  text-decoration: underline;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cart-section .clearfix {
    flex-direction: column;
  }
  .cart-section .clearfix .medium-down--one-whole {
    width: 100%;
  }
  .cart-section .medium-down--one-whole .clearfix .alpha {
    width: 100%;
  }
  .cart-section .medium-down--one-whole .clearfix .cart_content_info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .cart-section .medium-down--one-whole .clearfix .cart_content_info h3 {
    font-size: 26px;
  }
  .cart-section .five.medium-down--one-whole .section .subtotal {
    max-width: 100%;
  }
}
/* cart page end */

/************** header ****************/
.mhs-nav-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.mobile-header-slide .mhs-nav-wrap {
  flex: 1;
}
/* .mobile-header-slide .mobile-header-slide-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */


@media (max-width: 543px) {
  .OLP01 .nav-search-icon-test {
    overflow: unset !important;
    top: -4px !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  .OLP01 .nav-search-icon-test svg {
    position: unset;
  }
  .OLP01.active-search-test .nav-search-icon-test {
    left: 5px !important;
    right: 5px !important;
    top: -6px !important;
    height: 40px !important;
    padding: 5px !important;
  }
  .OLP01 .nav-search-icon-test svg {
    top: 0 !important;
  }
}

/****** PDP *************/
.shopify-product-form .notify-oos {
  margin-bottom: 10px !important;
}

/****** START splite banner section ******/
.splite-banner-wrapper {
  display: flex;
}
.splite-banner-image-content {
  width: 50%;
  position: relative;
}
.splite-banner-image img {
  max-width: 100%;
}
.splite-banner-content {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 50px;
}
.splite-banner-content-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 38px;
  line-height: 1.3;
}
.splite-banner-content-suubheading {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  line-height: 1;
  font-family: "Minerva-Modern", sans-serif;
}
.splite-banner-content-link {
  display: inline-block;
  font-size: 12px;
  padding: 13px 68px;
  background: #fff;
  line-height: 1;
  font-weight: 400;
}
.splite-banner-image.mobile {
  display: none;
}
@media (max-width: 1279px) {
  .splite-banner-content-title {
    font-size: 28px;
  }
  .splite-banner-content-link {
    padding: 13px 58px;
  }
  .splite-banner-content {
    bottom: 30px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .splite-banner-image-content {
    width: 100%;
  }
  .splite-banner-content-title {
    font-size: 28px;
    text-align: center;
  }
  .splite-banner-content {
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
  }
  .splite-banner-content-link {
    padding: 13px 53px;
  }
  .splite-banner-image.desktop {
    display: none;
  }
  .splite-banner-image.mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .splite-banner-wrapper {
    flex-direction: column;
  }
}
/****** END splite banner section ******/

/****** START product collection section ******/
.product-collection-title {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-collection-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.product-collection-section {
  padding: 70px 0 50px;
}
.product-collection-wrapper .product-wrapper li {
  width: 25%;
  padding: 0 15px;
}
.collection-content-image a {
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.collection-content-image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-collection-wrapper .product-wrapper {
  display: flex;
}
.collection-content-image {
  border: 1px solid #f3f3f3;
  position: relative;
}
.collection-title-and-price .collection-title {
  margin: 0;
  line-height: 1;
  font-size: inherit;
}
.collection-title-and-price .collection-title a {
  font-size: 16px;
  font-weight: 400;
  color: #636060;
  display: inline-block;
}
.collection-title-and-price .collection-price {
  font-size: 14px;
  color: #2e2d2d;
  font-weight: bold;
}
.collection-title-and-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.collection-show-button a {
  color: #2e2d2d;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
}
.collection-show-button {
  text-align: center;
  margin-top: 32px;
}
.product-variant-wrapper .option-material-18ct-Yellow-Gold-Vermeil {
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Yellow-gold.jpg?v=1606843861");
}
.product-variant-wrapper .option-material-18ct-White-Gold-Vermeil {
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/Sterling_Silver.jpg?v=1606843861");
}
.product-variant-wrapper .option-material-18ct-Rose-Gold-Vermeil {
  background-image: url("https://cdn.shopify.com/s/files/1/0499/3204/2396/files/rose_gold.jpg?v=1606843861");
}
.product-color-variant label {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.product-color-variant input:checked + label {
  transform: scale(1.2);
  border: 1px solid #a4a4a4;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}
.product-variant-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}
.product-color-variant input {
  display: none;
}
.product-color-variant {
  display: flex;
  align-items: center;
}
.product-variant-wrapper .product-variant-name {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 300;
}
.add-to-cart-button {
  background: #2e2d2d;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}
.iwish_v2-icon-button .iwishAddWrap a,
.iwish_v2-icon-button .iWishAddColl {
  padding: inherit;
}
.iwish_v2-icon-button {
  position: absolute;
  background: #f8f7f7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  bottom: 10px;
  right: 60px;
}
.iwish_v2-icon-button .iwishAddWrap,
.iwish_v2-icon-button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iwish_v2-icon-button .iwishAddWrap .iWishAdd,
.iwish_v2-icon-button .iWishAddColl {
  width: 100%;
  max-width: 22px;
  height: 20px;
  position: relative;
  top: 0;
}
.product-tag-text .product-custom-tag {
  font-size: 14px;
  font-weight: 400;
  color: var(--tag-text-color);
  background: var(--tag-bg-color);
  padding: 4px 10px;
  border-radius: 3px;
}
.product-tag-text {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 5px;
}
.product-color-variant-wrapper .product-color-variant span {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-color-variant-wrapper.active .product-color-variant span {
  width: 22px;
  height: 22px;
  border: 1px solid #a4a4a4;
  border-radius: 50px;
}
@media (max-width: 1599px) {
  .product-collection-section {
    padding: 50px 0 40px;
  }
  .product-collection-title {
    font-size: 40px;
    line-height: 35px;
  }
  .product-collection-title-wrapper {
    margin-bottom: 40px;
  }
  .product-collection-wrapper .product-wrapper li {
    padding: 0 7px;
  }
  .collection-title-and-price .collection-price {
    font-size: 12px;
    line-height: 1;
  }
  .collection-title-and-price .collection-title a {
    font-size: 14px;
  }
  .collection-title-and-price {
    margin-bottom: 10px;
    margin-top: 10px;
    gap: 7px;
  }
  .product-variant-wrapper .product-variant-name {
    font-size: 12px;
    line-height: 1.3;
  }
  .add-to-cart-button {
    width: 32px;
    height: 32px;
  }
  .add-to-cart-button svg {
    width: 100%;
    max-width: 16px;
  }
  .iwish_v2-icon-button .iwishAddWrap .iWishAdd,
  .iwish_v2-icon-button .iWishAddColl {
    max-width: 18px;
    height: 15px;
  }
  .iwish_v2-icon-button .iwishAddWrap,
  .iwish_v2-icon-button {
    height: 32px;
  }
  .iwish_v2-icon-button {
    width: 32px;
    right: 50px;
  }
}
@media (max-width: 991px) {
  .collection-title-and-price .collection-title a {
    font-size: 14px;
  }
  .collection-title-and-price .collection-price {
    font-size: 14px;
    line-height: 1;
  }
  .collection-title-and-price {
    margin-bottom: 8px;
    margin-top: 5px;
  }
  .product-variant-wrapper .product-variant-name {
    font-size: 12px;
    line-height: 1;
  }
  .product-color-variant input:checked + label {
    width: 14px;
    height: 14px;
  }
  .product-color-variant label {
    width: 14px;
    height: 14px;
  }
  .product-collection-title-wrapper {
    margin-bottom: 40px;
  }
  .product-collection-section {
    padding: 40px 0;
  }
  .collection-show-button {
    margin-top: 15px;
  }
  .product-collection-title {
    font-size: 35px;
    line-height: 35px;
  }
  .product-variant-wrapper {
    gap: 4px;
    flex-wrap: wrap;
  }
  .product-tag-text .product-custom-tag {
    font-size: 9px;
    padding: 2px 6px;
  }
  .product-color-variant-wrapper.active .product-color-variant span {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .product-collection-wrapper .product-wrapper li {
    width: 50%;
  }
  .product-collection-wrapper .product-wrapper {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
/****** END product collection section ******/

/****** START header menu css ******/
.mega-menu-1-v2 .dropdown_column__menu ul li {
  width: 20%;
}
.mega-menu-1-v2 .dropdown_column__menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 80px;
}
.header-main-menu .nav-menu_center ul li a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  color: #2e2d2d;
}
.header-main-menu .nav-menu_center ul li a:hover {
  text-decoration: underline;
  font-weight: 400;
}
.header-main-menu .nav-menu_center ul li a.active_link {
  font-weight: 400;
  text-decoration: underline;
}
@media (max-width: 1050px) {
  /* .mhs-nav-content-wrapper .mhs-nav-wrap ul li a img {
    width: 100%;
    max-width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50px;
  }
  .mhs-nav-content-wrapper .mhs-nav-wrap ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
  }
  .mobile-header-slide .mhs-nav-wrap > ul > li {
    padding: 14px 0px;
  }
  .mhs-nav-content-wrapper .mhs-nav-wrap ul li a span {
    margin-left: auto;
    padding: 1px 3px 1px 10px;
  } */
  .mobile-mega-menu-header .mobile-mega-menu-back {
    /* width: 100%; */
    /* min-width:25px;
    text-align: right;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 3px ; */
  }
  /* .mobile-mega-menu-content .mobile-mega-menu_img-block {
    display: none;
  } */
  .mobile-header-slide .mhs-nav-wrap ul a img {
    display: none;
}
  .mobile-mega-menu .mobile-mega-menu-title img {
    display: none;
}
}
/****** END header menu css ******/

/****** START Collection page ******/
.collection-template-section .product-info__caption .product-details span {
  font-size: 16px;
  font-weight: 300;
}
.collection-template-section
  .product-info__caption
  .product-details
  .price
  span,
.collection-template-section .product-info__caption .product-details .price {
  font-size: 14px !important;
  font-weight: bold;
  width: auto;
  line-height: 1.3;
}
.collection-template-section .product-info__caption .product-details {
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.product-main-wrapper .swap-true.toggle-images img.secondary {
  display: none !important;
}
.thumbnail:hover .image__container .secondary {
  display: none !important;
}
@media (max-width: 1599px) {
  .product-tag-text .product-custom-tag {
    font-size: 10px;
    padding: 3px 4px;
  }
  .product-tag-text {
    right: 8px;
    top: 2px;
  }
  .collection-template-section .product-info__caption .product-details span {
    font-size: 12px;
    font-weight: 300;
    width: auto;
    overflow: inherit;
    white-space: break-spaces;
    line-height: 1.2;
  }
  .collection-template-section
    .product-info__caption
    .product-details
    .price
    span,
  .collection-template-section .product-info__caption .product-details .price {
    font-size: 12px !important;
    white-space: normal;
  }
  .collection-template-section .product-info__caption .product-details {
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .product-color-variant-wrapper.active .product-color-variant span {
    width: 16px;
    height: 16px;
  }
  .product-variant-wrapper {
    gap: 3px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1050px) {
  .collection-template-section .product-info__caption .product-details {
    display: flex;
    margin-bottom: 8px;
  }
  .collection-matrix .product-tag-text .product-custom-tag {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .collection-template-section .product-info__caption .product-details span {
    font-size: 14px;
  }
  .collection-template-section
    .product-info__caption
    .product-details
    .price
    span,
  .collection-template-section .product-info__caption .product-details .price {
    font-size: 12px !important;
  }
  .thumbnail .product_image .iwish-col-wrap {
    width: 32px;
    height: 32px;
    right: 50px;
  }
  .thumbnail .product_image .iWishAddColl {
    width: 20px;
    height: 18px;
  }
  .product-tag-text {
    right: 8px;
    top: -2px;
  }
  .collection-matrix .product-tag-text .product-custom-tag {
    font-size: 9px;
  }
  .main.content {
    margin-top: 104px;
  }
}
/****** END Collection page ******/

/****** START PDP page ******/
.icon-with-deacritpion {
  font-size: 12px;
  color: #232323;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
.icon-with-deacritpion .set-date {
  font-weight: bold;
  color: #000;
}
.fbp-vbw-container .icon-with-deacritpion {
  margin-bottom: -9px;
}
.related_product-wrapper
  .related-products__title
  .related-products__title-wrapper
  h2 {
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
.related_product-wrapper
  .related-products__title
  .related-products__title-wrapper {
  margin-bottom: 24px;
}
.related_product-wrapper.collection-wrapper {
  padding-top: 0;
}
.related_product-wrapper.collection-wrapper .related-products-readmore {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .related_product-wrapper
    .related-products__title
    .related-products__title-wrapper
    h2 {
    font-size: 28px;
  }
  .related_product-wrapper.collection-wrapper .related-products-readmore {
    margin-top: 0;
  }
  .related_product-wrapper.collection-wrapper .products-slider {
    margin: 0;
  }
  .related_product-wrapper .related-products--slider .products-slider {
    margin-left: -10px;
    margin-right: -20px;
  }
  .related_product-wrapper .related-products__title .container {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .related_product-wrapper
    .related-products__title
    .related-products__title-wrapper
    h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .icon-with-deacritpion {
    font-size: 11px;
    gap: 5px;
    flex-wrap: wrap;
  }
  .related_product-wrapper
    .related-products__title
    .related-products__title-wrapper
    h2 {
    font-size: 24px;
  }
}

.related_product-wrapper {
  /* overflow: hidden; */
}
.related_product-wrapper .related-products {
  /* margin-left: -25px; */
}
/****** END PDP page ******/

/* ============ custom css Start ============ */
/* .announcement-bar {
    background-color: #000;
    color: #fff;
    text-align: center;
}
.announcement-bar .slick-vertical .slick-slide {
    border: unset;
}
.announcement-item {
    height: 32px;
    padding: 5px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.4px;
   text-transform: uppercase;
}
.announcement-bar-container{
  display: flex;
  align-items: center;
}
.announcement-next {
    position: absolute;
    right: 0;
}
.announcement-prev,
.announcement-next {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
 */
.announcement-bar {
  background-color: #000;
  overflow: hidden;
  color: #fff;
}

.announcement-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.announcement-bar-wrapper {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  justify-content: center;
}

.announcement-item {
  height: 32px;
  padding: 5px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
}

.announcement-prev,
.announcement-next {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: none;
}

.announcement-prev svg,
.announcement-next svg {
  width: 16px;
  height: 16px;
}

.add-to-cart-button.ajax-add-to-cart.ajax-btn-update {
  background: #f8f7f7;
}
@media (max-width: 1599px) {
  .product-main-wrapper .product_image_wrap {
    z-index: 0;
  }
  .add-to-cart-button.ajax-add-to-cart.ajax-btn-update {
    z-index: 1;
  }
}

/*====================== Header New Leyout Design Css Start =======================*/

#header-layout2 .main_nav_container .header-main-menu {
  width: calc(80% - 10px);
}
#header-layout2 .main_nav_wrapper {
  height: unset !important;
}
#header-layout2 .main_nav_container .logo img {
  height: 100%;
  width: 190px;
  object-fit: cover;
  max-width: 100%;
}
#header-layout2 .main_nav_container{
  gap: 10px;
}
#header-layout2 .main_nav_container .nav-menu_right {
  width: calc(10% - 5px);
}
#header-layout2 .main_nav_container .logo {
/* width: calc(15% - 10px); */
  width: calc(10% - 10px);
  padding-left: 0;
  padding-right:0;
}
#header-layout2 .main_nav_container .nav-menu_right ul li {
    margin-left: 20px;
  }
#header-layout2 .header-main-menu .nav-menu_center ul {
  padding: 27px 0;
  border: unset;
  gap: 24px;
}
#header-layout2 .main_nav_wrapper .container{
  padding-right: 0;
  padding-left: 0;
}
@media(max-width:1870px){
  #header-layout2 .main_nav_wrapper .container{
    padding-right: 40px;
    padding-left: 40px;
  }
}
.header_new_design .main.content {
  margin-top: 0px !important;
}
.header .new-announcement-bar {
    display: none;
}
@media(max-width:1599px){
  #header-layout2 .header-main-menu .nav-menu_center ul {
    gap: 12px;
  }
}
@media(max-width:1350px){
  #header-layout2 .main_nav_container .logo {
    width: calc(12% - 10px);
  }
  #header-layout2 .main_nav_container .header-main-menu {
    width: calc(70% - 10px);
  }
  #header-layout2 .main_nav_container .nav-menu_right {
    width: calc(18% - 5px);
  }
  
}
@media(max-width:1299px){
  .header_new_design .main_nav_wrapper  .main_nav .container{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width:1199px){
 .header_new_design .main_nav_container .logo svg {
    width: 170px;
  }
 #header-layout2 .main_nav_container .nav-menu_right ul li {
    margin-left: 15px;
  }
}
@media(max-width:1050px){
  #header-layout2 .mobile_nav_wrapper{
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media(max-width:1099px){
  .header-main-menu .nav-menu_center ul li a {
    font-size: 14px;
  }
  #header-layout2 .header-main-menu .nav-menu_center ul {
    gap: 10px;
  }
}
/*====================== Header New Leyout Design Css End =======================*/

/* ============ custom css End ============ */

/* =============== Account Page Css Start ================= */

/* 
.template-account .account__tabs #tab-whats-on,
.template-account .account__tabs #tab-loyalty-points,
.template-account .account__tabs #tab-benefits,
.template-account .account__tabs #tab-barbados,
.template-account .account__tabs #tab-1,
.template-account .account__tabs #tab-refer,
.template-account .account__tabs #tab-faqs,
.template-account .account-header img,
.template-account .account__tabs .tabs-list .membership-information{
  display: none;
}
.template-account .main .account-section {
    padding: 36px 40px;
}
.template-account .account-header h1{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
.template-account .account__tabs.for-desktop.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.template-account .tab-links-container ul#tab-links li a {
  font-size: 14px;
  font-weight: 600;
}
.template-account .account__new-address .add-address-button {
  background: #000;
  color: #fff;
  border: 0;
  padding: 14px 20px;
  line-height: 15px;
}
.template-account .account-header{
  margin-bottom: 30px;
}
.template-account .sign-out-tab li .action_button.sign-out {
  padding: 0;
  min-width: unset;
  margin-top: 25px;
} */


/************* START: US market css **************/
@media (max-width: 480px){
  .us-market .announcement-bar .announcement-item{
    font-size: 9px;
  }
}
/************* END: US market css **************/





/* ======== Start: Account page changes =============  */

.shopify-section-account-page .account__addresses .account__addresses-address:first-child {
  order: 1;
}
@media(max-width:767px){
  .shopify-section-account-page .account__addresses{
    /* flex-direction: column-reverse; */
  }
}



/*====================== Header New Leyout V3 Design Css Start =======================*/

#header-layout3 .main_nav_container .header-main-menu,
#header-layout3 .main_nav_container .nav-menu_right{
  width: calc(50% - 137.5px);
}

#header-layout3 .main_nav_wrapper {
  height: 107px !important;
}
#header-layout3 .main_nav_container .logo img {
  height: 100%;
  width: 233px;
  object-fit: cover;
  max-width: 100%;
}
#header-layout3 .main_nav_container {
  gap: 10px;
  justify-content: center;
  flex-wrap: nowrap;
}


#header-layout3 .header-main-menu .nav-menu_center ul {
  padding: 0;
  border: unset;
  gap: 45px;
}
#header-layout3 .main_nav_container a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.1px;
    font-weight: 300;
    padding: 15px 0;
    position: relative;
    display: block;
}
#header-layout3 .nav-menu_right.customer-login-nav a.header-account-name {
    padding-left: 10px;
    padding-right: 10px;
      display: flex;
}

.header_new_design .main.content {
  margin-top: 0px !important;
}
.header .new-announcement-bar {
    display: none;
}
@media(min-width:768px){
  #header-layout3 .main_nav_container .nav-menu_right{
  padding-top: 20px;
  padding-bottom: 15px;
}
}
@media(max-width:1299px){
  .header_new_design .main_nav_wrapper  .main_nav .container{
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media(max-width:1430px){
  #header-layout3 .header-main-menu .nav-menu_center ul {
    gap: 30px;
  }
  #header-layout3 .main_nav_container a{
    padding: 4px 0;
    font-size: 13px;
    letter-spacing: 1px;
  }
  #header-layout3 .main_nav_wrapper {
    height: unset !important;
  }
  #header-layout3 .main_nav_container{
    justify-content: space-between;
  }
}


/*====================== Header New Leyout Design Css End =======================*/


/* ======= Annoucement bar hide on load ========= */
.announcement-item:not(:first-child) {
  display: none;
}
.announcement-bar-wrapper.slick-initialized .announcement-item:not(:first-child){
  display: block;
}

.collection-compare-price {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.4;
  text-decoration: line-through;
}
.collection-price-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}