@charset "UTF-8";
@import url("../fonts/stylesheet.css");
@import url("base.css");
/***** START: Main Site Styles *****/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

html body {
	width: 100%;
	max-width: 2545px;
	margin-inline: auto;
}

body{
	box-shadow:0 0 40px rgba(0,0,0,.05);   /* soft falloff on ultrawide screens */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  /* Show the overflow in Edge */
}

button,
select {
  text-transform: none;
  /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  /* 1. Add the correct box sizing in IE 10- */
  padding: 0;
  /* 2. Remove the padding in IE 10- */
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* -------------------------------------------------------------------------- */
/* HTML elements that should remain in the document, but should be visually 
hidden. */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* -------------------------------------------------------------------------- */
/*                             splide-core.min.css                            */
/* -------------------------------------------------------------------------- */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  line-height: 1.5;
  font-family: "Inter";
  font-weight: normal;
  color: #5C6151;
  font-size: 18px;
  background-color: #F8F8F0;
}

h1,
h2,
h3,
h4,
h5,
.h3,
.h4,
.h5 {
  font-family: "Raleway";
  letter-spacing: -0.02em;
}

h1 {
  font-size: 68px;
  line-height: 1.1;
}

h2 {
  font-size: 58px;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 1.3;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.3;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-xs {
	font-size: 14px;
}

.text-sm {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

.pointer {
	cursor: pointer;
}

/* -------------------------------- LAYOUTING ------------------------------- */
.mob-only,
.tab-only,
.hidden {
  display: none;
}

.p-0 {
  padding: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-36 {
	margin-bottom: 36px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-16 {
  margin-left: 16px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}
.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}
.flex.equal > * {
  flex: 1;
}

.flex-1 {
  flex: 1;
}
.flex.column {
	flex-direction: column;
}
.flex.between {
	justify-content: space-between;
}
.flex.v-center {
	align-items: center;
}
.flex-wrap {
	flex-wrap: wrap;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.wrap {
	flex-wrap: wrap;
}

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 64px;
  position: relative;
}

.splide-container {
  padding-left: calc(50vw - 810px);
}

.c-white {
  color: #ffffff;
}

.c-light2 {
  color: #EEEADE;
}

.c-red {
  color: #DA4A4A !important;
}

.c-yellow {
  color: #D4AD61 !important;
}

.f-medium {
  font-weight: 500;
}

.full {
  width: 100%;
}

/* ------------------------------- COMPONENTS ------------------------------- */
.hidden {
  display: none !important;
}

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  flex: none;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-sc-in {
  background-image: url("../img/icons/sc-in.svg");
}
.icon.pill-bullet {
  background-image: url("../img/icons/pill-bullet.svg");
}
.icon.icon-reload {
	background-image: url("../img/icons/reload.svg");
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

p.larger {
  font-size: 22px;
}
p.smaller {
  font-size: 16px;
}
p.smaller2 {
  font-size: 14px;
}

button {
  border: none;
  cursor: pointer;
}

.btn {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
  color: #5C6151;
  border-radius: 100px;
  transition: background 0.25s, color 0.25s;
  gap: 12px;
}
.btn.smaller {
  padding: 8px 20px;
  font-size: 14px;
}
.btn.btn-primary {
  background-color: #929C80;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-color: #7e896b;
}
.btn.btn-secondary {
	background-color: #EEEADE;
	color: #5C6151;
}
.btn.btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: #5C6151;
  border: 1px solid #929C80;
}
.btn.btn-outline:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-outline-w {
  background-color: rgba(0, 0, 0, 0);
  color: #EEEADE;
  border: 1px solid #ffffff;
}
.btn.btn-outline-w:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-delete {
	background-color: #D8000C;
	border-color: #D8000C;
	color: #ffffff;
}
.btn.btn-delete.btn-outline {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #D8000C;
	color: #D8000C;
}
.btn.btn-delete:hover {
	background-color: #AE1D24;
}
.btn.btn-delete.btn-outline:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-icon, .btn.btn-icon-w {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: 24px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #929C80;
}
.btn.btn-icon:hover, .btn.btn-icon-w:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-icon-w {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-icon-w:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn .icon {
  width: 20px;
  height: 20px;
}

.btn-group {
  display: flex;
  gap: 12px;
}

.label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.label.larger {
  font-size: 18px;
}
.label.required::after {
  content: "*";
  margin-left: 4px;
  color: #DA4A4A;
}

.label-wrapper {
  margin-bottom: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
}
.label-wrapper.between {
  justify-content: space-between;
}
.label-wrapper.bigger {
  margin-bottom: 8px;
}
.label-wrapper.bigger .label {
  font-weight: 500;
}
.label-wrapper .label {
  margin-bottom: 0px;
}

.input-in {
  border-radius: 8px;
  border: 1px solid #5C6151;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.input-in.input-round {
  border-radius: 100px;
}
.input-in .input {
  border: none;
  width: 100%;
  border-radius: inherit;
  padding: 14px;
}
.input-in .input:focus {
  outline: none;
}
.input-in:focus-within {
  outline: 1px solid blue;
}
.input-in .icon {
  background-color: rgba(0, 0, 0, 0);
  width: 48px;
  height: auto;
  background-size: 24px;
}

.input {
  padding: 14px;
  font-size: 16px;
  border: 1px solid #929C80;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
}
.input.input-round {
  border-radius: 100px;
  padding: 14px 24px;
}
.input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input.light {
  color: #ffffff;
}
.input.light::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input.light::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

select.input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 16px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
	background-color: rgba(0, 0, 0, 0);
}
select.input.input-round {
  padding-right: 48px;
}

.input-check[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 0.25em;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #5C6151;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-check[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #5C6151;
}

.checkbox-wrapper {
	display: flex;
	align-items: center;
}

.checkbox-wrapper .input-check {
	margin-right: 8px;
}

.checkbox-wrapper label {
	margin-bottom: 0px;
}

.input-check[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 0.25em;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #5C6151;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-check[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%235C6151'/%3e%3c/svg%3e");
}

.check-wrapper .input-check {
  margin-right: 4px;
}
.check-wrapper.smaller {
  font-size: 16px;
}

.input-wrapper .input {
  width: 100%;
}

.input-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.input-group > * {
  flex: 1 1 250px;
}
.input-group.no-half > * {
  flex: none;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.logo {
  width: 152px;
  height: 76px;
  background-image: url("../img/brand/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.logo.logo-dark {
  background-image: url("../img/brand/logo-d.png");
}

.text-link {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  padding: 0px;
  gap: 4px;
  align-items: center;
  display: inline-flex;
}
.text-link:hover {
  opacity: 0.75;
}
.text-link.underline {
  text-decoration: underline;
}
.text-link.smaller {
  font-size: 16px;
}

.bg-darker {
  background-color: #EEEADE;
}

.bg-white {
  background-color: #ffffff;
}

.tab-group {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  font-size: 16px;
  border: 1px solid #929C80;
  width: auto;
}
.tab-group .tab {
  padding: 12px 24px;
  font-weight: 500;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.tab-group .tab:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.tab-group .tab.active {
  background-color: #929C80;
  color: #ffffff;
}

.tab-line {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.tab-line .tab {
  padding: 12px 0px;
  opacity: 0.7;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}
.tab-line .tab.active {
  opacity: 1;
  border-bottom: 2px solid #5C6151;
}
.tab-line .tab:hover {
  opacity: 1;
}

.banner {
  width: 100%;
  height: 60px;
  background: #5C6151;
  color: #EEEADE;
  font-size: 16px;
}
.banner .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .items {
  display: flex;
}
.banner .divider {
  margin: 0px 24px;
}
.banner .item {
  position: relative;
  color: inherit;
  display: flex;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  gap: 4px;
}
.banner .item.cart.active::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1.5px solid #ffffff;
  background-color: #DA4A4A;
  border-radius: 100px;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
.banner .item.notice {
  gap: 24px;
}
.banner button.item:hover {
  opacity: 0.75;
}

.top {
  position: relative;
}
.top.home .nav {
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #F8F8F0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
}
.top.home .nav .btn-outline {
  color: #EEEADE;
  border-color: #EEEADE;
}
.top.home .nav .dropdown:after {
  background-image: url("../img/icons/chevron-d.svg");
}
.top.home .content-wrapper {
  max-width: 600px;
}
.top.shop .hero .container {
  min-height: auto;
}
.top .hero {
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}
.top .hero .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 840px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.top .hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 29, 29, 0.25);
}
.top .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1000px;
}
.top .content-wrapper p {
  max-width: 600px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #EEEADE;
}
.divider.dark {
  background-color: rgba(0, 0, 0, 0.15);
}
.divider.light {
  background-color: rgba(255, 255, 255, 0.2);
}
.divider.vert {
  width: 2px;
  height: auto;
}

.overline {
  font-size: 16px;
  font-family: "Raleway";
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.chip {
  border: 1px solid #5C6151;
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.chip .text {
  padding: 2px 10px;
}
.chip button.action {
  width: 28px;
  background-color: rgba(0, 0, 0, 0);
  background: url("../img/icons/close.svg") no-repeat center;
  background-size: 20px;
}
.chip button.action:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.chip.chip-btn .text {
  padding: 6px 12px;
  font-weight: 700;
}
.chip.chip-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.chip.chip-btn.active {
  background-color: #929C80;
  color: #ffffff;
}
.chip.chip-btn.active:hover {
  background-color: #7e896b;
}

.nav {
  width: 100%;
  padding: 16px 0px;
  background-color: #EEEADE;
}
.nav .container {
  display: flex;
  justify-content: space-between;
}
.nav .nav-menus {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
}
.nav .dropdown:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/chevron-d-d.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  display: block;
}
.nav .dropdown + .dropdown-menu, .banner .dropdown + .dropdown-menu {
  display: none;
  background: #ffffff;
  position: absolute;
  flex-direction: column;
  margin-left: -20px;
  color: #5C6151;
  padding: 20px;
  gap: 12px;
  min-width: 160px;
  border-radius: 12px;
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
	max-height: 500px;
	overflow-y: auto;
}
.banner .dropdown + .dropdown-menu {
	margin-top: 24px;
	z-index: 2;
}
.nav .dropdown.is-open::after {
  transform: rotate(180deg);
}
.nav .dropdown.is-open + .dropdown-menu, .banner .dropdown.is-open + .dropdown-menu {
  display: flex;
}
.nav .menu-btn {
  display: none;
}

.section {
  padding: 120px 0px;
}
.section.layout-1 {
  padding-top: 60px;
}
.section.layout-2 {
  padding-top: 60px;
}
.section.layout-3 {
  padding-top: 0px;
}

.content-row {
  display: flex;
  gap: 60px;
}
.content-row .img-in {
  border-radius: 8px;
  min-height: 100px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content-row .content {
  flex: 1;
}
.content-row.reversed {
  flex-direction: row-reverse;
}
.content-row.bottom {
  margin-top: 80px;
}
.content-row.bottom-2 {
  margin-top: 40px;
}

.contact-us {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.contact-us .forms {
  flex: 1;
}
.contact-us .contact {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.contact-us .card-contact {
  flex: 300px;
}

.card-contact {
  padding: 24px;
  background-color: #EEEADE;
  border-radius: 8px;
  font-size: 16px;
}
.card-contact .icon {
  width: 48px;
  height: 48px;
  background-color: #5C6151;
  border-radius: 8px;
  background-size: 24px;
}
.card-contact .title {
  margin-top: 24px;
}
.card-contact p {
  margin-top: 4px;
}
.card-contact .text-link {
  margin-top: 4px;
  font-weight: 500;
  word-break: break-all;
}

.title-wrapper {
  max-width: 1020px;
}
.title-wrapper .overline {
  margin-bottom: 20px;
}
.title-wrapper.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 750px;
}

ul.list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
ul.list li {
  padding-left: 20px;
  position: relative;
}
ul.list li:before {
  content: "•";
  position: absolute;
  left: 0px;
}

.list-info .item {
  padding: 24px 0px;
  border-bottom: 1px solid #929C80;
}
.list-info .item:first-child {
  padding-top: 0px;
}
.list-info .desc {
  margin-top: 8px;
}

.list-icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.list-icon .item {
  display: flex;
  gap: 8px;
}
.list-icon .icon {
  margin-top: 2px;
  background-image: url("../img/icons/check-circle.svg");
}
.list-icon.smaller {
  font-size: 16px;
}
.list-icon.smaller .icon {
  width: 20px;
  height: 20px;
}

.info-box {
  padding: 12px 16px;
  gap: 16px;
  align-items: center;
  display: flex;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #929C80;
}
.info-box .text-wrapper {
  flex: 1;
}

.featured-desc {
  max-width: 700px;
  margin-top: 24px;
  margin-bottom: 60px;
}

.collage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  aspect-ratio: 328/137;
}
.collage .img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.collage .img:first-child {
  grid-column: span 3;
}

.selected-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  row-gap: 40px;
  width: 100%;
}

.product .img-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.product .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.product .img-wrapper:hover img {
  transform: scale(1.1);
}
.product .h4,
.product .overline {
  white-space: no-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .title {
  font-size: 18px;
}
.product .info {
  width: 100%;
  margin-top: 16px;
}
.product .overline {
  font-size: 12px;
  margin-bottom: 6px;
}
.product .price {
  margin-top: 6px;
  font-size: 16px;
}
.product .btn {
  width: 100%;
}
.product .btn-primary {
  margin-top: 12px;
  margin-bottom: 12px;
}
.product-text ul,
.product-text ol {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem 0;
}

.product-text li {
  display: flex;  
  align-items: center;
  gap: 0.5rem;
}

.product-text li::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-image: url("/assets/img/icons/pill-bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.card-service {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow-anchor: none;
  font-size: 16px;
}
.card-service .info {
  background-color: #5C6151;
  color: #EEEADE;
  padding: 24px 28px;
  width: 100%;
}
.card-service .desc-wrapper {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.5s, opacity 1s;
}
.card-service .desc {
  overflow: hidden;
}
.card-service:hover .desc-wrapper, .card-service:focus-within .desc-wrapper {
  opacity: 1;
  grid-template-rows: 1fr;
}

.splide-service {
  padding-top: 40px;
}
.splide-service .splide__arrows {
  margin-top: 40px;
  justify-content: center;
  right: 50vw;
  transform: translateX(50%);
  position: relative;
}
.splide-service .card-service {
  max-width: 472px;
}

.splide-info .splide__slide {
  max-width: 472px;
  border-radius: 8px;
  padding: 40px 32px;
  background-color: #F8F8F0;
}
.splide-info .splide__slide .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 28px;
}
.splide-info .splide__slide .title {
  margin-bottom: 12px;
}
.splide-info .splide__pagination {
  margin-top: 32px;
  gap: 8px;
  right: 50vw;
  transform: translateX(50%);
  position: relative;
}
.splide-info .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5C6151;
  display: block;
  opacity: 0.25;
}
.splide-info .splide__pagination__page.is-active {
  opacity: 1;
}

.the-team {
  padding-top: 60px;
  padding-bottom: 60px;
}
.the-team .panel {
  border-radius: 8px;
  padding: 60px;
  background-color: #5C6151;
  color: #ffffff;
}
.the-team .team-wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.the-team .splide-team {
  grid-column: span 2;
  position: relative;
}
.the-team .splide-team .splide__arrows {
  position: absolute;
  bottom: 0px;
  left: calc(50% + 20px);
}
.the-team .splide-team .splide__slide {
  display: flex;
  gap: 40px;
}
.the-team .splide-team .content {
  flex: 1;
}
.the-team .splide-team img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.the-team .splide-team .info {
  padding-bottom: 112px;
}
.the-team .overview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.the-team .thumbnail-wrapper {
  display: flex;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 32px;
}
.the-team .thumbnail {
  width: 80px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  background-position: center;
  padding: 0px;
  border-radius: 8px;
}
.the-team .thumbnail.active {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.product-detail .thumbnail-wrapper {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}
.product-detail .thumbnail {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  opacity: 0.35;
}
.product-detail .thumbnail.active {
  opacity: 1;
}
.product-detail .overview .info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-detail .overview .price {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 500;
}
.product-detail .overview .title-wrapper {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.product-detail .overview .label {
  margin-bottom: 12px;
}
.product-detail .overview .qty {
  width: 160px;
}
.product-detail .overview .qty .input {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
.product-detail .overview .discount {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.product-detail .overview .discount .box {
  margin-right: 8px;
  font-size: 14px;
  display: inline-flex;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #5C6151;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
}
.product-detail .overview .divider {
  height: 8px;
}
.product-detail .overview .buy-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.product-detail .overview .buy-btn .btn {
  flex: 1 1 360px;
}
.product-detail .detailed {
  margin-top: 60px;
}
.product-detail .detailed .detail {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.product-detail .related-vid .title {
  display: flex;
  justify-content: space-between;
}
.product-detail .related-vid .video-wrapper {
  margin-top: 12px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product-detail .related-vid .video {
  flex: 1;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 8px;
  min-width: 160px;
}
.product-detail .related-vid .play {
  display: flex;
  align-items: center;
}
.product-detail .related-vid .play::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/play-w.svg") center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.product-detail .order-benefit {
  padding: 32px;
  background-color: #EEEADE;
  border-radius: 8px;
}
.product-detail .expandable .title {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.product-detail .expandable .content {
  padding: 20px 0px;
}
.resource-thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	overflow: hidden;
	flex: 1 1 300px;
	max-width: 350px;
	min-width: 300px;
}

.resource-thumb::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.45);
	z-index: 0;
}

.resource-thumb .label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	text-shadow: 0 1px 3px rgba(0,0,0,.7);
	pointer-events: none;
	margin-bottom: 0px;
}

.payment-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.payment-wrapper img {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.payment-wrapper.smaller {
  gap: 4px;
}
.payment-wrapper.smaller img {
  height: 24px;
}

.splide-photo .splide__slide {
  aspect-ratio: 1/1;
}
.splide-photo .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}

.advert {
  padding-top: 60px;
  padding-bottom: 60px;
}
.advert .panel {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  background-color: #5C6151;
  color: #ffffff;
  position: relative;
}
.advert .content {
  flex: 1;
}
.advert .content.text {
  padding: 60px;
  padding-right: 0px;
}
.advert .content.img {
  background-size: cover;
  background-position: center;
  position: relative;
}
.advert .content.img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, #5C6151, rgba(0, 0, 0, 0));
}
.advert .timer {
  display: flex;
  color: #EEEADE;
}
.advert .timer .time {
  font-size: 42px;
  line-height: 1;
}
.advert .timer .time span {
  font-size: 24px;
}
.advert .timer .divider {
  margin: 0px 24px;
}
.advert .footnote {
  color: #EEEADE;
}
.advert .footnote span {
  opacity: 0.5;
}

.testimonials {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.testi {
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 5px 8px 21px 0 rgba(51, 51, 51, 0.05), 21px 31px 37px 0 rgba(51, 51, 51, 0.04), 47px 69px 48px 0 rgba(51, 51, 51, 0.03), 84px 123px 60px 0 rgba(51, 51, 51, 0.01), 131px 193px 65px 0 rgba(51, 51, 51, 0);
  border-radius: 8px;
}
.testi .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.testi p {
  margin-top: 16px;
}
.testi .name {
  font-weight: 700;
}
.testi .who {
  font-size: 16px;
  color: #929C80;
}
.testi .icon {
  width: 36px;
  height: 36px;
}

.rating {
  display: flex;
}
.rating .star {
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/star-empty.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rating .star.half {
  background-image: url("../img/icons/star-half.svg");
}
.rating .star.full {
  background-image: url("../img/icons/star-full.svg");
}

.scale-wrapper img {
  width: 100%;
  border-radius: 8px;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.scale-wrapper.visible img {
  transform: scale(1);
  opacity: 1;
}

.interlude {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
}

.product-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.product-listing .product-filters {
  grid-column: span 1;
}
.product-listing .product-items {
  grid-column: span 3;
}

.product-filters .title {
  margin-top: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  gap: 20px;
}
.product-filters .title .btn-close {
  display: none;
}
.product-filters .filter-group {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.product-filters .filter-group .content {
  display: none;
  padding-bottom: 20px;
}
.product-filters .filter-group.is-open .header-btn::after {
  transform: rotate(180deg);
}
.product-filters .filter-group.is-open .content {
  display: block;
}
.product-filters .header,
.product-filters .header-btn {
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding: 12px 0px;
  width: 100%;
  color: inherit;
}
.product-filters .header-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/chevron-d-d.svg") center no-repeat;
  background-size: contain;
}
.product-filters .check-wrapper {
  padding: 4px 0px;
}
.product-filters .chip-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.product-items .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  font-size: 16px;
}
.product-items .header .div-3 {
  display: none;
}
.product-items .sorting-filter {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-items .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  row-gap: 40px;
}

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 52px;
}
.pagination .btn-group {
  margin-top: 20px;
  gap: 8px;
}
.pagination .btn {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  padding: 0px;
  align-items: center;
  opacity: 0.5;
}
.pagination .btn.active {
  opacity: 1;
}
.pagination .ellipsis {
	padding: 0 .5rem;
	color: #888;
	align-self: end;
}
.pagination .btn-group .btn[disabled]{
  pointer-events:none;
  opacity:.4;
}
.expandable .title {
  display: flex;
  justify-content: space-between;
}
.expandable .title::after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../img/icons/plus.svg");
  background-size: contain;
  background-position: center;
}
.expandable .content {
  display: none;
}
.expandable.is-open .content {
  display: block;
}
.expandable.is-open .title::after {
  background-image: url("../img/icons/min.svg");
}

.my-cart .cart-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
}
.my-cart .info,
.my-cart .summary {
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.my-cart .info {
  grid-column: span 4;
  border-color: #929C80;
}
.my-cart .summary {
  grid-column: span 2;
  background-color: #EEEADE;
}

.cart-list .row {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px 0px;
  flex-wrap: wrap;
}
.cart-list .row.header {
  padding: 12px 0px;
  align-items: flex-end;
  row-gap: 4px;
}
.cart-list .row .section-size,
.cart-list .row .section-qty {
  min-width: 110px;
  width: fit-content;
}
.cart-list .row .section-price {
  width: 100%;
  min-width: 160px;
}
.cart-list .row.data .section-price {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.cart-list .row .btn-x {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0) url("../img/icons/close.svg") center no-repeat;
  background-size: contain;
}
.cart-list .row .overline {
  font-size: 14px;
}
.cart-list .row .wrapper:nth-child(1) {
  flex: 1;
  min-width: 240px;
}
.cart-list .row .wrapper:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 8px;
  align-items: center;
  flex: 1;
}
.cart-list .row .wrapper:nth-child(2) .icon {
  width: 36px;
}
.cart-list .row .prod {
  display: flex;
  gap: 12px;
  align-items: center;
}
.cart-list .row .prod .title {
  font-size: 16px;
}
.cart-list .row .prod .desc {
  font-size: 14px;
  margin-top: 4px;
}
.cart-list .row .prod .prod-img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cart-list .row .input,
.cart-list .row .input-in {
  margin: auto;
}
.cart-list.shipping .overline {
  font-size: 12px;
}
.cart-list.shipping .row {
  border-color: rgba(255, 255, 255, 0.2);
}
.cart-list.shipping .row .section-size,
.cart-list.shipping .row .section-qty {
  min-width: 80px;
}
.cart-list.shipping .row .section-price {
  min-width: 110px;
}
.cart-list.shipping .row .section-price {
  justify-content: flex-end;
  text-align: right;
}

.fee-wrapper {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fee-wrapper .fee {
  display: flex;
  justify-content: space-between;
}
.fee-wrapper .fee.total {
  font-size: 22px;
}
.fee-wrapper .text {
  font-weight: 500;
}
.fee-wrapper .value {
  font-weight: 700;
}
.fee-wrapper .divider {
  margin: 16px 0px;
}
.fee-wrapper .promo-code .wrapper {
  display: flex;
  gap: 16px;
}

.step-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 0px;
  max-width: 600px;
  margin: auto;
}
.step-wrapper .step {
  flex: 1;
  display: flex;
  align-items: center;
}
.step-wrapper .step::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #5C6151;
}
.step-wrapper .step:last-child {
  flex: none;
}
.step-wrapper .step.active span {
  background-color: #5C6151;
  color: #EEEADE;
}
.step-wrapper span {
  width: 40px;
  height: 40px;
  font-weight: 500;
  border: 2px solid #5C6151;
  background-color: #F8F8F0;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shipping-wrapper, .checkout-wrapper {
  display: flex;
  gap: 28px;
}
.shipping-wrapper .content, .checkout-wrapper .content {
  flex: 1;
  padding: 32px;
  border: 1px solid #929C80;
  border-radius: 8px;
}
.shipping-wrapper .content.summary, .checkout-wrapper .content.summary {
  background-color: #5C6151;
  color: #EEEADE;
}
.shipping-wrapper .form-wrapper .divider, .checkout-wrapper .form-wrapper .divider {
  margin: 8px 0px;
}

.login {
  display: flex;
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
  flex-wrap: wrap;
}
.login .img {
  min-height: 10vh;
  background-position: center;
  background-size: cover;
}
.login .content {
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .login-container {
  padding: 40px;
  max-width: 620px;
  width: 100%;
  margin: auto;
}
.login .step-wrapper {
  padding: 0px;
}

.order-setting .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  row-gap: 28px;
  flex-wrap: wrap;
}
.order-setting .subheader {
  margin-bottom: 20px;
}
.order-setting .empty-state {
  width: 100%;
  min-height: 500px;
  background-color: #EEEADE;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.order-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-list .order {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.order-list .order .ship-info {
  display: flex;
  padding: 16px 28px;
  font-size: 14px;
  justify-content: space-between;
}
.order-list .order .ship-info .wrapper:nth-child(2) {
  text-align: right;
}
.order-list .order .ship-info span {
  display: block;
}
.order-list .order .order-detail {
  padding: 28px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.order-list .order .prod {
  display: flex;
  gap: 20px;
}
.order-list .order .prod img {
  border-radius: 8px;
  width: 90px;
  height: 90px;
}
.order-list .order .prod .text-link {
  margin-top: 8px;
}
.order-list .order .total {
  text-align: right;
}
.order-list .order .total .value {
  font-size: 22px;
  font-weight: 700;
}
.order-list .order .total .text-link {
  margin-top: 8px;
}

.setting-wrapper {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.setting-wrapper .title-wrapper {
  padding: 24px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  max-width: none;
}
.setting-wrapper .form-wrapper {
  padding: 32px;
}
.card-grid {
	gap: 20px;
}
.card-grid .card {
	width: fit-content;
	background: #F8F8F0;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.footer {
  background-color: #5C6151;
  color: #EEEADE;
  position: relative;
}
.footer .footer-top {
  padding: 80px 0px;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.footer .footer-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 270px;
}
.footer .group-wrapper {
  display: flex;
  gap: 40px;
}
.footer .overview {
  gap: 24px;
}
.footer .footer-bottom {
  padding: 32px 0px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
}
.footer .go-top {
  position: absolute;
  bottom: 70px;
  right: 0px;
  padding: 20px 6px;
  border: none;
  border-radius: 8px 0px 0px 8px;
  background-color: #EEEADE;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  writing-mode: sideways-lr;
}
.footer .go-top:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 1200px) {
  br.break-tab {
    content: "";
  }
  br.break-tab:after {
    content: " ";
  }
  .banner .account .text,
  .banner .notice {
    display: none;
  }
  .nav .btn-wrapper {
    display: flex;
    align-items: center;
  }
  .nav .menu-btn {
    display: flex;
    align-items: center;
  }
  .nav .menu-btn::after {
    display: none;
  }
  .nav .dropdown + .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    padding-top: 8px;
    padding-left: 40px;
    padding-bottom: 0px;
  }
  .nav .dropdown:after {
    background-image: url("../img/icons/chevron-d-d.svg") !important;
  }
  .nav .navicon {
    background: #5C6151;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 24px;
  }
  .nav .navicon::before {
    top: 7px;
  }
  .nav .navicon::after {
    top: -7px;
  }
  .nav .navicon::before, .nav .navicon::after {
    background: #5C6151;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .nav .nav-menus {
    position: absolute;
    top: 80px;
    right: 60px;
    background-color: #ffffff;
    display: block;
    width: calc(100% - 40px);
    max-width: 420px;
    z-index: -1;
    opacity: 0;
    transition: all 0.25s;
    transform: scale(0.95);
    transform-origin: top right;
    visibility: hidden;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    color: #5C6151;
    border: rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nav .nav-menus li {
    width: 100%;
  }
  .nav .nav-menus .btn-outline {
    margin-top: 12px;
    width: 100%;
    border-color: inherit !important;
    color: inherit !important;
  }
  .nav .text-link {
    font-size: 24px;
  }
  .nav.menu-show .nav-menus {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .nav.menu-show .menu-btn .navicon {
    background: rgba(0, 0, 0, 0);
  }
  .nav.menu-show .menu-btn .navicon::before, .nav.menu-show .menu-btn .navicon::after {
    top: 0px;
  }
  .nav.menu-show .menu-btn .navicon::before {
    transform: rotate(-45deg);
  }
  .nav.menu-show .menu-btn .navicon::after {
    transform: rotate(45deg);
  }
  .top.home .navicon {
    background: #ffffff;
  }
  .top.home .navicon::before, .top.home .navicon::after {
    background: #ffffff;
  }
  .content-row {
    flex-direction: column;
    gap: 60px;
  }
  .content-row.reversed {
    flex-direction: column;
  }
  .content-row.gap-tab {
    gap: 28px;
  }
  .content-row.align-center, .content-row.align-end {
    align-items: stretch;
  }
  .the-team .team-wrapper {
    margin-top: 60px;
    display: block;
  }
  .the-team .thumbnail-wrapper {
    padding: 16px 0px;
    margin: 40px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
  }
  .contact-us .contact {
    width: 100%;
  }
  .product-listing {
    display: block;
  }
  .product-items .items {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .product-items .header .div-1 {
    display: none;
  }
  .product-items .header .div-3 {
    display: block;
  }
  @keyframes slideInFromRight {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .product-filters {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .product-filters .wrapper {
    position: absolute;
    max-width: 500px;
    width: 100%;
    height: inherit;
    top: 0px;
    right: 0px;
    padding: 32px;
    background-color: #ffffff;
    overflow: auto;
    animation: slideInFromRight 0.35s ease-out forwards;
  }
  .product-filters .title {
    margin-top: 0px;
  }
  .product-filters .title .btn-close {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #EEEADE url("../img/icons/close.svg") center no-repeat;
    background-size: 36px;
  }
  .product-filters.is-open {
    display: block;
  }
  .my-cart .cart-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .shipping-wrapper, .checkout-wrapper {
    flex-direction: column;
  }
  .order-setting .tab-group {
    width: 100%;
  }
  .order-setting .tab-group .tab {
    width: 100%;
  }
  .footer .footer-top {
    flex-direction: column;
  }
  .footer .footer-group {
    max-width: none;
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  br.break-mob {
    content: "";
  }
  br.break-mob:after {
    content: " ";
  }
  .mob-only {
    display: block;
  }
  .hide-mob {
    display: none !important;
  }
  .container {
    padding: 0px 20px;
  }
  .overline {
    font-size: 14px;
  }
  .btn-group {
    flex-direction: column;
  }
  .btn-group.no-wrap {
    flex-direction: row;
  }
  .btn-group.no-col {
    flex-direction: row;
  }
  p.larger {
    font-size: 18px;
  }
  .logo {
    width: 110px;
    height: 56px;
  }
  .logo.logo-footer {
    width: 150px;
    height: 76px;
  }
  .banner .divider {
    margin: 0px 16px;
  }
  .title-wrapper .overline {
    margin-bottom: 12px;
  }
  .nav .menu-btn {
    padding: 24px 12px;
    border-radius: 8px;
    border: none;
    margin-right: -12px;
  }
  .nav .menu-btn .text {
    display: none;
  }
  .nav .nav-menus {
    top: 60px;
    right: 20px;
    padding: 32px;
  }
  .top .hero .container {
    justify-content: center;
    text-align: center;
    background-position: center right;
    min-height: auto;
  }
  .top .hero .container .content-wrapper {
    max-width: none;
  }
  .top.home .hero {
    padding-top: 60px;
  }
  .section {
    padding: 60px 0px;
  }
  .section.layout-2 {
    padding-top: 20px;
  }
  .content-row {
    gap: 40px;
  }
  .content-row .img-in {
    min-height: 360px;
  }
  .card-service .info {
    padding: 24px 20px;
  }
  .collage .img:nth-child(1) {
    grid-column: span 4;
  }
  .collage .img:nth-child(2) {
    display: none;
  }
  .the-team .panel {
    padding: 32px 20px;
  }
  .the-team .thumbnail-wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: none;
    margin-top: 28px;
    margin-bottom: 0px;
  }
  .the-team .splide-team .splide__slide {
    flex-direction: column;
    gap: 20px;
  }
  .the-team .splide-team .info {
    padding-bottom: 0px;
  }
  .the-team .splide-team .splide__arrows {
    padding-top: 40px;
    position: relative;
    left: 0px;
    justify-content: center;
  }
  .testimonials {
    margin-top: 28px;
    gap: 12px;
  }
  .product-items .header,
  .product-items .sorting-filter {
    flex-direction: column;
    gap: 12px;
  }
  .product-items .header > *,
  .product-items .sorting-filter > * {
    width: 100%;
  }
  .product-items .items {
    margin-top: 60px;
  }
  .advert {
    text-align: center;
  }
  .advert .panel {
    flex-direction: column;
  }
  .advert .content.text {
    padding: 32px 28px;
  }
  .advert .content.img {
    height: 200px;
    flex: none;
  }
  .advert .content.img::after {
    background: linear-gradient(to bottom, #5C6151, rgba(0, 0, 0, 0));
  }
  .advert .timer {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  .advert .timer .divider {
    display: none;
  }
  .advert .btn {
    width: 100%;
  }
  .product-detail .overview .price {
    font-size: 24px;
  }
  .my-cart .info,
  .my-cart .summary {
    padding: 20px;
  }
  .cart-list .row {
    flex-direction: column;
  }
  .cart-list .row.header {
    padding: 0px;
  }
  .cart-list .row.header .wrapper {
    display: none;
  }
	.cart-list .row .section-size,
	.cart-list .row .section-qty {
		flex: 1;
	}
  .cart-list .row .section-price {
    min-width: auto;
  }
  .cart-list .row .section-price {
    grid-column: span 2;
    padding: 10px 6px;
  }
  .cart-list .row .wrapper:nth-child(1) {
    min-width: auto;
  }
  .cart-list .row .wrapper:nth-child(2) {
		display: flex;
		flex-wrap: wrap;
    gap: 12px;
  }
  .cart-list.shipping .row.data {
    gap: 12px;
  }
  .cart-list.shipping .row.data .wrapper:nth-child(2) {
    display: flex;
  }
  .cart-list.shipping .row.data .section-size,
  .cart-list.shipping .row.data .section-qty .section-price {
    min-width: auto;
  }
  .cart-list.shipping .row.data .section-price {
    flex: 1;
    padding: 0px;
  }
  .order-list .order .ship-info {
    flex-direction: column;
    padding: 16px;
  }
  .order-list .order .ship-info .wrapper:nth-child(2) {
    text-align: left;
  }
  .order-list .order .ship-info span {
    display: inline-block;
  }
  .order-list .order .order-detail {
    padding: 16px;
    flex-direction: column;
  }
  .order-list .order .prod {
    font-size: 16px;
  }
  .order-list .order .prod img {
    width: 60px;
    height: 60px;
  }
  .order-list .order .prod .text-link {
    margin-top: 0px;
  }
  .order-list .order .total {
    margin-top: 12px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .order-list .order .total .group {
    text-align: left;
  }
  .shipping-wrapper .content, .checkout-wrapper .content {
    padding: 20px;
  }
  .step-wrapper {
    padding: 32px 0px;
  }
  .selected-products {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .login .login-container {
    padding: 28px;
  }
  .setting-wrapper .title-wrapper {
    padding: 20px 16px;
  }
  .setting-wrapper .title-wrapper .h3 {
    font-size: 18px;
  }
  .setting-wrapper .form-wrapper {
    padding: 20px 16px;
  }
  .tab-group .tab {
    padding: 12px;
  }
  .footer {
    font-size: 16px;
  }
  .footer .footer-top {
    padding: 60px 0px;
    gap: 40px;
  }
  .footer .group-wrapper {
    flex-direction: column;
  }
  .footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer-bottom p {
    padding-right: 50px;
  }
  .footer .footer-bottom .btn-group {
    flex-wrap: wrap;
  }
  .footer .go-top {
    bottom: 150px;
  }
}
/***** END: Main Site Styles *****/