@import url("../fonts/stylesheet.css");
@import url("base.css");
@import url("modal.css");
*,
::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;
}

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
 */
/* -------------------------------------------------------------------------- */
/*                                 NoUI Slider                                */
/* -------------------------------------------------------------------------- */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  line-height: 1.5;
  font-family: "Inter Tight";
  font-weight: normal;
  color: #252525;
  font-size: 18px;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.1;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.1;
}

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: "DM Serif Display";
  font-weight: normal;
  letter-spacing: -0.02em;
}
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  color: #2483b7;
}

.text-link {
  display: inline-flex;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  gap: 8px;
  align-items: center;
}
.text-link:hover {
  opacity: 0.65;
}

.text-blue {
  color: #2483b7;
}

.text-white {
  color: #ffffff;
}

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 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;
}

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

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

.mw-700 {
  max-width: 700px;
}

.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;
}

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

.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;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-sc-in {
  background-image: url("../img/icons/sc-in.svg");
}

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

p {
  color: #595959;
}

button {
  border: none;
  cursor: pointer;
}

.btn {
  padding: 12px 28px;
  min-height: 56px;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  color: #2483b7;
  transition: background 0.25s;
  border-radius: 100px;
  gap: 8px;
}
.btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/arrow-diagonal-bl.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.25s;
  flex: none;
}
.btn.btn-outline {
  border-color: #2483b7;
  background-color: rgba(0, 0, 0, 0);
}
.btn:hover {
  background-color: rgb(231.8, 246.0769230769, 255);
  border-color: #2483b7;
}
.btn:hover::after {
  transform: rotate(45deg);
}
.btn.btn-primary {
  background-color: #2483b7;
  color: #ffffff;
}
.btn.btn-primary::after {
  background-image: url("../img/icons/arrow-diagonal-w.svg");
}
.btn.btn-primary:hover {
  background-color: rgb(30.9698630137, 112.695890411, 157.4301369863);
}
.btn.btn-icon {
  flex: none;
  width: 56px;
  height: 56px;
  padding: 0px;
}
.btn.btn-icon::after {
  display: none;
}
.btn.no-arrow::after {
  display: none;
}
.btn.btn-sm {
  min-height: 44px;
  padding: 8px 24px;
}
.btn .icon {
  width: 24px;
  height: 24px;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

.text-icon {
  display: flex;
  gap: 8px;
  align-items: center;
}
.text-icon.center {
  justify-content: center;
}

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

.input {
  padding: 12px 16px;
  transition: border-color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: flex;
  width: 100%;
  font-size: 16px;
}
.input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

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 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
}

.input-check[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 0.125ch;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #595959;
  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: #2483b7;
}

.input-check[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 0.125ch;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #595959;
  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='%23fff'/%3e%3c/svg%3e");
  background-color: #2483b7;
}

.check-wrapper {
  display: flex;
  gap: 8px;
}
.check-wrapper label {
  cursor: pointer;
}

.input-group {
  display: flex;
  gap: 20px;
  width: 100%;
}

.logo {
  width: 112px;
  height: 54px;
  background-image: url("../img/brand/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: none;
}
.logo.logo-2 {
  background-image: url("../img/brand/logo2.png");
  width: 200px;
  height: 200px;
}

.nav {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.nav .container {
  padding: 0px 20px;
  max-width: 1376px;
}
.nav .menu-btn {
  display: none;
}
.nav .nav-box {
  display: flex;
  padding: 16px 32px;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
  font-size: 16px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}
.nav .nav-menus {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
  margin-left: 40px;
}
.nav .menu-group {
  display: flex;
  gap: 24px;
  align-items: center;
}
.nav .menu-group.right {
  gap: 16px;
}
.nav .account-wrapper {
  display: flex;
  gap: 16px;
}
.nav .btn-icon {
  position: relative;
}
.nav #cart-count {
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
  background: #e74c3c;
  color: white;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: bold;
  min-width: 18px;
  text-align: center;
}

.section-hero {
  color: #ffffff;
  position: relative;
  background-size: cover;
  background-position: center;
}
.section-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-hero p {
  color: #ffffff;
}
.section-hero .container {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 180px;
  padding-bottom: 120px;
  justify-content: space-between;
}
.section-hero .hero-text {
  max-width: 740px;
}
.section-hero .hero-img {
  padding-right: 32px;
  padding-left: 32px;
}
.section-hero .hero-img .img-in {
  width: 400px;
  aspect-ratio: 7/8;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 12px;
  border-radius: 28px;
  transform: rotate(6deg);
}
.section-hero .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
.section-hero .container.hero-addon {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-hero .container.hero-addon .cards {
  z-index: 1;
  margin-bottom: -60px;
}

.icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/illustrations/round-dash.svg");
  background-position: center;
  background-size: contain;
  font-weight: 700;
  font-size: 24px;
  color: #2483b7;
}
.icon-box .icon {
  width: 24px;
  height: 24px;
}
.icon-box.small {
  width: 60px;
  height: 60px;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.card-hero {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2483b7;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  padding: 28px;
  padding-top: 44px;
}
.card-hero .icon-box {
  position: absolute;
  top: -30px;
  background-color: #f2faff;
}

.card-product {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.card-product.light {
  border-color: rgba(0, 0, 0, 0);
  background-color: #f2faff;
}
.card-product .img-wrapper {
  width: 100%;
  aspect-ratio: 6/5;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.card-product .prod-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-product .prod-img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e8f4fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product .prod-img-placeholder img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-product .prod-title {
  margin-top: 12px;
  color: #2483b7;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card-product .prod-title.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.card-product .prod-subtitle {
  font-size: 16px;
  color: #595959;
  margin-top: 4px;
}
.card-product .prod-price {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
}
.card-product .btn {
  width: 100%;
  margin-top: 12px;
}
.card-product .badge {
  left: 16px;
  top: 16px;
  position: absolute;
}

.card-step {
  flex: 1 1 400px;
  min-height: 220px;
  padding: 28px;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 40px 40px 0 rgba(16, 67, 96, 0.15);
  display: flex;
  flex-direction: column;
}
.card-step .title {
  margin-top: 16px;
  flex: 1;
}
.card-step .desc {
  margin-top: 16px;
}

.card-interlude {
  padding: 40px;
  max-width: 620px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  margin-top: 160px;
}

.card-testi {
  padding: 32px;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-testi .icon {
  background-image: url("../img/icons/quote-bl.svg");
  width: 36px;
  height: 36px;
}
.card-testi .text {
  margin-top: 16px;
  flex: 1;
}
.card-testi .user {
  margin-top: 28px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.card-testi .user .ava {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.card-testi .user .who {
  font-weight: 700;
}
.card-testi .user .role {
  font-size: 14px;
  color: #595959;
}

.badge {
  padding: 4px 8px;
  background-color: rgba(36, 131, 183, 0.2);
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
}
.badge.red {
  background-color: #9e0500;
  color: #ffffff;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section.top-offset {
  padding-top: 150px;
}
.section.interlude {
  background-size: cover;
  background-position: center top;
}
.section.first {
  padding-top: 140px;
}

.bg-1 {
  background-color: #f2faff;
}

.bg-2 {
  background: linear-gradient(to bottom, #f2faff, rgba(0, 0, 0, 0));
}

.marquee-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.marquee-wrapper .marquee {
  display: flex;
}
.marquee-wrapper .content {
  display: flex;
  flex: none;
  white-space: nowrap;
  animation: loopText 5s infinite linear;
}
.marquee-wrapper .item {
  margin-left: 12px;
  padding: 10px 24px;
  background-color: rgba(36, 131, 183, 0.1);
  border-radius: 24px;
  color: #2483b7;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
.marquee-wrapper .box-border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.marquee-wrapper .border-rect {
  stroke: #2483b7;
  animation: march 1.5s linear infinite;
}

@keyframes march {
  from {
    stroke-dashoffset: 20;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes loopText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.title-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.title-between .btn-group {
  flex: none;
}
.title-between .title-wrapper {
  flex: 1 1 600px;
}

.title-wrapper.center {
  text-align: center;
}
.title-wrapper.center p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.splide-testi .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.splide-testi .splide__arrow--prev {
  left: -28px;
}
.splide-testi .splide__arrow--next {
  right: -28px;
}

.splide-venture .splide__slide {
  background-color: #f2faff;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.splide-venture img {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.splide-photo .splide__slide {
  aspect-ratio: 6/5;
}
.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;
}

.content-row {
  display: flex;
  gap: 60px;
  position: relative;
  align-items: stretch;
}
.content-row.reversed {
  flex-direction: row-reverse;
}
.content-row .content {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.content-row .img-in {
  border-radius: 16px;
  min-height: 220px;
  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 .img-addon-1 {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 32px;
  background-color: #ffffff;
  border-radius: 16px;
  position: absolute;
  bottom: -20px;
  right: 40px;
}
.content-row .img-addon-1 .text-2 {
  line-height: 100%;
  color: #2483b7;
  font-size: 80px;
}
.content-row .img-grid-1 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  height: 520px;
  gap: 20px;
}
.content-row .img-grid-1 .img {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
.content-row .img-grid-1 .img-1 {
  grid-column: 1/4;
  grid-row: span 3;
}
.content-row .img-grid-1 .img-2 {
  grid-column: 4/6;
  grid-row: 3;
}
.content-row .text-box {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  align-self: flex-start;
  height: 100%;
  width: 100%;
}
.content-row .text-box .item {
  color: #252525;
}
.content-row .panel-msg {
  flex: 2;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.content-row .panel-msg .input-wrapper {
  width: 100%;
}

.list-icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #595959;
}
.list-icon .item {
  display: flex;
  gap: 12px;
}
.list-icon .icon {
  flex: none;
  margin-top: 2px;
  background-image: url("../img/icons/check-bl.svg");
}
.list-icon.more-gap {
  gap: 12px;
}
.list-icon.lined {
  gap: 0px;
}
.list-icon.lined .item {
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.list-icon.lined .item:last-child {
  border: none;
}

.text-style {
  font-size: 20px;
  font-weight: 700;
  color: #2483b7;
}
.text-style.boxed {
  padding: 20px;
  background-color: rgba(36, 131, 183, 0.1);
  border-radius: 12px;
}

.content-layout-1 .content-wrapper {
  display: flex;
  gap: 28px;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content-layout-1 .text-wrapper {
  flex: 2 1 360px;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.content-layout-1 .text {
  flex: 1 1 300px;
}
.content-layout-1 .photo {
  position: sticky;
  top: 110px;
  flex: 1;
  min-width: 280px;
}
.content-layout-1 .img-in {
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex: 1;
  width: 100%;
  border-radius: 16px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.breadcrumb {
  display: inline-flex;
  gap: 8px;
  font-size: 16px;
  flex-wrap: wrap;
}
.breadcrumb .path {
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb .path:not(:first-child):before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icons/chevron-right-blk.svg") center no-repeat;
  background-size: contain;
}
.breadcrumb .path:last-child {
  opacity: 1;
}

.product-detail {
  align-items: flex-start;
}
.product-detail .content.photos {
  position: sticky;
  top: 110px;
}
.product-detail .thumbnail-wrapper {
  margin-top: 16px;
  display: grid;
  width: 100%;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
}
.product-detail .thumbnail {
  aspect-ratio: 6/5;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  opacity: 0.35;
}
.product-detail .thumbnail.active {
  opacity: 1;
}
.product-detail .price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-detail .price .value {
  font-weight: 700;
  font-size: 24px;
}
.product-detail .stepper {
  display: flex;
  position: relative;
}
.product-detail .stepper button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 52px;
  height: 100%;
  position: absolute;
}
.product-detail .stepper button:hover {
  opacity: 0.5;
}
.product-detail .stepper button.min {
  background-image: url("../img/icons/min-blk.svg");
  left: 0px;
}
.product-detail .stepper button.plus {
  background-image: url("../img/icons/plus-blk.svg");
  right: 0px;
}
.product-detail .stepper .input {
  text-align: center;
}
.product-detail .accordion {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.product-detail .accordion .expand-btn {
  padding: 20px 0px;
  font-weight: 500;
}
.product-detail .accordion .content {
  padding-bottom: 20px;
}
.product-detail .confidence-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 24px;
  width: 100%;
}
.product-detail .confidence-wrapper .confidence {
  padding: 28px;
  background-color: #f2faff;
  border-radius: 16px;
}
.product-detail .payments {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

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

.product-filters {
  min-width: 220px;
  align-self: flex-start;
  font-size: 16px;
}
.product-filters .btn-close {
  display: none;
}
.product-filters .filter-group {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.product-filters .filter-group:nth-of-type(1) {
  border-top: none;
}
.product-filters .filter-group:nth-of-type(1) .header {
  padding-top: 0px;
}
.product-filters .filter-group .content {
  padding-bottom: 20px;
}
.product-filters .header {
  display: flex;
  width: 100%;
  padding: 20px 0px;
}
.product-filters .header .text {
  font-size: 20px;
  font-weight: 600;
  flex: 1;
  text-align: left;
}
.product-filters .check-wrapper {
  padding: 4px 0px;
}

.expand .expand-btn {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.expand .expand-btn:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/chevron-down-blk.svg") center no-repeat;
  background-size: contain;
  display: block;
  transition: 0.25s;
}
.expand .content {
  display: none;
}
.expand.is-open .expand-btn::after {
  transform: rotate(180deg);
}
.expand.is-open .content {
  display: block;
}

.product-listing .filter-btn {
  display: none;
}
.product-listing .applied-filter {
  margin-top: 20px;
  display: flex;
  font-size: 16px;
  color: #595959;
  gap: 12px;
}
.product-listing .applied {
  display: flex;
  flex: 1;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.product-listing .sort {
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
  border: none;
  display: inline-flex;
  align-self: flex-start;
  background-image: url("../img/icons/chevron-down-blk.svg");
  background-position: right;
  background-size: 24px;
  background-repeat: no-repeat;
  padding: 4px 0px;
  padding-right: 28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.product-listing .text-1 {
  padding: 4px 0px;
}
.product-listing .product-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.product-list-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 0;
  grid-column: 1 / -1;
}
.product-list-spinner .spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(36, 131, 183, 0.2);
  border-top-color: #2483b7;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.product-listing .pagination {
  margin-top: 32px;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.product-listing .page {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.product-listing .page:hover {
  background-color: rgba(36, 131, 183, 0.1);
}
.product-listing .page:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.product-listing .page.active {
  background-color: #2483b7;
  color: #ffffff;
}
.product-listing .page.prev {
  background-image: url("../img/icons/chevron-left-bl.svg");
}
.product-listing .page.next {
  background-image: url("../img/icons/chevron-right-bl.svg");
}

.chip {
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
}
.chip .text {
  padding: 4px 12px;
}
.chip .close {
  flex: none;
  width: 32px;
  margin-left: -12px;
  background: url("../img/icons/x-blk.svg") no-repeat center;
  background-size: 20px;
}

.input-search {
  position: relative;
}
.input-search .input {
  width: 100%;
  padding-right: 52px;
}
.input-search .btn-search {
  height: 100%;
  width: 52px;
  background: url("../img/icons/search-bl.svg") no-repeat center;
  background-size: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.price-slider {
  padding: 0px 8px;
}
.price-slider .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 6px solid #2483b7;
  box-shadow: none;
  cursor: col-resize;
  right: -10px;
  transition: transform 0.25s;
}
.price-slider .noUi-handle:hover, .price-slider .noUi-handle.noUi-active {
  transform: scale(1.5);
}
.price-slider .noUi-handle::after, .price-slider .noUi-handle::before {
  display: none;
}
.price-slider.noUi-target {
  height: 8px;
  border: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.075);
}
.price-slider .noUi-connect {
  background: #2483b7;
}

.price-value {
  display: flex;
  justify-content: space-between;
}

.cart-wrapper {
  border-radius: 16px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.cart-wrapper .order-cart {
  flex: 2;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.cart-wrapper .order-summary {
  position: sticky;
  top: 110px;
  flex: 1;
  padding: 32px;
  background-color: #f2faff;
  border-radius: 16px;
}
.cart-wrapper .order-summary .checkout-1 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.cart-wrapper .order-summary .item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.cart-wrapper .order-summary .item .title {
  color: #595959;
}
.cart-wrapper .order-summary .item.total {
  font-weight: 700;
  font-size: 20px;
}
.cart-wrapper .order-summary .item.total .title {
  color: #252525;
}
.cart-wrapper .order-summary .promo-wrapper {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.cart-wrapper .order-summary .promo {
  display: flex;
  gap: 16px;
}
.cart-wrapper .item-product {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  font-size: 16px;
  color: #595959;
  padding: 32px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.cart-wrapper .item-product .title {
  color: #2483b7;
}
.cart-wrapper .item-product .title.mobile {
  display: none;
}
.cart-wrapper .item-product .prod-img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 150px;
  flex: none;
  border-radius: 8px;
}
.cart-wrapper .item-product .prod-info,
.cart-wrapper .item-product .info-1-1 {
  flex: 1;
  width: 100%;
}
.cart-wrapper .item-product .info-1 {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
  gap: 16px;
}
.cart-wrapper .item-product .info-text {
  margin-top: 8px;
}
.cart-wrapper .item-product .info-1-2 {
  text-align: right;
  color: #252525;
}
.cart-wrapper .item-product .price {
  font-size: 24px;
  font-weight: 700;
}
.cart-wrapper .item-product .qty {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.cart-wrapper .item-product .qty .input {
  width: 72px;
  height: 40px;
  padding: 0px;
  padding-left: 16px;
}
.cart-wrapper .item-product .delete .icon {
  width: 16px;
  height: 16px;
}

.footer {
  background-color: #f2faff;
  color: #595959;
}
.footer .footer-top {
  padding: 60px 0px;
  display: flex;
  gap: 20px;
}
.footer .logo-wrapper {
  flex: 1;
}
.footer .group-wrapper {
  flex: 2;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer .group-wrapper .footer-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .group-wrapper .header {
  font-weight: 700;
  color: #2483b7;
}
.footer .footer-bottom {
  padding: 24px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .hide-smallpc {
    display: none;
  }
  .smallpc-only {
    display: block;
  }
  .nav .nav-box {
    justify-content: space-between;
  }
  .nav .menu-btn {
    display: flex;
  }
  .nav .navicon {
    background: #2483b7;
    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: #2483b7;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .nav .nav-menus {
    position: absolute;
    top: 80px;
    right: 40px;
    background-color: #ffffff;
    width: calc(100% - 40px);
    max-width: 400px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: all 0.25s;
    transform: scale(0.95);
    transform-origin: top right;
    visibility: hidden;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
  }
  .nav .nav-menus .menu-group.left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 28px 32px;
    padding-bottom: 0px;
  }
  .nav .nav-menus .menu-group.right {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0px;
  }
  .nav .nav-menus .cta-wrapper {
    width: 100%;
    padding: 28px 32px;
    padding-top: 24px;
  }
  .nav .nav-menus .cta-wrapper .btn {
    width: 100%;
  }
  .nav .nav-menus .account-wrapper {
    background-color: #f7f7f7;
    width: 100%;
    justify-content: center;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .menu-show .nav-menus {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .menu-show .menu-btn .navicon {
    background: rgba(0, 0, 0, 0) !important;
  }
  .menu-show .menu-btn .navicon::before, .menu-show .menu-btn .navicon::after {
    top: 0px;
  }
  .menu-show .menu-btn .navicon::before {
    transform: rotate(-45deg);
  }
  .menu-show .menu-btn .navicon::after {
    transform: rotate(45deg);
  }
  .section-hero .container {
    align-items: stretch;
  }
  .section-hero .hero-text {
    max-width: none;
  }
  .section-hero .hero-img .img-in {
    width: 320px;
    aspect-ratio: auto;
    height: 100%;
    transform: rotate(3deg);
  }
  .cart-wrapper {
    flex-direction: column;
    align-items: stretch;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  .cart-wrapper .order-cart,
  .cart-wrapper .order-summary {
    flex: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .section-hero .home {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
  .section-hero .hero-img .img-in {
    aspect-ratio: 7/8;
    width: 500px;
  }
  .section-hero .cards {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    gap: 12px;
  }
  .card-hero {
    flex: 1 1 280px;
    padding: 24px;
    text-align: left;
    gap: 20px;
    justify-content: start;
  }
  .card-hero .icon-box {
    position: relative;
    flex: none;
    top: 0px;
  }
  .content-row {
    flex-direction: column;
  }
  .content-row.reversed {
    flex-direction: column;
  }
  .content-row .img-grid-1 {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .content-row .img-grid-1 .img-1 {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .content-row .img-grid-1 .img-2 {
    aspect-ratio: 2/1;
    width: 100%;
  }
  .product-listing {
    display: block;
  }
  .product-listing .filter-btn {
    display: flex;
  }
  .product-listing .applied-filter {
    flex-direction: column;
    gap: 0px;
  }
  .product-listing .text-1 {
    display: none;
  }
  .product-listing .applied {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    padding: 12px 0px;
    order: 2;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .product-listing .filter-sort {
    justify-content: space-between;
    display: flex;
    gap: 12px;
    padding: 12px 0px;
    color: #2483b7;
  }
  .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 .filter-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 .btn-close {
    display: block;
    margin-bottom: 24px;
  }
  .product-filters.is-open {
    display: block;
  }
  @keyframes slideInFromRight {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .product-detail .content.photos {
    position: relative;
    top: 0px;
  }
  .footer .footer-top {
    flex-wrap: wrap;
    gap: 60px;
    max-width: 700px;
    margin: auto;
  }
  .footer .logo-wrapper {
    flex: 100%;
    display: flex;
    justify-content: center;
  }
  br.break-tab {
    content: "";
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .h1,
  h1 {
    font-size: 42px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  .mob-only {
    display: block;
  }
  .hide-mob {
    display: none !important;
  }
  .container {
    padding: 0px 20px;
  }
  .input-group {
    flex-direction: column;
  }
  .logo {
    width: 98px;
    height: 48px;
  }
  .nav .container {
    padding: 0px;
  }
  .nav .nav-box {
    padding: 12px 20px;
  }
  .nav .btn.menu-btn {
    width: 48px;
    min-height: auto;
    height: 48px;
    padding: 0px;
    border-radius: 8px;
    border: none;
  }
  .nav .btn.menu-btn .text {
    display: none;
  }
  .nav .nav-menus {
    width: calc(100% - 16px);
    right: 8px;
    top: 64px;
  }
  .section-hero .container {
    padding-top: 132px;
    padding-bottom: 92px;
  }
  .section-hero .home {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-hero .hero-img {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-hero .hero-img .img-in {
    width: 100%;
  }
  .btn-group {
    flex-wrap: wrap;
  }
  .btn-group .btn {
    width: 100%;
  }
  .section-hero .home {
    gap: 40px;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section .mt-60 {
    margin-top: 40px;
  }
  .section.first {
    padding-top: 100px;
  }
  .content-row {
    gap: 40px;
  }
  .content-row .text-box {
    padding: 20px;
  }
  .content-row .panel-msg {
    padding: 24px;
  }
  br.break-mob {
    content: "";
    display: none;
  }
  .card-interlude,
  .card-step,
  .card-testi {
    padding: 24px;
  }
  .splide-testi {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cart-wrapper .order-cart {
    padding: 20px;
  }
  .cart-wrapper .order-summary {
    padding: 20px;
  }
  .cart-wrapper .item-product {
    gap: 16px;
    flex-direction: column;
    padding: 24px 0px;
  }
  .cart-wrapper .item-product .delete {
    position: absolute;
    top: 40px;
    right: 0px;
    opacity: 0.3;
  }
  .cart-wrapper .item-product .delete .text {
    display: none;
  }
  .cart-wrapper .item-product .delete .icon {
    width: 24px;
    height: 24px;
  }
  .cart-wrapper .item-product .img-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  .cart-wrapper .item-product .qty-text {
    display: none;
  }
  .cart-wrapper .item-product .prod-img {
    width: 70px;
  }
  .cart-wrapper .item-product .info-1 {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 4px;
  }
  .cart-wrapper .item-product .info-2 {
    text-align: right;
  }
  .cart-wrapper .item-product .info-1-2 {
    display: flex;
    justify-content: space-between;
  }
  .cart-wrapper .item-product .qty {
    margin-top: 0px;
    order: -1;
  }
  .footer .group-wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .footer .footer-group {
    flex: 1 1 140px;
  }
  .footer .footer-group.cust-service {
    flex: 1 1 200px;
  }
  .icon-box {
    width: 60px;
    height: 60px;
  }
}/*# sourceMappingURL=style.css.map */