@import url(./bootstrap-select.min.css);
:root {
  --main: #000000;
  --White: #E9E3D6;
  --Onsurface: #181818;
  --Primary: #827460;
  --Secondary: #4D4E4F;
  --Secondary2: #A0A0A0;
  --Surface: #F6F6F6;
  --line: #E9E9E9;
  --Critical: #F03E3E;
  --Success: #3DAB25;
  --Yellow: #F0A750;
  --pink: #EC749D;
  --backdrop: rgba(24, 24, 24, 0.2) ;
}

/*---------- Reset css styles ----------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Marcellus", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--main);
  background-color: var(--White);
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.container {
  max-width: 1320px;
}

.container-2 {
  max-width: 1870px;
}

.container,
.container-2 {
  width: 100%;
  margin: auto;
}

.container,
.container-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-family: "Marcellus", sans-serif;
  border: 2px solid var(--line);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  padding: 11px 16px;
  width: 100%;
  background: var(--White);
  color: var(--Secondary);
  font-weight: 400;
  border-radius: 8px;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: var(--line);
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea {
  height: 112px;
  resize: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: var(--Secondary);
}

:-moz-placeholder {
  color: var(--Secondary);
}

::-moz-placeholder {
  color: var(--Secondary);
  opacity: 1;
}

button {
  background-color: transparent;
  border: 0;
  outline: none;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: var(--Secondary);
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Qanelas-Regular", sans-serif;
  text-rendering: optimizeLegibility;
  color: var(--main);
  font-weight: 400;
}

h1 {
  font-size: 56px;
  line-height: 68px;
}

h2 {
  font-size: 44px;
  line-height: 50px;
}

h3 {
  font-size: 40px;
  line-height: 48px;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 42px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 28px;
}

.text-display {
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
}

.text-body-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-body-default {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-button-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.text-caption-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.text-caption-2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.font-main {
  font-family: "Marcellus", sans-serif;
}

.font-2 {
  font-family: "Kumbh Sans", sans-serif;
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.bg_white {
  background-color: var(--White) !important;
}

.bg_surface {
  background-color: var(--Surface) !important;
}

.bg-main,
.bg_onsurface {
  background-color: var(--Onsurface) !important;
}

.bg-light-blue-2 {
  background-color: #ebeaef !important;
}

.bg-light-blue {
  background-color: #d3d9ef !important;
}

.bg-light-orange {
  background-color: #eeae76 !important;
}

.bg-light-brown {
  background-color: #b1aa98 !important;
}

.bg-light-grey {
  background-color: #f0efed !important;
}

.bg-light-pink {
  background-color: #dfc6b8 !important;
}

.bg-dark-grey-2 {
  background-color: #9e9b96 !important;
}

.bg-light-pink {
  background-color: #dfc6b8 !important;
}

.bg-light-pink-2 {
  background-color: #f4c5bf !important;
}

.bg-light-pink-3 {
  background-color: #fdebeb !important;
}

.bg-dark-pink {
  background-color: #d10047 !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-blue-2 {
  background-color: #0c74d6 !important;
}

.bg-blue-3 {
  background-color: #0766bf !important;
}

.bg-light-blue {
  background-color: #d3d9ef !important;
}

.bg-light-blue-2 {
  background-color: #ebeaef !important;
}

.bg-light-blue-3 {
  background-color: #edf5f6 !important;
}

.bg-light-blue-4 {
  background-color: #eaf5ff !important;
}

.bg-light-blue-5 {
  background-color: #c9dfed !important;
}

.bg-dark-blue {
  background-color: #1b4872 !important;
}

.bg-purple {
  background-color: #2d3054 !important;
}

.bg-purple-2 {
  background-color: #6461be !important;
}

.bg-purple-3 {
  background-color: #73465a !important;
}

.bg-orange {
  background-color: #ff9747 !important;
}

.bg-orange-2 {
  background-color: #f1592a !important;
}

.bg-light-orange {
  background-color: #eeae76 !important;
}

.bg-grey {
  background-color: #e0d3c5 !important;
}

.bg-grey-2 {
  background-color: #d7cfc4 !important;
}

.bg-dark-grey {
  background-color: #b1aa98 !important;
}

.bg-dark-grey-2 {
  background-color: #9e9b96 !important;
}

.bg-light-grey {
  background-color: #f0efed !important;
}

.bg-light-green {
  background-color: #b7b8a3 !important;
}

.bg-brown {
  background-color: #d6bb9a !important;
}

.bg-red {
  background-color: #dc2a35 !important;
}

.bg-red-2 {
  background-color: #d14244 !important;
}

.bg-beige {
  background-color: #ccbba7 !important;
}

.bg-beige-2 {
  background-color: #f6efdd !important;
}

.bg-color-beige {
  background-color: #dfc6b8 !important;
}

.bg-color-yellow {
  background-color: var(--Yellow) !important;
}

.text_white {
  color: var(--White) !important;
}

.text_primary {
  color: var(--Primary) !important;
}

.text_secondary {
  color: var(--Secondary) !important;
}

.text_secondary2 {
  color: var(--Secondary2) !important;
}

.text_onsurface {
  color: var(--Onsurface) !important;
}

label {
  font-weight: 400;
}

.link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #49301C;
}
.link:hover {
  color: var(--Primary) !important;
}

.text-decoration {
  text-decoration: underline !important;
}

.text-line-clamp-1,
.line-clamp-1 {
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.text-line-clamp-2,
.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.text-line-clamp-4,
.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.border-bot {
  border-bottom: 1px solid var(--line);
}

.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 999px;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: var(--Onsurface);
}
a:focus, a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout {
  display: grid;
  column-gap: 15px;
  row-gap: 30px;
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}
.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.tf-grid-layout .wg-pagination {
  grid-column: 1/-1;
  width: 100%;
}
.tf-grid-layout .wd-load {
  grid-column: 1/-1;
}
.tf-grid-layout.gap30 {
  gap: 30px;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-6 {
  gap: 6px !important;
}

.gap-7 {
  gap: 7px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-14 {
  gap: 14px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-17 {
  gap: 17px !important;
}

.gap-19 {
  gap: 19px !important;
}

.gap-20 {
  gap: 20px !important;
}

.radius-3 {
  border-radius: 3px !important;
}

.radius-4 {
  border-radius: 4px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-60 {
  border-radius: 60px !important;
}

.rounded-full {
  border-radius: 999px !important;
}

.o-hidden {
  overflow: hidden;
}

.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py_12 {
  padding: 12px 0;
}

.pt_0 {
  padding-top: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_23 {
  padding-bottom: 23px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.mt_4 {
  margin-top: 4px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_17 {
  margin-bottom: 17px !important;
}

.mb_18 {
  margin-bottom: 18px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_21 {
  margin-bottom: 21px !important;
}

.mb_22 {
  margin-bottom: 22px !important;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_34 {
  margin-bottom: 34px !important;
}

.mb_39 {
  margin-bottom: 39px !important;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_43 {
  margin-bottom: 43px !important;
}

.mb_48 {
  margin-bottom: 48px;
}

.line-top-container {
  position: relative;
}
.line-top-container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background-color: var(--line);
  height: 1px;
  width: 100%;
  max-width: 1290px;
  transform: translateX(-50%);
}

.line-bottom-container {
  position: relative;
}
.line-bottom-container::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background-color: var(--line);
  height: 1px;
  width: 100%;
  max-width: 1070px;
  transform: translateX(-50%);
}

[data-grid=grid-1] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

[data-grid=grid-2] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

[data-grid=grid-3] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

[data-grid=grid-4] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

[data-grid=grid-5] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}

[data-grid=grid-6] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}

.grid-template-columns-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-row-flex {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  row-gap: 30px;
}

.tf-grid-layout-v2 {
  display: grid;
  gap: 15px;
}

.tf-md-hidden {
  display: none;
}

.slider-layout-right {
  width: calc(100vw - (100vw - 1300px) / 2);
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.justify-center {
  justify-content: center;
}

.simpleParallax {
  height: 100%;
}

#scroll-top {
  position: fixed;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 50px;
  border-radius: 4px;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  z-index: 100;
  background-color: var(--Onsurface);
  border: 0;
  bottom: 92px;
  right: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll-top.show {
  opacity: 1;
  visibility: visible;
}
#scroll-top.style-1 {
  bottom: 140px;
}
#scroll-top:hover {
  transform: translateY(-5px);
  background-color: var(--Primary);
}

.overflow-none {
  overflow: unset !important;
}

.w-full {
  width: 100% !important;
  max-width: 100%;
}

.sticky-top {
  z-index: 50;
  top: 15px;
}

.border-top {
  border-top: 1px solid var(--line);
}

.loadmore-item .fl-item {
  display: none;
}

.loadItem.hidden {
  display: none !important;
}
.loadItem.card-product.style-list:not(.hidden) {
  display: flex !important;
}

.space-1 {
  height: 15px;
}

.error {
  color: var(--Critical);
}

.success .standard {
  color: var(--Success);
  margin-top: 10px;
}

/* Preload 
------------------------------------------- */
.preload-wrapper .preload-container {
  display: flex;
}

.preload-container {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-top: 3px solid var(--Primary);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*------------ Components ---------------- */
/*------------ header ---------------- */
.tf-topbar {
  background-color: #2D2E2D;
  padding: 11px 0;
}
.tf-topbar .topbar-left {
  display: flex;
  align-items: center;
  gap: 28px;
}
.tf-topbar .topbar-right {
  display: flex;
  align-items: center;
  gap: 29px;
}
.tf-topbar .wrapper-slider-topbar {
  position: relative;
}
.tf-topbar .wrapper-slider-topbar .tf-sw-top_bar {
  margin-left: 20px;
  margin-right: 20px;
}
.tf-topbar .wrapper-slider-topbar .tf-sw-top_bar p {
  text-align: center;
}
.tf-topbar .navigation-topbar {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
.tf-topbar .navigation-topbar .icon {
  font-size: 20px;
  color: var(--White);
}
.tf-topbar .navigation-topbar.nav-next-topbar {
  left: 0;
}
.tf-topbar .navigation-topbar.nav-prev-topbar {
  right: 0;
}
.tf-topbar.style-2 {
  border-bottom: 1px solid var(--line);
}

header {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  right: 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 888;
  background-color: var(--White);
}

.header-default .wrapper-header-left {
  max-width: 240px;
}
.header-default .main-header.has-border-y {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.header-default .nav-icon {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: end;
}
.header-default .nav-icon .nav-icon-item {
  display: flex;
  font-size: 32px;
  position: relative;
}
.header-default .nav-icon .nav-icon-item:hover {
  color: var(--Primary) !important;
}
.header-default .nav-icon .count-box {
  position: absolute;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--Primary);
  color: var(--White);
  top: -4px;
  right: -4px;
}
.header-default .mobile-menu {
  display: flex;
}
.header-default .mobile-menu svg {
  width: 22px;
}
.header-default .logo-header .logo-black {
  display: none;
}
.header-default.header-absolute {
  background-color: transparent;
  margin-bottom: -88px;
}
.header-default.header-style-1 .box-nav-ul .menu-item > a::before {
  height: 86px;
}
.header-default.header-style-1 .main-header {
  padding: 0;
  border: 0;
}
.header-default.header-style-1 .main-header .menu-item {
  padding: 32px 0;
}
.header-default.header-style-1.header-bg .mobile-menu svg path {
  fill: var(--main);
}
.header-default.header-style-2 {
  padding: 0px 32px 0 32px;
  margin-bottom: -97px;
}
.header-default.header-style-2 .box-nav-ul .menu-item > a::before {
  height: 96px;
}
.header-default.header-style-2.header-bg .mobile-menu svg path {
  fill: var(--main);
}
.header-default.header-style-2 .main-header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-default.header-style-2 .main-header .menu-item {
  padding: 37px 0;
}
.header-default.header-style-3 .box-nav-ul .menu-item > a::before {
  height: 90px;
}
.header-default.header-style-3 .main-header {
  padding: 0;
}
.header-default.header-style-3 .box-nav-ul .menu-item {
  padding: 33px 0;
}
.header-default.header-bg {
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  background-color: var(--White);
}
.header-default.header-bg.header-fixed .logo-header .logo-black {
  display: block;
}
.header-default.header-bg.header-fixed .logo-header .logo {
  display: none;
}
.header-default.header-bg.header-fixed .nav-icon .nav-icon-item,
.header-default.header-bg.header-fixed .box-nav-ul .item-link {
  color: #551912 !important;
}

.box-nav-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.box-nav-ul .menu-item {
  padding: 34px 0;
}
.box-nav-ul .menu-item:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) translateY(-1px);
}
.box-nav-ul .menu-item:hover > a::before {
  display: block;
}
.box-nav-ul .menu-item:hover .mega-menu {
  transform: translateY(0) !important;
}
.box-nav-ul .menu-item > a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 64px);
  height: 59px;
  display: none;
}
.box-nav-ul .item-link {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}
.box-nav-ul .item-link .icon {
  font-size: 16px;
}
.box-nav-ul .item-link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -2px;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--Primary);
}
.box-nav-ul .item-link.active::after, .box-nav-ul .item-link:hover::after {
  width: calc(100% - 20px);
  left: 0;
  right: auto;
}
.box-nav-ul .sub-menu {
  pointer-events: none;
  position: absolute;
  background-color: var(--White);
  min-width: 200px;
  z-index: 999;
  visibility: hidden;
  text-align: left;
  padding: 8px 20px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translateX(0px) translateY(10px);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-nav-ul .mega-menu {
  border-radius: 0;
  padding: 32px 0;
  border: none;
  height: max-content;
  overflow: auto;
  left: 0;
  right: 0;
  transform: translateY(10px) !important;
  top: 100% !important;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-nav-ul .submenu-default {
  left: -20px;
  padding: 8px 20px;
}
.box-nav-ul .submenu-default .menu-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.box-nav-ul .submenu-default .menu-link-text {
  padding: 7px 0;
  color: var(--Secondary);
  position: relative;
}
.box-nav-ul .submenu-default .menu-link-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 5px;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--Onsurface);
}
.box-nav-ul .submenu-default .menu-link-text.active, .box-nav-ul .submenu-default .menu-link-text:hover {
  color: var(--Onsurface);
}
.box-nav-ul .submenu-default .menu-link-text.active::after, .box-nav-ul .submenu-default .menu-link-text:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.mega-menu .row-demo {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  overflow-y: auto;
}
.mega-menu .row-demo::-webkit-scrollbar {
  width: 6px;
}
.mega-menu .row-demo::-webkit-scrollbar-thumb {
  background: var(--line);
}
.mega-menu .demo-item {
  border-radius: 4px;
  background-color: var(--Surface);
  padding: 12px;
  border: solid 1px var(--line);
  transition: border 0.4s;
  margin-bottom: 1px;
  display: inline-flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mega-menu .demo-item .demo-image {
  margin-bottom: 12px;
  border-radius: 2px;
  overflow: hidden;
}
.mega-menu .demo-item .demo-name {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.36px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mega-menu .demo-item .demo-name:hover {
  color: var(--Primary);
}
.mega-menu .demo-item.active, .mega-menu .demo-item:hover {
  border-color: var(--Primary);
}
.mega-menu .demo-item.active .demo-name, .mega-menu .demo-item:hover .demo-name {
  color: var(--Primary);
}
.mega-menu.mega-menu-1 {
  padding: 0;
}
.mega-menu.mega-menu-1 .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mega-menu.mega-menu-1 .menu-heading {
  margin-bottom: 8px;
}
.mega-menu.mega-menu-1 .menu-link-text {
  padding: 7px 0;
  position: relative;
}
.mega-menu.mega-menu-1 .menu-link-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 5px;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--Onsurface);
}
.mega-menu.mega-menu-1 .menu-link-text.active, .mega-menu.mega-menu-1 .menu-link-text:hover {
  color: var(--Onsurface) !important;
}
.mega-menu.mega-menu-1 .menu-link-text.active::after, .mega-menu.mega-menu-1 .menu-link-text:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.mega-menu.mega-menu-1 .row-demo-1 {
  display: flex;
  gap: 190px;
  padding: 36px 60px;
  border-radius: 0 0 20px 20px;
  background-color: var(--White);
}
.mega-menu.mega-menu-1 .row-demo-1 .mega-menu-list {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.mega-menu.mega-menu-1 .row-demo-1 .mega-menu-list .mega-menu-item {
  width: 100%;
}
.mega-menu.mega-menu-1 .row-demo-1 .mega-menu-list .mega-menu-item:first-child {
  min-width: 185px;
}
.mega-menu.mega-menu-1 .row-demo-1 .mega-menu-list .mega-menu-item:last-child {
  min-width: 300px;
}
.mega-menu.mega-menu-1 .row-demo-1 .collection-position.style-2 .content {
  margin: 0 32px;
  bottom: 32px;
}
.mega-menu.mega-menu-1 .row-demo-1 .collection-position.style-2 .cls-heading {
  gap: 4px;
  margin-bottom: 20px;
}
.mega-menu.mega-menu-1 .row-demo-1 .collection-position.style-4 {
  max-height: 350px;
}
.mega-menu .collection-item .collection-title {
  background-color: #f2f2f2;
  border-radius: 3px;
}
.mega-menu .collection-item .collection-content {
  bottom: 40px;
}
.mega-menu .collection-item .tf-btn .icon {
  margin: 0px;
}

.canvas-mb {
  width: 100% !important;
  max-width: min(90%, 320px);
  border-right: 0 !important;
}
.canvas-mb .mb-canvas-content {
  padding-top: 60px;
  padding-bottom: 0;
  padding-inline-end: 0;
  padding-inline-start: 20px;
  min-width: 100%;
  max-width: min(90%, 320px);
  grid-auto-rows: minmax(0, 1fr) auto;
  isolation: isolate;
  height: 100%;
  width: 100%;
  display: grid;
  align-content: start;
}
.canvas-mb .mb-body {
  padding-right: 15px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.canvas-mb .icon-close-popup {
  position: absolute;
  font-size: 16px;
  z-index: 3;
  top: 20px;
  left: 15px;
  background-color: transparent;
  border: none;
  height: 30px;
  width: 30px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--Onsurface);
}
.canvas-mb .mb-bottom {
  padding-top: 15px;
}
.canvas-mb .mb-bottom .site-nav-icon {
  margin-bottom: 18px;
}
.canvas-mb .mb-bottom .bottom-bar-language {
  min-height: 63px;
  border-top: 1px solid var(--line);
  gap: 28px;
  max-width: calc(100% - 20px);
  display: flex;
  align-items: center;
}
.canvas-mb .mb-bottom .bottom-bar-language .image-select.type-currencies > .dropdown-menu {
  margin-left: 0 !important;
}
.canvas-mb .mb-bottom .bottom-bar-language .image-select > .dropdown-menu::before {
  display: none;
}
.canvas-mb .site-nav-icon {
  padding: 0 9px;
  line-height: 40px;
  border: solid 1px var(--line);
  gap: 4px;
  background-color: var(--line);
  color: var(--Onsurface);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
.canvas-mb .site-nav-icon .icon {
  font-size: 14px;
}
.canvas-mb .site-nav-icon svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.canvas-mb .site-nav-icon:hover {
  color: var(--White);
  background-color: var(--Onsurface);
  border-color: var(--Onsurface);
}
.canvas-mb .site-nav-icon:hover svg path {
  stroke: var(--White);
}
.canvas-mb .mb-other-content .group-icon {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.canvas-mb .mb-other-content .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Onsurface);
  margin-bottom: 11px;
}
.canvas-mb .mb-other-content .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}

.nav-ul-mb .nav-mb-item {
  padding: 2px 0px;
}
.nav-ul-mb .nav-mb-item:not(:last-child) {
  border-bottom: 1px solid rgb(238, 238, 238);
}
.nav-ul-mb .nav-mb-item .mb-menu-link {
  min-height: 40px;
  font-weight: 500;
  font-size: 14px;
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-ul-mb .nav-mb-item .mb-menu-link:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.nav-ul-mb .nav-mb-item.active .mb-menu-link {
  color: var(--Primary);
}
.nav-ul-mb .nav-mb-item.active .mb-menu-link .btn-open-sub::after, .nav-ul-mb .nav-mb-item.active .mb-menu-link .btn-open-sub::before {
  background-color: var(--Primary);
}
.nav-ul-mb .nav-mb-item.active .sub-nav-link.active {
  color: var(--Primary);
}
.nav-ul-mb .nav-mb-item.active .sub-nav-link.active .btn-open-sub::after, .nav-ul-mb .nav-mb-item.active .sub-nav-link.active .btn-open-sub::before {
  background-color: var(--Primary);
}
.nav-ul-mb .btn-open-sub {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--Onsurface);
  transition: 0.4s ease 0.1s;
  margin: auto;
}
.nav-ul-mb .btn-open-sub::before {
  width: 2px;
  height: 12px;
}
.nav-ul-mb .btn-open-sub::after {
  width: 12px;
  height: 2px;
}
.nav-ul-mb .sub-nav-menu {
  margin-left: 10px;
  padding-left: 19px;
  margin-bottom: 26px;
  border-left: 1px solid rgb(236, 236, 236);
}
.nav-ul-mb .sub-menu-level-2 {
  margin-bottom: 5px;
}
.nav-ul-mb .sub-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  font-size: 14px;
}
.nav-ul-mb .sub-nav-link:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.nav-ul-mb .sub-nav-link.line-clamp {
  position: relative;
  display: inline-flex;
}
.nav-ul-mb .sub-nav-link.line-clamp .demo-label {
  top: -5px;
  right: -38px;
}

.list-categories-inner {
  border-radius: 8px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  top: 100%;
  color: var(--main);
}
.list-categories-inner .categories-item {
  position: relative;
  width: max-content;
  padding: 3px 0px !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.list-categories-inner .categories-item .icon {
  font-size: 20px !important;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-categories-inner .categories-item .inner-left {
  display: flex;
  align-items: center;
}
.list-categories-inner .categories-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 5px;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--Onsurface);
}
.list-categories-inner .categories-item:hover {
  color: var(--Onsurface) !important;
}
.list-categories-inner .categories-item:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.list-categories-inner .box-cate-bottom {
  margin-top: 10px;
}
.list-categories-inner .menu-heading {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

/*------------ footer ---------------- */
footer {
  background-color: rgb(31, 31, 31);
}
footer .footer-body {
  padding: 78px 0 73px 0;
  gap: 0px;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
footer .footer-heading {
  margin-bottom: 23px;
}
footer .footer-heading.style-2 {
  margin-bottom: 16px;
}
footer .footer-phone-number .number {
  margin-bottom: -7px;
}
footer .footer-left {
  display: flex;
  justify-content: space-between;
  gap: 95px;
  max-width: 631px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
footer .footer-newsletter {
  width: 100%;
  max-width: 518px;
}
footer .footer-newsletter .footer-heading {
  text-transform: capitalize;
  margin-bottom: 20px;
}
footer .footer-newsletter .form-newsletter {
  max-width: 435px;
}
footer .footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
footer .footer-menu .footer-col-block {
  width: 100%;
}
footer .footer-menu .footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer-menu .footer-menu_item {
  color: rgba(255, 255, 255, 0.8);
  display: inline;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
footer .footer-menu .footer-menu_item:hover {
  background-size: 100% 100%;
  transition-delay: 0.2s;
  color: var(--White) !important;
}
footer .wrap-newsletter p {
  margin-bottom: 24px;
}
footer .form-newsletter {
  margin-bottom: 96px;
  position: relative;
}
footer .form-newsletter fieldset input {
  border-radius: 8px;
  padding: 13px 16px 13px 24px;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 0;
  color: var(--White);
}
footer .form-newsletter fieldset input::placeholder {
  color: var(--Secondary2);
}
footer .form-newsletter .subscribe-button {
  position: absolute;
  height: 40px;
  padding: 0 16px;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: var(--White);
  color: var(--Onsurface);
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .form-newsletter .subscribe-button i {
  font-weight: 700;
}
footer .form-newsletter .subscribe-button:hover {
  color: var(--White);
  background-color: var(--Onsurface);
}
footer .tf-btn-direction {
  display: flex;
  align-items: center;
}
footer .tf-btn-direction span {
  position: relative;
}
footer .tf-btn-direction span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: var(--Onsurface);
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .tf-btn-direction i {
  font-size: 20px;
}
footer .tf-btn-direction:hover span::after {
  background-color: var(--Primary);
}
footer .footer-bottom {
  background-color: rgb(23, 23, 23);
}
footer .footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  flex-wrap: wrap;
  gap: 15px 30px;
}
footer .footer-bottom-wrap .left {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.tf-payment ul {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tf-payment ul img {
  width: 38px;
  height: 24px;
}

.tf-toolbar-bottom {
  display: none;
  padding: 15px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  z-index: 60;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--White);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
}
.tf-toolbar-bottom .toolbar-item {
  flex: 1 0 20%;
  position: relative;
}
.tf-toolbar-bottom .toolbar-item a {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  height: 40px;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-icon {
  display: flex;
  position: relative;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-icon svg {
  width: 20px;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-icon .icon {
  font-size: 20px;
  color: var(--main);
}
.tf-toolbar-bottom .toolbar-item a .toolbar-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--Secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-toolbar-bottom .toolbar-item a:hover .toolbar-label {
  color: var(--main);
  font-weight: 600;
}

/*------------ tabs ---------------- */
.tab-banner .nav-tab-item .nav-tab-link {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
  position: relative;
}
.tab-banner .nav-tab-item .nav-tab-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1019607843);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-banner .nav-tab-item .nav-tab-link .title {
  color: #E9E3D6;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-grow: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-banner .nav-tab-item .nav-tab-link .title span {
  display: flex;
  min-width: 30px;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-banner .nav-tab-item .nav-tab-link .arr-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 19px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  color: rgba(255, 255, 255, 0.5019607843);
  flex-shrink: 0;
}
.tab-banner .nav-tab-item .nav-tab-link .arr-link .icon {
  font-size: 20px;
}
.tab-banner .nav-tab-item .nav-tab-link .icon {
  font-size: 16px;
}
.tab-banner .nav-tab-item .nav-tab-link:hover .title {
  color: #fff;
}
.tab-banner .nav-tab-item .nav-tab-link:hover .arr-link {
  color: #fff;
  border-color: #fff;
}
.flat-animate-tab {
  overflow: hidden;
  height: 100%;
}
.flat-animate-tab .tab-content {
  position: relative;
  height: 100%;
}
.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
  height: 100%;
}
.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.flat-animate-tab .sec-btn {
  margin-top: 20px;
}

.widget-tabs .widget-menu-tab .item-title {
  cursor: pointer;
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: #551912;
}
.widget-tabs .widget-menu-tab .item-title::after {
  position: absolute;
  content: "";
  background-color: var(--Onsurface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-tabs .widget-content-tab {
  position: relative;
  overflow: hidden;
}
.widget-tabs .widget-content-tab .widget-content-inner {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.widget-tabs .widget-content-tab .widget-content-inner.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.widget-tabs.style-1 .widget-menu-tab {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding-bottom: 28px;
  overflow-x: auto;
}
.widget-tabs.style-1 .widget-menu-tab .item-title {
  min-width: max-content;
}
.widget-tabs.style-1 .widget-menu-tab .item-title::after {
  position: absolute;
  content: "";
  background-color: var(--Onsurface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
}
.widget-tabs.style-1 .widget-menu-tab .item-title.active::after {
  width: 100%;
}
.widget-tabs.style-1 .widget-content-tab {
  border-radius: 0px;
  border: 1.2px solid #551912;
}
.widget-tabs.style-1 .widget-content-inner {
  padding: 39px 39px 30px;
  border-radius: 8px;
}
.widget-tabs.style-2 .widget-menu-tab {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 16px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
}
.widget-tabs.style-2 .widget-menu-tab .item-title {
  padding: 7px 0;
  min-width: max-content;
}
.widget-tabs.style-2 .widget-menu-tab .item-title::after {
  position: absolute;
  content: "";
  background-color: var(--Critical);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
}
.widget-tabs.style-2 .widget-menu-tab .item-title.active::after {
  width: 100%;
}

.tab-description {
  display: flex;
  gap: 20px 47px;
}
.tab-description .right,
.tab-description .left {
  width: 100%;
}

.tab-reviews .tab-reviews-heading {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.tab-reviews .tab-reviews-heading .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  max-width: 597px;
  gap: 30px;
}
.tab-reviews .tab-reviews-heading .top .list-start {
  display: flex;
  gap: 2px;
  justify-content: center;
  margin-bottom: 7px;
  margin-top: 1px;
  font-size: 17px;
}
.tab-reviews .rating-score {
  width: 100%;
  max-width: 365px;
}
.tab-reviews .rating-score .item {
  width: 100%;
  display: flex;
  align-items: center;
}
.tab-reviews .rating-score .number-1 {
  width: 12px;
  text-align: end;
}
.tab-reviews .rating-score .icon {
  font-size: 16px;
  margin-left: 1px;
}
.tab-reviews .rating-score .number-2 {
  width: 17px;
}
.tab-reviews .rating-score .line-bg {
  margin: 0 8px;
  width: 100%;
  height: 8px;
  background-color: var(--line);
}
.tab-reviews .rating-score .line-bg div {
  height: 100%;
  background-color: var(--Onsurface);
}
.tab-reviews .list-star {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-reviews .list-star i {
  font-size: 20px;
}
.tab-reviews .tf-btn {
  padding: 16px 40px;
  height: 58px;
}
.tab-reviews.style-2 .tab-reviews-heading {
  margin-bottom: 42px;
}
.tab-reviews.style-2 .tf-btn {
  font-size: 14px;
  line-height: 22px;
  padding: 16px;
  height: 40px;
}

.tab-shipping {
  display: flex;
  gap: 30px;
}
.tab-shipping p {
  color: var(--Secondary);
}

.tab-policies ul.list-text li {
  padding-left: 24px;
}
.tab-policies ul.list-text.type-number {
  margin-bottom: 6px;
  gap: 0;
}

.tab-product {
  gap: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
  display: flex;
}
.tab-product .nav-tab-item a {
  display: flex;
  width: 100%;
  white-space: nowrap;
  padding-bottom: 4px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Secondary);
  position: relative;
}
.tab-product .nav-tab-item a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 5px;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--Onsurface);
}
.tab-product .nav-tab-item a.active::after, .tab-product .nav-tab-item a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.tab-product::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/*------------ slider banner ---------------- */
.tf-slideshow {
  position: relative;
}
.tf-slideshow .wrap-slider {
  position: relative;
}
.tf-slideshow .wrap-slider .img-style {
  background-color: var(--Onsurface);
  height: 100%;
}
.tf-slideshow .wrap-slider .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-slideshow .box-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 5;
}
.tf-slideshow .box-content .box-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tf-slideshow .wrap-pagination {
  left: 0;
  right: 0;
  bottom: 47px;
  position: absolute;
  z-index: 1;
}
.tf-slideshow .wrap-pagination .sw-dots {
  margin-top: 0;
}
.tf-slideshow .sw-button {
  height: 60px;
  width: 60px;
  top: calc(50% - 8px);
}
.tf-slideshow .sw-button.swiper-button-next {
  right: 38px;
}
.tf-slideshow .sw-button.swiper-button-prev {
  left: 38px;
}
.tf-slideshow .tf-btn {
  height: 58px;
  padding: 0 32px;
}
.tf-slideshow.slider-nav-sw .wrap-pagination {
  display: none;
  bottom: 10px;
}
.tf-slideshow.style-default .wrap-slider {
  border-radius: 16px;
  overflow: hidden;
}
.tf-slideshow.style-default .wrap-slider.slide-1 .img-style img {
  opacity: 0.7;
}
.tf-slideshow.style-default .wrap-slider.slide-2 .img-style img {
  opacity: 0.8;
}
.tf-slideshow.style-default .wrap-slider.slide-3 .img-style img {
  opacity: 0.9;
}
.tf-slideshow.style-default .box-content {
  text-align: center;
  align-items: center;
  gap: 32px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 526px;
}
.tf-slideshow.style-2 .wrap-slider {
  max-height: 805px;
}
.tf-slideshow.style-2 .box-content {
  bottom: 60px;
  left: 60px;
  align-items: flex-start;
}
.tf-slideshow.style-2 .img-style {
  position: relative;
}
.tf-slideshow.style-2 .img-style::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: var(--Onsurface);
  opacity: 0.6;
}
.tf-slideshow.style-2 .slider-home2-thumbs {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 492px;
  height: 224px;
  z-index: 5;
}
.tf-slideshow.style-2 .slider-home2-thumbs .swiper-slide:not(.swiper-slide-active) .content {
  opacity: 0;
}
.tf-slideshow.style-2 .thumbs-item {
  display: flex;
  gap: 16px;
  padding-left: 8px;
}
.tf-slideshow.style-2 .thumbs-item .image {
  width: 186px;
  height: 224px;
  padding: 12px;
  border-radius: 4px;
  background-color: var(--White);
}
.tf-slideshow.style-2 .thumbs-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.tf-slideshow.style-2 .thumbs-item .content a:hover {
  color: var(--Critical) !important;
}
.tf-slideshow.style-2 .thumbs-item .content .text-button {
  margin-bottom: 11px;
}
.tf-slideshow.style-2 .sw-dots {
  position: absolute;
  bottom: 80px;
  left: calc(100% - 282px);
  z-index: 6;
  width: max-content;
}
.tf-slideshow.style-2 .wrap-navigation {
  position: absolute;
  bottom: 76px;
  right: 111px;
  display: flex;
  gap: 26px;
  z-index: 6;
}
.tf-slideshow.style-2 .wrap-navigation .sw-button {
  position: unset;
  margin-top: 0;
}
.tf-slideshow.style-2 .wrap-navigation .sw-button::before {
  color: var(--White);
}
.tf-slideshow.style-2 .wrap-navigation .sw-button:hover::before {
  color: var(--Critical);
}
.tf-slideshow.style-3 .wrap-slider {
  border-radius: 0;
}
.tf-slideshow.style-3 .wrap-slider .img-style img {
  opacity: 0.7;
}
.tf-slideshow.style-3 .box-content {
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 630px;
  width: 100%;
}
.tf-slideshow.style-3 {
  padding: 0 15px 0 15px;
}
.tf-slideshow.style-3 .swiper {
  border-radius: 20px;
}
.tf-slideshow.style-3 .box-content {
  transform: translate(-50%, 0);
  top: 208px;
  top: calc(36% + 5px);
}
.tf-slideshow.style-3 .wrap-pagination {
  bottom: 30px;
}
.tf-slideshow.style-4 {
  background-color: var(--Surface);
}
.tf-slideshow.style-4 .wrap-slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tf-slideshow.style-4 .content-left {
  position: relative;
}
.tf-slideshow.style-4 .box-content {
  top: 50%;
  transform: translateY(-50%);
  max-width: 440px;
  left: 32%;
}
.tf-slideshow.style-4 .slider-nav-sw .swiper {
  border-radius: 0px;
}

.slider-effect-fade .swiper-slide .fade-item {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-effect-fade .swiper-slide .fade-item.fade-box {
  transition-delay: 0.4s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-1 {
  transition-delay: 0.5s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-2 {
  transition-delay: 0.6s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-3 {
  transition-delay: 0.7s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-4 {
  transition-delay: 0.8s;
}
.slider-effect-fade .swiper-slide.swiper-slide-active .fade-item {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slider-effect-fade.efect-2 .swiper-slide-active .img-style {
  animation: zoom1 1.3s linear;
}

@keyframes zoom1 {
  0% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoom1 {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.slider-home5 {
  margin-top: 98px;
}

/*------------ button ---------------- */
.tf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  height: 48px;
  border-radius: 99px;
  font-size: 16px;
  width: max-content;
  line-height: 26px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.tf-btn i {
  font-size: 20px;
}
.tf-btn.btn-border {
  border: 1px solid #551912;
}
.tf-btn.btn-white {
  background-color: #E9E3D6;
}
.tf-btn.btn-white.has-border {
  border: 1px solid #551912;
}
.tf-btn.btn-white:hover {
  background-color: var(--Onsurface);
  color: var(--White);
}
.tf-btn.btn-onsurface {
  background-color: var(--Onsurface);
  color: var(--White);
}
.tf-btn.btn-onsurface:hover {
  background-color: var(--Primary);
}
.tf-btn.btn-primary {
  background-color: #49301D;
  color: var(--White);
}
.tf-btn.btn-primary:hover {
  background-color: #551912;
}
.tf-btn:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.tf-btn-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tf-btn-link span {
  position: relative;
}
.tf-btn-link span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--Onsurface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}
.tf-btn-link i {
  font-size: 20px;
  font-weight: 700;
}
.tf-btn-link:hover span::after {
  width: 100%;
}

.btn-line {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 4px;
  color: var(--Onsurface);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  gap: 8px;
}
.btn-line span {
  position: relative;
  background: linear-gradient(to right, var(--Primary) 50%, var(--Onsurface) 50%);
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s linear;
}
.btn-line span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  right: 0;
  height: 2px;
  background-color: var(--Onsurface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-line span::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  bottom: -2px;
  height: 2px;
  background-color: var(--Primary);
  transition: width 0.3s linear;
  z-index: 1;
}
.btn-line i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
}
.btn-line:hover span {
  background-position: left;
}
.btn-line:hover span::before {
  width: 100%;
}
.btn-line:hover i {
  color: var(--Primary);
}
.btn-line.btn-line-white span {
  color: var(--White);
  background: linear-gradient(to right, var(--Primary) 50%, var(--White) 50%);
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-line.btn-line-white span::after {
  background-color: var(--White);
}
.btn-line.btn-line-white i {
  font-size: 24px;
  color: var(--White);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-line.btn-line-white:hover span {
  background-position: left;
}
.btn-line.btn-line-white:hover span::before {
  width: 100%;
}
.btn-line.btn-line-white:hover i {
  color: var(--Primary);
}

.tf-loading {
  position: relative;
}
.tf-loading::before {
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  border-top-color: transparent !important;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  animation: tf_rotator 0.6s linear infinite paused;
  opacity: 0;
}
.tf-loading .text-btn {
  color: currentColor;
}
.tf-loading.loading::before {
  border: solid 2px var(--main);
  opacity: 1;
  animation-play-state: running;
}
.tf-loading.loading .text-btn {
  display: none;
}

.btn-infinite-scroll {
  height: 32px;
  padding: 0;
  border: none;
}
.btn-infinite-scroll::before {
  width: 22px;
  height: 22px;
  border: solid 2px var(--main);
  opacity: 1;
  animation-play-state: running;
}

@keyframes tf_rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-sold-out {
  pointer-events: none;
  background-color: var(--line) !important;
  color: var(--Secondary2) !important;
  cursor: no-drop;
}

/*------------ range slider ---------------- */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.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;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.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 * {
  -moz-box-sizing: border-box;
  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 {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  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 {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  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 {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-target {
  border: 0;
}

.noUi-base .noUi-connects {
  border-radius: 999px;
  background-color: var(--line);
}

.noUi-connect {
  background-color: var(--main);
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 16px;
  width: 16px;
  border-radius: 50px;
  border: 2px solid var(--main);
  background-color: var(--white);
  box-shadow: unset;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after,
.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  content: none;
}

/* Disabled state; */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels .caption {
  font-weight: 500;
  font-size: 16px;
}

/*------------ form ---------------- */
form {
  position: relative;
}
form .cols {
  display: flex;
  gap: 20px 16px;
  width: 100%;
}
form .cols > * {
  width: 100%;
}

.form-search {
  position: relative;
}
.form-search input {
  font-size: 16px;
  line-height: 26px;
  padding: 8px 15px;
  border-radius: 8px;
  color: var(--Secondary2);
}
.form-search input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: var(--Secondary2);
}
.form-search button {
  font-size: 24px;
  display: flex;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-leave-comment > .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 17px;
}
.form-leave-comment input {
  height: 48px;
}
.form-leave-comment .tf-btn {
  padding: 0 32px;
}

.form-login .wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 28px;
}
.form-login .wrap input {
  height: 46px;
}
.form-login .forget-password {
  text-decoration: underline;
}
.form-login .tf-btn {
  padding: 0 32px;
}

.form-has-password .toggle-password {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  cursor: pointer;
}
.form-has-password .toggle-password i {
  font-size: 20px;
  color: var(--Secondary-2);
}
.form-has-password .toggle-password:not(.unshow) i::before {
  content: "\e92b";
}

.tf-select {
  position: relative;
}
.tf-select select {
  cursor: pointer;
  width: 100%;
  padding: 7px 16px;
  border: 2px solid var(--line);
  border-radius: 999px;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-select::after {
  font-family: "icomoon";
  position: absolute;
  content: "\e936";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  z-index: -1;
}
.tf-select:hover select {
  border-color: var(--Onsurface);
}

.tf-check {
  position: relative;
  background: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid var(--Secondary2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.tf-check:checked {
  border-color: var(--Onsurface);
  background-color: var(--Onsurface);
}
.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}
.tf-check::before {
  font-family: "icomoon";
  content: "\e914";
  position: absolute;
  color: var(--White);
  opacity: 0;
  font-size: 12px;
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tf-check-rounded {
  position: relative;
  border: 1px solid var(--Secondary2);
  border-radius: 50%;
  background: none;
  cursor: pointer;
  outline: 0;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
}
.tf-check-rounded::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--Onsurface);
  opacity: 0;
}
.tf-check-rounded:checked {
  border-color: var(--Onsurface);
}
.tf-check-rounded:checked::before {
  opacity: 1;
}

.form-write-review .heading {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.form-write-review textarea {
  height: 100px;
}

.list-rating-check {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 10px;
  position: relative;
}

.list-rating-check:not(:checked) > input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
}

.list-rating-check:not(:checked) > label {
  font-size: 40px;
  cursor: pointer;
  white-space: nowrap;
  width: 40px;
  color: var(--line);
}

.list-rating-check:not(:checked) > label:before {
  font-family: "icomoon";
  content: "\e908";
}

.list-rating-check > input:checked ~ label {
  color: var(--Yellow);
}

.list-rating-check:not(:checked) > label:hover,
.list-rating-check:not(:checked) > label:hover ~ label {
  color: var(--Yellow);
}

.list-rating-check > input:checked + label:hover,
.list-rating-check > input:checked + label:hover ~ label,
.list-rating-check > input:checked ~ label:hover,
.list-rating-check > input:checked ~ label:hover ~ label,
.list-rating-check > label:hover ~ input:checked ~ label {
  color: var(--Yellow);
}

.tf-dropdown-sort {
  min-width: 164px;
  border-radius: 4px;
  padding: 6px 11px;
  border: 2px solid var(--line);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-dropdown-sort .icon {
  font-size: 20px;
}
.tf-dropdown-sort .btn-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tf-dropdown-sort .dropdown-menu {
  min-width: 164px;
  border: 0;
  padding: 15px 5px;
  border-radius: 0;
  max-height: 68vh;
  isolation: isolate;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-track {
  background-color: var(--bg-scrollbar-track);
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--bg-scrollbar-thumb);
  border-radius: 4px;
}
.tf-dropdown-sort .select-item {
  position: relative;
  padding: 0 15px;
  line-height: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-dropdown-sort .select-item.active {
  background-color: var(--line);
  color: var(--main);
  padding: 0 15px !important;
  border: 0 !important;
}
.tf-dropdown-sort .select-item:hover {
  background-color: var(--line);
  color: var(--main);
}
.tf-dropdown-sort:hover {
  border-color: var(--main);
}
.tf-dropdown-sort.full .dropdown-menu {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tf-dropdown-sort.style-1 {
  padding: 10px 14px;
  border-radius: 8px;
  border: 2px solid var(--line);
}
.tf-dropdown-sort.has-color .select-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tf-dropdown-sort.has-color .box-color {
  width: 20px;
  height: 20px;
}
.tf-dropdown-sort.style-2 {
  min-width: unset;
  padding: 9px 11px;
  border-radius: 12px;
  background-color: var(--surface);
}
.tf-dropdown-sort.style-2 .btn-select {
  gap: 16px;
}
.tf-dropdown-sort.style-2 .btn-select .text-sort-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
}

#contactform textarea {
  height: 160px;
}

.form-bundle-product {
  padding: 23px;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: flex;
  gap: 19px;
  flex-direction: column;
}
.form-bundle-product .tf-bundle-product-total-submit {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.form-bundle-product .tf-bundle-product-btn {
  padding: 14px 48px;
}
.form-bundle-product.type-cols .tf-bundle-products-wrap {
  display: flex;
  gap: 16px 24px;
  overflow-x: auto;
}
.form-bundle-product.type-cols .tf-bundle-products-wrap::-webkit-scrollbar {
  height: 8px;
}
.form-bundle-product.type-cols .tf-bundle-products-wrap::-webkit-scrollbar-thumb {
  background: var(--Secondary2);
}
.form-bundle-product.type-cols .tf-bundle-products-wrap::-webkit-scrollbar-track {
  background: var(--line);
}
.form-bundle-product.type-cols .tf-bundle-product-item {
  width: 173px;
  flex-shrink: 0;
  flex-direction: column;
}
.form-bundle-product.type-cols .tf-bundle-product-item .tf-product-bundle-infos {
  gap: 8px;
}
.form-bundle-product.type-cols .tf-bundle-product-item .tf-product-bundle-image {
  width: 100%;
  height: 173px;
}
.form-bundle-product.type-product-grouped {
  padding: 0;
  border: 0;
  border-radius: 0;
  gap: 20px;
}
.form-bundle-product.type-product-grouped .tf-bundle-product-item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.form-bundle-product .tf-btn {
  max-width: 256px;
  width: 100%;
}
.form-bundle-product .badges-on-sale {
  padding: 0 8px !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.account-address .tf-btn {
  cursor: pointer;
  padding: 10px 32px;
}

/*------------ nice select ---------------- */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 0;
  padding: 0;
  padding-right: 16px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  position: relative;
  transition: all linear 0.2s;
  user-select: none;
  white-space: nowrap;
  width: max-content;
  border-radius: 0;
  color: var(--main);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--line);
}

.nice-select:after {
  border-bottom: 1.7px solid var(--main);
  border-right: 1.7px solid var(--main);
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: var(--White);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  font-size: 14px;
  max-height: 155px;
  overflow: auto;
}

.nice-select .list.style {
  max-height: unset;
}

.nice-select .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .option {
  cursor: pointer;
  font-weight: 500;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  font-size: 16px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: var(--main);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--White);
  color: var(--primary);
}

.nice-select .option.selected {
  font-weight: 600;
}

.nice-select .option.disabled {
  color: var(--main);
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.image-select.style-default {
  display: flex;
  width: max-content !important;
}
.image-select.style-default > select {
  display: none !important;
}
.image-select.style-default > .dropdown-toggle {
  padding: 0;
  padding-right: 25px;
  background-color: transparent !important;
  border: 0 !important;
  outline: none !important;
  color: var(--main);
}
.image-select.style-default > .dropdown-toggle::after {
  border: 0;
  position: absolute;
  right: 0;
  content: "\e936";
  font-family: "icomoon";
  font-size: 16px;
  color: var(--main);
}
.image-select.style-default .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.image-select.style-default .filter-option-inner-inner img {
  width: 20px;
  height: 15px;
}
.image-select.style-default > .dropdown-menu {
  overflow: unset !important;
  margin-top: 17px !important;
  margin-bottom: 17px !important;
  padding: 15px 20px;
  border-radius: 0;
  border: 0;
  background-color: var(--White);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
}
.image-select.style-default > .dropdown-menu a {
  padding: 5px 0;
}
.image-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.image-select.style-default > .dropdown-menu a .text img {
  width: 16px;
  height: 12px;
}
.image-select.style-default > .dropdown-menu a:hover, .image-select.style-default > .dropdown-menu a:active, .image-select.style-default > .dropdown-menu a.active {
  color: var(--primary) !important;
  background-color: unset !important;
}
.image-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--White);
  top: 0;
  left: 50%;
  z-index: 2;
}
.image-select.style-default > .dropdown-menu[data-popper-placement=top-start]::after {
  display: none;
}
.image-select.style-default > .dropdown-menu[data-popper-placement=top-start]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--White);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}
.image-select.style-default.style-box {
  padding: 6px 11px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.image-select.style-default.style-box > .dropdown-toggle {
  width: max-content;
  color: var(--White);
}
.image-select.style-default.style-box > .dropdown-toggle::after {
  color: var(--White);
}
.image-select.style-default.style-box > .dropdown-toggle .filter-option .filter-option-inner {
  color: var(--White);
}
.image-select.style-default.style-box .filter-option-inner-inner {
  font-size: 16px;
  line-height: 26px;
}
.image-select.style-default.style-box > .dropdown-menu {
  margin-left: -11px !important;
  width: 160px !important;
}
.image-select.type-currencies > .dropdown-menu {
  width: 120px !important;
  margin-left: calc(50% - 60px) !important;
}
.image-select.type-languages > .dropdown-menu {
  width: 96px !important;
  margin-left: calc(50% - 48px) !important;
}
.image-select.color-secondary-2 > .dropdown-toggle {
  color: var(--secondary-2);
}
.image-select.color-secondary-2 > .dropdown-toggle::after {
  color: var(--secondary-2);
}
.image-select.color-secondary-2 > .dropdown-toggle .filter-option .filter-option-inner {
  color: var(--secondary-2);
}
.image-select.color-white > .dropdown-toggle {
  color: var(--White);
}
.image-select.color-white > .dropdown-toggle::after {
  color: var(--White);
}
.image-select.color-white > .dropdown-toggle .filter-option .filter-option-inner {
  color: var(--White);
}

/*------------ carousel ---------------- */
.sw-dots {
  display: flex;
  gap: 4px;
}
.sw-dots .swiper-pagination-bullet {
  margin: 0 !important;
}
.sw-dots.type-circle .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
}
.sw-dots.type-circle .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--main);
  opacity: 1;
}
.sw-dots.type-circle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--main);
}
.sw-dots.type-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--main);
}
.sw-dots.white-circle .swiper-pagination-bullet::after {
  background-color: var(--White);
  border-color: var(--White);
}
.sw-dots.white-circle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--White);
}
.sw-dots.white-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--White);
}
.sw-dots.white-circle-line .swiper-pagination-bullet::after {
  border-color: var(--White);
}
.sw-dots.white-circle-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--White);
}
.sw-dots.white-circle-line .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--White);
}
.sw-dots.type-dot-line {
  gap: 13px;
}
.sw-dots.type-dot-line .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid var(--White);
  border-radius: 99px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-dots.type-dot-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: var(--White);
}
.sw-dots.type-square .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  border-radius: 99px;
  background-color: var(--main);
  opacity: 0.3;
}
.sw-dots.type-square .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
}
.sw-dots.white-square .swiper-pagination-bullet {
  background-color: var(--white);
}
.sw-dots.position {
  position: absolute;
  z-index: 99;
}
.sw-dots:not(.swiper-pagination-lock) {
  margin-top: 20px;
}
.sw-dots.no-border {
  gap: 16px;
}
.sw-dots.no-border .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--Secondary2);
  border: 0 !important;
}
.sw-dots.no-border .swiper-pagination-bullet::after {
  display: none;
}
.sw-dots.no-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--White);
}

.sw-button {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background-color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: calc(50% - 4px);
  font-size: 28px;
}
.sw-button.swiper-button-next::before {
  content: "\e92e";
}
.sw-button.swiper-button-prev::before {
  content: "\e930";
}
.sw-button.swiper-button-disabled {
  background-color: var(--White);
  opacity: 0.5;
}
.sw-button.swiper-button-disabled::before {
  color: var(--Secondary2);
}
.sw-button:hover {
  background-color: var(--Onsurface);
  opacity: 1;
}
.sw-button:hover::before {
  color: var(--White);
}
.sw-button::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "icomoon";
  color: var(--Onsurface);
  font-size: 24px;
}
.sw-button::after {
  display: none;
}
.sw-button.has-border {
  border: 1px solid var(--line);
}
.sw-button.line-default {
  width: 24px;
  height: 24px;
  font-size: 24px;
  border-radius: unset;
  background-color: transparent;
}

.tf-sw-products.style-full .sw-button {
  top: 39%;
}
.tf-sw-products.style-full .swiper-button-prev {
  left: 12%;
}
.tf-sw-products.style-full .swiper-button-next {
  right: 12%;
}

.sw-button-over {
  position: relative;
}
.sw-button-over .swiper-button-prev {
  left: -75px;
}
.sw-button-over .swiper-button-next {
  right: -75px;
}

.sw-button-bottom-right .wrap-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 12px;
}
.sw-button-bottom-right .wrap-button .sw-button {
  position: unset;
}

.tf-sw-lookbook .sw-dots {
  bottom: 21px;
}

.tf-sw-testimonial .wrap-button {
  bottom: 3px;
  right: 48px;
}

/*------------ avatar ---------------- */
.avt-62 {
  width: 62px;
  min-width: 62px;
  height: 62px;
}

/*------------ pop up ---------------- */
.offcanvas {
  z-index: 3000;
  border: none !important;
}

.offcanvas-backdrop {
  background-color: var(--backdrop);
  cursor: url("../images/cursor-close.svg"), auto;
}
.offcanvas-backdrop.show {
  opacity: 1;
}

.overflow-x-auto::-webkit-scrollbar,
.overflow-y-auto::-webkit-scrollbar {
  width: 0px;
}

.modal-backdrop {
  background-color: var(--backdrop);
}
.modal-backdrop.show {
  opacity: 1;
}

.modal {
  cursor: url("../images/cursor-close.svg"), auto;
}
.modal.show .modal-dialog {
  transform: none;
  transition: transform 0.3s ease-out !important;
}
.modal.fullRight .modal-dialog {
  transform: translate(100%, 0);
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: transform 1s ease-out;
}
.modal.fullRight .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullRight .modal-dialog .modal-content .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullRight.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.fullLeft .modal-dialog {
  transform: translate(-100%, 0) !important;
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.3s !important;
}
.modal.fullLeft .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullLeft .modal-dialog .modal-content .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullLeft.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.modalLeft .modal-dialog {
  transform: translate(-100px, 0);
}
.modal.modalRight .modal-dialog {
  transform: translate(100px, 0);
}
.modal.modalBottom .modal-dialog {
  transform: translate(0, 100px);
}
.modal.modalCentered .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal .modal-content {
  cursor: default !important;
}
.modal.fade:not(.show) {
  opacity: 0;
}

.bg-color-beige {
  background: conic-gradient(#c8ad7f 0deg 360deg);
}

.bg-color-black {
  background: conic-gradient(#000000 0deg 360deg);
}

.bg-color-blue {
  background: conic-gradient(#a8bcd4 0deg 360deg);
}

.bg-color-white {
  background: conic-gradient(#ffffff 0deg 360deg);
}

.bg-color-pink {
  background: conic-gradient(#fcc6de 0deg 360deg);
}

.bg-color-brown {
  background: conic-gradient(#977945 0deg 360deg);
}

.bg-color-light-purple {
  background: conic-gradient(#d966d9 0deg 360deg);
}

.bg-color-light-green {
  background: conic-gradient(#caffd6 0deg 360deg);
}

.bg-color-orange {
  background: conic-gradient(#ffa500 0deg 360deg);
}

.bg-color-light-blue {
  background: conic-gradient(#add8e6 0deg 360deg);
}

.bg-color-beige {
  background: conic-gradient(#c8ad7f 0deg 360deg);
}

.bg-color-black {
  background: conic-gradient(#000000 0deg 360deg);
}

.bg-color-blue {
  background: conic-gradient(#a8bcd4 0deg 360deg);
}

.bg-color-white {
  background: conic-gradient(#ffffff 0deg 360deg);
}

.bg-color-pink {
  background: conic-gradient(#fcc6de 0deg 360deg);
}

.bg-color-brown {
  background: conic-gradient(#977945 0deg 360deg);
}

.bg-color-light-purple {
  background: conic-gradient(#d966d9 0deg 360deg);
}

.bg-color-light-green {
  background: conic-gradient(#caffd6 0deg 360deg);
}

.bg-color-orange {
  background: conic-gradient(#ffa500 0deg 360deg);
}

.bg-color-light-blue {
  background: conic-gradient(#add8e6 0deg 360deg);
}

.bg-color-gray {
  background-color: rgb(177, 170, 152);
}

.bg-color-beige1 {
  background: rgb(223, 198, 184);
}

.bg-color-grey {
  background-color: rgb(158, 155, 150);
}

.bg-color-red {
  background-color: #dc2a35;
}

.tf-cart-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tf-cart-checkbox .tf-checkbox-wrapp {
  min-width: 1.6rem;
  place-items: center;
  position: relative;
  overflow: hidden;
  display: flex;
}
.tf-cart-checkbox .tf-checkbox-wrapp input {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.2s ease-in-out;
  background-color: var(--White);
  opacity: 0;
}
.tf-cart-checkbox .tf-checkbox-wrapp input:checked + div {
  background-color: var(--Onsurface);
}
.tf-cart-checkbox .tf-checkbox-wrapp input:checked + div i {
  transform: scale(1);
}
.tf-cart-checkbox .tf-checkbox-wrapp div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: 0.25s ease-in-out;
  z-index: 5;
  border-radius: 4px;
  border: 1px solid #000;
  background-color: var(--White);
  color: var(--White);
  pointer-events: none;
}
.tf-cart-checkbox .tf-checkbox-wrapp div i {
  font-size: 11px;
  transform: scale(0);
}
.tf-cart-checkbox label {
  font-weight: 400;
  cursor: pointer;
}
.tf-cart-checkbox label a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tf-cart-checkbox .wrap-content {
  display: none;
}
.tf-cart-checkbox.check .wrap-content {
  display: block;
}

.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}

.canvas-body {
  background-color: var(--White);
  padding: 15px 20px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.canvas-body::-webkit-scrollbar {
  width: 5px;
}
.canvas-body::-webkit-scrollbar-track {
  background-color: var(--bg-scrollbar-track);
}
.canvas-body::-webkit-scrollbar-thumb {
  background: var(--bg-scrollbar-thumb);
  border-radius: 4px;
}

.modal {
  cursor: url(../images/cursor-close.svg), auto;
}
.modal .icon-close,
.modal .icon-close-popup {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .icon-close:hover,
.modal .icon-close-popup:hover {
  color: var(--Primary);
  transform: rotate(90deg);
}
.modal.fullRight .modal-dialog {
  transform: translate(100%, 0);
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: transform 1s ease-out;
}
.modal.fullRight .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullRight .modal-dialog .modal-content .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullRight.show .modal-dialog {
  transform: none;
  transition: transform 0.4s ease-out;
}
.modal.fullLeft .modal-dialog {
  transform: translate(-100%, 0) !important;
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.3s !important;
}
.modal.fullLeft .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullLeft .modal-dialog .modal-content .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullLeft.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.fullBottom .modal-dialog {
  transform: translate(0, 100%);
  min-width: 100%;
  height: 100%;
  max-height: unset;
  margin: 0;
  transition: transform 0.3s linear !important;
}
.modal.fullBottom .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  max-height: max-content;
}
.modal.fullBottom .modal-dialog .modal-content .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullBottom.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.modalCentered .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.fade:not(.show) {
  opacity: 0;
}
.modal .modal-content {
  cursor: default !important;
}

.modal-shopping-cart .modal-content {
  max-width: 708px;
  cursor: default !important;
  display: flex;
  flex-direction: row;
}
.modal-shopping-cart .tf-minicart-recommendations {
  width: 228px;
  flex-shrink: 0;
  padding: 24px 23px 24px 24px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.modal-shopping-cart .tf-minicart-recommendations .title {
  margin-bottom: 12px;
}
.modal-shopping-cart .tf-minicart-recommendations > .wrap-recommendations {
  flex-grow: 1;
  overflow-y: auto;
}
.modal-shopping-cart .tf-minicart-recommendations > .wrap-recommendations::-webkit-scrollbar {
  width: 0px;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .image {
  width: 100%;
  height: 100%;
  max-height: 180px;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .name {
  margin-bottom: 4px;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .cart-item-bot {
  position: relative;
  overflow: hidden;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .cart-item-bot a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(30px);
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item .price {
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item:hover .price {
  transform: translateY(-30px);
}
.modal-shopping-cart .tf-minicart-recommendations .list-cart-item:hover .cart-item-bot a {
  transform: translateY(0);
}
.modal-shopping-cart .header {
  padding: 24px 24px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-shopping-cart .header .title {
  font-size: 20px;
}
.modal-shopping-cart .wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.modal-shopping-cart .tf-mini-cart-threshold {
  margin: 0 24px;
  padding: 16px;
  background-color: rgb(245, 246, 236);
  border-radius: 12px;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar {
  margin-top: 12px;
  margin-bottom: 16px;
  width: 100%;
  background-color: var(--White);
  height: 8px;
  position: relative;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar div {
  height: 100%;
  background: linear-gradient(90deg, #19450f 0%, #3dab25 100%);
  position: relative;
  transition: width 2s ease;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar .icon {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 2px solid var(--Success);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--White);
  border-radius: 50%;
  font-size: 20px;
}
.modal-shopping-cart .tf-mini-cart-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main {
  flex: 1 1 auto;
  position: relative;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar {
  width: 8px;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar-thumb {
  background: var(--Secondary2);
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar-track {
  background: var(--line);
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-bottom {
  box-shadow: 5px 5px 18px 5px rgba(64, 72, 87, 0.15);
  flex-shrink: 0;
}
.modal-shopping-cart .tf-mini-cart-item {
  margin: 0 24px;
  padding: 20px 0 19px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.modal-shopping-cart .tf-mini-cart-item:not(:last-child) {
  border-bottom: 1px solid var(--line);
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.modal-shopping-cart .tf-mini-cart-item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.modal-shopping-cart .tf-mini-cart-item .content .left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-shopping-cart .tf-mini-cart-item .content .right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: end;
}
.modal-shopping-cart .tf-mini-cart-item .tf-btn-remove {
  color: var(--Critical);
  text-decoration: underline;
  cursor: pointer;
}
.modal-shopping-cart .tf-mini-cart-item .wg-quantity {
  width: 95px;
  height: 30px;
}
.modal-shopping-cart .tf-mini-cart-item .wg-quantity input {
  width: 33px;
  height: 25px;
}
.modal-shopping-cart .tf-mini-cart-item .wg-quantity .btn-quantity {
  height: 24px;
  font-size: 22px;
}
.modal-shopping-cart .tf-mini-cart-tool {
  padding: 0 32px;
  height: 58px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--line);
}
.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap {
  padding: 24px 24px 20px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-totals-discounts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-checkbox {
  margin-bottom: 24px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.modal-shopping-cart.style-empty .modal-content {
  max-width: 480px;
}
.modal-shopping-cart.style-empty .content-inner {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 12px 24px 0;
  padding: 0 20px;
}
.modal-shopping-cart.style-empty .content-inner h4 {
  margin-bottom: 8px;
}
.modal-shopping-cart.style-empty .content-inner p {
  margin-bottom: 24px;
}

.tf-mini-cart-tool-openable {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.25s ease-in-out;
  z-index: 70;
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
}
.tf-mini-cart-tool-openable.open {
  transform: translateY(0);
}
.tf-mini-cart-tool-openable.open > .overplay {
  opacity: 1;
  visibility: visible;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-close {
  cursor: pointer;
}
.tf-mini-cart-tool-openable .tf-btn {
  height: 52px;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content {
  position: relative;
  z-index: 80;
  background-color: var(--White);
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 32px 17px;
  border-bottom: 1px solid var(--line);
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text .icon {
  display: flex;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-wrap {
  padding: 16px 24px 20px;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-cart-tool-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-cart-tool-btns button {
  border-radius: 4px;
}
.tf-mini-cart-tool-openable.add-note textarea {
  background-color: var(--line);
  color: var(--Onsurface);
}
.tf-mini-cart-tool-openable.add-note textarea::placeholder {
  color: var(--Onsurface);
}

.canvas-sidebar {
  max-width: min(90vw, 360px);
}
.canvas-sidebar .canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background-color: var(--Surface);
  min-height: 40px;
}
.canvas-sidebar .canvas-header .icon-close-popup {
  font-size: 16px;
}
.canvas-sidebar .canvas-body {
  padding: 15px;
}
.canvas-sidebar .canvas-body .sidebar-account {
  padding: 32px 15px;
  border-radius: 12px;
}
.canvas-sidebar .canvas-body .sidebar-account .account-avatar {
  margin-bottom: 16px;
}
.canvas-sidebar .canvas-body .sidebar-account .my-account-nav .my-account-nav-item {
  padding: 10px;
  border-radius: 8px;
}

.modal-quick-view .wrap .header {
  margin-bottom: 40px;
}
.modal-quick-view .modal-content {
  max-width: min(856px, 90vw) !important;
  cursor: default !important;
  display: flex;
  flex-direction: row;
  overflow-y: scroll;
  max-height: 100vh;
}
.modal-quick-view .tf-quick-view-image {
  width: 42.525%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal-quick-view .tf-quick-view-image > .wrap-quick-view {
  flex-grow: 1;
  position: relative;
  padding: 24px;
  padding-right: 0;
  overflow: auto;
  height: 100vh;
  direction: rtl;
}
.modal-quick-view .tf-quick-view-image > .wrap-quick-view::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.modal-quick-view .tf-quick-view-image > .wrap-quick-view::-webkit-scrollbar-track {
  background-color: var(--line);
}
.modal-quick-view .tf-quick-view-image > .wrap-quick-view::-webkit-scrollbar-thumb {
  background: var(--Secondary2);
}
.modal-quick-view .tf-quick-view-image .quickView-item {
  max-width: 340px;
  max-height: 340px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.modal-quick-view .tf-quick-view-image .quickView-item:not(:last-child) {
  margin-bottom: 30px;
}
.modal-quick-view .tf-quick-view-image .quickView-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-quick-view .wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  padding: 24px 24px 48px;
  overflow-y: auto;
}
.modal-quick-view .wrap::-webkit-scrollbar {
  width: 8px;
  position: absolute;
  left: 0;
}
.modal-quick-view .wrap::-webkit-scrollbar-thumb {
  background: var(--Secondary2);
}
.modal-quick-view .wrap::-webkit-scrollbar-track {
  background: var(--line);
}
.modal-quick-view .wrap .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-close-popup {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Surface);
  border-radius: 50%;
  cursor: pointer;
}

.tf-compare-table {
  overflow-x: scroll;
}
.tf-compare-table::-webkit-scrollbar {
  height: 4px;
}
.tf-compare-table::-webkit-scrollbar-thumb {
  background: var(--line);
}

.tf-compare-row {
  display: flex;
}
.tf-compare-row:nth-child(2n+2) > div {
  background-color: var(--Surface);
}
.tf-compare-row .tf-compare-col:first-child {
  min-width: 242px;
}
.tf-compare-row:not(:first-child) .tf-compare-col:first-child {
  border-left: 1px solid var(--line);
}
.tf-compare-row:first-child .tf-compare-col:first-child {
  border: 0;
}
.tf-compare-row:first-child .tf-compare-col:not(:first-child) {
  border-top: 1px solid var(--line);
}
.tf-compare-row:first-child .tf-compare-col:nth-child(2) {
  border-left: 1px solid var(--line);
  border-top-left-radius: 8px;
}
.tf-compare-row:first-child .tf-compare-col:last-child {
  border-top-right-radius: 8px;
}
.tf-compare-row:nth-child(2) .tf-compare-col:first-child {
  border-top-left-radius: 8px;
  border-top: 1px solid var(--line);
}
.tf-compare-row:last-child .tf-compare-col:first-child {
  border-bottom-left-radius: 8px;
}
.tf-compare-row:last-child .tf-compare-col:last-child {
  border-bottom-right-radius: 8px;
}

.tf-compare-col {
  min-width: 350px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-grow: 1;
  position: relative;
}

.tf-compare-item {
  padding: 15px 20px;
}
.tf-compare-item .tf-compare-image {
  max-width: 220px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.tf-compare-item .tf-compare-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-compare-item .tf-compare-content {
  display: grid;
  margin-top: 16px;
  gap: 4px;
  text-align: center;
}

.tf-compare-field {
  padding: 15px;
}

.tf-compare-value {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-compare-stock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  color: #83b735;
}
.tf-compare-stock .icon {
  width: 16px;
  height: 16px;
  background-color: #83b735;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-compare-stock .icon i {
  color: var(--White);
  font-size: 7px;
}

.btn-view-cart {
  padding: 3px 20px;
  border-radius: 8px;
  background-color: var(--Onsurface);
  color: var(--White);
  font-size: 14px;
  line-height: 22px;
  border-radius: 99px;
  text-transform: capitalize;
}
.btn-view-cart:hover {
  background-color: var(--Primary);
}

.list-compare-color {
  display: flex;
  gap: 8px;
}
.list-compare-color .item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
}
.list-compare-color .item.active {
  border-color: var(--Onsurface);
}

.tf-compare-rate {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}
.tf-compare-rate .list-star {
  display: flex;
  align-items: center;
}
.tf-compare-rate .list-star .icon {
  font-size: 16px;
  color: var(--Yellow);
}
.tf-compare-rate .list-star .icon:last-child {
  color: var(--Secondary2);
}

.modal-compare .modal-dialog {
  max-width: 1340px !important;
}
.modal-compare .modal-content {
  padding: 23px;
  border-radius: 20px;
  position: relative;
}
.modal-compare .modal-content .icon-close {
  position: absolute;
  top: 24px;
  right: 24px;
  height: 40px;
  width: 40px;
  background-color: var(--Surface);
  border-radius: 999px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-product-modal .modal-dialog {
  max-width: min(625px, 90vw);
}
.tf-product-modal .modal-dialog .modal-content {
  padding: 38px 36px 40px;
  margin-left: 0;
  margin-right: 0;
  border: 0;
}
.tf-product-modal .modal-dialog .modal-content .header {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tf-product-modal .modal-dialog .modal-content .header .demo-title {
  margin: 0;
  text-align: start;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
}
.tf-product-modal .modal-dialog .modal-content .header span {
  position: unset;
  color: var(--main);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-product-modal .modal-dialog .modal-content .header span:hover {
  color: var(--Primary);
}
.tf-product-modal .modal-dialog .modal-content h6 {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 25px;
}
.tf-product-modal .modal-dialog .modal-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 15px;
}
.tf-product-modal .modal-dialog .modal-content p {
  margin-top: 15px;
  margin-bottom: 20px;
}
.tf-product-modal .tf-social-icon .box-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 16px;
  color: var(--White);
}
.tf-product-modal .form-share {
  margin-top: 20px;
  position: relative;
}
.tf-product-modal .form-share .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.tf-product-modal .form-share .button-submit .tf-btn {
  padding: 10px 18px;
}
.tf-product-modal .form-share input {
  padding-right: 80px;
}

#ask_question fieldset {
  margin-bottom: 15px;
}
#ask_question fieldset label {
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--Onsurface);
}
#ask_question fieldset input {
  height: 50px;
}
#ask_question textarea {
  height: 176px;
}
#ask_question button {
  border-radius: 4px;
}

#delivery_return .tf-product-popup-delivery .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 25px;
  margin-top: 0;
}
#delivery_return .tf-product-popup-delivery p {
  color: rgb(134, 134, 134);
  line-height: 22.4px;
  margin-bottom: 10px;
}
#delivery_return .tf-product-popup-delivery p a {
  color: rgb(134, 134, 134);
  text-decoration: underline;
  text-underline-offset: 3px;
}
#delivery_return .tf-product-popup-delivery p a:hover {
  color: var(--Onsurface);
  text-decoration-thickness: 2px;
}
#delivery_return .tf-product-popup-delivery:not(:last-child) {
  margin-bottom: 20px;
}

#quick_add .modal-dialog {
  max-width: min(466px, 90vw);
}
#quick_add .modal-content {
  margin: 8px;
  padding: 30px 0px 30px;
}
#quick_add .modal-content > .wrap {
  overflow-y: auto;
  padding: 0px 20px;
}
#quick_add .modal-content > .wrap::-webkit-scrollbar {
  width: 2px;
}
#quick_add .modal-content .icon-close-popup {
  top: 0px;
  right: 20px;
}
#quick_add .tf-product-info-item {
  margin-bottom: 15px;
  display: flex;
  gap: 18px;
  align-items: center;
}
#quick_add .tf-product-info-item .image img {
  width: 70px;
  height: 98px;
}
#quick_add .tf-product-info-item .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#quick_add .tf-product-info-item .content a {
  font-size: 20px;
  line-height: 24px;
}
#quick_add .tf-product-info-item .content .price {
  font-size: 20px;
  line-height: 20px;
}
#quick_add .payment-more-option {
  text-decoration: none;
}
#quick_add .payment-more-option:hover {
  text-decoration: underline;
}

.bg-color-beige {
  background: conic-gradient(#c8ad7f 0deg 360deg);
}

.bg-color-black {
  background: conic-gradient(#000000 0deg 360deg);
}

.bg-color-blue {
  background: conic-gradient(#a8bcd4 0deg 360deg);
}

.bg-color-white {
  background: conic-gradient(#ffffff 0deg 360deg);
}

.bg-color-pink {
  background: conic-gradient(#fcc6de 0deg 360deg);
}

.bg-color-brown {
  background: conic-gradient(#977945 0deg 360deg);
}

.bg-color-light-purple {
  background: conic-gradient(#d966d9 0deg 360deg);
}

.bg-color-light-green {
  background: conic-gradient(#caffd6 0deg 360deg);
}

.bg-color-orange {
  background: conic-gradient(#ffa500 0deg 360deg);
}

.bg-color-light-blue {
  background: conic-gradient(#add8e6 0deg 360deg);
}

.bg-color-gray {
  background-color: rgb(177, 170, 152);
}

.bg-color-beige1 {
  background: rgb(223, 198, 184);
}

.bg-color-grey {
  background-color: rgb(158, 155, 150);
}

.bg-color-red {
  background-color: #dc2a35;
}

.modal-search .icon-close-popup {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--surface);
  border-radius: 50%;
  cursor: pointer;
}
.modal-search .modal-dialog {
  max-width: 1100px;
}
.modal-search .modal-content {
  margin-right: 15px;
  margin-left: 15px;
  border: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.modal-search .tf-loading {
  border-radius: 4px;
  border: 1px solid var(--main);
  margin-left: auto;
  margin-right: auto;
  width: 163px;
  height: 52px;
  justify-content: center;
}
.modal-search .tf-loading::before {
  border-color: var(--white);
}
.modal-search .tf-grid-layout {
  overflow-y: auto;
  padding-right: 34px;
  margin-right: -40px;
  min-height: 100px;
  transition: height 0.3s ease;
}
.modal-search .tf-grid-layout::-webkit-scrollbar {
  width: 6px;
}
.modal-search .tf-grid-layout::-webkit-scrollbar-thumb {
  background: var(--secondary);
}

.modal-size-guide .modal-dialog {
  max-width: 1157px;
}
.modal-size-guide .modal-content {
  border: 0;
  padding: 40px;
}
.modal-size-guide .modal-content .header {
  width: max-content;
  margin-bottom: 32px;
}
.modal-size-guide .modal-content .header .icon-close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--surface);
  border-radius: 50%;
  cursor: pointer;
}
.modal-size-guide .modal-content .wrap {
  min-height: 325px;
}

.tab-sizeguide-table {
  border: 1px solid var(--line);
  border-radius: 5px;
  width: 100%;
}
.tab-sizeguide-table th {
  border: 1px solid var(--line);
  padding: 10px;
  font-weight: 600;
  line-height: 20px;
}
.tab-sizeguide-table td {
  border: 1px solid var(--line);
  border-width: 0 1px 1px 0;
  padding: 10px;
  line-height: 20px;
}

.hover-cursor-img .hover-image {
  display: none;
}

.canvas-categories .canvas-header .icon-close {
  font-size: 14px;
}
.canvas-categories .canvas-header .icon-left {
  font-size: 24px;
}
.canvas-categories .wd-facet-categories {
  padding: 12px 0px;
  border-bottom: 1px solid var(--line);
}
.canvas-categories .wd-facet-categories:first-child {
  padding-top: 0;
}
.canvas-categories .wd-facet-categories:last-child {
  border: none;
}
.canvas-categories .wd-facet-categories .avt {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.canvas-categories .wd-facet-categories .facet-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.canvas-categories .wd-facet-categories .facet-title .title {
  flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.canvas-categories .wd-facet-categories .facet-title .icon {
  font-size: 16px;
}
.canvas-categories .wd-facet-categories .facet-body {
  margin-top: 12px;
  padding: 8px 10px;
}
.canvas-categories .wd-facet-categories .facet-body li .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.canvas-categories .wd-facet-categories .facet-body li a span {
  color: var(--main) !important;
}
.canvas-categories .wd-facet-categories .facet-body li:not(:last-child) .item {
  margin-bottom: 16px;
}

/*------------ box icon ---------------- */
.tf-social-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
}
.tf-social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 999px;
  border: 1px solid var(--Onsurface);
}
.tf-social-icon li:hover a {
  background-color: var(--Onsurface);
  color: var(--White);
}
.tf-social-icon.style-2 {
  background-color: var(--White);
  flex-direction: column;
  width: max-content;
  padding: 8px;
}
.tf-social-icon.style-2 li a {
  height: 36px;
  width: 36px;
  border: 1px solid var(--line);
  font-size: 20px;
}
.tf-social-icon.type-1 li a {
  background-color: var(--Surface);
  border: 0;
}
.tf-social-icon.type-1 li:hover a {
  background-color: var(--Onsurface);
}
.tf-social-icon.type-2 {
  gap: 28px;
}
.tf-social-icon.type-2 a {
  color: var(--White);
  font-size: 24px;
  border: 0;
  width: 24px;
  height: 24px;
}
.tf-social-icon.type-2 a:hover {
  color: var(--Primary);
  background-color: transparent;
}

.tf-box-icon .icon {
  font-size: 60px;
  margin-bottom: 20px;
}
.tf-box-icon .title {
  margin-bottom: 8px;
}
.tf-box-icon p {
  color: var(--Secondary);
}

/*------------ hover ---------------- */
.hover-tooltip {
  position: relative;
}
.hover-tooltip .tooltip {
  position: absolute;
  white-space: nowrap;
  padding: 0px 8.5px;
  height: 25px;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: var(--White);
  max-width: 250px;
  width: max-content;
  background-color: var(--Onsurface);
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
  z-index: 5;
  font-size: 12px;
  line-height: 22px;
}
.hover-tooltip .tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: 20px;
  position: absolute;
  background: var(--Onsurface);
  width: 8px;
  height: 8px;
  z-index: -1;
}
.hover-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.hover-tooltip.tooltip-bot .tooltip {
  top: calc(100% + 5px);
  bottom: unset;
}
.hover-tooltip.tooltip-bot .tooltip::before {
  top: -2px;
}

.hover-img .article-thumb,
.hover-img .img-style {
  overflow: hidden;
}
.hover-img .article-thumb img,
.hover-img .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .article-thumb img,
.hover-img:hover .img-style img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.hover-img .img-style2 {
  overflow: hidden;
  border-radius: 10px;
}
.hover-img .img-style2 .img-hv {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: transform 500ms ease;
}

/*------------ collection ---------------- */
.tf-img-with-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--Surface);
  border-radius: 12px;
  overflow: hidden;
}
.tf-img-with-text .banner-left {
  padding: 30px 30px 30px 15px;
}
.tf-img-with-text .banner-left .tab-banner {
  margin-bottom: 30px;
}

.tf-img-with-text-3 {
  background-color: var(--Surface);
  border-radius: 16px;
  overflow: hidden;
}
.tf-img-with-text-3 .content-left {
  padding: 40px 0;
}
.tf-img-with-text-3 .tf-countdown {
  position: absolute;
  bottom: 28px;
  left: 50%;
  max-width: 400px;
  width: 400px;
  transform: translateX(-50%);
}
.tf-img-with-text-3 .tf-product-single {
  max-width: 360px;
  position: relative;
}
.tf-img-with-text-3 .sw-product-single-next {
  right: 8.5%;
  top: 37%;
}
.tf-img-with-text-3 .sw-product-single-prev {
  left: 8.5%;
  top: 37%;
}
.tf-img-with-text-3 .image-wrap {
  height: 100%;
}
.tf-img-with-text-3 .image-wrap img {
  height: 100%;
}

.collection-position {
  display: flex;
  position: relative;
  height: 100%;
}
.collection-position .img-style {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.collection-position .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-position:not(.collection-position.style-3, .collection-position.style-4) .img-style::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(24, 24, 24);
  left: 0;
  z-index: -1;
  top: 0;
}
.collection-position:not(.collection-position.style-3, .collection-position.style-4) .img-style img {
  opacity: 0.5;
}
.collection-position:not(.collection-position.style-2, .collection-position.style-3, .collection-position.style-4, .collection-position.style-5, .collection-position.style-full) .content {
  max-width: 360px;
  top: 50%;
  transform: translateY(-50%);
}
.collection-position:not(.collection-position.style-2, .collection-position.style-3, .collection-position.style-4, .collection-position.style-5, .collection-position.style-full) .content.w-full {
  max-width: 100%;
}
.collection-position .content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
.collection-position .content .cls-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.collection-position.style-2 .img-style, .collection-position.style-5 .img-style {
  overflow: hidden;
  border-radius: 12px;
}
.collection-position.style-2 .img-style img, .collection-position.style-5 .img-style img {
  opacity: 0.6;
}
.collection-position.style-2 .content, .collection-position.style-5 .content {
  text-align: start;
  max-width: 100%;
  margin: 0 15px;
  top: unset;
  bottom: 40px;
  transform: unset;
}
.collection-position.style-2 .content .cls-heading, .collection-position.style-5 .content .cls-heading {
  text-align: start;
  gap: 9px;
  margin-bottom: 20px;
}
.collection-position.style-2.spacing-1 .content {
  margin: 0 28px;
  bottom: 29px;
}
.collection-position.style-2.spacing-1 .content .cls-heading {
  margin-bottom: 12px;
  gap: 4px;
}
.collection-position.style-2.spacing-2 {
  max-height: 555px;
}
.collection-position.style-2.spacing-2 .content {
  bottom: 40px;
}
.collection-position.style-3 .img-style {
  border-radius: 12px;
}
.collection-position.style-3 .img-style::after {
  display: none;
}
.collection-position.style-3 .content {
  max-width: 100%;
  margin: 0 20px;
  bottom: 20px;
  top: unset;
  transform: unset;
}
.collection-position.style-4 .img-style {
  border-radius: 20px;
}
.collection-position.style-4 .content {
  background-color: var(--White);
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 20px;
}
.collection-position.style-6 .cls-heading a {
  display: inline;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.collection-position.style-6 .cls-heading a:hover {
  background-size: 100% 100%;
  transition-delay: 0.2s;
  color: var(--White) !important;
}
.collection-position.style-full .img-style {
  border-radius: 16px;
  overflow: hidden;
  min-height: 230px;
}
.collection-position.style-full .content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.collection-position.style-full h1 {
  font-size: 30px;
  line-height: 38px;
}
.collection-position .img-style.no-opacity img {
  opacity: unset !important;
}
.collection-position.has-over a {
  display: inline;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.collection-position.has-over a:hover {
  background-size: 100% 100%;
  transition-delay: 0.2s;
  color: var(--White) !important;
}
.collection-position.has-over .img-style::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: var(--Onsurface) !important;
  opacity: 0.6;
  z-index: 1 !important;
}

/*------------ product ---------------- */
.card-product .card-product-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 20;
  margin-bottom: 16px;
}
.card-product .card-product-wrapper .image-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.card-product .card-product-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 700ms;
}
.card-product .card-product-wrapper .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.card-product .card-product-wrapper:hover .image-wrap .img-product {
  opacity: 0;
}
.card-product .card-product-wrapper:hover .image-wrap .img-hover {
  display: block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card-product .card-product-wrapper .on-sale-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  z-index: 5;
  display: flex;
}
.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  width: 48px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
  background-color: var(--Critical);
  color: var(--White);
  border-radius: 144px;
}
.card-product .list-product-btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.card-product .box-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 3px;
  background-color: var(--White);
  color: var(--Onsurface);
  position: relative;
  z-index: 6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-product .box-icon .icon {
  font-size: 20px;
}
.card-product .box-icon svg {
  width: 18px;
}
.card-product .box-icon svg path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card-product .box-icon.active, .card-product .box-icon:hover {
  background-color: var(--Onsurface) !important;
  color: var(--White) !important;
  border-color: var(--Onsurface) !important;
}
.card-product .box-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-8px);
  transition-delay: 0.1s;
}
.card-product .box-icon:hover svg path {
  stroke: var(--White);
}
.card-product .card-product-info {
  display: grid;
  gap: 4px;
}
.card-product .card-product-info .price {
  display: flex;
  gap: 8px;
  align-items: center;
}
.card-product .card-product-info .price .old-price {
  text-decoration: line-through;
  color: var(--Secondary2);
}
.card-product .tooltip {
  z-index: 202;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  right: 100%;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--Onsurface);
  color: var(--White);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px 8px;
  max-width: 250px;
  width: max-content;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.card-product .tooltip::before {
  content: "";
  top: 50%;
  left: unset;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
  position: absolute;
  background: var(--Onsurface);
  width: 8px;
  height: 8px;
  z-index: 100;
}
.card-product .list-btn-main {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 5;
  transition: 0.3s ease-out 0s;
  display: flex;
  align-items: center;
}
.card-product .list-btn-main .tooltip {
  font-size: 10px;
  line-height: 12px;
  padding: 6px 4px 8px;
}
.card-product .btn-main-product {
  flex-grow: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 22px;
  background-color: var(--White);
  color: var(--Onsurface);
  border-radius: 44px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
}
.card-product .btn-main-product:hover {
  background-color: var(--Onsurface);
  color: var(--White);
}
.card-product.style-1 .card-product-wrapper, .card-product.style-list .card-product-wrapper {
  border-radius: 8px;
}
.card-product.style-list {
  display: flex;
  gap: 15px;
  align-items: center;
}
.card-product.style-list .card-product-wrapper {
  max-width: 360px;
  width: 40%;
  margin-bottom: 0;
}
.card-product.style-list .card-product-info {
  flex: 1 1 auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  max-width: 60%;
}
.card-product.style-list .list-product-btn {
  flex-direction: row;
  position: unset;
  justify-content: flex-start;
  gap: 12px;
}
.card-product.style-list .list-product-btn .box-icon {
  border: 2px solid var(--line);
}
.card-product.style-list .list-product-btn .box-icon .icon {
  font-size: 24px;
}
.card-product.style-list .list-product-btn .disable {
  background-color: var(--Surface);
  border: none !important;
  position: relative;
  color: var(--Secondary2);
  pointer-events: none;
}
.card-product.style-list .list-product-btn .disable::after, .card-product.style-list .list-product-btn .disable::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1.2px dashed #dddddd;
  transform: rotate(-45deg);
}
.card-product.style-list .list-product-btn .disable::before {
  transform: rotate(45deg);
}
.card-product.style-list .list-product-btn.size-box {
  flex-wrap: wrap;
}
.card-product.style-list .btn-main-product {
  border: 2px solid var(--line);
  max-width: 272px;
  width: 100%;
  height: 32px;
  text-transform: unset;
}
.card-product.style-list .btn-main-product:hover {
  border-color: var(--Onsurface);
}
.card-product.style-list .variant-wrap-list {
  margin-top: 28px;
  display: grid;
  gap: 28px;
}
.card-product.style-list .list-color-product {
  padding: 0;
}
.card-product.style-list .box-icon .tooltip, .card-product.style-2 .box-icon .tooltip, .card-product.style-4 .box-icon .tooltip,
.card-product .list-btn-main .box-icon .tooltip {
  top: -100%;
  margin-top: 5px;
  margin-right: 0;
  transform: translateY(8px);
  right: unset;
}
.card-product.style-list .box-icon .tooltip::before, .card-product.style-2 .box-icon .tooltip::before, .card-product.style-4 .box-icon .tooltip::before,
.card-product .list-btn-main .box-icon .tooltip::before {
  top: 85%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  right: unset;
}
.card-product.style-list .box-icon:hover .tooltip, .card-product.style-2 .box-icon:hover .tooltip, .card-product.style-4 .box-icon:hover .tooltip,
.card-product .list-btn-main .box-icon:hover .tooltip {
  transform: none;
}
.card-product.style-2 .list-product-btn, .card-product.style-4 .list-product-btn {
  flex-direction: row;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  top: unset;
  bottom: 10px;
  gap: 8px;
}
.card-product.style-2 .list-product-btn .box-icon, .card-product.style-4 .list-product-btn .box-icon {
  height: 40px;
  width: 40px;
}
.card-product.style-2 .list-product-btn .box-icon:hover .tooltip, .card-product.style-4 .list-product-btn .box-icon:hover .tooltip {
  transform: none;
}
.card-product.style-3 .list-btn-main {
  gap: 8px;
}
.card-product.style-4 .list-product-btn {
  gap: 0;
}
.card-product.style-4 .list-product-btn .box-icon {
  border-radius: 0;
}
.card-product.style-4 .list-product-btn .box-icon:not(:last-child) {
  border-right: 1px solid var(--line);
}
.card-product.style-5 .btn-quickview {
  display: none;
}

.list-color-product {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 3px 0;
}
.list-color-product .list-color-item {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list-color-product .list-color-item .swatch-value {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-color-product .list-color-item img {
  visibility: hidden;
  width: 18px;
  height: 18px;
  position: absolute;
}
.list-color-product .list-color-item.line {
  border: 1px solid var(--line);
}
.list-color-product .list-color-item.active, .list-color-product .list-color-item:hover {
  border-color: var(--Onsurface);
}
.list-color-product .list-color-item.active .swatch-value, .list-color-product .list-color-item:hover .swatch-value {
  border-color: var(--White);
}

.grid-test-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.tf-product-info-list .tf-product-info-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.tf-product-info-list .tf-product-tag {
  padding: 0 8px;
  border: 1px solid var(--Onsurface);
  border-radius: 4px;
}
.tf-product-info-list .tf-product-info-name {
  margin-bottom: 20px;
}
.tf-product-info-list .tf-product-info-name > .text {
  color: var(--Secondary2);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.tf-product-info-list .tf-product-info-name .name {
  margin-bottom: 12px;
}
.tf-product-info-list .tf-product-info-name > .sub {
  display: flex;
  align-items: center;
  gap: 10px 16px;
  flex-wrap: wrap;
}
.tf-product-info-list .tf-product-info-rate {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-rate .list-start {
  display: flex;
}
.tf-product-info-list .tf-product-info-rate .icon {
  font-size: 15px;
}
.tf-product-info-list .tf-product-info-rate .text {
  color: var(--Secondary);
}
.tf-product-info-list .tf-product-info-sold {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.tf-product-info-list .tf-product-info-sold svg {
  animation: tf-ani-flash 2s infinite;
}
.tf-product-info-list .tf-product-info-desc {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.tf-product-info-list .tf-product-info-desc > p {
  color: var(--Secondary);
}
.tf-product-info-list .tf-product-info-liveview {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-liveview .icon {
  font-size: 20px;
}
.tf-product-info-list .tf-product-info-choose-option {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tf-product-info-list .tf-product-info-by-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tf-product-info-list .tf-product-info-by-btn .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--line);
  font-size: 24px;
}
.tf-product-info-list .tf-product-info-by-btn .box-icon:hover, .tf-product-info-list .tf-product-info-by-btn .box-icon.active {
  background-color: var(--Onsurface);
  color: var(--White);
  border-color: var(--Onsurface);
}
.tf-product-info-list .tf-product-info-help {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-extra-link {
  display: flex;
  gap: 15px 34px;
  align-items: center;
  flex-wrap: wrap;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon .icon {
  font-size: 20px;
  line-height: 20px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: -18px;
  top: 1px;
  background-color: var(--line);
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available,
.tf-product-info-list .tf-product-info-help .tf-product-info-return,
.tf-product-info-list .tf-product-info-help .tf-product-info-time {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available .icon,
.tf-product-info-list .tf-product-info-help .tf-product-info-return .icon,
.tf-product-info-list .tf-product-info-help .tf-product-info-time .icon {
  font-size: 20px;
  line-height: 20px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available p,
.tf-product-info-list .tf-product-info-help .tf-product-info-return p,
.tf-product-info-list .tf-product-info-help .tf-product-info-time p {
  color: var(--Secondary);
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available p span,
.tf-product-info-list .tf-product-info-help .tf-product-info-return p span,
.tf-product-info-list .tf-product-info-help .tf-product-info-time p span {
  color: var(--Onsurface);
}
.tf-product-info-list .tf-product-info-help .tf-product-info-view {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-view .icon {
  font-size: 20px;
  line-height: 20px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-view span {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
.tf-product-info-list ul.tf-product-info-sku {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}
.tf-product-info-list ul.tf-product-info-sku li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tf-product-info-list ul.tf-product-info-sku li .text-1 {
  color: var(--Secondary);
}
.tf-product-info-list .tf-product-info-guranteed {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.tf-product-info-list .tf-product-info-guranteed .tf-payment {
  display: flex;
  gap: 12px;
}
.tf-product-info-list .tf-product-info-guranteed a img {
  width: 50px;
}
.tf-product-info-list .wg-quantity {
  width: 180px;
}
.tf-product-info-list .wg-quantity .btn-quantity {
  height: 44px;
  font-size: 30px;
}
.tf-product-info-list .wg-quantity input {
  pointer-events: none;
}
.tf-product-info-list .list-star-default {
  gap: 0;
}
.tf-product-info-list .list-star-default .icon {
  color: var(--Onsurface);
  font-size: 16px;
}
.tf-product-info-list .tf-btn {
  padding: 0 15px;
  flex-wrap: wrap;
}
.tf-product-info-list .tf-product-info-oppen a {
  text-decoration: underline;
}

.tf-product-upsell {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.tf-product-upsell .tf-product-upsell-slod .tf-product-process-wrap {
  width: 100%;
  max-width: 380px;
  margin-top: 5px;
}
.tf-product-upsell .tf-product-upsell-slod .tf-product-process-wrap .progress {
  height: 8px;
  background-color: var(--line);
  margin-bottom: 8px;
}
.tf-product-upsell .tf-product-upsell-slod .tf-product-process-wrap .progress .progress-bar-striped {
  background-size: 16px 16px;
  background-color: var(--Critical);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.tf-product-info-price {
  display: flex;
  align-items: center;
}
.tf-product-info-price .price-on-sale {
  margin-right: 6px;
}
.tf-product-info-price .compare-at-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.52px;
  color: var(--Secondary2);
  text-decoration: line-through;
  margin-right: 16px;
}
.tf-product-info-price .badges-on-sale {
  font-size: 14px;
  padding: 0 8px;
  line-height: 22px;
  background-color: #49301C;
  border-radius: 999px;
  color: var(--White);
  height: 22px;
}
.tf-product-info-price.type-small .price-on-sale {
  font-size: 16px;
  line-height: 26px;
  margin-right: 4px;
}
.tf-product-info-price.type-small .compare-at-price {
  font-size: 14px;
  line-height: 22px;
  margin-right: 4px;
}
.tf-product-info-price.type-small .badges-on-sale {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.tf-product-info-price.type-1 .price-on-sale {
  margin-right: 27px;
}
.tf-product-info-price.type-1 .compare-at-price {
  margin-right: 12px;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}
.tf-product-info-price.type-1 .compare-at-price::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  left: -13px;
  background-color: var(--line);
  top: 50%;
  transform: translateY(-50%);
}
.tf-product-info-price.type-1 .badges-on-sale {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 20px;
}

.variant-picker-item .variant-picker-label span {
  margin-left: 8px;
}
.variant-picker-item .size-guide {
  text-decoration: underline;
}
.variant-picker-item .variant-picker-values {
  display: flex;
  gap: 10px 9px;
  align-items: center;
  flex-wrap: wrap;
}
.variant-picker-item .variant-picker-values.gap12 {
  gap: 12px;
}
.variant-picker-item .variant-picker-values.type-click input:checked + label {
  border: 1px solid var(--Onsurface);
  padding: 3px;
}
.variant-picker-item .variant-picker-values.type-click input:checked + label.style-text-1 {
  background-color: var(--Onsurface);
  border: 1px solid var(--Onsurface);
}
.variant-picker-item .variant-picker-values.type-click input:checked + label.style-text-1 span {
  color: var(--White);
}
.variant-picker-item .variant-picker-values input {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.variant-picker-item .variant-picker-values input:checked + label.style-text {
  background-color: var(--Onsurface);
  border: 1px solid var(--Onsurface);
}
.variant-picker-item .variant-picker-values input:checked + label.style-text span {
  color: var(--White);
}
.variant-picker-item .variant-picker-values label {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 400;
  line-height: 22.4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.variant-picker-item .variant-picker-values label .btn-checkbox {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.variant-picker-item .variant-picker-values label.style-text {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 2px solid var(--line);
  border-radius: 40px;
  padding: 0 18px;
}
.variant-picker-item .variant-picker-values label.style-text:hover {
  border-color: var(--Onsurface);
}
.variant-picker-item .variant-picker-values label.style-text-1 {
  gap: 8px;
  width: unset;
  height: 48px;
  border: 2px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px !important;
}
.variant-picker-item .variant-picker-values label.style-text-1:hover {
  border-color: var(--Onsurface);
}
.variant-picker-item .variant-picker-values label.style-text-1 .circle-color {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.variant-picker-item .variant-picker-values label.type-disable {
  pointer-events: none;
  background-color: var(--Surface);
  color: var(--Secondary2);
  border-color: var(--Surface);
  cursor: no-drop;
}
.variant-picker-item .variant-picker-values label.type-sold-out {
  overflow: hidden;
}
.variant-picker-item .variant-picker-values label.type-sold-out::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 32px;
  height: 1.2px;
  border-bottom: 1.2px dashed var(--Primary);
}
.variant-picker-item .variant-picker-values label.type-sold-out::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 32px;
  height: 1.2px;
  border-bottom: 1.2px dashed var(--Primary);
}
.variant-picker-item .variant-picker-values label.style-image {
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 5px;
  width: 90px;
  height: 88px;
}
.variant-picker-item .variant-picker-values label.style-image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.variant-picker-item .variant-picker-values label.style-image-rounded {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--line);
  border-radius: 50%;
  padding: 2px;
  width: 75px;
  height: 75px;
}
.variant-picker-item .variant-picker-values label.style-image-rounded img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variant-picker-item .other-variant-btn.line,
.variant-picker-item .color-btn.line {
  border-color: var(--line);
}
.variant-picker-item .other-variant-btn.active,
.variant-picker-item .color-btn.active {
  border-color: var(--Onsurface);
}
.variant-picker-item .other-variant-btn.active .btn-checkbox,
.variant-picker-item .color-btn.active .btn-checkbox {
  border-color: var(--White);
}
.variant-picker-item .other-variant-btn.style-text-1.active,
.variant-picker-item .color-btn.style-text-1.active {
  background-color: var(--Onsurface);
  border-color: var(--Onsurface);
}
.variant-picker-item .other-variant-btn.style-text-1.active span,
.variant-picker-item .color-btn.style-text-1.active span {
  color: var(--White);
}
.variant-picker-item .other-variant-btn.style-image.active,
.variant-picker-item .color-btn.style-image.active {
  border-color: var(--Onsurface);
}
.variant-picker-item .other-variant-btn.style-image-rounded.active,
.variant-picker-item .color-btn.style-image-rounded.active {
  border-color: var(--Onsurface);
}
.variant-picker-item .variant-other-size .btn-size {
  padding: 12px 25px;
  color: var(--secondary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid var(--line);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: var(--White);
}
.variant-picker-item .variant-other-size .btn-size:hover, .variant-picker-item .variant-other-size .btn-size.active {
  border-color: var(--Onsurface);
  color: var(--Onsurface);
}

@keyframes tf-ani-flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.slider-scroll,
.thumbs-slider {
  display: flex;
  gap: 20px;
}

.slider-scroll .wrapper-gallery-scroll {
  width: 100%;
}
.slider-scroll .wrapper-gallery-scroll .item {
  border-radius: 12px;
  overflow: hidden;
}

.tf-product-media-main {
  width: calc(100% - 100px);
}
.tf-product-media-main .item {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  max-height: 515px;
}
.tf-product-media-main .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-product-media-thumbs {
  width: 80px;
  flex-shrink: 0;
  max-height: 687px;
}
.tf-product-media-thumbs .swiper-slide {
  height: max-content;
  width: auto;
}
.tf-product-media-thumbs .swiper-slide .item {
  position: relative;
  height: 100%;
  max-height: 80px;
  max-width: 80px;
  opacity: 0.6;
  cursor: pointer;
}
.tf-product-media-thumbs .swiper-slide .item img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item {
  opacity: 1;
}

.tf-bundle-product-item {
  display: flex;
  gap: 12px;
}
.tf-bundle-product-item .tf-product-bundle-image {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-bundle-product-item .tf-product-bundle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-bundle-product-item .tf-product-bundle-infos {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.tf-bundle-product-item .tf-product-bundle-infos .text-title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.tf-bundle-product-item .tf-check {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin: 3.5px auto;
  border-width: 2px;
  border-radius: 2px;
}
.tf-bundle-product-item .tf-check::before {
  font-size: 12px;
}
.tf-bundle-product-item .tf-select {
  max-width: 140px;
}
.tf-bundle-product-item .tf-select select {
  height: 40px;
}

.thumbs-bottom .thumbs-slider {
  flex-direction: column;
}
.thumbs-bottom .thumbs-slider .tf-product-media-thumbs {
  order: 1;
  width: 100%;
}
.thumbs-bottom .thumbs-slider .tf-product-media-thumbs .swiper-slide {
  width: auto;
}
.thumbs-bottom .thumbs-slider .tf-product-media-main {
  width: 100%;
}
.thumbs-bottom .thumbs-slider .tf-product-media-main .item {
  max-height: 820px;
}

.frequently-bought-together-2 {
  margin-top: 40px;
}

.tf-sticky-btn-atc {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 70;
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
  background-color: var(--White);
  transform: translateY(100%);
}
.tf-sticky-btn-atc.show {
  transform: translateY(0);
}
.tf-sticky-btn-atc .form-sticky-atc {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-sticky-btn-atc .form-sticky-atc .tf-dropdown-sort {
  padding: 10px;
}
.tf-sticky-btn-atc .tf-sticky-atc-product {
  display: flex;
  gap: 16px;
}
.tf-sticky-btn-atc .tf-sticky-atc-product .image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-sticky-btn-atc .tf-sticky-atc-product .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tf-sticky-btn-atc .tf-sticky-atc-infos {
  display: flex;
  gap: 32px;
  align-items: center;
}
.tf-sticky-btn-atc .tf-sticky-atc-infos .tf-sticky-atc-btns {
  width: 274px;
}
.tf-sticky-btn-atc .tf-sticky-atc-infos .tf-sticky-atc-btns a {
  border-radius: 99px !important;
}

.tf-product-stacked .item:first-child {
  grid-column: 1/3;
}

.tf-product-pre-order {
  padding: 4px 16px;
  background-color: var(--main);
  border-radius: 99px;
  width: max-content;
  color: var(--White);
}

.stagger-wrap .stagger-item .item img {
  transition: 0.3s ease-in-out;
  transform: scale(0.5) rotate(90deg) skew(15deg);
  opacity: 0;
}
.stagger-wrap .stagger-item .item img.stagger-finished {
  transform: scale(1) rotate(0deg) skew(0deg);
  opacity: 1;
}

/*------------ shop ---------------- */
.cart-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cart-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 999px;
  background-color: var(--Surface);
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-item .image-cart {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.cart-item .info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-item.style-2 {
  background-color: var(--White);
  padding: 22px 18px 18px;
  text-align: start;
  border-radius: 12px;
}
.cart-item.style-2 .info {
  flex-direction: column;
  gap: 8px;
}

.tf-page-checkout .wrap:not(:last-child) {
  margin-bottom: 30px;
}
.tf-page-checkout .wrap .title {
  margin-bottom: 20px;
}
.tf-page-checkout .title-login {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 11px 16px;
  border-radius: 8px;
  background-color: var(--Surface);
  color: var(--Secondary2);
  margin-bottom: 12px;
}
.tf-page-checkout .title-login a {
  border-bottom: 1px solid;
}
.tf-page-checkout .login-box {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.tf-page-checkout .login-box .grid-2 {
  gap: 15px;
  margin-bottom: 10px;
}
.tf-page-checkout .login-box input {
  border-radius: 4px;
  height: 48px;
}
.tf-page-checkout .login-box .tf-btn {
  padding: 10px 30px;
}
.tf-page-checkout .info-box {
  display: grid;
  gap: 15px;
}
.tf-page-checkout .info-box .grid-2 {
  gap: 16px;
}
.tf-page-checkout .info-box input {
  height: 48px;
}
.tf-page-checkout .tf-select select {
  border-radius: 8px;
  padding: 10px 16px;
}
.tf-page-checkout textarea {
  height: 100px;
}

.payment-box .payment-item {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid var(--line);
}
.payment-box .payment-item .payment-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.payment-box .payment-item .payment-header span {
  flex-grow: 1;
}
.payment-box .payment-item .payment-header input:checked {
  border-color: #2e72d2;
}
.payment-box .payment-item .payment-header input:checked::before {
  background-color: #2e72d2;
}
.payment-box .payment-item .payment-body {
  padding: 20px 19px 20px;
  padding-top: 0;
  display: grid;
  gap: 18px;
}
.payment-box .payment-item .payment-body .check-save {
  display: flex;
  gap: 8px;
  align-items: center;
}
.payment-box .payment-item .payment-body .input-payment-box {
  display: grid;
  gap: 21px;
}
.payment-box .payment-item .payment-body .input-payment-box input {
  height: 48px;
}
.payment-box .payment-item .payment-body .grid-2 {
  gap: 16px;
}
.payment-box .payment-item .payment-body .ip-card {
  position: relative;
}
.payment-box .payment-item .payment-body .ip-card .list-card {
  display: flex;
  gap: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.payment-box .payment-item:not(:last-child) {
  margin-bottom: 15px;
}
.payment-box .payment-item .apple-pay-title {
  display: flex;
  gap: 8px;
  align-items: center;
}
.payment-box .payment-item .apple-pay-title img {
  width: 13px;
  height: 16px;
}
.payment-box .payment-item .paypal-title {
  display: flex;
}
.payment-box .payment-item .paypal-title img {
  width: 60px;
  height: 16px;
}
.payment-box .payment-choose-card.active {
  border-color: transparent;
  background-color: var(--Surface);
}
.payment-box .payment-choose-card.active .payment-header {
  padding-top: 17px;
  padding-bottom: 8px;
}
.payment-box .paypal-item .payment-header {
  padding: 16px 20px;
}

.form-payment .tf-btn {
  margin-top: 39px;
  padding: 10px 32px;
  width: 100%;
}

.sidebar-checkout-content {
  padding-top: 9px;
}
.sidebar-checkout-content .sec-discount,
.sidebar-checkout-content .list-product,
.sidebar-checkout-content .title {
  margin-bottom: 32px;
}
.sidebar-checkout-content .list-product .item-product {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.sidebar-checkout-content .list-product .item-product:last-child {
  margin-bottom: 0;
}
.sidebar-checkout-content .item-product {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sidebar-checkout-content .item-product .img-product {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
.sidebar-checkout-content .item-product .img-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-checkout-content .item-product .content-box {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.sidebar-checkout-content .item-product .content-box .info {
  display: grid;
  gap: 8px;
}
.sidebar-checkout-content .item-product .content-box .info .name-product {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.sidebar-checkout-content .item-product .content-box .total-price {
  display: flex;
  gap: 4px;
}
.sidebar-checkout-content .sec-total-price .top {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-bottom: 20px;
}
.sidebar-checkout-content .sec-total-price .top .item:not(:last-child) {
  margin-bottom: 16px;
}
.sidebar-checkout-content .sec-discount .box-discount {
  width: 100%;
}
.sidebar-checkout-content .sec-discount .ip-discount-code {
  margin-bottom: 12px;
}

.ip-discount-code {
  position: relative;
}
.ip-discount-code .tf-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  border-radius: 8px;
  padding: 6px 20px;
  height: 38px;
}
.ip-discount-code input {
  padding: 12px 20px;
  padding-right: 140px;
}

.tf-cart-sold {
  margin-bottom: 53px;
}
.tf-cart-sold .notification-sold {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--Surface);
}
.tf-cart-sold .notification-sold .icon {
  width: 24px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: tf-ani-flash 2s infinite;
}
.tf-cart-sold .time-count {
  display: inline-block;
  font-weight: 600;
  color: var(--Critical);
}
.tf-cart-sold .notification-progress .text {
  margin-bottom: 15px;
}
.tf-cart-sold .notification-progress .progress-cart {
  width: 100%;
  background-color: var(--line);
  height: 8px;
  position: relative;
  border-radius: 1000px;
}
.tf-cart-sold .notification-progress .progress-cart .value {
  position: relative;
  height: 100%;
  background: linear-gradient(90deg, #19450f 0%, #3dab25 100%);
  transition: width 2s ease;
  border-radius: 1000px 0 0 1000px;
}
.tf-cart-sold .notification-progress .progress-cart .round {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 2px solid var(--Success);
  border-radius: 1000px;
  background-color: var(--White);
}
.tf-cart-sold .notification-progress .progress-cart .round::after {
  content: "\e911";
  position: absolute;
  font-family: "icomoon";
  font-size: 20px;
  color: var(--Success);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.group-bought {
  margin-top: 41px;
}
.group-bought .heading {
  margin-bottom: 20px;
}
.group-bought h5 {
  margin-bottom: 13px;
}
.group-bought .text {
  display: flex;
  align-items: center;
}
.group-bought .text span {
  margin: 0 5px;
}
.group-bought .text i {
  color: var(--Critical);
  font-size: 20px;
  margin-right: 9px;
}
.group-bought .wrap-product {
  display: flex;
  gap: 20px;
}
.group-bought .wrap-product .product-bought {
  width: calc(50% - 6px);
}
.group-bought .price {
  margin-bottom: 10px;
}

.tf-table-page-cart {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 28px;
  width: 100%;
  line-height: 1.4;
}
.tf-table-page-cart tr {
  border-bottom: 1px solid var(--line);
}
.tf-table-page-cart th {
  padding-bottom: 12px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}
.tf-table-page-cart th:last-child {
  padding-right: 0;
}
.tf-table-page-cart th:first-child {
  padding-left: 0;
}
.tf-table-page-cart td {
  padding: 18px 10px;
  align-content: center;
}
.tf-table-page-cart td:last-child {
  padding-right: 0;
  padding-left: 0;
}
.tf-table-page-cart td:first-child {
  padding-left: 0;
}

.product-bought {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-bought .img-style {
  overflow: hidden;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.product-bought .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-bought .content {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.product-bought .content .btn-add {
  text-decoration: underline;
}
.product-bought .wrap-price {
  text-align: end;
}

.tf-cart-item .tf-cart-item_product {
  display: flex;
  align-items: center;
}
.tf-cart-item .tf-cart-item_product .img-box {
  border-radius: 4px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: 24px;
  display: block;
}
.tf-cart-item .tf-cart-item_product .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-cart-item .tf-cart-item_product .cart-info {
  display: grid;
  gap: 12px;
}
.tf-cart-item .tf-cart-item_product .variant-box {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
.tf-cart-item .wg-quantity {
  width: 120px;
  height: 40px;
}
.tf-cart-item .wg-quantity input {
  pointer-events: none;
  height: 38px;
  width: 40px;
}
.tf-cart-item .wg-quantity .btn-quantity {
  width: 40px;
  height: 35px;
  font-size: 30px;
}
.tf-cart-item .tf-cart-item_price .old-price {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  line-height: 22px;
  color: var(--Secondary2);
  text-decoration: line-through;
}
.tf-cart-item .remove-cart .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--Primary);
  border: 1px solid var(--Critical);
  border-radius: 1000px;
  font-size: 8px;
  color: var(--Critical);
  background-color: var(--White);
  cursor: pointer;
}
.tf-cart-item .remove-cart .icon:hover {
  background-color: var(--Critical);
  color: var(--White);
}

.wg-quantity {
  width: 120px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  background-color: var(--White);
  border: 2px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.wg-quantity input {
  width: 88px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--Onsurface);
}
.wg-quantity .btn-quantity {
  width: 44px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: var(--Onsurface);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-quantity .btn-quantity:hover {
  color: var(--Primary);
}
.wg-quantity.style-1 {
  width: 140px;
}
.wg-quantity.style-1 .btn-quantity {
  height: 44px;
  font-size: 30px;
}
.wg-quantity.style-1 input {
  pointer-events: none;
  width: 50px;
}

.box-order {
  background-color: var(--Surface);
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
}
.box-order .title {
  margin-bottom: 28px;
}
.box-order .subtotal,
.box-order .discount,
.box-order .ship {
  margin-bottom: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.box-order .ship {
  display: flex;
  gap: 30px;
}
.box-order .ship-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.box-order .ship-item:not(:last-child) {
  margin-bottom: 4px;
}
.box-order .ship-item label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  color: var(--Secondary);
}
.box-order .ship-item input:checked ~ label {
  color: var(--Onsurface);
}
.box-order .box-progress-checkout {
  display: grid;
  gap: 12px;
}
.box-order .check-agree {
  display: flex;
  gap: 8px;
  align-items: center;
}
.box-order .check-agree label a {
  text-decoration: underline;
  text-transform: capitalize;
}
.box-order .total-order {
  margin-bottom: 20px;
}
.box-order .tf-btn {
  width: 100%;
  padding: 0 32px;
}

@keyframes tf-ani-flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.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;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.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 * {
  -moz-box-sizing: border-box;
  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 {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  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 {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  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 {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-target {
  border: 0;
}

.noUi-base .noUi-connects {
  border-radius: 999px;
  background-color: var(--line);
}

.noUi-connect {
  background-color: var(--Onsurface);
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 16px;
  width: 16px;
  border-radius: 50px;
  border: 2px solid var(--Onsurface);
  background-color: var(--White);
  box-shadow: unset;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after,
.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  content: none;
}

.tf-btn-filter {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  color: var(--Onsurface);
  border: solid 2px var(--line);
  border-radius: 4px;
  text-transform: capitalize;
  padding: 5px 14px 5px 11px;
  background-color: var(--White);
  max-width: 100%;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tf-btn-filter .icon {
  font-size: 16px;
}
.tf-btn-filter .icon-close {
  font-size: 14px;
}
.tf-btn-filter:hover {
  border-color: var(--Onsurface);
}
.tf-btn-filter.active {
  background-color: var(--Onsurface);
  border-color: var(--Onsurface);
  color: var(--White);
}

#filterDropdown {
  min-width: 93px;
}

.tf-shop-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 37px;
}
.tf-shop-control .tf-control-filter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tf-shop-control .tf-control-filter .shop-sale-text.active .icon {
  color: var(--Success);
}
.tf-shop-control .shop-sale-text {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.tf-shop-control .shop-sale-text .icon {
  font-size: 24px;
  color: var(--Secondary2);
}
.tf-shop-control .tf-control-sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.tf-shop-control .tf-control-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.tf-shop-control .tf-control-layout .item {
  cursor: pointer;
}
.tf-shop-control .tf-control-layout .tf-view-layout-switch svg circle,
.tf-shop-control .tf-control-layout .tf-view-layout-switch svg rect {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-shop-control .tf-control-layout .tf-view-layout-switch.active svg circle,
.tf-shop-control .tf-control-layout .tf-view-layout-switch.active svg rect {
  fill: var(--main);
}
.tf-shop-control .wg-pagination {
  margin-top: 11px;
}

.wrapper-shop {
  transition: all 0.3s ease-in-out;
  animation: fadeShop 0.5s ease-in-out;
}

.wrapper-control-shop .tf-list-layout .card-product {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.wrapper-control-shop .tf-list-layout .card-product.last-visible, .wrapper-control-shop .tf-list-layout .card-product:last-of-type {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}
.wrapper-control-shop .tf-list-layout .load-more-btn,
.wrapper-control-shop .tf-list-layout .wg-pagination {
  margin-top: 30px;
}
.wrapper-control-shop .tf-grid-layout .wg-pagination {
  margin-top: 0;
}

@keyframes fadeShop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.listLayout-wrapper #product-count-grid {
  display: none;
}
.listLayout-wrapper #product-count-list {
  display: block;
}

.gridLayout-wrapper #product-count-grid {
  display: block;
}
.gridLayout-wrapper #product-count-list {
  display: none;
}

.meta-filter-shop {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.meta-filter-shop .count-text {
  font-size: 14px;
  line-height: 22px;
  color: var(--secondary);
  padding-right: 12px;
  position: relative;
}
.meta-filter-shop .count-text::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  width: 1px;
  display: block;
  content: "";
  background-color: #d9d9d9;
}
.meta-filter-shop .count-text .count {
  color: var(--main);
  display: inline-block;
  margin-right: 2px;
}
.meta-filter-shop #applied-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.meta-filter-shop .filter-tag {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border: 1px solid var(--line);
  border-radius: 1000px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.meta-filter-shop .filter-tag .remove-tag {
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.meta-filter-shop .filter-tag:hover {
  border-color: var(--main);
}
.meta-filter-shop .color-tag {
  gap: 8px;
}
.meta-filter-shop .color-tag .color {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 1000px;
}
.meta-filter-shop .remove-all-filters {
  padding: 4px 12px;
}
.meta-filter-shop .remove-all-filters .icon {
  font-size: 12px;
}

.canvas-filter {
  max-width: 360px;
}
.canvas-filter .canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: var(--White);
  gap: 8px;
  border-bottom: 1px solid var(--line);
}
.canvas-filter .canvas-header .icon-close-popup {
  font-size: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.canvas-filter .canvas-header h5 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.canvas-filter .canvas-body {
  padding: 20px;
  background-color: var(--White);
}
.canvas-filter .canvas-bottom {
  padding: 20px;
  background-color: var(--White);
}
.canvas-filter .canvas-bottom button {
  color: rgb(0, 0, 0);
}

.widget-facet {
  padding-bottom: 32px;
}
.widget-facet:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.widget-facet .facet-title {
  margin-bottom: 16px;
}
.widget-facet.facet-categories li:not(:last-child) {
  margin-bottom: 12px;
}
.widget-facet.facet-categories .categories-item.active, .widget-facet.facet-categories .categories-item:hover {
  color: var(--primary);
}
.widget-facet.facet-price .price-val-range {
  margin: 22px 0px;
}
.widget-facet.facet-price .box-price-product {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.widget-facet.facet-price .title-price {
  margin-bottom: 4px;
  display: block;
}
.widget-facet.facet-price .price-val {
  padding: 5px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  border: 2px solid var(--line);
  position: relative;
}
.widget-facet.facet-price .price-val::after {
  content: attr(data-currency);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-weight: 400;
  color: var(--secondary);
  font-size: 14px;
  line-height: 22px;
}
.widget-facet .facet-size-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 16px;
  padding-right: 20px;
}
.widget-facet .facet-size-box .size-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1000px;
  border: 1px solid var(--line);
  color: var(--main);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.widget-facet .facet-size-box .size-item:not(.free-size) {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-facet .facet-size-box .size-item:hover {
  border-color: var(--main);
}
.widget-facet .facet-size-box .size-item.active {
  border-color: var(--main);
  color: var(--White);
  background-color: var(--main);
}
.widget-facet .facet-size-box .free-size {
  padding: 8px 16px;
  text-transform: capitalize;
}
.widget-facet .facet-color-box {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.widget-facet .facet-color-box .color-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--line);
  border-radius: 1000px;
  padding: 6px 12px 6px 8px;
  text-transform: capitalize;
}
.widget-facet .facet-color-box .color-item .color {
  width: 20px;
  height: 20px;
  border-radius: 1000px;
}
.widget-facet .facet-color-box .color-item:hover, .widget-facet .facet-color-box .color-item.active {
  border-color: var(--main);
}
.widget-facet.facet-fieldset .fieldset-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget-facet.facet-fieldset .fieldset-item:not(:last-child) {
  margin-bottom: 12px;
}
.widget-facet.facet-fieldset .fieldset-item label span {
  margin-left: 12px;
}

.sidebar-filter .facet-price .price-val-range {
  padding-left: 10px;
  padding-right: 10px;
}

.overlay-filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: var(--backdrop);
  visibility: hidden;
  opacity: 0;
}
.overlay-filter.show {
  opacity: 1;
  visibility: visible;
}

.wrapper-filter-dropdown {
  position: relative;
}

.sidebar-filter {
  background-color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumbs-default {
  padding: 40px 0px 60px;
}
.breadcrumbs-default .breadcrumbs-content {
  display: grid;
  gap: 16px;
}
.breadcrumbs-default .breadcrumbs-content .content-bottom {
  display: grid;
  gap: 8px;
}

/*------------ blog ---------------- */
.blog-article-item .article-thumb {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  max-width: 410px;
}
.blog-article-item .article-thumb a {
  width: 100%;
  height: 100%;
}
.blog-article-item .article-thumb img {
  width: 100%;
  object-fit: cover;
}
.blog-article-item .article-title {
  margin-bottom: 8px;
}
.blog-article-item.style-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog-article-item.style-list .article-thumb {
  width: 90%;
  margin-bottom: 0;
}
.blog-article-item.style-list .article-description {
  margin-bottom: 12px;
}
.blog-article-item.style-list .article-content {
  padding: 20px 0px 20px 40px;
}

.meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 17px;
  margin-bottom: 12px;
}
.meta li:not(:last-child) {
  position: relative;
}
.meta li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  right: -9px;
  top: 5px;
  background-color: var(--line);
}
.meta li:first-child a {
  margin-left: 0;
}
.meta a {
  margin-left: 5px;
}

.article-label {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background-color: var(--White);
  border-radius: 144px;
}
.article-label a {
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
}

.wg-pagination {
  display: flex;
  gap: 8px;
}
.wg-pagination .pagination-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
.wg-pagination li:hover .pagination-item,
.wg-pagination li.active .pagination-item {
  background-color: var(--Onsurface);
  border-color: var(--Onsurface);
  color: var(--White);
}

.blog-list-main .wrap-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sidebar .sidebar-heading {
  margin-bottom: 20px;
}
.sidebar .sidebar-relatest-post .blog-article-item .meta {
  margin-bottom: 8px;
}
.sidebar .relatest-post-item:not(:last-child) {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.sidebar .sidebar-categories ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.relatest-post-item:not(:last-child) {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.relatest-post-item.style-row {
  display: flex;
  gap: 20px;
}
.relatest-post-item.style-row .content {
  gap: 8px;
}
.relatest-post-item.style-row .image {
  position: relative;
  margin-bottom: 0;
  width: 120px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.relatest-post-item.style-row .title {
  margin-bottom: 8px;
}
.relatest-post-item.style-row .title a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.relatest-post-item.style-row .meta {
  display: flex;
  gap: 10px 17px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.relatest-post-item.style-row .meta li:first-child a {
  margin-left: 0;
}
.relatest-post-item.style-row .meta a {
  margin-left: 5px;
}
.relatest-post-item.style-row .meta p {
  color: var(--main);
}
.relatest-post-item.style-row.style-2:not(:last-child) {
  padding-bottom: 36.5px;
  margin-bottom: 38.5px;
}
.relatest-post-item.style-row.style-2 .image {
  width: 232px;
  height: 239px;
}
.relatest-post-item.style-row.style-2 .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

ul.list-tags {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}
ul.list-tags a {
  display: flex;
  padding: 4px 15px;
  border-radius: 5px;
  border: 1px solid var(--line);
}
ul.list-tags.has-bg a {
  border-radius: 40px;
  padding: 4px 16px 4px 16px;
  background-color: var(--Surface);
  border: 0;
}

.blog-detail-wrap > .inner {
  position: relative;
  z-index: 2;
  max-width: 970px;
  margin: -135px auto 0;
  border-radius: 12px;
  background-color: var(--White);
  padding: 40px 60px 0px 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog-detail-wrap > .inner > .tf-social-icon {
  position: absolute;
  flex-direction: column;
  left: -55px;
  top: 204px;
}
.blog-detail-wrap > .inner > .tf-social-icon h6 {
  margin-bottom: 8px;
}
.blog-detail-wrap > .inner .heading {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.blog-detail-wrap .related-post {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 24px 0 21px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 20px;
}
.blog-detail-wrap .related-post::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: var(--line);
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.blog-detail-wrap .related-post .btn-direction {
  margin-bottom: 4px;
}
.blog-detail-wrap .related-post .btn-direction a {
  color: var(--Primary);
}
.blog-detail-wrap .related-post .btn-direction a:hover {
  color: var(--Onsurface);
}
.blog-detail-wrap .image-wrap {
  border-radius: 20px;
  overflow: hidden;
}
.blog-detail-wrap .wrap-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}
.blog-detail-wrap .wrap-meta .meta {
  margin-bottom: 0;
  gap: 33px;
}
.blog-detail-wrap .wrap-meta .meta i {
  font-size: 20px;
}
.blog-detail-wrap .wrap-meta .meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 9px;
}
.blog-detail-wrap .wrap-meta .meta li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  right: -17px;
  top: 6px;
}
.blog-detail-wrap .wrap-meta .meta.info li {
  gap: 2px;
}
.blog-detail-wrap .reply-comment {
  margin-top: 20px;
}
.blog-detail-wrap textarea {
  height: 160px;
}

.quote {
  border-top: 4px solid var(--Onsurface);
}
.quote .wrap-content {
  padding-top: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 28px;
}
.quote .icon {
  font-size: 40px;
}
.quote .author {
  padding-left: 28.5px;
  position: relative;
}
.quote .author::after {
  content: "";
  position: absolute;
  width: 20.4px;
  height: 1px;
  background-color: var(--Secondary);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bot .list-tags.has-bg a {
  padding: 8px 16px;
}

.box-check {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--Success);
}

/*------------ testimonial ---------------- */
.testimonial-item {
  display: flex;
  border: 1px solid var(--line);
  background-color: var(--White);
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-item .img-style {
  position: relative;
  max-width: 300px;
  width: 100%;
  flex-shrink: 0;
}
.testimonial-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item .img-style .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-color: var(--White);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Onsurface);
  font-size: 16px;
  border-radius: 50%;
  z-index: 5;
}
.testimonial-item .img-style .box-icon:hover {
  background-color: var(--Onsurface);
  color: var(--White);
}
.testimonial-item .content {
  padding: 22px 23px 21px;
}
.testimonial-item .content-top {
  display: grid;
  gap: 12px;
  margin-bottom: 68px;
}
.testimonial-item .box-product {
  display: flex;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.testimonial-item .box-product .product-img {
  border-radius: 99px;
  overflow: hidden;
}
.testimonial-item .box-product .box-price {
  margin-left: 16px;
}
.testimonial-item .list-star-default i {
  font-size: 18px;
}
.testimonial-item.style-2 {
  flex-direction: column;
}
.testimonial-item.style-2 .img-style {
  max-width: 100%;
}
.testimonial-item.style-2 .content-top {
  margin-bottom: 24px;
  gap: 12px;
}
.testimonial-item.style-2 .content-top .box-author {
  margin-bottom: 11px;
}
.testimonial-item.style-3 {
  padding: 0;
  border: none;
}
.testimonial-item.style-3 .box-icon .icon {
  font-size: 51px;
  margin-bottom: 20px;
}
.testimonial-item.style-3 .box-author {
  flex-direction: column;
}
.testimonial-item.style-3 .content {
  padding: 0;
}
.testimonial-item.style-3 .content-top {
  gap: 40px;
  margin-bottom: 0;
}
.testimonial-item.style-3 .list-star-default i {
  font-size: 28px;
}

.section-testimonials {
  background-color: var(--Surface);
}
.section-testimonials.fullright .tf-sw-testimonial .swiper-slide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-testimonials.fullright .tf-sw-testimonial .swiper-slide:not(.section-testimonials.fullright .tf-sw-testimonial .swiper-slide.swiper-slide-active, .section-testimonials.fullright .tf-sw-testimonial .swiper-slide.swiper-slide-next, .section-testimonials.fullright .tf-sw-testimonial .swiper-slide.swiper-slide-prev) {
  opacity: 0.4;
}
.section-testimonials .wrap-button {
  display: flex;
  gap: 12px;
}
.section-testimonials .sw-button {
  position: unset;
}

/*------------ lookbook ---------------- */
.tf-pin-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.tf-pin-btn span {
  display: block;
  background-color: var(--Surface);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 28px;
}
.tf-pin-btn.style-2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.tf-pin-btn.style-2 span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--White);
  border: 8px solid rgba(24, 24, 24, 0.3019607843);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-pin-btn.style-2 span::after, .tf-pin-btn.style-2 span::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px var(--White);
  border-radius: 50%;
}
.tf-pin-btn.style-2 span::before {
  animation: ripple-line 2s linear infinite;
}
.tf-pin-btn.style-2 span::after {
  animation: ripple-line 2s 1s linear infinite;
}
.tf-pin-btn.active span {
  background-color: var(--Primary);
  color: var(--White);
}

.flat-with-text-lookbook .box-title {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.flat-with-text-lookbook .banner-img {
  position: relative;
}
.flat-with-text-lookbook .banner-img > img {
  border-radius: 16px;
}
.flat-with-text-lookbook .wrap-cart-item .swiper {
  height: 338px;
}
.flat-with-text-lookbook .wrap-cart-item .swiper .swiper-slide-active .cart-item .number {
  background-color: var(--Primary);
  color: var(--White);
}
.flat-with-text-lookbook .wrap-cart-item .cart-item:not(:last-child) {
  border-bottom: 1px solid var(--line);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.flat-with-text-lookbook .wrap-cart-item .cart-item.active .number {
  background-color: var(--Primary);
  color: var(--White);
}
.flat-with-text-lookbook .tf-pin-btn {
  position: absolute;
}
.flat-with-text-lookbook .tf-pin-btn.pin-1 {
  top: 35%;
  left: 14%;
}
.flat-with-text-lookbook .tf-pin-btn.pin-2 {
  top: 23%;
  left: 15%;
}
.flat-with-text-lookbook .tf-pin-btn.pin-3 {
  top: 23%;
  left: 69%;
}
.flat-with-text-lookbook .tf-btn {
  width: 100%;
  gap: 28px;
  box-shadow: unset;
}
.flat-with-text-lookbook .tf-btn > span {
  position: relative;
}
.flat-with-text-lookbook .tf-btn > span::after {
  position: absolute;
  content: "|";
  width: 8px;
  right: -18px;
}
.flat-with-text-lookbook .tf-btn .discount {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flat-with-text-lookbook .tf-btn .discount span:not(:last-child) {
  text-decoration: line-through;
  color: var(--Secondary2);
}
.flat-with-text-lookbook .sw-lookbook {
  border-radius: 16px;
  overflow: hidden;
}
.flat-with-text-lookbook .sw-button.swiper-button-next {
  right: 21px;
}
.flat-with-text-lookbook .sw-button.swiper-button-prev {
  left: 21px;
}

.cls-lookbook {
  position: relative;
}
.cls-lookbook > .img-style {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.cls-lookbook > .img-style img {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
}
.cls-lookbook .lookbook-item {
  position: absolute;
}
.cls-lookbook .lookbook-item.position2 {
  left: 40%;
  bottom: 45%;
}
.cls-lookbook .lookbook-item.position1 {
  left: 74%;
  bottom: 40%;
}
.cls-lookbook .lookbook-item .dropdown-menu {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  transform: translate(-50%, -38px) !important;
}
.cls-lookbook .lookbook-item:hover .loobook-product-wrap {
  bottom: 42px;
  opacity: 1;
  visibility: visible;
}
.cls-lookbook .lookbook-item:hover .tf-pin-btn.style-2 span {
  border-color: var(--Primary);
  background-color: var(--White);
}
.cls-lookbook.style-4 .lookbook-item.position1 {
  left: 39%;
  bottom: 60%;
}
.cls-lookbook.style-4 .lookbook-item.position2 {
  left: 12%;
  bottom: 65%;
}
.cls-lookbook.style-4 .lookbook-item.position3 {
  left: 70%;
  bottom: 62%;
}

.loobook-product-wrap {
  position: absolute;
  bottom: 50px;
  min-width: max-content;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.loobook-product-wrap .loobook-product {
  background-color: var(--White);
  padding: 12px;
  border-radius: 4px;
  display: flex;
  gap: 12px;
}
.loobook-product-wrap .loobook-product .img-style {
  width: 108px;
}
.loobook-product-wrap .loobook-product .info {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}
.loobook-product-wrap .loobook-product .btn-lookbook {
  font-size: 14px;
  line-height: 22px;
}
.loobook-product-wrap .loobook-product .btn-lookbook::after, .loobook-product-wrap .loobook-product .btn-lookbook::before {
  height: 1px;
}

@keyframes ripple-line {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
/*------------ accordion ---------------- */
.page-faqs-wrap {
  display: flex;
}
.page-faqs-wrap .list-faqs {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-faqs-wrap .faqs-title {
  margin-bottom: 20px;
}
.page-faqs-wrap .accordion-product-wrap .accordion-product-item:not(:last-child) {
  margin-bottom: 15px;
}

.accordion-product-item {
  padding: 22px 20px 17px;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.accordion-product-item .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-product-item .accordion-title i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
}
.accordion-product-item .accordion-title:not(.collapsed) i {
  transform: rotate(180deg);
}
.accordion-product-item .accordion-faqs-content {
  padding-top: 10px;
}
.accordion-product-item.style-2 {
  border-radius: unset;
  padding: 20px 0 19px;
  border: none;
}
.accordion-product-item.style-2:not(:last-child) {
  border-bottom: 1px solid var(--main);
}
.accordion-product-item.style-2 .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-product-item.style-2 .accordion-title:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.accordion-product-item.style-2 .accordion-content {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid var(--line);
  gap: 20px;
}
.accordion-product-item.style-2 .btn-open-sub {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.accordion-product-item.style-2 .btn-open-sub:after, .accordion-product-item.style-2 .btn-open-sub::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--main);
  transition: 0.4s ease 0.1s;
  margin: auto;
}
.accordion-product-item.style-2 .btn-open-sub::before {
  width: 2px;
  height: 18px;
}
.accordion-product-item.style-2 .btn-open-sub::after {
  width: 18px;
  height: 2px;
}

.ask-question {
  margin-top: 40px;
  height: max-content;
  flex-shrink: 0;
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  border-radius: 16px;
  padding: 24px;
  margin-left: auto;
}
.ask-question .ask-question-wrap form .tf-select select {
  padding: 9px 16px;
  border-radius: 4px;
}
.ask-question .ask-question-wrap form textarea {
  height: 86px;
}
.ask-question .ask-question-wrap form button {
  height: 48px;
  border: 0;
}

/*------------ zoom ---------------- */
.tf-zoom-main {
  position: sticky;
  top: 30px;
  z-index: 50;
}
.tf-zoom-main .drift-zoom-pane {
  top: 0;
  left: 0;
  height: 520px;
  max-width: 520px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
  z-index: 3;
}

.drift-bounding-box.drift-open {
  background: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 5000;
}

.drift-zoom-pane {
  z-index: 5000;
}

.section-image-zoom .other-image-zoom {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-image-zoom.zoom-active .other-image-zoom {
  opacity: 0.3;
}

.pswp__bg {
  background: var(--White);
}

.pswp__icn {
  fill: rgb(34, 34, 34);
  color: var(--White);
}
.pswp__icn .pswp__icn-shadow {
  stroke: var(--White);
  stroke-width: 1px;
  fill: none;
}

.pswp__counter {
  color: #222;
  text-shadow: 1px 1px 3px #ffffff;
}

.tf-model-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.tf-model-viewer model-viewer {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.tf-model-viewer model-viewer.disabled {
  pointer-events: none;
}
.tf-model-viewer.active model-viewer {
  pointer-events: all;
}
.tf-model-viewer.active .wrap-btn-viewer {
  display: none;
}

/*------------ sections ---------------- */
.flat-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.flat-spacing-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flat-spacing-3 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.flat-spacing-4 {
  padding-top: 100px;
  padding-bottom: 97px;
}

.flat-spacing-5 {
  padding-top: 100px;
  padding-bottom: 103px;
}

.flat-spacing-6 {
  padding-top: 85px;
  padding-bottom: 98px;
}

.flat-spacing-7 {
  padding-top: 76px;
  padding-bottom: 83px;
}

.flat-spacing-8 {
  padding-top: 107px;
  padding-bottom: 78px;
}

.heading-section {
  margin-bottom: 40px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.heading-section.style-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.heading-section.style-2 .left {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.heading-section.spacing-2 {
  margin-bottom: 60px;
}
.heading-section.spacing-3 {
  margin-bottom: 40px;
}
.heading-section.style-white h3 {
  color: var(--White);
}
.heading-section.style-white p {
  color: #E9E3D6;
  font-style: italic;
  font-family: 'Qanelas-UltraLight';
}

.tf-breadcrumb-wrap {
  padding: 21px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.tf-breadcrumb-wrap .tf-breadcrumb-list {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1px;
}
.tf-breadcrumb-wrap .tf-breadcrumb-list .icon {
  font-size: 12px;
}
.tf-breadcrumb-wrap .tf-breadcrumb-list span {
  text-decoration: underline;
}
.tf-breadcrumb-wrap .tf-breadcrumb-prev-next {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 23px;
}
.tf-breadcrumb-wrap .tf-breadcrumb-prev-next a {
  display: flex;
}

.page-title {
  position: relative;
}
.page-title .paralaximg {
  min-height: 280px;
}
.page-title .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-title  .title {
  color: var(--White);
  margin-bottom: 12px;
}
.page-title .content .breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.page-title .content .breadcrumb a {
  color: var(--White);
}
.page-title .content .breadcrumb a:hover {
  color: var(--Primary);
}
.page-title .content .breadcrumb li {
  font-size: 14px;
  line-height: 22px;
  color: var(--White);
}
.page-title .content .breadcrumb li:not(:last-child) {
  position: relative;
}
.page-title .content .breadcrumb li:not(:last-child)::after {
  position: absolute;
  content: "\e92e";
  font-family: "icomoon";
  right: -17px;
  top: 1px;
}
.page-title.style-2 .paralaximg {
  min-height: 500px;
}

.tf-countdown {
  padding: 20px;
  border-radius: 16px;
  background-color: var(--White);
  max-width: max-content;
}
.tf-countdown .countdown__timer {
  display: flex;
  gap: 40px;
}
.tf-countdown .countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.tf-countdown .countdown__item .countdown__value {
  font-size: 40px;
  line-height: 48px;
}
.tf-countdown .countdown__item .countdown__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--Secondary);
}
.tf-countdown .countdown__item:not(:last-child)::after {
  position: absolute;
  content: ":";
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
.tf-countdown.style-2 {
  padding: 0;
}
.tf-countdown.style-2 .countdown__timer {
  display: flex;
  gap: 46.67px;
}
.tf-countdown.style-2 .countdown__item {
  width: 60px;
}
.tf-countdown.style-2 .countdown__item .countdown__value {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: -4px;
}
.tf-countdown.style-2 .countdown__item .countdown__label {
  font-size: 14px;
  line-height: 22px;
}
.tf-countdown.style-3 .countdown__timer {
  gap: 46px;
  justify-content: center;
}
.tf-countdown.style-3 .countdown__value {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.write-cancel-review-wrap .write-review-wrap,
.write-cancel-review-wrap .btn-cancel-review {
  display: none;
}
.write-cancel-review-wrap.write-review .cancel-review-wrap,
.write-cancel-review-wrap.write-review .btn-write-review {
  display: none;
}
.write-cancel-review-wrap.write-review .btn-cancel-review {
  display: flex;
}
.write-cancel-review-wrap.write-review .write-review-wrap {
  display: block;
}
.write-cancel-review-wrap.write-review .check-save label {
  margin-left: 8px;
}

.list-star-default {
  white-space: nowrap;
  display: flex;
  gap: 0px;
}
.list-star-default .icon {
  font-size: 17px;
  color: var(--Yellow);
}
.list-star-default.color-primary .icon {
  color: rgb(130, 116, 96);
}

.gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-item .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--White);
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.gallery-item .box-icon:hover {
  background-color: var(--Onsurface);
  color: var(--White);
}

.team-item .img-style {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}
.team-item .img-style .tf-social-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 12px;
  transform: translateX(12px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item .img-style:hover .tf-social-icon {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.team-item .name {
  margin-bottom: 4px;
}
.team-item .name a {
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-item:hover .name a {
  background-size: 100% 100%;
  transition-delay: 0.2s;
}

.wrap-categories {
  display: flex;
}
.wrap-categories:not(.wrap-categories.style-2) {
  gap: 24px 74px;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap-categories:not(.wrap-categories.style-2) .categories-item {
  position: relative;
}
.wrap-categories:not(.wrap-categories.style-2) .categories-item:not(:last-child)::after {
  position: absolute;
  content: "/";
  font-size: 40px;
  line-height: 48px;
  color: var(--line);
  right: -48px;
}
.wrap-categories.style-2 {
  justify-content: unset;
  flex-wrap: nowrap;
  gap: 30px;
}
.wrap-categories.style-2 .categories-item {
  width: 234px;
  flex-shrink: 0;
}
.wrap-categories.style-2 .categories-item.style-2 {
  width: 190px;
  flex-shrink: 0;
}

.has-boxshadow {
  padding: 25px 0;
  margin: -25px 0;
}

.categories-item:not(.categories-item.style-3) {
  text-align: center;
  padding: 20px 20px 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categories-item:not(.categories-item.style-3) .icon {
  font-size: 68px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categories-item:not(.categories-item.style-3) .title {
  margin-bottom: 4px;
}
.categories-item:not(.categories-item.style-3):hover {
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.1215686275);
}
.categories-item:not(.categories-item.style-3):hover .icon {
  color: var(--Primary);
}
.categories-item:not(.categories-item.style-3).style-2 {
  border: none;
  padding: 0;
  box-shadow: unset;
}
.categories-item:not(.categories-item.style-3).style-2 .img-style {
  margin: 0 auto;
  max-width: 190px;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 16px;
}
.categories-item.style-3 {
  position: relative;
}
.categories-item.style-3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: auto;
  right: 0;
  bottom: 4px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categories-item.style-3:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.wrap-cls-img {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.wrap-cls-img .cls-img-item {
  display: flex;
  gap: 40px;
  align-items: center;
}
.wrap-cls-img .cls-img-item .image {
  width: 220px;
  height: 121px;
  border-radius: 99px;
  overflow: hidden;
}

.flat-img-with-text-4 {
  display: grid;
  gap: 30px;
}
.flat-img-with-text-4 .relatest-post-item:not(:last-child) {
  padding-bottom: 15.5px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16.5px;
}

.flat-img-with-text-5 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.flat-img-with-text-5.style-2 .collection-position {
  border-radius: 12px;
  overflow: hidden;
}

.flat-img-with-text-6 {
  display: grid;
  gap: 12px;
}
.flat-img-with-text-6 .collection-position .img-style {
  width: 100%;
}

.login-wrap {
  display: flex;
  gap: 250px;
  align-items: center;
  position: relative;
}
.login-wrap .left {
  width: 100%;
}
.login-wrap .left .heading {
  margin-bottom: 28px;
}
.login-wrap .right {
  width: 100%;
}
.login-wrap .right p {
  margin-bottom: 28px;
}
.login-wrap .right a {
  padding: 10px 32px;
}

.about-us-main .heading-section {
  display: grid;
  gap: 16px;
}
.about-us-main .img-wrap {
  margin-bottom: 60px;
  border-radius: 28px;
  overflow: hidden;
}
.about-us-main .main-content {
  display: flex;
  gap: 40px;
}
.about-us-main .tf-sw-iconbox {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.benefit-item {
  display: flex;
  gap: 20px;
}
.benefit-item .icon {
  font-size: 80px;
}
.benefit-item .title {
  margin-bottom: 8px;
}

.about-us .img-style {
  border-radius: 8px;
  overflow: hidden;
}
.about-us .img-style img {
  object-fit: cover;
  width: 100%;
}
.about-us .box-about .benefit {
  display: grid;
  gap: 40px;
}

.location-item .img-style {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 23px;
  width: 100%;
}
.location-item .img-style img {
  width: 100%;
  object-fit: cover;
}
.location-item .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.location-item .info > div:not(:last-child) {
  margin-bottom: 4px;
}

.map-contact {
  height: 850px;
  border-radius: 8px;
}
.map-contact .map-marker-container {
  position: absolute;
  margin-top: 10px;
  transform: translate3d(-50%, -100%, 0);
}
.map-contact .marker-container {
  position: relative;
  top: 25px;
  left: 10px;
  width: 46px;
  height: 46px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-perspective: 1000;
}
.map-contact .marker-card .face {
  position: absolute;
  width: 28px;
  height: 28px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  color: #fff;
  z-index: 100;
  border: 8px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  background-clip: content-box;
  line-height: 46px;
  font-size: 24px;
  background: none;
  border: none;
}
.map-contact .marker-card .face::before, .map-contact .marker-card .face::after {
  content: none;
}
.map-contact .marker-card .face div {
  background-color: var(--white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: relative;
}
.map-contact .marker-card .face div::after {
  border-radius: 50%;
  position: absolute;
  inset: 0;
  content: "\e900";
  font-family: "icomoon";
  font-size: 28px;
  color: var(--Onsurface);
  height: 44px;
  width: 44px;
  background-color: var(--White);
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-contact .marker-card .face div::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(24, 24, 24, 0.1);
  border-radius: 50%;
}
.map-contact.h400 {
  height: 400px;
  border-radius: 0;
}
.map-contact.h590 {
  height: 590px;
  border-radius: 0;
}

.contact-us-content .open-time {
  display: flex;
  gap: 4px;
}
.contact-us-content .open-time span {
  width: 80px;
}

.dropdown .dropdown-title {
  cursor: pointer;
}
.dropdown .dropdown-backdrop.show:before {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(24, 24, 24, 0.2);
  z-index: 200;
}
.dropdown.dropdown-store-location {
  width: max-content;
}
.dropdown.dropdown-store-location .dropdown-title {
  cursor: pointer;
  width: max-content;
}
.dropdown.dropdown-store-location .dropdown-menu {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.dropdown.dropdown-store-location .dropdown-content {
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  width: 360px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background-color: var(--White);
  margin: 17px 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dropdown.dropdown-store-location .dropdown-content-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown.dropdown-store-location .dropdown-content-heading .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}

.reply-comment .reply-comment-heading {
  margin-bottom: 24px;
}
.reply-comment .reply-comment-item {
  display: flex;
  gap: 20px;
}
.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 20px;
}
.reply-comment .reply-comment-item:not(:last-child) .content {
  border-bottom: 1px solid var(--line);
}
.reply-comment .reply-comment-item.type-reply {
  padding-left: 80px;
}
.reply-comment .reply-comment-item .image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.reply-comment .reply-comment-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reply-comment .reply-comment-item .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 20px;
}
.reply-comment .reply-comment-item .content .text-button {
  color: var(--primary);
}
.reply-comment.style-1 .reply-comment-item {
  flex-direction: column;
  gap: 12px;
}
.reply-comment.style-1 .reply-comment-item .user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reply-comment.style-1 .reply-comment-item h6 {
  margin-bottom: 2px;
}
.reply-comment.style-1 .reply-comment-item:not(:last-child) {
  margin-bottom: 24px;
}
.reply-comment.style-1 .type-reply {
  margin-left: 60px;
  border-left: 4px solid var(--line);
  padding-left: 16px;
}
.reply-comment.style-1 .type-reply .image {
  width: 52px;
  height: 52px;
}

ul.list-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
ul.list-text li {
  position: relative;
  padding-left: 20px;
}
ul.list-text.type-disc li:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 13px;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background-color: var(--main);
}
ul.list-text.type-number {
  list-style-type: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style: auto;
}

.wrap-box-icon {
  padding-top: 80px;
  border-top: 1px solid var(--line);
}

.section-tTop-sellers .sw-button {
  top: calc(40% - 4px);
}

.sw-button-over .sw-button {
  top: calc(40% - 4px);
}

.terms-of-use-wrap {
  display: flex;
  gap: 130px;
}
.terms-of-use-wrap > .left {
  width: 360px;
  flex-shrink: 0;
  height: max-content;
  top: 82px;
  border-left: 1px solid var(--line);
}
.terms-of-use-wrap > .left h6 {
  position: relative;
  padding: 10px 0 10px 16px;
  cursor: pointer;
}
.terms-of-use-wrap > .left h6::before {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--Onsurface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.terms-of-use-wrap > .left h6.active::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.terms-of-use-wrap > .right {
  flex-grow: 1;
}
.terms-of-use-wrap > .right .heading {
  margin-bottom: 40px;
}
.terms-of-use-wrap > .right .terms-of-use-item:not(:last-child) {
  margin-bottom: 32px;
}
.terms-of-use-wrap > .right .terms-of-use-item .terms-of-use-title {
  margin-bottom: 12px;
}
.terms-of-use-wrap > .right .terms-of-use-item .terms-of-use-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.my-account-wrap {
  display: flex;
  gap: 81px;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.my-account-wrap .my-account-content {
  width: 100%;
}
.my-account-wrap .wrap-sidebar-account {
  width: 369px;
  flex-shrink: 0;
}

.sidebar-account {
  background-color: var(--Surface);
  border-radius: 20px;
  padding: 40px 32px;
}
.sidebar-account .account-avatar {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar-account .account-avatar .image {
  margin-bottom: 16px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-account .account-avatar .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-account .my-account-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar-account .my-account-nav .my-account-nav-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 16px;
}
.sidebar-account .my-account-nav .my-account-nav-item:hover, .sidebar-account .my-account-nav .my-account-nav-item.active {
  background-color: var(--White);
}

.btn-sidebar-account {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 50;
}
.btn-sidebar-account button {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid var(--Onsurface);
  padding: 0;
  justify-content: center;
}
.btn-sidebar-account button:hover {
  background-color: var(--White);
}

.btn-sidebar-account {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 50;
}
.btn-sidebar-account button {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid var(--Onsurface);
  padding: 0;
  font-size: 17px;
  justify-content: center;
  background-color: var(--White);
}
.btn-sidebar-account button:hover {
  background-color: var(--Onsurface);
  color: var(--White);
}

.account-details .form-account-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.account-details .title {
  margin-bottom: 16px;
}
.account-details select {
  border-radius: 8px;
  padding: 12px 16px;
}

.account-orders .wrap-account-order {
  overflow-x: auto;
}
.account-orders .wrap-account-order::-webkit-scrollbar {
  height: 3px;
}
.account-orders .wrap-account-order::-webkit-scrollbar-thumb {
  background: var(--surface);
  border-radius: 999px;
}
.account-orders table {
  width: 100%;
  min-width: 700px;
}
.account-orders table thead,
.account-orders table td,
.account-orders table th {
  padding: 15px 20px;
}
.account-orders table thead tr {
  border: 1px solid var(--line);
  background-color: var(--surface);
}
.account-orders table tbody {
  border: 1px solid var(--line);
  border-top: 0;
}
.account-orders table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--line);
}

.wd-form-address {
  margin: 20px 0px 40px;
  border-radius: 10px;
  padding: 20px 15px;
  border: 1px solid var(--line);
}
.wd-form-address .title {
  font-size: 28px;
  line-height: 33.6px;
  margin: 20px 0px;
}
.wd-form-address .box-field {
  margin-bottom: 15px;
}
.wd-form-address .tf-select select {
  border-radius: 8px;
  height: 46px;
}

.list-account-address {
  display: grid;
  gap: 40px 30px;
}

.show-form-address,
.edit-form-address {
  display: none;
}

.wd-form-order {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--line);
}
.wd-form-order .order-head {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 20px;
  margin-bottom: 30px;
  gap: 12px;
}
.wd-form-order .order-head .img-product {
  width: 80px;
  height: 80px;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.wd-form-order .order-head .img-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wd-form-order .widget-order-tab {
  margin-top: 30px;
}

.badge {
  padding: 5px 10px;
  font-weight: 500;
  background-color: var(--Critical);
  color: white;
  border-radius: 4px;
  font-size: 12px;
  min-width: 22px;
  min-height: 22px;
  text-transform: uppercase;
  text-align: center;
}

.widget-timeline .timeline {
  list-style: none;
  position: relative;
}
.widget-timeline .timeline::before {
  top: 20px;
  bottom: 48px;
  position: absolute;
  content: " ";
  width: 2px;
  left: 10px;
  border-right: 1px dashed var(--Secondary2);
}
.widget-timeline .timeline > li {
  margin-bottom: 15px;
  position: relative;
}
.widget-timeline .timeline > li .timeline-box {
  padding: 10px 10px 10px 15px;
  position: relative;
  display: block;
  margin-left: 40px;
}
.widget-timeline .timeline > li .timeline-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 22px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 22px;
  padding: 4px;
  background-color: var(--White);
  border: 1.5px solid var(--Secondary2);
}
.widget-timeline .timeline > li .timeline-badge::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  background: var(--Secondary2);
}
.widget-timeline .timeline > li .timeline-badge.success {
  border-color: var(--Success);
}
.widget-timeline .timeline > li .timeline-badge.success::after {
  background: var(--Success);
}

.section-lookbook {
  display: flex;
  gap: 120px;
  padding: 102px 77px 100px 53px;
  background-color: var(--Surface);
}
.section-lookbook .left-img {
  width: 66.74%;
}
.section-lookbook .left-img .img-style,
.section-lookbook .left-img .cls-lookbook {
  height: 100%;
}
.section-lookbook .left-img img {
  height: 100%;
}
.section-lookbook .right-product {
  width: 26.5%;
}

.section-box-cls {
  background-color: #551912;
  border-radius: 16px;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cls-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cls-item .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.cls-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cls-item .title {
  width: max-content;
}

.swiper-auto .swiper-slide {
  width: max-content;
}
.swiper-auto .swiper-wrapper {
  transition-timing-function: linear !important;
}

.tf-sw-cls {
  padding: 39px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/*-------------- Responsive ----------------- */
@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.sm-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.sm-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.sm-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.sm-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 768px) {
  .tf-grid-layout-md.md-col-2,
  .tf-grid-layout.md-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-md.md-col-3,
  .tf-grid-layout.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-md.md-col-4,
  .tf-grid-layout.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout-md.md-col-5,
  .tf-grid-layout.md-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout-md.md-col-6,
  .tf-grid-layout.md-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout-md.md-col-7,
  .tf-grid-layout.md-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .tf-grid-layout-md {
    display: grid;
    gap: 15px;
  }
  .card-product-item .card-product-wrapper .on-sale-wrap {
    top: 13px;
    left: 12px;
  }
  .tf-slideshow.style-4 .box-content {
    left: 15%;
  }
  .grid-cls-v2 {
    display: grid;
    grid-template-areas: "item1 item2" "item1 item3";
    gap: 15px;
  }
  .grid-cls-v2 .item1 {
    grid-area: item1;
    max-height: 630px;
  }
  .grid-cls-v2 .item2 {
    grid-area: item2;
    max-height: 300px;
  }
  .grid-cls-v2 .item3 {
    grid-area: item3;
    max-height: 300px;
  }
  .ask-question {
    width: 380px;
    margin-top: 0px;
    top: 105px;
  }
  .slider-scroll,
  .thumbs-slider,
  .frequently-bought-together-2 {
    max-width: 615px;
  }
  .tf-product-info-list {
    max-width: 615px;
    margin-left: auto;
  }
  .list-account-address {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-product .btn-main-product {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .tab-product {
    margin-bottom: 28px;
    gap: 40px;
  }
  .tf-grid-layout-md,
  .tf-grid-layout-lg,
  .tf-grid-layout {
    column-gap: 30px;
    row-gap: 30px;
  }
  .tf-grid-layout-md.lg-col-2,
  .tf-grid-layout-lg.lg-col-2,
  .tf-grid-layout.lg-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout-md.lg-col-3,
  .tf-grid-layout-lg.lg-col-3,
  .tf-grid-layout.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-md.lg-col-4,
  .tf-grid-layout-lg.lg-col-4,
  .tf-grid-layout.lg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout-md.lg-col-5,
  .tf-grid-layout-lg.lg-col-5,
  .tf-grid-layout.lg-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout-md.lg-col-6,
  .tf-grid-layout-lg.lg-col-6,
  .tf-grid-layout.lg-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout-md.lg-col-7,
  .tf-grid-layout-lg.lg-col-7,
  .tf-grid-layout.lg-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .tf-grid-layout-lg {
    display: grid;
  }
  .sidebar.maxw-360 {
    max-width: 380px;
    margin-left: auto;
  }
  .sw-dots:not(.swiper-pagination-lock) {
    margin-top: 40px;
  }
  .tab-banner .nav-tab-item .nav-tab-link {
    padding-top: 30px;
    padding-bottom: 29px;
    padding-right: 30px;
  }
  .flat-with-text-lookbook .wrap-cart-item .cart-item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .card-product .tooltip {
    display: block;
  }
  .card-product.style-1 .list-product-btn, .card-product.style-3 .list-product-btn, .card-product.style-5 .list-product-btn {
    top: 8px;
    right: 8px;
    gap: 8px;
  }
  .card-product.style-1 .list-product-btn .box-icon, .card-product.style-3 .list-product-btn .box-icon, .card-product.style-5 .list-product-btn .box-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    transform: translateX(12px);
    opacity: 0;
    visibility: hidden;
  }
  .card-product.style-1 .list-product-btn .wishlist, .card-product.style-3 .list-product-btn .wishlist, .card-product.style-5 .list-product-btn .wishlist {
    transition-delay: 0s;
  }
  .card-product.style-1 .list-product-btn .compare, .card-product.style-3 .list-product-btn .compare, .card-product.style-5 .list-product-btn .compare {
    transition-delay: 0.1s;
  }
  .card-product.style-1 .list-product-btn .quickview, .card-product.style-3 .list-product-btn .quickview, .card-product.style-5 .list-product-btn .quickview {
    transition-delay: 0.2s;
  }
  .card-product.style-1 .list-btn-main, .card-product.style-3 .list-btn-main, .card-product.style-5 .list-btn-main {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
  .card-product.style-1:hover .list-btn-main,
  .card-product.style-1:hover .list-product-btn, .card-product.style-3:hover .list-btn-main,
  .card-product.style-3:hover .list-product-btn, .card-product.style-5:hover .list-btn-main,
  .card-product.style-5:hover .list-product-btn {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .card-product.style-1:hover .list-product-btn .box-icon, .card-product.style-3:hover .list-product-btn .box-icon, .card-product.style-5:hover .list-product-btn .box-icon {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0);
  }
  .card-product.style-1:hover .list-btn-main, .card-product.style-3:hover .list-btn-main, .card-product.style-5:hover .list-btn-main {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
  }
  .card-product.style-list {
    gap: 40px;
  }
  .card-product.style-list .list-product-btn .box-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .card-product.style-list .btn-main-product {
    height: 48px;
  }
  .card-product.style-2 .list-product-btn {
    bottom: 12px;
    gap: 12px;
  }
  .card-product.style-2 .list-product-btn .cart {
    transition-delay: 0s;
  }
  .card-product.style-2 .list-product-btn .wishlist {
    transition-delay: 0.1s;
  }
  .card-product.style-2 .list-product-btn .compare {
    transition-delay: 0.2s;
  }
  .card-product.style-2 .list-product-btn .quickview {
    transition-delay: 0.3s;
  }
  .card-product.style-2 .box-icon {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
  .card-product.style-2:hover .box-icon {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .card-product.style-3 .list-btn-main .box-icon, .card-product.style-4 .list-btn-main .box-icon {
    height: 40px;
    width: 40px;
  }
  .card-product.style-4 .list-product-btn {
    bottom: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .card-product.style-4:hover .list-product-btn {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
  }
  .card-product.style-5 .list-btn-main {
    gap: 8px;
  }
  .card-product.style-5 .btn-quickview {
    display: flex;
  }
  .card-product.style-5 .list-product-btn .quickview {
    display: none;
  }
  .testimonial-item .img-style .box-icon {
    visibility: hidden;
    opacity: 0;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .testimonial-item:hover .img-style .box-icon {
    visibility: visible;
    opacity: 1;
  }
  .collection-position.style-2 .content {
    margin: 0 40px;
  }
  .cls-lookbook .dropdown-menu {
    --bs-dropdown-min-width: 19rem;
  }
  .tf-slideshow.style-default .box-content {
    bottom: 100px;
  }
  .tf-slideshow.style-default .box-content .tf-btn {
    height: 58px;
    padding: 0 32px;
  }
  .tf-slideshow.style-default.slider-nav-sw .wrap-pagination {
    display: block;
    bottom: 60px;
  }
  .grid-cls-v2 {
    gap: 30px;
  }
  #scroll-top {
    bottom: 40px;
    right: 40px;
  }
  #scroll-top.style-1 {
    bottom: 80px;
  }
  .flat-img-with-text-4 {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .flat-img-with-text-5 {
    flex-direction: row;
  }
  .flat-img-with-text-5 .collection-position {
    height: 640px;
    width: 50%;
  }
  .flat-img-with-text-5 .collection-position .img-style {
    width: 100%;
  }
  .flat-img-with-text-5.style-2 {
    padding: 0 5px;
  }
  .flat-img-with-text-5.style-2 .collection-position {
    height: unset;
  }
  .flat-img-with-text-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tf-page-checkout .wrap:not(:last-child) {
    margin-bottom: 40px;
  }
  .tf-page-checkout .login-box {
    padding: 20px;
  }
  .tf-page-checkout .login-box .grid-2 {
    gap: 20px;
  }
  .tf-page-checkout .info-box {
    gap: 20px;
  }
  .flat-sidebar-checkout .item-product {
    gap: 24px;
  }
  .tf-table-page-cart th {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 40px;
    text-align: center;
  }
  .tf-table-page-cart th:last-child {
    padding-right: 0;
  }
  .tf-table-page-cart th:first-child {
    padding-left: 0;
    text-align: start;
  }
  .tf-table-page-cart td {
    padding: 27px 22px;
  }
  .box-order {
    padding: 24px;
  }
  .product-bought {
    gap: 24px;
  }
  .about-us .box-about {
    padding-left: 90px;
  }
  .tab-shipping.type-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .wrap-box-location.swiper-wrapper {
    gap: 30px;
  }
  .card-product.style-list .card-product-wrapper {
    width: 94%;
  }
  .card-product.style-2 .list-product-btn .box-icon {
    height: 40px;
    width: 40px;
  }
  .btn-sidebar-account {
    display: none;
  }
}
@media (min-width: 1200px) {
  .relatest-post {
    padding-left: 10px;
  }
  .filterShop {
    display: none;
  }
  .hover-cursor-img {
    position: relative;
  }
  .hover-cursor-img .hover-image {
    position: fixed;
    transform: scale(0);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1000;
    display: block;
    width: 255px;
    height: 255px;
  }
  .hover-cursor-img .hover-image img {
    transform: rotate(-10deg);
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dropdown-filter {
    max-width: 100%;
    position: absolute;
    z-index: 100;
    padding: 30px 0px 40px;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .dropdown-filter .widget-facet {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  .dropdown-filter .canvas-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 40px;
  }
  .dropdown-filter.show {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
  }
  .tf-grid-layout {
    column-gap: 30px;
    row-gap: 30px;
  }
  .tf-grid-layout.xl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.xl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.xl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.xl-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.xl-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .blog-grid-main .tf-grid-layout {
    row-gap: 48px;
  }
  .tf-img-with-text .banner-left {
    padding: 77.5px 80px;
  }
  .tf-img-with-text .banner-left .tab-banner {
    margin-bottom: 40px;
  }
  .flat-with-text-lookbook .lookbook-content {
    padding-left: 70px;
  }
  .flat-with-text-lookbook .lookbook-content .box-title {
    margin-bottom: 40px;
  }
  .card-product .list-product-btn {
    top: 12px;
    right: 12px;
  }
  .card-product .tooltip {
    display: block;
  }
  .card-product .on-sale-wrap {
    top: 13px !important;
    left: 13px !important;
  }
  .tf-countdown-lg .countdown__item {
    min-width: 60px;
    min-height: 70px;
  }
  .gallery-item .box-icon {
    opacity: 0;
    visibility: hidden;
  }
  .gallery-item:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .gallery-item:hover .box-icon {
    opacity: 1;
    visibility: visible;
  }
  .tf-slideshow.style-3 {
    padding: 0px 32px 0 32px;
  }
  .flat-img-with-text-4 {
    gap: 74px;
  }
  .fl-sidebar-cart {
    padding-left: 30px;
  }
  .box-order .ship {
    gap: 70px;
  }
  .about-us-main .main-content {
    gap: 76px;
  }
  .about-us-main .tf-sw-iconbox {
    margin-top: 60px;
    padding-top: 60px;
  }
  .wrap-box-location.swiper-wrapper {
    gap: 60px;
  }
  .testimonial-item.style-3 {
    padding-right: 30px;
  }
  .tf-img-with-text-3 .content-left {
    padding: 40px 0 40px 31px;
  }
  .flat-img-with-text-6 .collection-position .img-style {
    height: 632px;
  }
  .sidebar-filter.canvas-filter .canvas-body {
    padding: 0;
  }
  .tab-reviews.style-2 .tab-reviews-heading {
    flex-wrap: nowrap;
    gap: 30px;
  }
  .tab-reviews.style-2 .rating-score {
    max-width: 264px;
  }
  .accordion-product-item.style-2 .accordion-content {
    padding: 28px;
  }
  .space-1 {
    height: 40px;
  }
}
@media (min-width: 1300px) {
  .cls-lookbook .dropdown-menu {
    transform: translate(49px, 43px) !important;
  }
}
@media (min-width: 1440px) {
  .tf-slideshow.style-4 .box-content {
    left: 32%;
  }
  .modal-open .tf-sticky-btn-atc {
    padding-right: 17px;
  }
  .tf-topbar .container-full,
  .header-default .container-full {
    padding: 0 60px;
  }
}
@media (max-width: 1515px) {
  .tf-slideshow .wrap-slider {
    height: 700px;
  }
  .tf-slideshow.style-4 .wrap-slider {
    display: grid;
    grid-template-columns: 50% 50% !important;
  }
}
@media (max-width: 1440px) {
  .mega-menu.mega-menu-1 .row-demo-1 {
    padding-left: 15px;
    padding-right: 15px;
    gap: 80px;
  }
  .mega-menu.mega-menu-1 .row-demo-1 .mega-menu-list {
    gap: 7px;
  }
  .mega-menu.mega-menu-1 .row-demo-1 .mega-menu-list .mega-menu-item:last-child {
    min-width: 250px;
  }
  .mega-menu.mega-menu-1 .row-demo-1 .mega-menu-list .collection-position.style-2 .content {
    bottom: 20px;
    margin: 0 20px;
  }
  .section-lookbook {
    gap: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-lookbook .left-img {
    width: unset;
    flex-grow: 1;
  }
  footer .footer-left {
    gap: 55px;
  }
  footer .form-newsletter {
    margin-bottom: 40px;
  }
  .testimonial-item .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sw-button-over .swiper-button-prev,
  .sw-button-over .swiper-button-next {
    display: none;
  }
  .terms-of-use-wrap {
    gap: 60px;
  }
}
@media (max-width: 1350px) {
  h1 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 1199px) {
  .section-lookbook,
  .section-box-cls,
  .flat-spacing-8,
  .flat-spacing-7,
  .flat-spacing-6,
  .flat-spacing-5,
  .flat-spacing-4,
  .flat-spacing-3,
  .flat-spacing-2,
  .flat-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-default.header-absolute {
    margin-bottom: -69px;
  }
  .header-default.header-absolute .has-border-y {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
  }
  .header-default.header-absolute.header-style-2 {
    margin-bottom: -69px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-default.header-style-3 .main-header {
    padding: 10px 0;
  }
  .sidebar-filter {
    position: fixed;
    bottom: 0;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .sidebar-filter.show {
    transform: none;
  }
  .tf-control-layout .sw-layout-5,
  .tf-control-layout .sw-layout-4 {
    display: none;
  }
  .fl-sidebar-cart {
    margin-top: 30px;
  }
  .login-wrap {
    gap: 60px;
  }
  .modal-search .modal-dialog .modal-content {
    padding: 15px;
    gap: 20px;
  }
  .modal-search .modal-dialog .modal-content .tf-grid-layout {
    padding-right: 10px;
    margin-right: -15px;
  }
  .modal-size-guide .modal-dialog .modal-content {
    padding: 15px;
  }
  .form-sticky-atc {
    justify-content: center !important;
  }
  .form-sticky-atc .text-title,
  .form-sticky-atc .tf-sticky-atc-product {
    display: none;
  }
  .form-sticky-atc .tf-sticky-atc-infos {
    gap: 15px;
    width: 100%;
  }
  .form-sticky-atc .tf-sticky-atc-infos .tf-sticky-atc-btns {
    width: 100%;
  }
  .tf-slideshow.style-4 .wrap-pagination {
    display: block;
  }
  .tf-slideshow.style-4 .sw-dots .swiper-pagination-bullet-active {
    border: 1px solid var(--Onsurface);
  }
  .tf-slideshow.style-4 .sw-dots .swiper-pagination-bullet-active::after {
    border: 1px solid var(--Onsurface);
    background-color: var(--Onsurface);
  }
  .tf-slideshow.style-4 .sw-dots .swiper-pagination-bullet::after {
    border-color: var(--Onsurface);
  }
  .tf-slideshow.style-2 .box-content {
    left: 15px;
    right: 15px;
  }
  .header-default .nav-icon .nav-account,
  .header-default .nav-icon .nav-search,
  .header-default .nav-icon .nav-wishlist {
    display: none;
  }
  .header-default .main-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .text-display {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1100px) {
  .blog-detail-wrap > .inner > .tf-social-icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .tf-slideshow .wrap-slider {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .tf-img-with-text-3 .image-wrap {
    height: unset;
    aspect-ratio: 1;
  }
  .header-default.header-absolute.header-style-2 {
    margin-bottom: -59px;
  }
  .header-default.header-absolute.header-style-2.header-bg {
    padding-left: 0;
    padding-right: 0;
  }
  .logo-header {
    width: 110px;
  }
  .slider-home5 {
    margin-top: 30px;
  }
  .tf-slideshow.style-2 .box-content {
    bottom: 300px;
  }
  .tf-slideshow.style-2 .slider-home2-thumbs {
    left: 15px;
    right: 15px;
    bottom: 30px;
    height: 160px;
    width: unset;
  }
  .tf-slideshow.style-2 .thumbs-item .image {
    width: 120px;
    height: 160px;
  }
  .tf-slideshow.style-2 .wrap-navigation {
    bottom: 30px;
    left: 240px;
    height: 40px;
    right: unset;
    gap: 15px;
  }
  .tf-slideshow.style-2 .wrap-navigation .sw-button {
    width: 40px;
    height: 40px;
  }
  .tf-slideshow.style-2 .wrap-navigation .sw-button::before {
    font-size: 18px;
  }
  .tf-slideshow.style-2 .sw-dots {
    bottom: 44px;
    left: 165px;
  }
  .section-lookbook {
    gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap-cls-img {
    gap: 20px;
  }
  .wrap-cls-img .cls-img-item {
    gap: 20px;
  }
  .wrap-cls-img .cls-img-item .image {
    width: 100px;
    height: 60px;
  }
  .tf-sticky-btn-atc {
    bottom: 70px;
  }
  .tf-toolbar-bottom {
    display: flex;
  }
  .d_lg_none {
    display: none !important;
  }
  br {
    display: none;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .text-display {
    font-size: 55px;
    line-height: 63px;
  }
  footer {
    margin-bottom: 70px;
  }
  footer .footer-left {
    flex-direction: column;
    border-right: 0;
    gap: 40px;
  }
  footer .footer-body {
    padding: 30px 0;
    gap: 0px;
    flex-direction: column;
  }
  footer .footer-body > div {
    max-width: 100%;
  }
  footer .footer-heading-mobile {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 10px;
  }
  footer .footer-heading-mobile::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: var(--White);
    transition: 0.25s ease-in-out;
  }
  footer .footer-heading-mobile::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: var(--White);
    transition: 0.25s ease-in-out;
  }
  footer .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }
  footer .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  footer .footer-col-block .tf-collapse-content {
    display: none;
  }
  footer .footer-menu {
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 18px;
  }
  footer .footer-menu > div {
    width: 100%;
  }
  footer .footer-bottom-wrap {
    justify-content: center;
  }
  footer .footer-infor {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  footer .footer-infor .footer-menu {
    order: 1;
  }
  footer .line {
    display: none;
  }
  .blog-detail-wrap > .inner {
    padding: 15px 15px 0;
  }
  .loobook-product {
    gap: 10px;
  }
  .tf-slideshow.style-default .box-content {
    gap: 20px;
    width: calc(100% - 30px);
    bottom: 55px;
  }
  .tf-slideshow.style-default .box-content .box-title {
    gap: 4px;
  }
  .relatest-post-item.blog-article-item .article-thumb {
    max-width: 100%;
  }
  .box-about {
    margin-top: 40px;
  }
  .tab-description {
    flex-wrap: wrap;
    padding: 0;
  }
  .tab-shipping {
    flex-direction: column;
  }
  .widget-tabs.style-1 .widget-menu-tab {
    justify-content: start;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .widget-tabs.style-1 .widget-content-inner {
    padding: 30px 15px;
  }
  .terms-of-use-wrap {
    gap: 30px;
  }
  .terms-of-use-wrap .left {
    width: 300px;
  }
  .terms-of-use-wrap .right .heading {
    margin-bottom: 32px;
  }
  .wrap-sidebar-account {
    display: none;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .section-news-insight .relatest-post {
    margin-top: 38.5px;
  }
  .card-product .btn-main-product {
    height: 28px;
  }
  .card-product .box-icon {
    min-width: 28px !important;
    width: 28px !important;
    height: 28px !important;
  }
  .card-product .box-icon .icon {
    font-size: 16px !important;
  }
  .card-product.style-list .list-product-btn .box-icon .icon {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .relatest-post-item p {
    font-size: 14px;
  }
  .sw-dots.type-circle .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .sw-dots.type-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
  .article-label a {
    font-size: 16px;
    line-height: 28px;
  }
  .md-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .wrap-lookbook-hover .lookbook-content {
    display: none;
  }
  .wrap-lookbook-hover .tf-pin-btn .loobook-product-wrap {
    top: 50px;
    bottom: unset;
  }
  .wrap-lookbook-hover .tf-pin-btn.active .loobook-product-wrap {
    opacity: 1;
    visibility: visible;
  }
  .section-news-insight .collection-position {
    min-height: 400px;
  }
  .section-news-insight .relatest-post {
    margin-top: 24px;
  }
  .section-news-insight .relatest-post-item:not(:last-child) {
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
  }
  .section-news-insight .relatest-post-item .image {
    width: 150px !important;
    height: 150px !important;
  }
  .tab-banner .nav-tab-item .nav-tab-link .title {
    gap: 5px;
  }
  .tab-banner .nav-tab-item .nav-tab-link .arr-link .text-more {
    display: none;
  }
  .tf-img-with-text-3,
  .section-box-cls {
    border-radius: 6px;
  }
  .section-lookbook {
    flex-direction: column;
  }
  .section-lookbook .right-product {
    width: 100%;
  }
  .heading-section.style-2 {
    gap: 20px 12px;
  }
  .tf-control-layout .sw-layout-3 {
    display: none;
  }
  .md-none {
    display: none !important;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .text-display {
    font-size: 34px;
    line-height: 44px;
  }
  .blog-article-item .article-thumb {
    width: 100% !important;
    max-width: 100% !important;
  }
  .blog-article-item.style-list {
    flex-wrap: wrap;
  }
  .blog-article-item.style-list .article-content {
    padding: 16px 0 0 0;
  }
  .tf-img-with-text {
    grid-template-columns: 1fr;
  }
  .tf-slideshow .wrap-slider {
    height: 400px;
  }
  .tf-slideshow.slider-nav-sw .wrap-pagination {
    display: block;
  }
  .tf-slideshow:not(.style-2) .sw-button {
    display: none;
  }
  .tf-slideshow .wrap-pagination {
    bottom: 20px;
  }
  .tf-slideshow .wrap-slider {
    border-radius: 0 0 12px 12px !important;
  }
  .tf-slideshow.style-2 .wrap-slider, .tf-slideshow.style-3 .wrap-slider {
    height: 530px;
  }
  .tf-slideshow.style-2 .box-content, .tf-slideshow.style-3 .box-content {
    bottom: 220px;
  }
  .tf-slideshow.style-4 {
    padding-bottom: 20px;
  }
  .tf-slideshow.style-4 .wrap-slider {
    grid-template-columns: 1fr;
    height: unset;
  }
  .tf-slideshow.style-4 .content-left {
    padding: 40px 15px;
    text-align: center;
  }
  .tf-slideshow.style-4 .img-style {
    height: 300px;
  }
  .tf-slideshow.style-4 .box-content {
    transform: unset;
    position: unset;
    max-width: 100%;
  }
  .tf-slideshow.style-4 .wrap-pagination {
    position: unset;
  }
  .tf-slideshow .tf-btn {
    margin: 0 auto;
    height: 42px;
    padding: 0 15px;
  }
  .grid-cls-v2 .item1 .collection-position .img-style {
    width: 100%;
  }
  .grid-cls-v2 .collection-position .img-style {
    height: 400px;
  }
  .about-us-main .main-content {
    flex-wrap: wrap;
  }
  .tf-table-page-cart thead {
    display: none;
  }
  .tf-table-page-cart .tf-cart-item {
    padding-left: 130px;
    min-height: 140px;
    display: block;
    position: relative;
  }
  .tf-table-page-cart .tf-cart-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .tf-table-page-cart .tf-cart-item td {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
  }
  .tf-table-page-cart .tf-cart-item td:not(:last-child) {
    border-bottom: 1px dashed var(--line);
  }
  .tf-table-page-cart .tf-cart-item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 110px;
    max-height: 110px;
  }
  .tf-table-page-cart .tf-cart-item td[data-cart-title]:before {
    content: attr(data-cart-title);
    color: var(--main);
    text-align: start;
    flex: 1 1 auto;
  }
  .group-bought .wrap-product {
    flex-wrap: wrap;
  }
  .group-bought .wrap-product .product-bought {
    width: 100%;
  }
  .login-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .benefit-item .icon {
    font-size: 60px;
  }
  .benefit-item .title {
    font-size: 25px;
    line-height: 33px;
  }
  .card-product .countdown-box,
  .card-product .size-list,
  .card-product .wishlist,
  .card-product .compare {
    display: none !important;
  }
  .card-product.style-list .description {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
  .card-product.style-list .variant-wrap-list {
    margin-top: 6px;
  }
  .testimonial-item .content-top {
    margin-bottom: 30px;
  }
  .modal-shopping-cart .modal-content {
    max-width: min(500px, 90vw) !important;
  }
  .modal-shopping-cart .tf-minicart-recommendations {
    display: none;
  }
  .modal-shopping-cart .tf-mini-cart-threshold {
    margin-left: 15px;
    margin-right: 15px;
  }
  .modal-shopping-cart .tf-mini-cart-item {
    margin: 0 12px;
    padding: 12px 0;
    gap: 12px;
  }
  .modal-shopping-cart.style-empty .content-inner {
    padding: 0;
  }
  .modal-quick-view .modal-content {
    max-width: min(500px, 90vw) !important;
    flex-direction: column;
    overflow-y: auto !important;
  }
  .modal-quick-view .modal-content .tf-quick-view-image {
    width: 100%;
    display: block;
  }
  .modal-quick-view .modal-content .tf-quick-view-image .wrap-quick-view {
    padding: 15px;
    display: flex;
    direction: ltr;
    height: unset;
  }
  .modal-quick-view .modal-content .tf-quick-view-image .wrap-quick-view .quickView-item {
    width: 200px;
    flex-shrink: 0;
    border-radius: 0;
  }
  .modal-quick-view .modal-content .tf-quick-view-image .wrap-quick-view .quickView-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .modal-quick-view .modal-content .wrap {
    overflow: unset;
    height: unset;
    padding: 20px 15px;
  }
  .slider-scroll,
  .thumbs-slider {
    flex-direction: column !important;
  }
  .slider-scroll > div,
  .thumbs-slider > div {
    width: 100%;
  }
  .slider-scroll .tf-product-media-thumbs,
  .thumbs-slider .tf-product-media-thumbs {
    order: 1;
  }
  .tf-product-info-wrap {
    padding-top: 30px;
  }
  .tf-countdown.style-2 .countdown__timer {
    gap: 30px;
  }
  .reply-comment.style-1 .type-reply {
    margin-left: 15px;
  }
  .tab-product .nav-tab-item a {
    font-size: 18px;
    line-height: 30px;
  }
  .terms-of-use-wrap {
    flex-direction: column;
  }
  .terms-of-use-wrap .left {
    width: 100%;
    position: unset;
  }
  .tf-btn {
    padding: 0 10px;
    height: 42px;
  }
  .wrap-categories.has-boxshadow {
    padding: 15px;
    margin: -15px;
  }
  .wrap-categories.style-2 .categories-item.style-2 {
    width: 150px !important;
  }
  .wrap-categories.style-2 .categories-item.style-2 .img-style {
    width: 150px;
  }
  .sw-button {
    width: 32px;
    height: 32px;
  }
  .sw-button::before {
    font-size: 16px;
  }
  .tf-sw-products.style-full {
    padding-left: 15px;
  }
  .tf-box-icon {
    text-align: center;
  }
  .loobook-product-wrap .loobook-product {
    width: 124px;
    flex-direction: column;
  }
  .loobook-product-wrap .loobook-product .img-style {
    width: 100px;
    height: 100px;
  }
  .loobook-product-wrap .loobook-product .text-title,
  .loobook-product-wrap .loobook-product .text-button {
    font-size: 14px;
    line-height: 20px;
  }
  .loobook-product-wrap .loobook-product .info {
    margin-bottom: 5px;
  }
}
@media (max-width: 610px) {
  footer .footer-bottom-wrap {
    justify-content: center;
  }
  .tf-img-with-text-3 .tf-countdown {
    width: max-content;
    padding: 20px 15px;
  }
  .tf-img-with-text-3 .tf-countdown .countdown__timer {
    gap: 30px;
  }
  .tf-img-with-text-3 .tf-countdown .countdown__value {
    font-size: 30px;
    line-height: 40px;
  }
  .tf-slideshow.style-4 .wrap-slider {
    grid-template-columns: 100% !important;
  }
  .tf-slideshow.style-4 .wrap-slider .content-left {
    order: 2;
  }
  .collection-position.style-full .content {
    width: max-content;
  }
}
@media (max-width: 576px) {
  .tf-countdown.style-2 .countdown__item {
    width: 40px;
  }
  .form-sticky-atc .tf-sticky-atc-infos {
    flex-wrap: wrap;
    justify-content: center;
  }
  .form-bundle-product {
    padding: 23px 15px;
  }
  .tf-bundle-product-item .tf-product-bundle-image {
    width: 80px;
    height: 80px;
  }
  .tab-reviews .tab-reviews-heading .top {
    flex-direction: column;
  }
  .header-default .nav-icon {
    gap: 8px;
  }
  .header-default .nav-icon .nav-icon-item {
    font-size: 22px;
  }
  .card-product.style-list .description {
    display: none;
  }
  .testimonial-item {
    flex-direction: column;
  }
  .testimonial-item .content {
    order: 2;
  }
  .testimonial-item .img-style {
    max-width: 100%;
    height: 273px;
  }
  footer .footer-bottom-wrap .left {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tf-slideshow.style-3 .box-content, .tf-slideshow.style-2 .box-content {
    gap: 15px;
  }
  .tf-slideshow.style-3 .box-content .box-title, .tf-slideshow.style-2 .box-content .box-title {
    gap: 4px;
  }
  .wrap-cls-img {
    justify-content: start;
  }
}
@media (max-width: 425px) {
  .relatest-post-item.style-row {
    flex-direction: column;
  }
  .relatest-post-item.style-row .image {
    width: 100% !important;
    height: unset !important;
    aspect-ratio: 1;
  }
  .cls-lookbook .lookbook-item .dropdown-menu {
    --bs-dropdown-min-width: 6rem;
  }
  .tf-product-info-list .tf-btn {
    font-size: 15px;
    line-height: 23px;
  }
  .tf-img-with-text-3 .sw-product-single-prev {
    left: 0;
  }
  .tf-img-with-text-3 .sw-product-single-next {
    right: 0;
  }
}

/*# sourceMappingURL=styles.css.map */



.logo-header img{
  height: 65px;
  width: auto;
  display: block;
}

@media (max-width: 576px){
  .logo-header img{ height: 22px; }
}
@media (max-width: 400px){
  .logo-header img{ height: 18px; }
}
@media (max-width: 360px){
  .logo-header img{ height: 16px; }
}
@media (max-width: 320px){
  .logo-header img{ height: 14px; }
}


/* Remove border radius for ALL product cards */
.card-product .card-product-wrapper,
.card-product .card-product-wrapper .image-wrap,
.card-product .card-product-wrapper img {
  border-radius: 0 !important;
}

/* === OKRA CUSTOM FONT (FIXED) === */
@font-face{
  font-family: "OkraFont";
  src: url("../fonts/Qanelas-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "OkraFont";
  src: url("../fonts/Qanelas-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "OkraFont";
  src: url("../fonts/Qanelas-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* Apply everywhere (but DON'T break icon fonts) */
:root{ --font-main: "OkraFont", sans-serif; }

body{
  font-family: var(--font-main) !important;
}

body *:not(.icon):not([class^="icon-"]):not([class*=" icon-"]){
  font-family: var(--font-main) !important;
}





/* =========================================================
   In Common With inspired Collection layout (ICW)
   Scope: shop-sidebar-left.html (main content only)
   ========================================================= */
.icw-collection{
  padding-top: 48px;
  padding-bottom: 90px;
}
.icw-collection .container{
  max-width: 1560px;
}
@media (max-width: 991.98px){
  .icw-collection{
    padding-top: 28px;
    padding-bottom: 70px;
  }
  .icw-collection .container{
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Collection header */
.icw-collection-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 24px;
  padding-bottom: 16px;
}
.icw-title{
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: clamp(36px, 4.2vw, 64px);
}
.icw-meta{
  margin-top: 10px;
  color: rgba(24,24,24,.65);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.icw-count{
  display:inline-block;
}
.icw-tabs{
  display:flex;
  gap: 18px;
  align-items:center;
  overflow:auto;
  padding: 10px 0 14px;
  border-bottom: 1px solid rgba(24,24,24,.12);
  margin-bottom: 18px;
  scrollbar-width: none;
}
.icw-tabs::-webkit-scrollbar{ display:none; }
.icw-tabs a{
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(24,24,24,.68);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}
.icw-tabs a:hover{ color: rgba(24,24,24,1); }
.icw-tabs a.active{
  color: rgba(24,24,24,1);
  border-bottom-color: rgba(24,24,24,1);
}

/* Controls (filter + sort) */
.icw-collection-head .tf-shop-control{
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.icw-collection-head .tf-shop-control .tf-control-filter,
.icw-collection-head .tf-shop-control .tf-control-sorting{
  margin: 0;
}

/* Hide layout switches + promo text (ICW is minimal) */
.icw-collection .tf-control-layout,
.icw-collection .shop-sale-text{
  display: none !important;
}

/* Filter button */
.icw-collection .tf-control-filter .tf-btn-filter{
  border: 1px solid rgba(24,24,24,.9);
  border-radius: 999px;
  padding: 10px 16px;
  background: transparent;
  gap: 10px;
  height: auto;
}
.icw-collection .tf-control-filter .tf-btn-filter .icon{
  font-size: 16px;
}
.icw-collection .tf-control-filter .tf-btn-filter .text{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Sort dropdown */
.icw-collection .tf-control-sorting{
  gap: 10px;
}
.icw-collection .tf-control-sorting .tf-dropdown-sort .btn-select{
  border: 1px solid rgba(24,24,24,.9);
  border-radius: 999px;
  padding: 10px 16px;
  background: transparent;
}
.icw-collection .tf-control-sorting .tf-dropdown-sort .btn-select .text-sort-value{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.icw-collection .tf-control-sorting .tf-dropdown-sort .btn-select .icon{
  font-size: 12px;
}

/* Applied filter chips */
.icw-collection .wrapper-control-shop .meta-filter-shop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  margin: 0 0 18px;
}
.icw-collection #applied-filters{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
}
.icw-collection #applied-filters .filter-tag,
.icw-collection #applied-filters .tag-filter{
  border: 1px solid rgba(24,24,24,.16);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: .06em;
  background: transparent;
}
.icw-collection .remove-all-filters{
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(24,24,24,.75);
}
.icw-collection .remove-all-filters:hover{ color: rgba(24,24,24,1); }

/* Sidebar: sticky, clean dividers */
.icw-collection .sidebar-filter{
  position: sticky;
  top: 110px;
}
@media (max-width: 1199.98px){
  .icw-collection .sidebar-filter{ top: 92px; }
}
@media (max-width: 991.98px){
  .icw-collection .sidebar-filter{
    position: fixed;
    top: 0;
  }
}

.icw-collection .sidebar-filter .canvas-wrapper{
  padding: 0;
  border: 0;
  background: transparent;
}
.icw-collection .sidebar-filter .canvas-body{
  padding: 0;
}
.icw-collection .widget-facet{
  padding: 16px 0;
  border-bottom: 1px solid rgba(24,24,24,.12);
}
.icw-collection .widget-facet:first-child{
  border-top: 1px solid rgba(24,24,24,.12);
}
.icw-collection .facet-title{
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.icw-collection .facet-content li a.link,
.icw-collection .facet-content li a{
  display:block;
  padding: 6px 0;
  color: rgba(24,24,24,.72);
  font-size: 14px;
}
.icw-collection .facet-content li a.active,
.icw-collection .facet-content li a:hover{
  color: rgba(24,24,24,1);
}

/* Product grid: ICW-like airy layout */
.icw-collection #gridLayout.tf-grid-layout{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}
@media (min-width: 1400px){
  .icw-collection #gridLayout.tf-grid-layout{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px 26px;
  }
}
@media (max-width: 767.98px){
  .icw-collection #gridLayout.tf-grid-layout{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }
}

.icw-collection .card-product.style-1{
  border: 0;
  background: transparent;
  padding: 0;
}
.icw-collection .card-product.style-1 .card-product-wrapper{
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.icw-collection .card-product.style-1 .image-wrap{
  display:block;
  background: rgba(24,24,24,.04);
}
.icw-collection .card-product.style-1 .image-wrap img{
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .8s ease;
  border-radius: 0 !important;
}
.icw-collection .card-product.style-1:hover .image-wrap img{
  transform: scale(1.03);
}

/* Hide template ecom action icons (wishlist/compare/quick-view) */
.icw-collection .card-product.style-1 .list-product-btn,
.icw-collection .card-product.style-1 .count-down,
.icw-collection .card-product.style-1 .countdown,
.icw-collection .card-product.style-1 .tag-wrap,
.icw-collection .card-product.style-1 .box-icon{
  display: none !important;
}

.icw-collection .card-product.style-1 .card-product-info{
  padding: 12px 0 0;
  text-align: left;
}
.icw-collection .card-product.style-1 .card-product-info .title{
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .02em;
  margin-bottom: 6px;
}
.icw-collection .card-product.style-1 .card-product-info .price{
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(24,24,24,.75);
}
.icw-collection .card-product.style-1 .card-product-info .old-price{
  color: rgba(24,24,24,.45);
}

/* Pagination: minimal */
.icw-collection .wg-pagination{
  margin-top: 34px;
}
.icw-collection .wg-pagination .pagination-item{
  border-radius: 999px;
  border: 1px solid rgba(24,24,24,.16);
  min-width: 40px;
  height: 40px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.icw-collection .wg-pagination li.active .pagination-item{
  border-color: rgba(24,24,24,.9);
}

/* ================================
   OKRA PICKS (exact reference style)
   ================================ */

.okra-picks{
  background:#e9e3d6;
}

/* top nav */
.okra-picks__nav{
  padding: 34px 0 18px;
}
.okra-picks__nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.okra-tabs{
  display:flex;
  gap:56px;
}
.okra-tab{
  background:transparent;
  border:0;
  padding:0;
  font:inherit;
  color:#8f857c;
  cursor:pointer;
}
.okra-tab.is-active{
  color:#3b2f28;
  font-weight:600;
}

.okra-arrows{
  display:flex;
  gap:18px;
}
.okra-arrow{
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  display:grid;
  place-items:center;
  font-size:26px;
  line-height:1;
  color:#9a918a;
  cursor:pointer;
}
.okra-arrow.is-next{ color:#3b2f28; }
.okra-arrow:disabled{ opacity:.35; cursor:default; }

/* FULL WIDTH bordered frame (no container => no side cutout) */
.okra-picks__frame{
  border-top: 1px solid rgba(60,45,37,.35);
  border-bottom: 1px solid rgba(60,45,37,.35);
  border-left: 1px solid rgba(60,45,37,.35);
  border-right: 1px solid rgba(60,45,37,.35);
}

/* rail */
.okra-picks__rail{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  background: transparent;
}
.okra-picks__rail::-webkit-scrollbar{ display:none; }

/* card (4 columns desktop) */
.okra-pick{
  box-sizing:border-box;
  flex: 0 0 25%;
  min-width: 0;
  height: 320px;

  padding: 44px 18px 34px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;

  text-decoration:none;
  color:#3b2f28;

  scroll-snap-align:start;

  /* divider lines like reference */
  border-right: 1px solid rgba(60,45,37,.35);
  position:relative;
}

/* avoid double-thick last divider */
.okra-pick.is-last{
  border-right:0;
}

.okra-pick__img{
  width: 150px;
  height: 150px;
  margin-top: 26px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.okra-pick__img img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
}

.okra-pick__title{
  margin-top:auto;
  padding-top: 22px;
  font-size: 14px;
}

/* centered badge */
.okra-badge{
  position: absolute;
  top: 16px;
  right: 16px;          /* ✅ top-right */
  left: auto;
  transform: none;
  background: #551912;
  color: #efe7dc;
  font-size: 11px;
  font-style: italic;
  padding: 4px 12px;
  border-radius: 2px;
}

/* parent wrapper of .okra-badge */
.product-card, 
.okra-product-card,
.your-card-class {
  position: relative;
}


/* bottom CTA */
.okra-picks__cta{
  padding: 56px 0 72px;
  display:flex;
  justify-content:center;
}
.okra-cta-btn{
  border: 1px solid rgba(60,45,37,.45);
  padding: 14px 28px;
  color:#3b2f28;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:12px;
}
.okra-cta-btn:hover{
  color:#3b2f28;
}

/* ======================
   RESPONSIVE (NO CUTOUT)
   ====================== */

/* iPad + mobile: 1 card per view (full width, no gap) */
@media (max-width: 991px){
  .okra-tabs{ gap: 28px; }

  .okra-pick{
    flex: 0 0 100%;
    min-width: 100%;
    border-right: 0; /* avoids a divider line inside the frame */
  }
}

/* optional: keep nav tidy on small screens */
@media (max-width: 575px){
  .okra-picks__nav-inner{
    flex-direction: column;
    align-items: flex-start;
  }
  .okra-arrows{ align-self: flex-end; }
}

/* Only arrow moves on hover */
.okra-cta-btn span{
  display: inline-block;
  transition: transform .35s ease;
  will-change: transform;
}

.okra-cta-btn:hover span{
  transform: translateX(8px);
}

/* optional: keyboard focus */
.okra-cta-btn:focus-visible span{
  transform: translateX(8px);
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .okra-cta-btn span{
    transition: none !important;
  }
}
/* Smooth zoom on product image hover */
.okra-pick__img{
  overflow: hidden;           /* important so zoom doesn't spill */
}

.okra-pick__img img{
  transform: scale(1);
  transition: transform .5s ease;
  will-change: transform;
}

.okra-pick:hover .okra-pick__img img{
  transform: scale(1.08);
}

/* optional: keyboard accessibility */
.okra-pick:focus-visible .okra-pick__img img{
  transform: scale(1.08);
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .okra-pick__img img{ transition: none !important; }
}
/* Tabs animation */
.okra-tabs{
  position: relative;
  display:flex;
  gap:56px;
  padding-bottom: 10px; /* space for underline */
}

/* animated underline */
.okra-tabs::after{
  content:"";
  position:absolute;
  left: var(--tab-left, 0px);
  bottom: 0;
  width: var(--tab-width, 0px);
  height: 2px;
  background: rgba(60,45,37,.75);
  transition: left .35s ease, width .35s ease;
  border-radius: 999px;
  pointer-events:none;
}

.okra-tab{
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  color: #8f857c;
  cursor: pointer;
  transition: color .25s ease;
}

.okra-tab.is-active{
  color:#3b2f28;
  font-weight:600;
}

/* ================================
   OKRA ESSENTIALS (MOODBOARD GRID)
   Replace your entire essentials CSS with this
   ================================ */

.okra-essentials{
  background:#e9e3d6;
}

.okra-essentials__title{
  text-align:center;
  letter-spacing:.5px;
  font-weight:7400;
  color:#3b2f28;
  margin-bottom:34px;
}

/* Moodboard grid (NO grid-auto-rows spans => no crazy height) */
.okra-moodboard{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px;
}

/* White card behind the whole moodboard */
.okra-moodboard{
  background: rgba(255,255,255,.6);  /* white card */
  padding: 22px;                    /* inner spacing */
  border-radius: 6px;               /* soft corners */
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}

/* Tile base */
.mb-tile{
  display:block;
  position:relative;
  overflow:hidden;
  background:#f1eee8;
}

/* Image fill + smooth zoom */
.mb-tile img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1);
  transition: transform .6s ease;
  will-change: transform;
}

.mb-tile:hover img{
  transform: scale(1.06);
}

/* Green block tile */
.mb-tile.is-color{
  background:#b7b18b;
  display:flex;
  align-items:center;
  justify-content:center;
}

.mb-tile.is-color img.is-contain{
  width:72%;
  height:72%;
  object-fit:contain;
}

/* === TILE SIZES (aligned row heights) === */
.mb-1{ grid-column: 1 / span 6;  aspect-ratio: 1 / 1; }   /* big */
.mb-2{ grid-column: 7 / span 6;  aspect-ratio: 1 / 1; }   /* big */

/* Row 2: make mb-4 height match mb-3 */
.mb-3{ grid-column: 1 / span 5;  aspect-ratio: 1 / 1; }   /* square */
.mb-4{ grid-column: 6 / span 7;  aspect-ratio: 7 / 5; }   /* same height as mb-3 */

/* Bottom row: make all 4 tiles same height */
.mb-5{ grid-column: 1 / span 4;  aspect-ratio: 4 / 3; }   /* baseline height */
.mb-6{ grid-column: 5 / span 2;  aspect-ratio: 2 / 3; }   /* match baseline height */
.mb-7{ grid-column: 7 / span 3;  aspect-ratio: 1 / 1; }   /* match baseline height */
.mb-8{ grid-column: 10 / span 3; aspect-ratio: 1 / 1; }   /* match baseline height */


/* CTA */
.okra-essentials__cta{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

/* Arrow-only hover animation */
.okra-cta-btn span{
  display:inline-block;
  transition: transform .35s ease;
  will-change: transform;
}
.okra-cta-btn:hover span{
  transform: translateX(8px);
}

/* ======================
   Tablet
   ====================== */
@media (max-width: 991px){
  .okra-moodboard{
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
  }

  .mb-1{ grid-column: 1 / span 6; aspect-ratio: 4 / 3; }
  .mb-2{ grid-column: 1 / span 6; aspect-ratio: 4 / 3; }

  .mb-3{ grid-column: 1 / span 3; aspect-ratio: 1 / 1; }
  .mb-4{ grid-column: 4 / span 3; aspect-ratio: 1 / 1; } /* was 4/3 */

  .mb-5{ grid-column: 1 / span 3; aspect-ratio: 4 / 3; }
  .mb-6{ grid-column: 4 / span 3; aspect-ratio: 4 / 3; }
  .mb-7{ grid-column: 1 / span 3; aspect-ratio: 4 / 3; }
  .mb-8{ grid-column: 4 / span 3; aspect-ratio: 4 / 3; }
}

/* ======================
   Mobile
   ====================== */
@media (max-width: 575px){
  .okra-moodboard{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mb-1, .mb-2, .mb-4{ grid-column:auto; aspect-ratio: 4 / 3; }
  .mb-3{ grid-column:auto; aspect-ratio: 1 / 1; }

  .mb-5, .mb-7, .mb-8{ grid-column:auto; aspect-ratio: 4 / 3; }
  .mb-6{ grid-column:auto; aspect-ratio: 3 / 4; } /* keep moodboard tall */
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .mb-tile img{ transition:none !important; }
  .okra-cta-btn span{ transition:none !important; }
}

/* ===== Force moodboard to 2 x 2 layout (2 images per row) ===== */
.okra-moodboard{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px; /* adjust if you want tighter */
}

/* Make every tile behave the same width */
.mb-1,.mb-2,.mb-3,.mb-4,.mb-5,.mb-6,.mb-7,.mb-8{
  grid-column: auto !important;
}

/* Keep tile height consistent (like the screenshot) */
.mb-tile{
  aspect-ratio: 4 / 3; /* change to 1/1 if you want squares */
}

/* Ensure images fill perfectly */
.mb-tile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mb-5, .mb-6{
  aspect-ratio: 3 / 4;  /* taller */
}


/* =========================================
   OKRA NEW COLLECTION (SHOP THE NEW COLLECTION)
   Layout matches your reference (split left copy + 2x2 image grid)
   ========================================= */

.okra-newcol{
  position: relative;
  padding: 0;
  overflow: hidden;

  /* Base color + texture (keep using your existing texture file) */
  background-color: #551912;
  background-image: url("../images/texture/okra-texture.png");
  background-size: cover;
  background-position: center;
}

/* subtle scratch / grain overlay (optional, safe if texture is light) */
.okra-newcol::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background:
    repeating-linear-gradient(105deg, rgba(233,227,214,.10) 0 1px, rgba(0,0,0,0) 1px 18px),
    repeating-linear-gradient(15deg, rgba(233,227,214,.06) 0 1px, rgba(0,0,0,0) 1px 22px);
}

.okra-newcol .container-2{
  position: relative;
  z-index: 1; /* above overlay */
}

.okra-newcol__layout{
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: clamp(28px, 4vw, 84px);
  padding: clamp(56px, 6vw, 92px) 0;
}

/* ---------- Left ---------- */
.okra-newcol__title{
  margin: 0 0 clamp(18px, 2.3vw, 32px);
  font-family: "Qanelas-Regular", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E9E3D6;
  line-height: 1.03;
  font-size: clamp(52px, 5.2vw, 112px);
}

.okra-newcol__layout{
  align-items: flex-start; /* was: center */
}

.okra-newcol__left{
  padding-top: 280px; /* adjust 40–70px until it matches your 2nd image */
}

@media (max-width: 991px){
  .okra-newcol__left{ padding-top: 0; }
}

/* Add breathing space ONLY for the left text block */
.okra-newcol__left{
  padding-left: clamp(18px, 2.8vw, 90px);
}

/* Mobile: don’t over-pad */
@media (max-width: 991px){
  .okra-newcol__left{ padding-left: 0; }
}


.okra-newcol__title span{ display:block; }

.okra-newcol__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 44px;
  min-width: min(520px, 100%);
  background: #E9E3D6;
  color: #551912;
  border: 1px solid rgba(233,227,214,.55);
  border-radius: 10px;
  font-family: "Qanelas-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
}

.okra-newcol__cta:hover{ filter: brightness(0.98); }

.okra-newcol__cta:focus-visible{
  outline: 2px solid rgba(233,227,214,.9);
  outline-offset: 4px;
}

/* ---------- Right (2x2 tiles) ---------- */
.okra-newcol__right{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
}

.okra-newcol__card{
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(233,227,214,0.10);
  box-shadow: 0 14px 34px rgba(0,0,0,0.22);
}

.okra-newcol__card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  border: 1px solid rgba(233,227,214,0.16);
  pointer-events:none;
}

.okra-newcol__card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
  transform: scale(1);
  transition: transform .6s ease;
  will-change: transform;
}

.okra-newcol__card:hover img{ transform: scale(1.05); }

.okra-newcol__card:focus-visible{
  outline: 2px solid rgba(233,227,214,.9);
  outline-offset: 4px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px){
  .okra-newcol__layout{
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .okra-newcol__right{
    max-width: 920px;
    margin-left: 0;
  }

  .okra-newcol__cta{
    min-width: 320px;
  }
}

@media (max-width: 575px){
  .okra-newcol__layout{
    padding: 44px 0 56px;
  }

  .okra-newcol__cta{
    width: 100%;
    min-width: 0;
  }

  .okra-newcol__right{ gap: 14px; }
  .okra-newcol__card{ border-radius: 14px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .okra-newcol__card img{ transition:none !important; }
}


.item-link{
  color: #551912;            /* change this */
}

.item-link i{
  color: inherit;         /* icon follows the same color */
}

.tf-product-info-heading{
  color: #551912;
}
.tf-product-info-heading .name{
  color: inherit;
}

.tf-sticky-btn-atc{
  display: none !important;
}

/* Right-side header tools: match the left menu (.box-nav-ul .item-link) */
.header-default .nav-text-links{
  gap: 32px;               /* same spacing as .box-nav-ul */
  --underline-trim: 0px;   /* set 20px if you want the underline a bit shorter */
}

/* Match .box-nav-ul .item-link (size, gap, underline) */
.header-default .nav-text-links .header-tool-link{
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
}

/* When header becomes sticky/fixed, match the main menu’s fixed color */
.header-default.header-bg.header-fixed .nav-text-links .header-tool-link{
  color: #551912 !important;
}

/* underline like the main nav */
.header-default .nav-text-links .header-tool-link::after{
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -2px;
  left: auto;
  right: 0;
  z-index: 1;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--Primary);
}
.header-default .nav-text-links .header-tool-link.active::after,
.header-default .nav-text-links .header-tool-link:hover::after{
  width: calc(100% - var(--underline-trim));
  left: 0;
  right: auto;
}

/* CART count: make it text "(2)" instead of a badge */
.header-default .nav-text-links .count-box{
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  top: auto !important;
  right: auto !important;
  padding: 0 !important;
  margin-left: 6px !important;
}
.header-default .nav-text-links .nav-cart .count-box::before{ content:"("; }
.header-default .nav-text-links .nav-cart .count-box::after{ content:")"; }

.no-more-walls{
  color: #E9E3D6 !important; /* your brand color */
  font-size: 15px !important;
}


/* ============================================================
   Minimal Cart Drawer (InCommonWith-inspired)
   Add class .cart-minimal on .modal-shopping-cart
   Accent color: change --cart-accent to your brand color.
   ============================================================ */
.modal-shopping-cart.cart-minimal {
  --cart-accent: #551911;
  --cart-bg: var(--White);
  --cart-ink: #1b0f0b;
  --cart-muted: rgba(27, 15, 11, 0.55);
  --cart-line: rgba(85, 25, 17, 0.55);
}

.modal-shopping-cart.cart-minimal .modal-content {
  max-width: 560px;
  background: var(--cart-bg);
  display: flex;
  flex-direction: column;
  border-radius: 0;
  border: 0;
}

/* Header */
.modal-shopping-cart.cart-minimal .header.ic-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px 18px;
  border-bottom: 1px solid var(--cart-line);
}
.modal-shopping-cart.cart-minimal .header.ic-cart-header .title {
  font-size: 22px;
  letter-spacing: -0.2px;
  color: var(--cart-ink);
  margin: 0;
}
.modal-shopping-cart.cart-minimal .ic-cart-close {
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--cart-muted);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s ease;
  cursor: pointer;
}
.modal-shopping-cart.cart-minimal .ic-cart-close:hover { opacity: .7; }

/* Recommendations: full width (no left column look) */
.modal-shopping-cart.cart-minimal .tf-minicart-recommendations {
  width: 100%;
  flex-shrink: 0;
  padding: 18px 28px 22px;
  border-right: 0;
  border-top: 1px solid var(--cart-line);
}
.modal-shopping-cart.cart-minimal .tf-minicart-recommendations .title {
  color: var(--cart-ink);
  font-size: 14px;
  margin-bottom: 12px;
}
.modal-shopping-cart.cart-minimal .tf-minicart-recommendations .wrap-recommendations {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
}
.modal-shopping-cart.cart-minimal .tf-minicart-recommendations .list-cart {
  display: flex;
  gap: 16px;
}
.modal-shopping-cart.cart-minimal .tf-minicart-recommendations .list-cart-item {
  flex: 0 0 200px;
  border: 1px solid rgba(85,25,17,.25);
  border-radius: 0;
  padding: 12px;
}
.modal-shopping-cart.cart-minimal .tf-minicart-recommendations .list-cart-item .image {
  border-radius: 0;
  max-height: 140px;
}
.modal-shopping-cart.cart-minimal .tf-minicart-recommendations .list-cart-item .cart-item-bot a {
  position: static;
  transform: none;
  display: inline-block;
  margin-top: 10px;
  color: var(--cart-accent);
  text-decoration: underline;
}
.modal-shopping-cart.cart-minimal .tf-minicart-recommendations .list-cart-item .price { transform: none; }

/* Threshold: tone it down */
.modal-shopping-cart.cart-minimal .tf-mini-cart-threshold {
  margin: 18px 28px 0;
  border: 1px solid rgba(85,25,17,.18);
  background: rgba(255,255,255,.35);
}

/* Scroll area + scrollbar */
.modal-shopping-cart.cart-minimal .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll {
  padding: 0;
  scroll-behavior: smooth;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar {
  width: 6px;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar-thumb {
  background: var(--cart-accent);
  border-radius: 20px;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar-track {
  background: rgba(85,25,17,.12);
}

/* Cart items */
.modal-shopping-cart.cart-minimal .tf-mini-cart-item {
  margin: 0 28px;
  padding: 22px 0;
  gap: 18px;
  align-items: flex-start;
  border-bottom: 0 !important;
  border-top: 1px solid var(--cart-line);
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item:first-child {
  border-top: 1px solid var(--cart-line);
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .tf-mini-cart-image {
  width: 140px;
  height: 140px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
  background: rgba(255,255,255,.4);
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .tf-mini-cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Grid the item content like the reference */
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .content {
  display: grid;
  grid-template-columns: 1fr auto auto;
  column-gap: 14px;
  row-gap: 10px;
  align-items: start;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .content .left,
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .content .right {
  display: contents;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .text-title {
  grid-column: 1;
  grid-row: 1;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .text-title .link {
  color: var(--cart-ink);
  text-decoration: none;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .text-title .link:hover {
  text-decoration: underline;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .wg-quantity {
  grid-column: 2;
  grid-row: 1;
  width: 92px;
  height: 28px;
  border-radius: 0;
  border: 1px solid rgba(85,25,17,.25);
  background: transparent;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .wg-quantity input {
  width: 34px;
  height: 24px;
  background: transparent;
  border: 0;
  color: var(--cart-ink);
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .wg-quantity .btn-quantity {
  height: 24px;
  font-size: 18px;
  color: var(--cart-ink);
}

.modal-shopping-cart.cart-minimal .tf-mini-cart-item .right .text-button:last-child {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  color: var(--cart-ink);
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .text-secondary-2 {
  grid-column: 1;
  grid-row: 2;
  color: var(--cart-muted);
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .ic-sidemark {
  grid-column: 1;
  grid-row: 3;
  color: rgba(85,25,17,.45);
  text-decoration: none;
  font-size: 13px;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .ic-sidemark:hover {
  text-decoration: underline;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .tf-btn-remove {
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
  color: rgba(85,25,17,.6);
  text-decoration: none;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .tf-btn-remove:hover {
  text-decoration: underline;
}

/* Footer */
.modal-shopping-cart.cart-minimal .tf-mini-cart-bottom {
  box-shadow: none;
  border-top: 1px solid var(--cart-line);
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-bottom-wrap {
  padding: 18px 28px 28px;
}
.modal-shopping-cart.cart-minimal .tf-cart-totals-discounts h5 {
  color: var(--cart-ink);
}

/* Tool buttons row: make it tiny + text-only (like reference) */
.modal-shopping-cart.cart-minimal .tf-mini-cart-tool {
  border-bottom: 1px solid rgba(85,25,17,.22);
  padding: 0 28px;
  height: 44px;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-tool .tf-mini-cart-tool-btn {
  gap: 0;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-tool .tf-mini-cart-tool-btn svg,
.modal-shopping-cart.cart-minimal .tf-mini-cart-tool .tf-mini-cart-tool-btn .icon {
  display: none !important;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-tool .tf-mini-cart-tool-btn .text-caption-1 {
  font-size: 13px;
  color: var(--cart-muted);
  text-transform: none;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-tool .tf-mini-cart-tool-btn:hover .text-caption-1 {
  color: var(--cart-accent);
}

/* InCommonWith-style buttons */
.modal-shopping-cart.cart-minimal .ic-cart-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
  margin-bottom: 12px;
}
.modal-shopping-cart.cart-minimal .ic-cart-btn {
  height: 46px;
  border-radius: 0;
  border: 1px solid var(--cart-accent);
  background: transparent;
  color: var(--cart-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: .2px;
  transition: background .18s ease, color .18s ease, opacity .18s ease;
}
.modal-shopping-cart.cart-minimal .ic-cart-btn--outline:hover {
  background: rgba(85,25,17,.08);
}
.modal-shopping-cart.cart-minimal .ic-cart-btn--primary {
  width: 100%;
  height: 54px;
  border: 0;
  background: var(--cart-accent);
  color: #fff;
  margin-top: 4px;
}
.modal-shopping-cart.cart-minimal .ic-cart-btn--primary:hover { opacity: .92; }

/* Links */
.modal-shopping-cart.cart-minimal .ic-cart-links {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--cart-muted);
  font-size: 13px;
}
.modal-shopping-cart.cart-minimal .ic-cart-link {
  color: var(--cart-muted);
  text-decoration: none;
}
.modal-shopping-cart.cart-minimal .ic-cart-link:hover {
  color: var(--cart-accent);
  text-decoration: underline;
}
.modal-shopping-cart.cart-minimal .ic-dot { opacity: .6; }

/* Openable panels: match drawer look */
.modal-shopping-cart.cart-minimal .tf-mini-cart-tool-openable .tf-mini-cart-tool-content {
  background: var(--cart-bg);
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-tool-openable .tf-mini-cart-tool-text {
  border-bottom: 1px solid rgba(85,25,17,.22);
}

.header-cart-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  gap:0;
}

.header-cart-icon i{
  font-size:22px; /* adjust */
}


/* ==============================
   OKRA PDP Right Top (minimal)
   Paste at end of your CSS
   ============================== */
.okra-pdp-sticky { top: 24px; }

.tf-product-info-wrap.okra-pdp{
  padding: 38px 40px;
  background: transparent;
}

.okra-pdp-top{ text-align: center; }

.okra-pdp-title{
  margin: 10;
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: -0.6px;
  color: #2b1a14;
}

.okra-pdp-sub{
  margin-top: 6px;
  font-size: 12px;
  font-style: italic;
  color: rgba(43,26,20,.55);
}

.okra-pdp-price{
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 28px;
  letter-spacing: .08em;
  color: #2b1a14;
}



.okra-pdp-thumb img{
  width: 100%;
  height: auto;
  display: block;
}

.okra-divider{
  margin: 18px 0;
  height: 1px;
  background: rgba(85,25,17,.55);
}

/* Variant blocks */
.okra-variant{ text-align: center; }
.okra-variant-head{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.okra-variant-label{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(43,26,20,.7);
}

/* SIZE */
.okra-size-row{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.okra-size-btn{
  padding: 7px 14px;
  border-radius: 0 !important;
  border: 1px solid rgba(85,25,17,.35) !important;
  background: transparent !important;
  min-height: 30px;
}
.okra-size-btn .text-title{
  font-size: 12px;
  color: rgba(43,26,20,.75);
}
.okra-variant input[type="radio"]{ display:none; }

.okra-variant input[type="radio"]:checked + .okra-size-btn{
  border-color: #551911 !important;
  background: rgba(85,25,17,.08) !important;
}
.okra-variant input[type="radio"]:checked + .okra-size-btn .text-title{
  color: #2b1a14;
}

/* FINISH squares */
.okra-finish-row{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.okra-finish-btn{
  width: 18px;
  height: 18px;
  padding: 0 !important;
  border-radius: 0 !important;
  border: 1px solid rgba(85,25,17,.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.okra-finish-btn .btn-checkbox{
  width: 12px;
  height: 12px;
  border-radius: 0 !important;
  display: block;
}
.okra-variant input[type="radio"]:checked + .okra-finish-btn{
  border-color: #551911;
  box-shadow: 0 0 0 2px rgba(85,25,17,.14);
}

/* Actions row */
.okra-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.okra-btn-primary{
  height: 40px;
  padding: 0 18px;
  background: #551911;
  color: #fff;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
.okra-btn-primary:hover{ opacity: .92; }

.okra-icon-btn{
  width: 40px;
  height: 40px;
  border: 1px solid rgba(85,25,17,.55);
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2b1a14;
  text-decoration: none;
}
.okra-icon-btn .icon,
.okra-icon-btn span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* qty like reference */
.okra-qty{
  height: 40px;
  width: 108px;
  border: 1px solid rgba(85,25,17,.55);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  background: transparent;
}
.okra-qty .btn-quantity{
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.okra-qty input{
  width: 36px;
  border: 0;
  background: transparent;
  text-align: center;
  color: #2b1a14;
}

/* =========================================================
   PDP variant + actions (match reference image #2)
   Paste at VERY BOTTOM so it overrides existing okra styles
   ========================================================= */

/* Put SIZE + FINISHES on one row */
.okra-pdp .okra-variants-row{
  display:flex;
  align-items:flex-start;
  gap:0;
}

/* Each block left-aligned */
.okra-pdp .okra-variants-row .okra-variant{
  text-align:left;
}

/* Vertical divider between the two blocks */
.okra-pdp .okra-variants-row .okra-variant:first-child{
  position:relative;
  padding-right:28px;
  margin-right:28px;
}
.okra-pdp .okra-variants-row .okra-variant:first-child::after{
  content:"";
  position:absolute;
  right:0;
  top:18px;
  width:1px;
  height:52px;
  background: rgba(85,25,17,.30);
}

/* Head alignment */
.okra-pdp .okra-variant-head{
  justify-content:flex-start;
  margin-bottom:10px;
}
.okra-pdp .okra-variant-label{
  font-size:12px;
  letter-spacing:.14em;
}

/* SIZE buttons */
.okra-pdp .okra-size-row{
  justify-content:flex-start;
  gap:12px;
}
.okra-pdp .okra-size-btn{
  min-width:70px;
  height:28px;
  padding:0 14px;
  border-radius:0 !important;
  border:1px solid rgba(43,26,20,.35) !important;
  background:transparent !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.okra-pdp .okra-size-btn .text-title{
  font-size:12px;
}

/* Active SIZE = filled maroon + white text */
.okra-pdp .okra-variant input[type="radio"]:checked + .okra-size-btn{
  background:#551911 !important;
  border-color:#551911 !important;
}
.okra-pdp .okra-variant input[type="radio"]:checked + .okra-size-btn .text-title{
  color:#fff !important;
}

/* FINISH squares */
.okra-pdp .okra-finish-row{
  justify-content:flex-start;
  gap:10px;
}
.okra-pdp .okra-finish-btn{
  width:14px;
  height:14px;
  padding:0 !important;
  border-radius:0 !important;
  border:1px solid rgba(43,26,20,.35);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
/* If your bg-color-* looks too dark/light, this keeps it subtle */
.okra-pdp .okra-finish-btn .btn-checkbox{
  width:10px;
  height:10px;
  border-radius:0 !important;
}
.okra-pdp .okra-finish-row input[type="radio"]:checked + .okra-finish-btn{
  border-color:#551911;
  box-shadow: 0 0 0 2px rgba(85,25,17,.18);
}

/* ACTION ROW like reference (left aligned) */
.okra-pdp .okra-actions{
  justify-content:flex-start;
  gap:12px;
}

/* PRE ORDER big bar */
.okra-pdp .okra-btn-primary{
  height:44px;
  flex:1 1 auto;
  min-width:260px;
}

/* Heart square */
.okra-pdp .okra-icon-btn{
  width:44px;
  height:44px;
  border-radius:0;
  border:1px solid rgba(85,25,17,.55);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}
.okra-pdp .okra-icon-btn .icon{
  color:#551911;
}

/* Quantity: [ - ][ 0 ][ + ] with maroon squares */
.okra-pdp .okra-qty{
  height:44px;
  background:transparent;
  border:0;
  padding:0;
  display:inline-flex;
  align-items:stretch;
}
.okra-pdp .okra-qty .btn-quantity{
  width:44px;
  height:44px;
  background:#551911;
  color:#fff;
  border:1px solid #551911;
  border-radius:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  line-height:1;
}
.okra-pdp .okra-qty .btn-decrease{ border-right:0; }
.okra-pdp .okra-qty .btn-increase{ border-left:0; }

.okra-pdp .okra-qty input{
  width:54px;
  height:44px;
  border:1px solid rgba(85,25,17,.55);
  border-left:0;
  border-right:0;
  background:transparent;
  text-align:center;
  border-radius:0;
}

/* Mobile: stack variants + make buttons wrap nicely */
@media (max-width: 575px){
  .okra-pdp .okra-variants-row{
    flex-direction:column;
    gap:16px;
  }
  .okra-pdp .okra-variants-row .okra-variant:first-child{
    padding-right:0;
    margin-right:0;
  }
  .okra-pdp .okra-variants-row .okra-variant:first-child::after{
    display:none;
  }
  .okra-pdp .okra-actions{
    flex-wrap:wrap;
  }
  .okra-pdp .okra-btn-primary{
    flex:1 1 100%;
    min-width:0;
  }
}


/* =========================================================
   OKRA - ALL PRODUCTS (Screenshot Layout)
   Add at END of styles.css
   ========================================================= */

.okra-shop-page{
  background:#E9E3D6;
}

.okra-container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 70px;
}

@media (max-width: 1199px){
  .okra-container{ padding:0 40px; }
}
@media (max-width: 767px){
  .okra-container{ padding:0 18px; }
}

/* HERO */
.okra-hero{
  padding:28px 0 42px;
}

.okra-hero__inner{
  min-height:360px;
  background-image: var(--okra-hero-bg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items:center;
  gap:40px;
  padding:56px 70px;
  position:relative;
}

.okra-hero__media{
  display:flex;
  align-items:center;
  justify-content:center;
}

.okra-hero__media img{
  width:min(320px, 100%);
  height:auto;
  display:block;
}

.okra-hero__content{
  text-align:center;
}

.okra-hero__title{
  margin:0 0 18px;
  color:#551912;
  font-weight:400;
  font-size:clamp(22px, 2.2vw, 34px);
  line-height:1.2;
}

.okra-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 18px;
  background:#551912;
  color:#E9E3D6;
  border-radius:4px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
}

.okra-hero__btn:hover{
  opacity:.92;
  color:#E9E3D6;
}

.okra-hero__btn-arrow{
  font-size:16px;
  line-height:1;
  transform:translateY(-.5px);
}

.okra-hero__count{
  position:absolute;
  right:24px;
  bottom:20px;
  font-size:12px;
  opacity:.75;
  font-style:italic;
  color:#2f2320;
}

/* HERO responsive */
@media (max-width: 991px){
  .okra-hero__inner{
    grid-template-columns: 1fr;
    padding:28px 22px 46px;
    gap:22px;
    min-height:unset;
  }
  .okra-hero__count{
    right:18px;
    bottom:14px;
  }
}

/* LAYOUT */
.okra-shop{
  padding:40px 0 90px;
}

.okra-shop__layout{
  display:grid;
  grid-template-columns: 230px 1fr;
  gap:90px;
  align-items:start;
}

@media (max-width: 991px){
  .okra-shop__layout{
    grid-template-columns: 1fr;
    gap:34px;
  }
}

/* SIDEBAR */
.okra-side{
  position:sticky;
  top:120px; /* keeps it locked while scrolling */
}

@media (max-width: 991px){
  .okra-side{
    position:static;
  }
}

.okra-side__title{
  font-size:14px;
  font-weight:600;
  margin:0 0 14px;
  color:#2f2320;
}

.okra-side__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.okra-side__list--compact{
  gap:6px;
}

.okra-side__link{
  text-decoration:none;
  color:#2f2320;
  opacity:.55;
  font-size:12px;
  line-height:1.4;
  font-style:italic;
}

.okra-side__link:hover{
  opacity:.85;
  color:#2f2320;
}

.okra-side__link.is-active{
  opacity:1;
  font-style:normal;
  font-weight:600;
}

.okra-side__rule{
  height:1px;
  background:rgba(47,35,32,.15);
  margin:20px 0;
}

.okra-filter{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.okra-filter__label{
  font-size:12px;
  color:#2f2320;
  opacity:.75;
  margin-bottom:10px;
}

.okra-check{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  opacity:.7;
  color:#2f2320;
  margin:6px 0 0;
  cursor:pointer;
  user-select:none;
}

.okra-check input{
  width:13px;
  height:13px;
  accent-color:#551912;
}

.okra-tags{
  margin:0;
  font-size:11px;
  opacity:.65;
  color:#2f2320;
}

/* MAIN TOP BAR */
.okra-main__bar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:28px;
}

.okra-sort{
  font-size:12px;
  color:#2f2320;
}

.okra-sort__value{
  font-style:italic;
  opacity:.75;
}

.okra-count{
  font-size:11px;
  opacity:.55;
  font-style:italic;
  color:#2f2320;
}

/* GRID */
.okra-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:56px 70px;
}

@media (max-width: 991px){
  .okra-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:32px 26px;
  }
}

@media (max-width: 575px){
  .okra-grid{
    grid-template-columns: 1fr;
    gap:26px;
  }
}

.okra-card{
  display:block;
  text-decoration:none;
  color:inherit;
}

.okra-card__img{
  width:100%;
  aspect-ratio: 1 / 1;
  overflow:hidden;
  background:rgba(255,255,255,.15);
}

.okra-card__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}

.okra-card:hover .okra-card__img img{
  transform:scale(1.03);
}

.okra-card__title{
  margin-top:10px;
  font-size:11px;
  color:#2f2320;
  opacity:.8;
}

/* PAGINATION (bottom-right like screenshot) */
.okra-pagination{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  margin-top:60px;
}

.okra-page{
  text-decoration:none;
  font-size:12px;
  color:#2f2320;
  opacity:.55;
}

.okra-page:hover{
  opacity:.85;
  color:#2f2320;
}

.okra-page.is-active{
  opacity:1;
  font-style:italic;
}

.okra-page--next{
  font-size:18px;
  line-height:1;
  opacity:.7;
  transform:translateY(-1px);
}

/* ===== OKRA HERO (FULL COVER SLIDER like screenshot) ===== */
.okra-hero { padding: 0; }

.okra-hero__slider{
  position: relative;
  overflow: hidden;
}

/* track slides left so the next slide comes from the right */
.okra-hero__track{
  display:flex;
  width:100%;
  transform: translate3d(0,0,0);
  transition: transform 1600ms cubic-bezier(.22,.8,.2,1);
  will-change: transform;
}

.okra-hero__slide{
  flex: 0 0 100%;
  background-image: var(--okra-slide-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* inner layout (image left, text right) */
.okra-hero__inner{
  min-height: 320px;          /* like your 2nd screenshot (not too tall) */
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items:center;
  gap: 70px;
  padding: 70px 0;            /* vertical breathing like screenshot */
}

/* product image sizing */
.okra-hero__media{
  display:flex;
  justify-content:center;
  align-items:center;
}

.okra-hero__media img{
  width: clamp(190px, 22vw, 320px);
  height: auto;
  display:block;
}

/* text */
.okra-hero__content{
  text-align:center;
}

.okra-hero__title{
  margin: 0 0 18px;
  color: #551912;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: 1.15;
}

.okra-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 18px;
  background:#551912;
  color:#E9E3D6;
  border-radius:4px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
}

.okra-hero__btn:hover{ opacity:.92; color:#E9E3D6; }

.okra-hero__btn-arrow{
  font-size:16px;
  line-height:1;
  transform: translateY(-.5px);
}

/* "1 of 3" position like screenshot (bottom-right area) */
.okra-hero__count{
  position:absolute;
  right: 110px;   /* adjust if you want closer/farther */
  bottom: 34px;
  font-size: 12px;
  opacity: .75;
  font-style: italic;
  color: #2f2320;
  pointer-events:none;
}

/* responsive */
@media (max-width: 991px){
  .okra-hero__inner{
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0 56px;
    min-height: unset;
  }
  .okra-hero__count{
    right: 18px;
    bottom: 14px;
  }
}
.okra-hero { padding: 0; }

.okra-hero__slider{ position:relative; overflow:hidden; }

.okra-hero__track{
  display:flex;
  transform:translate3d(0,0,0);
  transition:transform 1600ms cubic-bezier(.22,.8,.2,1);
  will-change:transform;
}

.okra-hero__slide{
  flex:0 0 100%;
  background-image: var(--okra-slide-bg);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
}

/* keep banner height like your screenshot */
.okra-hero__inner--bgonly{
  min-height: 550px;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  align-items:center;
  padding: 90px 0;
}

.okra-hero__count{
  position:absolute;
  right:110px;
  bottom:34px;
  font-size:12px;
  opacity:.75;
  font-style:italic;
  color:#2f2320;
  pointer-events:none;
}

@media (max-width: 991px){
  .okra-hero__inner--bgonly{
    grid-template-columns: 1fr;
    padding: 34px 0 56px;
    min-height: unset;
  }
  .okra-hero__count{ right:18px; bottom:14px; }
}
.okra-hero__slide{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Hide Price + Colors in sidebar filter */
.widget-facet.facet-price,
.widget-facet.facet-color{
  display: none !important;
}

/* SORT BY dropdown: border + background */
.tf-control-sorting .tf-dropdown-sort{
  border: 1px solid #551912 !important;   /* border color */
  background: #f3ede4 !important;         /* background color */
}

/* (optional) hover border */
.tf-control-sorting .tf-dropdown-sort:hover{
  border-color: #551912 !important;
}

/* (optional) dropdown list background too */
.tf-control-sorting .tf-dropdown-sort .dropdown-menu{
  background: #f3ede4 !important;
  border: 1px solid #cfc5b6 !important;
}

/* SORT BY dropdown: text + arrow */
.tf-control-sorting{
  color: #551912 !important; /* "Sort by:" label color */
}

.tf-control-sorting .tf-dropdown-sort{
  color: #551912 !important; /* selected text color */
}

/* arrow icon */
.tf-control-sorting .tf-dropdown-sort i,
.tf-control-sorting .tf-dropdown-sort svg{
  color: #551912 !important;
  fill: #551912 !important;
}

/* dropdown items (when opened) */
.tf-control-sorting .dropdown-menu a,
.tf-control-sorting .dropdown-menu .dropdown-item{
  color: #551912 !important;
}
.tf-control-sorting .dropdown-menu a:hover,
.tf-control-sorting .dropdown-menu .dropdown-item:hover{
  color: #551912 !important;
}
/* Dropdown list (opened) - text colors */
.tf-control-sorting .tf-dropdown-sort .dropdown-menu,
.tf-control-sorting .tf-dropdown-sort .dropdown-menu *{
  color: #551912 !important;      /* dropdown text color */
}

/* Hover / active item */
.tf-control-sorting .tf-dropdown-sort .dropdown-menu .dropdown-item:hover,
.tf-control-sorting .tf-dropdown-sort .dropdown-menu .dropdown-item:focus{
  color: #551912 !important;
  background: rgba(85, 25, 18, 0.08) !important; /* optional hover bg */
}

/* Selected item (the highlighted one) */
.tf-control-sorting .tf-dropdown-sort .dropdown-menu .dropdown-item.active,
.tf-control-sorting .tf-dropdown-sort .dropdown-menu .dropdown-item[aria-selected="true"]{
  color: #551912 !important;
  background: rgba(85, 25, 18, 0.10) !important;
}
/* Make Sort by label + selected value italic */
.tf-control-sorting,
.tf-control-sorting .tf-dropdown-sort{
  font-style: italic !important;
}

/* Make opened dropdown items italic */
.tf-control-sorting .tf-dropdown-sort .dropdown-menu .dropdown-item,
.tf-control-sorting .tf-dropdown-sort .dropdown-menu a{
  font-style: italic !important;
}

/* "Shop sale items only" text */
p.text-caption-1{
  color: #551912 !important;   /* change to your color */
  font-style: italic !important;
}

/* "Shop sale items only" tick + round icon color */
.tf-shop-control .shop-sale-text .icon.icon-checkcircle{
  color: #551912 !important; /* your brand color */
}  

/* keep same color even when it becomes active */
.tf-shop-control .tf-control-filter .shop-sale-text.active .icon.icon-checkcircle{
  color: #551912 !important;
}


/* Top bar: "Free shipping on all orders..." text color ONLY */
.swiper-slide p.text-caption-1.text_white{
  color: #E9E3D6 !important;   /* change this color */
}

/* If you also want the AED amount (inside span) */
.swiper-slide p.text-caption-1.text_white .text_primary{
  color: #E9E3D6 !important;   /* change this color */
}

/* Cart icon color */
.nav-cart .icon-cart{
  color: #551911 !important; /* your brand color */
}

/* ================================
   OKRA CART FIX: Mobile fit + no horizontal scroll
   ================================ */
.modal-shopping-cart,
.modal-shopping-cart .modal-content,
.modal-shopping-cart .wrap,
.modal-shopping-cart .tf-mini-cart-wrap,
.modal-shopping-cart .tf-mini-cart-sroll {
  overflow-x: hidden !important;
}

.modal-shopping-cart.cart-minimal .modal-dialog{
  width: min(420px, 100vw);
  max-width: 100vw;
  margin: 0 auto;
}

@media (max-width: 480px){
  .modal-shopping-cart.cart-minimal .modal-dialog{
    width: 100vw;
    margin: 0;
  }
  .modal-shopping-cart.cart-minimal .modal-content{
    border-radius: 0;
  }
}

/* cart item layout */
.modal-shopping-cart.cart-minimal .tf-mini-cart-item{
  display: flex;
  gap: 12px;
  max-width: 100%;
}

.modal-shopping-cart.cart-minimal .tf-mini-cart-image{
  flex: 0 0 84px;
  width: 84px;
}

@media (max-width: 420px){
  .modal-shopping-cart.cart-minimal .tf-mini-cart-image{
    flex-basis: 72px;
    width: 72px;
  }
}

.modal-shopping-cart.cart-minimal .tf-mini-cart-info{
  min-width: 0;
  max-width: 100%;
}

.modal-shopping-cart.cart-minimal .tf-mini-cart-item .content{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
}

.modal-shopping-cart.cart-minimal .tf-mini-cart-item .left{
  min-width: 0;
  flex: 1 1 auto;
}

.modal-shopping-cart.cart-minimal .tf-mini-cart-item .text-title a{
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-shopping-cart.cart-minimal .tf-mini-cart-item .right{
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 420px){
  .modal-shopping-cart.cart-minimal .tf-mini-cart-item .content{
    flex-wrap: wrap;
  }
  .modal-shopping-cart.cart-minimal .tf-mini-cart-item .right{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}

.modal-shopping-cart.cart-minimal .wg-quantity{
  max-width: 110px;
}

@media (max-width: 420px){
  .modal-shopping-cart.cart-minimal .wg-quantity{ max-width: 96px; }
  .modal-shopping-cart.cart-minimal .wg-quantity .btn-quantity{
    width: 28px; height: 28px; line-height: 28px;
  }
  .modal-shopping-cart.cart-minimal .wg-quantity .quantity-product{
    width: 36px;
  }
}

/* Empty cart state */
.modal-shopping-cart.is-cart-empty .tf-mini-cart-bottom,
.modal-shopping-cart.is-cart-empty .tf-mini-cart-tool-openable{
  display: none !important;
}
.ic-cart-empty{
  padding: 24px 0;
  text-align: center;
}
/* ============================================================
   PITCH-style Cart Drawer (override your existing cart-minimal)
   Paste at END of styles.css
   ============================================================ */
.modal-shopping-cart.cart-minimal{
  --pitch-bg: #fffaf6;
  --pitch-ink: #a25a49;
  --pitch-muted: rgba(162, 90, 73, .72);
  --pitch-line: rgba(162, 90, 73, .22);
  --pitch-chip: rgba(162, 90, 73, .12);
  --pitch-cta: #551912;  /* Pitch orange */
  --pitch-cta-hover: #321c19;
}

/* smoother + faster slide */
.modal.fullRight .modal-dialog{
  transition: transform .38s cubic-bezier(.2,.9,.2,1) !important;
}
.modal.fullRight.show .modal-dialog{
  transition: transform .38s cubic-bezier(.2,.9,.2,1) !important;
}

/* drawer sizing */
.modal-shopping-cart.cart-minimal .modal-content{
  max-width: 420px;
  background: var(--pitch-bg);
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

/* remove left recommendations column effect */
.modal-shopping-cart.cart-minimal{
  background: transparent;
}
.modal-shopping-cart.cart-minimal .tf-minicart-recommendations{
  display: none !important;
}

/* header like Pitch */
.modal-shopping-cart.cart-minimal .header.ic-cart-header{
  padding: 22px 24px 16px;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-shopping-cart.cart-minimal .header.ic-cart-header .title{
  margin: 0;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.4px;
  color: var(--pitch-ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.modal-shopping-cart.cart-minimal .ic-cart-count{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--pitch-chip);
  color: var(--pitch-ink);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-1px);
}
.modal-shopping-cart.cart-minimal .ic-cart-close{
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--pitch-ink);
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .18s ease;
}
.modal-shopping-cart.cart-minimal .ic-cart-close:hover{ opacity: .65; }

/* scroll area */
.modal-shopping-cart.cart-minimal .tf-mini-cart-wrap{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-main{
  flex: 1;
  min-height: 0;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-sroll{
  height: 100%;
  overflow: auto;
  padding: 0;
  overscroll-behavior: contain;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-sroll::-webkit-scrollbar{ width: 6px; }
.modal-shopping-cart.cart-minimal .tf-mini-cart-sroll::-webkit-scrollbar-thumb{
  background: rgba(162, 90, 73, .35);
  border-radius: 999px;
}

/* item rows */
.modal-shopping-cart.cart-minimal .tf-mini-cart-item{
  margin: 0 24px;
  padding: 16px 0;
  gap: 14px;
  align-items: flex-start;
  border-top: 1px solid var(--pitch-line) !important;
  border-bottom: 0 !important;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item:first-child{
  border-top: 0 !important;
}

/* thumbnail like Pitch */
.modal-shopping-cart.cart-minimal .tf-mini-cart-image{
  width: 54px;
  height: 54px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(162, 90, 73, .08);
  box-shadow: none;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* grid the content: title/price top, qty/remove bottom */
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .content{
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 14px;
  row-gap: 10px;
  align-items: start;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .content .left,
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .content .right{
  display: contents;
}

.modal-shopping-cart.cart-minimal .tf-mini-cart-item .text-title{
  grid-column: 1;
  grid-row: 1;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .text-title .link{
  color: var(--pitch-ink);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .text-title .link:hover{
  text-decoration: underline;
}

/* price (your "1 X $60.00" element) */
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .right .text-button:not(.tf-btn-remove){
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  color: var(--pitch-ink);
  font-size: 14px;
  font-weight: 500;
}

/* qty pill */
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .wg-quantity{
  grid-column: 1;
  grid-row: 2;
  width: 142px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--pitch-line);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .wg-quantity .btn-quantity{
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--pitch-ink);
  cursor: pointer;
  user-select: none;
  transition: background .16s ease, opacity .16s ease;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .wg-quantity .btn-quantity:hover{
  background: rgba(162, 90, 73, .10);
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .wg-quantity input{
  width: 36px;
  height: 28px;
  border: 0;
  outline: none;
  background: transparent;
  text-align: center;
  color: var(--pitch-ink);
  font-size: 13px;
}

/* remove -> icon button */
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .right .tf-btn-remove.remove{
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--pitch-line);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0; /* hide the word "Remove" */
  transition: background .16s ease, transform .16s ease, opacity .16s ease;
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .right .tf-btn-remove.remove::before{
  content:"";
  width: 18px;
  height: 18px;
  display:block;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23a25a49' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 14H6L5 6'/%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3C/svg%3E");
}
.modal-shopping-cart.cart-minimal .tf-mini-cart-item .right .tf-btn-remove.remove:hover{
  background: rgba(162, 90, 73, .08);
  transform: translateY(-1px);
}

/* hide your old tool row + checkbox + links (Pitch doesn't show these) */
.modal-shopping-cart.cart-minimal .tf-mini-cart-tool,
.modal-shopping-cart.cart-minimal .tf-cart-checkbox,
.modal-shopping-cart.cart-minimal .ic-cart-links{
  display: none !important;
}

/* bottom summary */
.modal-shopping-cart.cart-minimal .tf-mini-cart-bottom{
  padding: 0 24px 22px;
}
.modal-shopping-cart.cart-minimal .ic-cart-divider{
  height: 1px;
  background: var(--pitch-line);
  margin: 14px 0;
}

/* rows like Pitch */
.modal-shopping-cart.cart-minimal .ic-cart-row{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--pitch-line);
  color: var(--pitch-ink);
  font-size: 14px;
}
.modal-shopping-cart.cart-minimal .ic-cart-discount{
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

/* plus icon */
.modal-shopping-cart.cart-minimal .ic-cart-plus{
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
}
.modal-shopping-cart.cart-minimal .ic-cart-plus::before,
.modal-shopping-cart.cart-minimal .ic-cart-plus::after{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--pitch-ink);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.modal-shopping-cart.cart-minimal .ic-cart-plus::before{ width: 12px; height: 1.8px; }
.modal-shopping-cart.cart-minimal .ic-cart-plus::after{ width: 1.8px; height: 12px; }

.modal-shopping-cart.cart-minimal .ic-cart-discount[aria-expanded="true"] .ic-cart-plus::after{
  opacity: 0;
}

/* discount panel */
.modal-shopping-cart.cart-minimal .ic-cart-discount-panel{
  padding: 12px 0 16px;
  border-bottom: 1px solid var(--pitch-line);
}
.modal-shopping-cart.cart-minimal .ic-discount-form{
  display: flex;
  gap: 10px;
}
.modal-shopping-cart.cart-minimal .ic-discount-input{
  flex: 1;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--pitch-line);
  background: #fff;
  padding: 0 12px;
  outline: none;
  color: var(--pitch-ink);
}
.modal-shopping-cart.cart-minimal .ic-discount-apply{
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid var(--pitch-line);
  background: rgba(162, 90, 73, .08);
  color: var(--pitch-ink);
  cursor: pointer;
}
.modal-shopping-cart.cart-minimal .ic-discount-apply:hover{
  background: rgba(162, 90, 73, .12);
}

/* estimated total */
.modal-shopping-cart.cart-minimal .ic-cart-total{
  border-bottom: 0;
  padding-bottom: 10px;
}
.modal-shopping-cart.cart-minimal .ic-cart-note{
  margin: 0 0 16px;
  color: var(--pitch-muted);
  font-size: 12px;
  line-height: 1.35;
}

/* Pitch CTA button */
.modal-shopping-cart.cart-minimal .ic-cart-btn.ic-cart-cta{
  width: 100%;
  height: 54px;
  border-radius: 999px;
  border: 0;
  background: var(--pitch-cta);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background .18s ease, transform .18s ease, opacity .18s ease;
}
.modal-shopping-cart.cart-minimal .ic-cart-btn.ic-cart-cta:hover{
  background: var(--pitch-cta-hover);
  transform: translateY(-1px);
}
@media (prefers-reduced-motion: reduce){
  .modal.fullRight .modal-dialog,
  .modal-shopping-cart.cart-minimal .ic-cart-btn.ic-cart-cta{ transition: none !important; }
}

/* ===== Empty state (Pitch-like) ===== */
.modal-shopping-cart.cart-minimal .ic-cart-empty{
  padding: 42px 24px 30px;
}
.modal-shopping-cart.cart-minimal .ic-empty-inner{
  border-top: 1px solid var(--pitch-line);
  padding-top: 26px;
}
.modal-shopping-cart.cart-minimal .ic-empty-title{
  margin: 0 0 8px;
  color: var(--pitch-ink);
  font-size: 16px;
  font-weight: 600;
}
.modal-shopping-cart.cart-minimal .ic-empty-sub{
  margin: 0 0 16px;
  color: var(--pitch-muted);
  font-size: 13px;
  line-height: 1.4;
}
.modal-shopping-cart.cart-minimal .ic-empty-link{
  color: var(--pitch-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 13px;
}

/* ===== Disabled checkout ===== */
.modal-shopping-cart.cart-minimal .ic-cart-btn.ic-cart-cta.is-disabled{
  opacity: .45;
  transform: none !important;
  cursor: not-allowed;
  pointer-events: none; /* blocks click */
}


/* =========================
   OKRA — Minimal Cart Page
   ========================= */
.okra-cart-page{
  --okra-bg: #E9E3D6;
  --okra-card: #DCD8D0;
  --okra-ink: #551911;
  --okra-muted: rgba(27,27,27,.62);
  --okra-line: rgba(27,27,27,.12);
  --okra-accent: #551911;
}

.okra-cart-page .okra-cart-top{
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.okra-cart-page .okra-cart-notice{
  background: var(--okra-card);
  border: 1px solid var(--okra-line);
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--okra-ink);
}

.okra-cart-page .okra-cart-notice__time{
  color: var(--okra-accent);
  font-weight: 700;
  letter-spacing: .3px;
}

.okra-cart-page .okra-cart-free{
  background: var(--okra-card);
  border: 1px solid var(--okra-line);
  border-radius: 16px;
  padding: 14px 16px;
}

.okra-cart-page .okra-cart-free__text{
  color: var(--okra-muted);
  font-size: 14px;
  margin-bottom: 10px;
}

.okra-cart-page .okra-cart-free__bar{
  height: 8px;
  border-radius: 999px;
  background: rgba(27,27,27,.08);
  overflow: hidden;
}

.okra-cart-page .okra-cart-free__fill{
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: var(--okra-accent);
  transition: width .35s ease;
}

.okra-cart-page .okra-cart-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 22px;
  align-items: start;
}

.okra-cart-page .okra-cart-left,
.okra-cart-page .okra-summary{
  background: var(--okra-card);
  border: 1px solid var(--okra-line);
  border-radius: 18px;
}

.okra-cart-page .okra-cart-left{
  padding: 16px;
}

.okra-cart-page .okra-cart-head{
  display: grid;
  grid-template-columns: 1fr 140px 140px 40px;
  gap: 10px;
  padding: 10px 10px 12px;
  border-bottom: 1px solid var(--okra-line);
  color: var(--okra-muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.okra-cart-page .okra-cart-head__spacer{ width: 40px; }

.okra-cart-page .okra-cart-empty{
  padding: 28px 12px;
  text-align: center;
}
.okra-cart-page .okra-cart-empty h3{
  margin: 0 0 6px;
  color: var(--okra-ink);
  font-size: 22px;
}
.okra-cart-page .okra-cart-empty p{
  margin: 0 0 14px;
  color: var(--okra-muted);
}

/* Items list */
.okra-cart-page .okra-cart-list{
  display: grid;
  gap: 12px;
  padding-top: 14px;
}

.okra-cart-page .okra-ci{
  display: grid;
  grid-template-columns: 92px 1fr 140px 140px 40px;
  grid-template-areas: "img meta qty total remove";
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--okra-line);
  border-radius: 16px;
}

.okra-cart-page .okra-ci__img{ grid-area: img; display: block; }
.okra-cart-page .okra-ci__img img{
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.okra-cart-page .okra-ci__meta{ grid-area: meta; min-width: 0; }
.okra-cart-page .okra-ci__title{
  display: inline-block;
  color: var(--okra-ink);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.25;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.okra-cart-page .okra-ci__title:hover{ color: var(--okra-accent); }
.okra-cart-page .okra-ci__variant{
  margin-top: 4px;
  font-size: 13px;
  color: var(--okra-muted);
}
.okra-cart-page .okra-ci__unit{
  margin-top: 8px;
  font-size: 13px;
  color: var(--okra-muted);
}

.okra-cart-page .okra-qtybox{ grid-area: qty; display: flex; justify-content: flex-start; }
.okra-cart-page .okra-qtybox{
  border: 1px solid var(--okra-line);
  border-radius: 999px;
  overflow: hidden;
  height: 40px;
  width: 132px;
  background: rgba(27,27,27,.03);
}
.okra-cart-page .okra-qtybox__btn{
  width: 40px;
  border: 0;
  background: transparent;
  color: var(--okra-ink);
  font-size: 18px;
  line-height: 1;
}
.okra-cart-page .okra-qtybox__btn:hover{ background: rgba(85,25,17,.08); }
.okra-cart-page .okra-qtybox__input{
  width: 52px;
  border: 0;
  outline: none;
  background: transparent;
  text-align: center;
  font-weight: 600;
  color: var(--okra-ink);
}
.okra-cart-page .okra-qtybox__input::-webkit-outer-spin-button,
.okra-cart-page .okra-qtybox__input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.okra-cart-page .okra-ci__lineTotal{
  grid-area: total;
  text-align: right;
  font-weight: 700;
  color: var(--okra-ink);
}

.okra-cart-page .okra-ci__remove{
  grid-area: remove;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--okra-line);
  background: transparent;
  color: var(--okra-muted);
  font-size: 18px;
  line-height: 1;
}
.okra-cart-page .okra-ci__remove:hover{
  color: var(--okra-accent);
  border-color: rgba(85,25,17,.35);
  background: rgba(85,25,17,.06);
}

/* Summary */
.okra-cart-page .okra-summary{
  padding: 18px;
  position: sticky;
  top: 16px;
}

.okra-cart-page .okra-summary__title{
  margin: 2px 0 14px;
  color: var(--okra-ink);
  font-size: 22px;
}

.okra-cart-page .okra-summary__rows{
  display: grid;
  gap: 12px;
}

.okra-cart-page .okra-row{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  color: var(--okra-ink);
}
.okra-cart-page .okra-row span{ color: var(--okra-muted); }
.okra-cart-page .okra-row strong{ color: var(--okra-ink); }

.okra-cart-page .okra-row--total{
  padding-top: 6px;
  font-size: 18px;
}
.okra-cart-page .okra-row--total span{ color: var(--okra-ink); }

.okra-cart-page .okra-divider{
  height: 1px;
  background: var(--okra-line);
  margin: 6px 0;
}

/* Shipping radios */
.okra-cart-page .okra-ship__label{
  color: var(--okra-muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 6px 0 8px;
}
.okra-cart-page .okra-radio{
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 10px;
  border: 1px solid var(--okra-line);
  border-radius: 14px;
  cursor: pointer;
  user-select: none;
}
.okra-cart-page .okra-radio input{ accent-color: var(--okra-accent); }
.okra-cart-page .okra-radio__price{ color: var(--okra-muted); }

/* Coupon */
.okra-cart-page .okra-coupon{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}
.okra-cart-page .okra-input{
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--okra-line);
  padding: 0 12px;
  outline: none;
}
.okra-cart-page .okra-input:focus{
  border-color: rgba(85,25,17,.45);
}
.okra-cart-page .okra-btn{
  height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(85,25,17,.35);
  background: rgba(85,25,17,.06);
  color: var(--okra-accent);
  font-weight: 700;
}
.okra-cart-page .okra-btn:hover{ background: rgba(85,25,17,.10); }
.okra-cart-page .okra-coupon__hint{
  grid-column: 1 / -1;
  font-size: 13px;
  color: var(--okra-muted);
  min-height: 18px;
}

/* Terms + checkout */
.okra-cart-page .okra-check{
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--okra-muted);
  font-size: 14px;
}
.okra-cart-page .okra-check input{ margin-top: 3px; accent-color: var(--okra-accent); }
.okra-cart-page .okra-check a{ color: var(--okra-ink); text-decoration: underline; }
.okra-cart-page .okra-check a:hover{ color: var(--okra-accent); }

.okra-cart-page .okra-checkout{
  width: 100%;
  margin-top: 12px;
  border-radius: 14px;
  background: #551912 !important;
  border-color: var(--okra-accent) !important;
  color: #E9E3D6 !important;
}
.okra-cart-page .okra-checkout[disabled],
.okra-cart-page .okra-checkout[aria-disabled="true"]{
  opacity: .45;
  pointer-events: none;
}

.okra-cart-page .okra-summary__continue{
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--okra-muted);
  text-decoration: none;
}
.okra-cart-page .okra-summary__continue:hover{
  color: var(--okra-accent);
}

/* Responsive */
@media (max-width: 991px){
  .okra-cart-page .okra-cart-layout{
    grid-template-columns: 1fr;
  }
  .okra-cart-page .okra-summary{
    position: static;
  }
}

@media (max-width: 767px){
  .okra-cart-page .okra-hide-sm{ display: none !important; }

  .okra-cart-page .okra-cart-head{
    grid-template-columns: 1fr;
  }

  .okra-cart-page .okra-ci{
    grid-template-columns: 72px 1fr 40px;
    grid-template-areas:
      "img meta remove"
      "qty qty qty"
      "total total total";
  }

  .okra-cart-page .okra-ci__img img{
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }

  .okra-cart-page .okra-qtybox{
    width: 100%;
    justify-content: center;
  }

  .okra-cart-page .okra-ci__lineTotal{
    text-align: left;
    font-size: 16px;
  }
}





/* =========================
   OKRA WISHLIST V3 (NEW LOOK)
========================= */
.okra-wish-v3{
  --okra-accent:#551911;
  --okra-ink:#121212;
  --okra-muted:rgba(18,18,18,.62);
  --okra-border:rgba(18,18,18,.14);
  --okra-cream:#E9E3D6;
  --okra-card:#E9E3D6;
  --okra-radius:18px;
  --okra-ease:cubic-bezier(.2,.8,.2,1);
  color:var(--okra-ink);
  background:#E9E3D6;
}

/* header wishlist badge (uses your .nav-wishlist .nav-icon-item) */
.nav-wishlist .nav-icon-item{ position:relative; }
.nav-wishlist .okv3-badge{
  position:absolute; top:-6px; right:-6px;
  min-width:18px; height:18px; padding:0 6px;
  border-radius:999px;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:11px; line-height:1;
  color:#fff;
  background:var(--okra-accent);
  border:2px solid #fff;
}

/* active heart on any product cards site-wide */
.box-icon.wishlist.btn-icon-action.is-saved .icon,
.btn-icon-action.wishlist.is-saved .icon{
  color:var(--okra-accent) !important;
}

.okv3-top{
  padding:30px 0 18px;
  border-bottom:1px solid var(--okra-border);
  background:#E9E3D6;
}
.okv3-top__row{
  display:flex; align-items:flex-end; justify-content:space-between; gap:18px;
}
.okv3-crumb{
  display:flex; align-items:center; gap:10px;
  font-size:13px; color:var(--okra-muted);
}
.okv3-crumb a{ color:inherit; text-decoration:none; position:relative; }
.okv3-crumb a::after{
  content:""; position:absolute; left:0; right:0; bottom:-2px;
  height:1px; background:currentColor;
  transform:scaleX(0); transform-origin:left;
  transition:transform .28s var(--okra-ease);
}
.okv3-crumb a:hover::after{ transform:scaleX(1); }

.okv3-title{
  margin:10px 0 6px;
  font-size:clamp(28px,2.6vw,38px);
  letter-spacing:-.03em;
}
.okv3-count{ color:var(--okra-muted); font-weight:400; }
.okv3-sub{ margin:0; color:var(--okra-muted); font-size:14px; }

.okv3-top__right{ display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
.okv3-pill{
  height:40px; padding:0 14px;
  border-radius:999px;
  border:1px solid var(--okra-border);
  background:rgba(255,255,255,.60);
  color:var(--okra-ink);
  font-size:13px;
  display:inline-flex; align-items:center; gap:10px;
  text-decoration:none;
  transition:transform .18s var(--okra-ease), background .18s var(--okra-ease), border-color .18s var(--okra-ease);
}
.okv3-pill:hover{ transform:translateY(-1px); background:rgba(255,255,255,.92); }
.okv3-pill--solid{
  background:var(--okra-accent);
  border-color:var(--okra-accent);
  color:#fff;
}
.okv3-pill--solid:hover{ background:var(--okra-accent); }

.okv3-body{ padding:18px 0 26px; }
.okv3-layout{
  display:grid;
  grid-template-columns: 360px 1fr;
  gap:18px;
  align-items:start;
}
@media (max-width: 991px){
  .okv3-layout{ grid-template-columns: 1fr; }
}

.okv3-panel{
  position:sticky; top: 18px;
  background:#DCD8D0;
  border:1px solid var(--okra-border);
  border-radius:var(--okra-radius);
  padding:16px;
  backdrop-filter: blur(10px);
}
@media (max-width: 991px){
  .okv3-panel{ position:relative; top:auto; }
}

.okv3-panel__head{
  display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
  padding-bottom:12px;
  border-bottom:1px solid var(--okra-border);
  margin-bottom:12px;
}
.okv3-kicker{
  font-size:12px; letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--okra-muted);
}
.okv3-mini{ font-size:13px; color:var(--okra-muted); }

.okv3-metrics{ display:grid; gap:12px; }
.okv3-metric__k{ font-size:12px; color:var(--okra-muted); }
.okv3-metric__v{
  font-size:18px;
  letter-spacing:-.02em;
  margin-top:4px;
}

.okv3-check{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  border:1px solid var(--okra-border);
  border-radius:14px;
  background:rgba(246,243,238,.55);
  font-size:13px;
}
.okv3-check input{ width:16px; height:16px; accent-color:var(--okra-accent); }

.okv3-panel__cta{
  display:grid; gap:10px;
  margin-top:14px;
}
.okv3-btn{
  height:42px; padding:0 14px;
  border-radius:14px;
  border:1px solid var(--okra-border);
  background:#fff;
  color:var(--okra-ink);
  font-size:13px;
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  text-decoration:none;
  transition:transform .18s var(--okra-ease), border-color .18s var(--okra-ease);
}
.okv3-btn:hover{ transform:translateY(-1px); border-color:rgba(85,25,17,.25); }
.okv3-btn--solid{
  background:var(--okra-accent);
  border-color:var(--okra-accent);
  color:#fff;
}
.okv3-btn--ghost{
  background:rgba(246,243,238,.55);
}
.okv3-note{
  margin-top:12px;
  font-size:13px;
  color:var(--okra-muted);
}
.okv3-heart{ color:var(--okra-accent); }

.okv3-toolbar{
  display:flex; gap:12px; align-items:center; justify-content:space-between;
  padding:12px 12px;
  border:1px solid var(--okra-border);
  border-radius:var(--okra-radius);
  background:#DCD8D0;
  backdrop-filter: blur(10px);
}
@media (max-width: 991px){
  .okv3-toolbar{ flex-direction:column; align-items:stretch; }
}

.okv3-search{
  flex:1;
  display:flex; align-items:center; gap:10px;
  border:1px solid var(--okra-border);
  border-radius:999px;
  padding:2px 8px;
  background:rgba(246,243,238,.45);
}
.okv3-search__icon{ color:var(--okra-muted); }
.okv3-search input{
  width:100%;
  border:0; outline:0;
  background:transparent;
  font-size:14px;
  color:var(--okra-ink);
}

.okv3-controls{
  display:flex; gap:10px; align-items:center; flex-wrap:wrap; justify-content:flex-end;
}
.okv3-select{
  display:flex; align-items:center; gap:10px;
  padding:8px 12px;
  border:1px solid var(--okra-border);
  border-radius:999px;
  background:rgba(246,243,238,.45);
}
.okv3-select__k{ font-size:12px; color:var(--okra-muted); }
.okv3-select select{ border:0; outline:0; background:transparent; font-size:13px; color:var(--okra-ink); }

.okv3-view{
  height:38px; padding:0 12px;
  border-radius:999px;
  border:1px solid var(--okra-border);
  background:rgba(255,255,255,.7);
  font-size:13px;
  transition:transform .18s var(--okra-ease), background .18s var(--okra-ease);
}
.okv3-view[aria-pressed="true"]{
  background:#fff;
  border-color:rgba(85,25,17,.25);
}
.okv3-view:hover{ transform:translateY(-1px); }

.okv3-render{ margin-top:14px; }

/* LIST VIEW (signature look) */
.okv3-render.is-list{
  display:grid;
  gap:10px;
}
.okv3-item{
  display:grid;
  grid-template-columns: 110px 1fr auto;
  gap:14px;
  align-items:center;
  padding:12px;
  border:1px solid var(--okra-border);
  border-radius:var(--okra-radius);
  background:#DCD8D0;
  transition:transform .18s var(--okra-ease), border-color .18s var(--okra-ease), box-shadow .18s var(--okra-ease);
}
.okv3-item:hover{
  transform:translateY(-2px);
  border-color:rgba(85,25,17,.22);
}
.okv3-thumb{
  width:110px; height:138px;
  border-radius:14px;
  overflow:hidden;
  position:relative;
  background:#eee;
  display:block;
}
.okv3-thumb img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  transform:scale(1);
  transition:transform .45s var(--okra-ease), opacity .35s var(--okra-ease);
}
.okv3-thumb img.is-hover{ opacity:0; }
.okv3-item:hover .okv3-thumb img{ transform:scale(1.04); }
.okv3-item:hover .okv3-thumb img.is-hover{ opacity:1; }

.okv3-info{ min-width:0; }
.okv3-name{
  display:block;
  text-decoration:none;
  color:var(--okra-ink);
  font-size:14px;
  letter-spacing:.01em;
  line-height:1.35;
  margin-bottom:6px;
}
.okv3-name:hover{ color:var(--okra-accent); }

.okv3-meta{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
  color:var(--okra-muted);
  font-size:13px;
}
.okv3-price{ color:rgba(18,18,18,.88); font-weight:500; }
.okv3-chip{
  border:1px solid var(--okra-border);
  border-radius:999px;
  padding:3px 10px;
  font-size:12px;
  background:rgba(246,243,238,.55);
}

.okv3-actions{
  display:flex; align-items:center; gap:10px;
}
.okv3-iconbtn{
  width:40px; height:40px;
  border-radius:14px;
  border:1px solid var(--okra-border);
  background:rgba(255,255,255,.85);
  display:grid; place-items:center;
  transition:transform .18s var(--okra-ease), border-color .18s var(--okra-ease), background .18s var(--okra-ease);
}
.okv3-iconbtn:hover{
  transform:translateY(-1px);
  background:#fff;
  border-color:rgba(85,25,17,.22);
}
.okv3-iconbtn--danger:hover{ border-color: rgba(185, 60, 60, .35); }

.okv3-add{
  height:40px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid var(--okra-border);
  color: #E9E3D6;
  background:#551912;
  font-size:13px;
  display:inline-flex; align-items:center; gap:10px;
  transition:transform .18s var(--okra-ease), border-color .18s var(--okra-ease);
}
.okv3-add:hover{ transform:translateY(-1px); border-color:rgba(85,25,17,.22); }

/* GRID VIEW (still minimal, different from old template grid) */
.okv3-render.is-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
}
@media (max-width: 1199px){ .okv3-render.is-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 520px){ .okv3-render.is-grid{ grid-template-columns: 1fr; } }

.okv3-card{
  border:1px solid var(--okra-border);
  border-radius:var(--okra-radius);
  overflow:hidden;
  background:rgba(255,255,255,.85);
  transition:transform .18s var(--okra-ease), box-shadow .18s var(--okra-ease), border-color .18s var(--okra-ease);
}
.okv3-card:hover{
  transform:translateY(-2px);
  border-color:rgba(85,25,17,.22);
}
.okv3-card__media{
  display:block;
  aspect-ratio: 4/5;
  position:relative;
  background:#eee;
}
.okv3-card__media img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  transition:transform .45s var(--okra-ease), opacity .35s var(--okra-ease);
}
.okv3-card__media img.is-hover{ opacity:0; }
.okv3-card:hover .okv3-card__media img{ transform:scale(1.04); }
.okv3-card:hover .okv3-card__media img.is-hover{ opacity:1; }

.okv3-card__body{ padding:12px; }
.okv3-card__row{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:10px; }

/* empty + discover */
.okv3-empty{
  margin-top:14px;
  text-align:center;
  padding:54px 0 44px;
  border:1px dashed rgba(85,25,17,.22);
  border-radius:var(--okra-radius);
  background:#DCD8D0;
}
.okv3-empty__mark{
  width:64px; height:64px; margin:0 auto 10px;
  border-radius:999px;
  display:grid; place-items:center;
  border:1px solid rgba(85,25,17,.18);
  color:var(--okra-accent);
  background:#DCD8D0;
  font-size:22px;
}
.okv3-empty__title{ margin:10px 0 6px; font-size:18px; letter-spacing:-.01em; }
.okv3-empty__sub{ margin:0 0 14px; color:var(--okra-muted); font-size:14px; }

.okv3-discover{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid var(--okra-border);
}
.okv3-discover__head{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  margin-bottom:10px;
}
.okv3-discover__title{ margin:0; font-size:16px; letter-spacing:-.01em; }
.okv3-link{ color:var(--okra-muted); text-decoration:none; position:relative; font-size:13px; }
.okv3-link::after{
  content:""; position:absolute; left:0; right:0; bottom:-2px;
  height:1px; background:currentColor;
  transform:scaleX(0); transform-origin:left;
  transition:transform .28s var(--okra-ease);
}
.okv3-link:hover::after{ transform:scaleX(1); }

.okv3-tags{ display:flex; gap:10px; flex-wrap:wrap; }
.okv3-tag{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--okra-border);
  background:rgba(246,243,238,.55);
  font-size:13px;
  text-decoration:none;
  color:var(--okra-ink);
  transition:transform .18s var(--okra-ease), border-color .18s var(--okra-ease);
}
.okv3-tag:hover{ transform:translateY(-1px); border-color:rgba(85,25,17,.22); }

/* toast */
.okv3-toast{
  position:fixed; left:50%; bottom:22px;
  transform:translateX(-50%);
  background:rgba(18,18,18,.88);
  color:#fff;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  z-index:9999;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .okv3-item, .okv3-card, .okv3-thumb img, .okv3-card__media img, .okv3-pill, .okv3-btn, .okv3-view{ transition:none !important; }
}

/* OKRA: make ALL text in the Description/Reviews/Shipping/Policies tabs section brand color */
.flat-spacing-7 .widget-tabs.style-1,
.flat-spacing-7 .widget-tabs.style-1 h1,
.flat-spacing-7 .widget-tabs.style-1 h2,
.flat-spacing-7 .widget-tabs.style-1 h3,
.flat-spacing-7 .widget-tabs.style-1 h4,
.flat-spacing-7 .widget-tabs.style-1 h5,
.flat-spacing-7 .widget-tabs.style-1 h6,
.flat-spacing-7 .widget-tabs.style-1 p,
.flat-spacing-7 .widget-tabs.style-1 li,
.flat-spacing-7 .widget-tabs.style-1 span,
.flat-spacing-7 .widget-tabs.style-1 a,
.flat-spacing-7 .widget-tabs.style-1 label,
.flat-spacing-7 .widget-tabs.style-1 small,
.flat-spacing-7 .widget-tabs.style-1 strong,
.flat-spacing-7 .widget-tabs.style-1 em,
.flat-spacing-7 .widget-tabs.style-1 i {
  color: #551912 !important;
}

/* Tabs (top row text + underline/active indicator) */
.flat-spacing-7 .widget-tabs.style-1 .widget-menu-tab .item-title .inner {
  color: #551912 !important;
  border-color: #551912 !important; /* in case underline is a border */
}

.flat-spacing-7 .widget-tabs.style-1 .widget-menu-tab .item-title.active .inner,
.flat-spacing-7 .widget-tabs.style-1 .widget-menu-tab .item-title:hover .inner {
  color: #551912 !important;
}

.flat-spacing-7 .widget-tabs.style-1 .widget-menu-tab .item-title.active::after,
.flat-spacing-7 .widget-tabs.style-1 .widget-menu-tab .item-title:hover::after {
  background-color: #551912 !important; /* in case underline is ::after */
}

/* Breadcrumb italic */
.tf-breadcrumb-list,
.tf-breadcrumb-list .text,
.tf-breadcrumb-list a,
.tf-breadcrumb-list span,
.tf-breadcrumb-list i {
  font-style: italic !important;
}

.okra-pdp-price{
  display:inline-flex;
  align-items:baseline;
  gap:.22em;
}

.okra-dirham,
.okra-aed{
  width:.95em;
  height:.95em;
  display:inline-block;
  background-color: currentColor;

  /* IMPORTANT: path (see note below) */
  -webkit-mask: url("../assets/dirham.svg") center/contain no-repeat;
          mask: url("../assets/dirham.svg") center/contain no-repeat;

  transform: translateY(.08em);
}


/* ================================
   OKRA × Lusano PDP (scoped)
================================ */
.okra-lusano{
  --okra-brand:#551912;
  --okra-bg:#e9e3d6;
  --okra-line:rgba(85,25,18,.35);
  --okra-soft:rgba(85,25,18,.15);
  background:var(--okra-bg);
  padding: 34px 0 70px;
}

.okra-lusano__container{
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 54px;
}

.okra-lusano__grid{
  display:grid;
  grid-template-columns: 260px minmax(560px, 1fr) 360px;
  gap: 64px;
  align-items:start;
}

/* LEFT */
.okra-lusano__left{
  position: sticky;
  top: 110px; /* keeps navbar safe */
  align-self:start;
}

.okra-left-close{
  display:inline-block;
  color:var(--okra-brand);
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-bottom: 14px;
}

.okra-left-copy{ margin-top: 6px; }
.okra-left-p{
  color:var(--okra-brand);
  opacity:.9;
  font-size: 12px;
  line-height: 1.7;
  font-style: italic;
  margin: 0 0 18px;
}
.okra-roman{
  display:inline-block;
  width: 18px;
  opacity:.85;
}

.okra-left-bottom{
  margin-top: 120px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 18px;
}

.okra-left-mini-label{
  color:var(--okra-brand);
  opacity:.75;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}

.okra-left-thumb{
  appearance:none;
  border: 1px solid var(--okra-soft);
  background: transparent;
  width: 64px;
  height: 64px;
  padding: 0;
  overflow:hidden;
}
.okra-left-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.03);
}

.okra-left-finishes{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--okra-brand);
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 6px;
  padding: 0;
  cursor:pointer;
}

/* CENTER */
.okra-lusano__center{ min-width: 0; }

.okra-media-stack{
  display:flex;
  flex-direction:column;
  gap: 70px;
  padding: 6px 0 24px;
}

.okra-media-card{
  margin:0;
  background: rgba(255,255,255,.08);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 14px;
}

.okra-media-card img{
  width: 100%;
  max-width: 540px !important; 
  height: auto;

  transform: translate3d(0,0,0) scale(1.04);
  will-change: transform;
}


/* RIGHT */
.okra-lusano__right{
  position: sticky;
  top: 110px; /* keeps navbar safe */
  align-self:start;
}

.okra-right-sticky{
  color:var(--okra-brand);
}

.okra-right-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom: 10px;
}

.okra-right-num{
  font-size: 56px;
  line-height: 1;
  letter-spacing: -1px;
}

.okra-right-scrollmeta{
  text-align:right;
  font-size: 12px;
  opacity:.85;
}
.okra-right-scrollmeta em{ font-style: italic; }

.okra-right-title{
  margin: 12px 0 6px;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color:var(--okra-brand);
}

.okra-right-sub{
  font-size: 12px;
  font-style: italic;
  opacity: .8;
  margin-bottom: 16px;
}

.okra-right-price{
  font-size: 18px;
  letter-spacing: 2px;
  margin: 10px 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--okra-line);
}

.okra-specs{
  margin: 0 0 18px;
  border-bottom: 1px solid var(--okra-line);
  padding-bottom: 12px;
}
.okra-spec-row{
  display:flex;
  justify-content:space-between;
  gap: 18px;
  font-size: 11px;
  padding: 6px 0;
}
.okra-spec-k{ opacity:.75; font-style: italic; }
.okra-spec-v{ text-align:right; opacity:.95; }

.okra-block{ margin: 18px 0; }
.okra-label{
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  opacity: .8;
  margin-bottom: 10px;
}

.okra-pills{
  display:flex;
  gap: 10px;
}
.okra-pills input{ display:none; }
.okra-pill{
  border: 1px solid var(--okra-line);
  background: transparent;
  color: var(--okra-brand);
  font-size: 11px;
  padding: 4px 14px;
  cursor:pointer;
  opacity:.9;
}
.okra-pills input:checked + .okra-pill{
  background: #49301C;
}

.okra-swatches{
  display:flex;
  gap: 10px;
}
.okra-swatches input{ display:none; }
.okra-swatch{
  width: 28px;
  height: 28px;
  border: 1px solid var(--okra-soft);
  background: rgba(255,255,255,.18);
  cursor:pointer;
}
.okra-swatches input:checked + .okra-swatch{
  border-color: var(--okra-line);
  box-shadow: inset 0 0 0 1px var(--okra-line);
}

.okra-buy{
  display:grid;
  grid-template-columns: 106px 1fr 38px;
  gap: 10px;
  align-items:center;
  margin-top: 22px;
}

.okra-qty{
  border: 1px solid var(--okra-line);
  height: 38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 0 10px;
  background: rgba(255,255,255,.10);
}
.okra-qty .btn-quantity{
  cursor:pointer;
  user-select:none;
}
.okra-qty input{
  width: 36px;
  text-align:center;
  border:0;
  background:transparent;
  color:var(--okra-brand);
  outline:none;
}

.okra-btn-primary{
  height: 38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid var(--okra-line);
  background: #49301C;
  color: #E9E3D6;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.okra-btn-primary:hover{ background: rgba(85,25,18,.26); }

.okra-icon-btn{
  height: 38px;
  width: 38px;
  border: 1px solid var(--okra-line);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--okra-brand);
}

.okra-meta{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--okra-line);
  font-size: 12px;
  opacity:.9;
}
.okra-delivery{
  display:flex;
  gap: 10px;
  align-items:center;
  margin-bottom: 8px;
}
.okra-stock{
  display:flex;
  align-items:center;
  gap: 8px;
  opacity:.85;
}
.okra-info{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 16px;
  height: 16px;
  border: 1px solid var(--okra-soft);
  font-size: 10px;
  border-radius: 999px;
}

/* Responsive */
@media (max-width: 1199px){
  .okra-lusano__grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .okra-lusano__left,
  .okra-lusano__right{
    position: static;
  }
  .okra-left-bottom{ margin-top: 22px; }
  .okra-lusano__container{ padding: 0 18px; }
}

/* Remove the big blank "card" area — make the wrapper fit the image only */
.okra-lusano .okra-media-card{
  width: fit-content !important;
  max-width: none !important;
  margin: 0 auto !important;   /* keep it centered */
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  display: block !important;
}

/* Keep image at your chosen smaller size */
.okra-lusano .okra-media-card img{
  width: auto !important;
  max-width: 540px !important; /* change as you like */
  height: auto !important;
  display: block !important;
}


  /* Terms page ONLY: change text color inside the content sections (not header/footer) */
  .main-content .terms-of-use-wrap,
  .main-content .terms-of-use-wrap *{
    color: #551912 !important;
  }

  /* (Optional) If your table uses Bootstrap colors, this ensures table text also stays #551912 */
  .main-content .terms-of-use-wrap table th,
  .main-content .terms-of-use-wrap table td{
    color: #551912 !important;
  }


  :root{
  --pill-bg: #E8E5E0;          /* unselected */
  --pill-border: #575553;      /* outline */
  --pill-text: #49301C;        /* unselected text */
  --pill-active-bg: #49301C;   /* selected */
  --pill-active-text: #E9E3D6; /* selected text */
}

.okra-pills{
  display:flex;
  gap:14px;
}

.okra-pills input{ display:none; }

.okra-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--pill-border);
  background:var(--pill-bg);
  color:var(--pill-text);
  font-size:12px;
  padding:7px 22px;
  border-radius:8px;
  cursor:pointer;
  opacity:1;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.okra-pills input:checked + .okra-pill{
  background:var(--pill-active-bg);
  color:var(--pill-active-text);
  border-color:var(--pill-active-bg);
}


/* ===== Okra image swatches ===== */
.okra-swatches{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}

.okra-swatches input{ display:none; }

.okra-swatch{
  display:inline-block;        /* ✅ REQUIRED for width/height */
  width:44px;
  height:44px;
  border:1px solid #918D86;
  background-color:#E8E5E0;
  background-image: var(--okra-swatch-img);
  background-size: cover;
  background-position:center;
  background-repeat:no-repeat;

  cursor:pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}


.okra-swatches input:checked + .okra-swatch{
  border-color:#49301C;
  box-shadow: 0 0 0 1px #49301C;
  transform: scale(1.03);
}

.okra-swatches input:focus-visible + .okra-swatch{
  outline:1px solid #49301C;
  outline-offset:1px;
}

/* ===== Lusano-like page transition overlay ===== */
.okra-transition{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:99999;
}

.okra-transition__panel{
  position:absolute;
  inset:0;
  background:#E9E3D6;              /* match your UI bg */
  transform: translateY(100%);     /* hidden */
  will-change: transform;
}

/* When coming FROM another page, start covered (no flash) */
html.okra-entering .okra-transition__panel{
  transform: translateY(0);
}

/* Optional: soften while leaving */
body.okra-leaving #wrapper{
  filter: blur(2px);
}


/* ===============================
   OKRA AUTH (Login/Register) UI
   Paste at the VERY END of styles.css
   =============================== */

body.okra-auth { background: var(--White); }

/* Page title: keep the image but make it soft + minimal */
body.okra-auth .page-title{
  min-height: 260px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
body.okra-auth .page-title .paralaximg{
  position: absolute;
  inset: 0;
}
body.okra-auth .page-title .paralaximg::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(233,227,214,.88); /* soft Okra paper overlay */
}
body.okra-auth .page-title .content{
  position: relative;
  z-index: 1;
  padding: 56px 0;
}
body.okra-auth .page-title .title{
  color:#551912;
  letter-spacing: .2px;
}
body.okra-auth .page-title .breadcrumb,
body.okra-auth .page-title .breadcrumb a{
  color: rgba(85,25,18,.82);
}

/* Auth card layout */
body.okra-auth .login-wrap{
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  gap: 0 !important; /* overrides the old 250px gap */
  align-items: stretch;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(233,227,214,.35);
}
body.okra-auth .login-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}

/* Columns */
body.okra-auth .login-wrap .left,
body.okra-auth .login-wrap .right{
  position: relative;
  z-index: 1;
  padding: 54px 56px;
}
body.okra-auth .login-wrap .right{
  background: #E9E3D6;
  border-left: 1px solid rgba(0,0,0,.10);
}

/* Headings & text */
body.okra-auth .login-wrap .heading h4,
body.okra-auth .login-wrap .right h4{
  margin: 0;
  color: #551912;
  font-weight: 500;
  letter-spacing: .2px;
}
body.okra-auth .login-wrap .right p{
  color: rgba(85,25,18,.75);
  max-width: 42ch;
}

/* Inputs */
body.okra-auth .form-login .wrap{
  gap: 14px;
  margin-bottom: 22px;
}
body.okra-auth .form-login input{
  height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.16);
  background: rgba(233,227,214,.55);
  color: #551912;
  padding: 0 16px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body.okra-auth .form-login input::placeholder{
  color: rgba(42,26,20,.55);
}
body.okra-auth .form-login input:focus{
  outline: none;
  border-color: rgba(85,25,18,.75);
  background: rgba(233,227,214,.82);
}

/* Password eye */
body.okra-auth .form-has-password .toggle-password{
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  opacity: .85;
}
body.okra-auth .form-has-password .toggle-password:hover{
  opacity: 1;
  background: rgba(85,25,18,.06);
}

/* Checkbox row + links */
body.okra-auth .tf-cart-checkbox label{
  color: rgba(85,25,18,.80);
}
body.okra-auth .tf-cart-checkbox .tf-checkbox-wrapp div{
  border-color: rgba(85,25,18,.55);
  border-radius: 6px;
  background-color: rgba(233,227,214,.75);
}
body.okra-auth .tf-cart-checkbox .tf-checkbox-wrapp input:checked + div{
  background-color: #551912;
  border-color: #551912;
}
body.okra-auth .form-login .forget-password{
  color: rgba(85,25,18,.90);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
body.okra-auth .form-login .forget-password:hover{
  color:#551912;
}

/* Buttons */
body.okra-auth .login-wrap .button-submit .tf-btn{
  width: 100%;
  height: 54px;
  border-radius: 15px;
  background: #551912;
  border: 1px solid #551912;
  color: var(--White);
  letter-spacing: .2px;
}
body.okra-auth .login-wrap .button-submit .tf-btn:hover{
  transform: translateY(-1px);
  filter: brightness(.95);
}

/* Right-side "Register" button = FILLED pill (like your 2nd image) */
body.okra-auth .login-wrap .right .tf-btn.btn-onsurface{
  height: 54px;
  border-radius: 15px;
  background: #551912;
  border: 1px solid #551912;
  color: #E9E3D6;
  padding: 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.okra-auth .login-wrap .right .tf-btn.btn-onsurface:hover{
  background: #36120D;
  border-color: #36120D;
  color: #E9E3D6;
}


/* Responsive stack */
@media (max-width: 991px){
  body.okra-auth .login-wrap{
    flex-direction: column;
  }
  body.okra-auth .login-wrap .right{
    border-left: 0;
    border-top: 1px solid rgba(0,0,0,.10);
  }
  body.okra-auth .login-wrap .left,
  body.okra-auth .login-wrap .right{
    padding: 40px 22px;
  }
}


/* =========================
   OKRA ABOUT SECTION (exact style)
   ========================= */
.okra-about-section{
  --okra-bg: #E9E3D6;
  --okra-ink: #501810;     /* deep maroon */
  --okra-pill: #2A2A2A;    /* dark pill */
  --okra-pill-ink: #F3F0EA;

  background: var(--okra-bg);
  color: var(--okra-ink);
  padding: 84px 0 92px;
}

.okra-about__container{
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

/* Shared typography */
.okra-about__quote,
.okra-about__title,
.okra-values__title{
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.okra-about__quote{
  text-align: center;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
  margin: 0 0 22px;
  font-weight: 500;
}

.okra-about__subhead{
  text-align: center;
  font-size: clamp(16px, 1.7vw, 22px);
  line-height: 1.35;
  margin: 0 auto 26px;
  max-width: 980px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.okra-about__para{
  text-align: center;
  margin: 0 auto;
  max-width: 1020px;
  font-size: 13.5px;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

.okra-values{
  margin-top: 30px;
}

.okra-values__title{
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 18px;
  position: relative;
  display: inline-block
}

.okra-values__title::after{
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: var(--okra-ink);
  margin-top: 10px;
}

.okra-values__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 42px;
  justify-content: center;
  flex-wrap: wrap;
}

.okra-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 26px;
  border-radius: 10px;
  background: var(--okra-pill);
  color: var(--okra-pill-ink);
  font-size: 13px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* Bottom block spacing */
.okra-about__bottom{
  margin-top: 92px;
}

.okra-about__title{
  text-align: center;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.06;
  margin: 0 0 18px;
  font-weight: 500;
}

.okra-about__para--wide{
  max-width: 1120px;
}

/* Frames grid */
.okra-frame-grid{
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  justify-items: center;
}

.okra-frame-card{
  width: min(420px, 100%);
  aspect-ratio: 1 / 1; /* square like the reference */
  position: relative;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.okra-frame-card__wood{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.okra-frame-card__art{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 165px;        /* inner square size (tweak if needed) */
  height: 165px;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 1024px){
  .okra-about__container{ width: min(980px, calc(100% - 56px)); }
  .okra-frame-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px){
  .okra-about-section{ padding: 64px 0 72px; }
  .okra-about__container{ width: min(620px, calc(100% - 34px)); }
  .okra-frame-grid{ grid-template-columns: 1fr; gap: 28px; }
  .okra-frame-card__art{ width: 150px; height: 150px; }
  .okra-values__list{ gap: 14px; }
  .okra-pill{ height: 38px; padding: 0 18px; }
}


/* =========================
   ABOUT – WHO / WHY / FRAMING
   ========================= */
:root{
  --okra-bg: #E9E3D6;
  --okra-ink: #551912;
  --okra-cream: #F4EFE7;
  --okra-maroon: #4B1612;
  --okra-wrap: min(1180px, calc(100% - 80px));
}

.okra-about-wrap{
  width: var(--okra-wrap);
  margin: 0 auto;
}

/* ---------- 1) WHO WE ARE (hero) ---------- */
.okra-who{
  position: relative;
  background: var(--okra-bg);
  padding: 0; /* hero handles its own padding */
}

/* Use your maroon textured background here */
.okra-who__bg{
  position: absolute;
  inset: 0;
  background:
       url("/images/about/back.png") center/cover no-repeat;
}

/* If your page background is beige, keep a clean separation */
.okra-who__container{
  position: relative;
  width: 100%;
  padding: 80px 0;
}

.okra-who__grid{
  width: var(--okra-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}

.okra-who__title{
  margin: 0 0 18px;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okra-cream);
  font-weight: 500;
}

.okra-who__text{
  max-width: 560px;
  color: rgba(244,239,231,.88);
  font-size: 12.8px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-style: italic;
}

.okra-who__text p{ margin: 0 0 18px; }
.okra-who__text p:last-child{ margin-bottom: 0; }

.okra-who__art{
  display: flex;
  justify-content: flex-end;
}

.okra-who__art img{
  width: min(460px, 100%);
  height: 550px;
  display: block;
  opacity: 0.95;
  filter: contrast(1.02);
}

/* ---------- 2) WHY OKRA EXISTS ---------- */
.okra-why{
  background: var(--okra-bg);
  padding: 72px 0 40px;
}

.okra-why__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.okra-why__image{
  display: flex;
  justify-content: flex-start;
}

.okra-why__image img{
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.okra-why__title{
  margin: 0 0 22px;
  text-align: center;
  font-size: clamp(26px, 3vw, 44px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okra-ink);
  font-weight: 500;
}

.okra-why__text{
  max-width: 520px;
  margin: 0 auto;
  color: var(--okra-ink);
  font-size: 12.8px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-style: italic;
}

.okra-why__text p{ margin: 0 0 18px; }
.okra-why__text p:last-child{ margin-bottom: 0; }

/* ---------- 3) FRAMING MEMORIES ---------- */
.okra-framing{
  background: var(--okra-bg);
  padding: 38px 0 92px;
}

.okra-framing__grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
}

.okra-framing__title{
  margin: 0 0 20px;
  font-size: clamp(26px, 3vw, 44px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okra-ink);
  font-weight: 500;
}

.okra-framing__text{
  max-width: 540px;
  color: var(--okra-ink);
  font-size: 12.8px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-style: italic;
}

.okra-framing__text p{ margin: 0 0 18px; }
.okra-framing__text p:last-child{ margin-bottom: 0; }

.okra-framing__image{
  display: flex;
  justify-content: center;
}

.okra-framing__image img{
  width: min(360px, 100%);
  height: auto;
  display: block;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px){
  :root{ --okra-wrap: min(980px, calc(100% - 56px)); }

  .okra-who__grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .okra-who__art{
    justify-content: center;
    opacity: .95;
  }

  .okra-why__grid{
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .okra-why__image{
    justify-content: center;
  }

  .okra-framing__grid{
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .okra-framing__image{
    justify-content: center;
  }
}

@media (max-width: 640px){
  :root{ --okra-wrap: min(620px, calc(100% - 34px)); }

  .okra-who__container{ padding: 58px 0; }
  .okra-why{ padding: 56px 0 28px; }
  .okra-framing{ padding: 28px 0 70px; }

  .okra-why__title,
  .okra-framing__title{ text-align: left; }

  .okra-why__text,
  .okra-framing__text{ margin: 0; }
}


/* =========================
   BRAND MISSION + VISION
   ========================= */
.okra-mv{
  background: #E9E3D6; /* same beige */
  padding: 84px 0 96px;
}

.okra-mv__container{
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  gap: 56px;
}

/* Card base */
.okra-card{
  border-radius: 56px;           /* big rounded corners like screenshot */
  padding: 64px 80px;
  color: #F4EFE7;
}

.okra-card__title{
  margin: 0 0 26px;
  font-size: clamp(34px, 4.4vw, 64px);
  color: #E9E3D6;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

.okra-card__text{
  max-width: 980px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-style: italic;
  opacity: 0.92;
}

.okra-card__text p{
  margin: 0 0 22px;
}
.okra-card__text p:last-child{
  margin-bottom: 0;
}

/* Variants */
.okra-card--mission{
  background: #2F2F2F; /* dark charcoal */
}

.okra-card--vision{
  background: #5B1A14; /* deep maroon */
}

/* Responsive */
@media (max-width: 1024px){
  .okra-mv__container{
    width: min(980px, calc(100% - 56px));
  }
  .okra-card{
    padding: 54px 56px;
    border-radius: 44px;
  }
}

@media (max-width: 640px){
  .okra-mv{
    padding: 64px 0 72px;
  }
  .okra-mv__container{
    width: min(620px, calc(100% - 34px));
    gap: 28px;
  }
  .okra-card{
    padding: 40px 26px;
    border-radius: 32px;
  }
  .okra-card__text{
    font-size: 13.5px;
  }
}


/* =========================
   OKRA AS A GROWING DESIGN SYSTEM
   ========================= */
.okra-system{
  background: #E9E3D6;
  padding: 92px 0 96px;
}

.okra-system__wrap{
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.okra-system__layout{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 84px;          /* controls vertical spacing similar to your mock */
  gap: 26px;
  position: relative;
}

/* Images */
.okra-system__img{
  margin: 0;
  justify-self: center;
  align-self: start;
}

.okra-system__img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  /* keep it clean like the design */
  border-radius: 0;
}

/* Positioning (matches your layout) */
.img--tl{
  grid-column: 1 / 4;
  grid-row: 2 / 5;
  width: min(300px, 100%);
  aspect-ratio: 1 / 1;
  align-self: end;
}

.img--tm{
  grid-column: 6 / 8;
  grid-row: 1 / 4;
  width: min(300px, 100%);
  aspect-ratio: 1 / 1;
}

.img--tr{
  grid-column: 9 / 13;
  grid-row: 1 / 6;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  justify-self: end;
}

.img--bl{
  grid-column: 1 / 4;
  grid-row: 6 / 10;
  width: min(300px, 100%);
  aspect-ratio: 1 / 1;
  align-self: start;
}

.img--br{
  grid-column: 10 / 13;
  grid-row: 6 / 10;
  width: min(320px, 100%);
  aspect-ratio: 1 / 1;
  justify-self: end;
}

/* Content */
.okra-system__content{
  grid-column: 4 / 10;
  grid-row: 6 / 11;
  align-self: start;
  padding-top: 10px;
}

.okra-system__title{
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(30px, 3.6vw, 54px);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #551912;
  font-weight: 500;
}

.okra-system__lead{
  margin: 0 0 18px;
  max-width: 760px;
  color: #551912;
  font-size: 13.5px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-style: italic;
}

.okra-system__label{
  margin: 22px 0 10px;
  color: #551912;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-style: italic;
}

.okra-system__cats{
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  color: #551912;
  font-size: 12.5px;
  letter-spacing: 0.03em;
  font-style: italic;
}

.okra-system__foot{
  margin: 0;
  max-width: 760px;
  color: #551912;
  font-size: 13.5px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-style: italic;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px){
  .okra-system__wrap{ width: min(980px, calc(100% - 56px)); }

  .okra-system__layout{
    grid-auto-rows: 78px;
  }

  .img--tr{ width: min(460px, 100%); }
  .okra-system__content{ grid-column: 3 / 11; }
}

@media (max-width: 820px){
  .okra-system{
    padding: 70px 0 76px;
  }

  .okra-system__layout{
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 22px;
  }

  .okra-system__img,
  .okra-system__content{
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    justify-self: center;
  }

  .img--tr, .img--tl, .img--tm, .img--bl, .img--br{
    width: min(520px, 100%);
    aspect-ratio: 1 / 1;
    justify-self: center;
  }

  .okra-system__content{
    padding-top: 10px;
  }

  .okra-system__lead,
  .okra-system__foot{
    max-width: 100%;
  }

  .okra-system__cats{
    gap: 18px 26px;
  }
}

@media (max-width: 640px){
  .okra-system__wrap{ width: min(620px, calc(100% - 34px)); }
}
/* ✅ Core Values: align the title start with the first pill (like your 2nd image) */
.okra-values{
  margin-top: 30px; /* keep */
  padding-left: clamp(0px, 4vw, 60px); /* optional: gives that slight “shift right” feel */
}

.okra-values__title{
  display: inline-block; /* (also fix the missing semicolon) */
}

/* REPLACE your existing .okra-values__list block */
.okra-values__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 42px;
  justify-content: flex-start; /* ✅ was center */
  flex-wrap: wrap;
}

/* Square color swatches (only variant colors) */
.variant-picker-item .variant-picker-values label.color-btn.radius-60{
  border-radius: 0 !important;
}

.variant-picker-item .variant-picker-values label.color-btn .btn-checkbox{
  border-radius: 0 !important;
}

/* ===== Product page buttons: remove pill radius ===== */
.tf-product-info-by-btn > .tf-btn{
  border-radius: 0 !important;
}

/* "Buy it now" button right after the Add-to-cart row */
.tf-product-info-by-btn + .tf-btn.btn-primary.w-full{
  border-radius: 0 !important;
}

/* Optional: also remove radius from sticky Add To Cart bar button */
.tf-sticky-atc-btns .tf-btn{
  border-radius: 0 !important;
}


/* =========================
   OKRA PDP — button styling
   (Add to cart + Buy it now)
   ========================= */

/* Change these 4 colors */
:root{
  --okra-atc-bg:    #551912; /* Add to cart */
  --okra-atc-hover: #36120D;

  --okra-buy-bg:    #551912; /* Buy it now */
  --okra-buy-hover: #49301C;
}

/* Make the 2 PDP buttons square + remove lift/shadow hover */
.tf-product-info-by-btn .tf-btn{
  border-radius: 0 !important;
}

.tf-product-info-by-btn .tf-btn:hover{
  box-shadow: none !important;
  transform: none !important;
}

/* Add to cart (btn-onsurface) */
.tf-product-info-by-btn .tf-btn.btn-onsurface{
  background-color: var(--okra-atc-bg) !important;
  color: #E9E3D6 !important;
}
.tf-product-info-by-btn .tf-btn.btn-onsurface:hover{
  background-color: var(--okra-atc-hover) !important;
}

/* Buy it now (btn-primary) */
.tf-product-info-by-btn .tf-btn.btn-primary{
  background-color: var(--okra-buy-bg) !important;
  color: #E9E3D6 !important;
}
.tf-product-info-by-btn .tf-btn.btn-primary:hover{
  background-color: var(--okra-buy-hover) !important;
}

/* Nice focus */
.tf-product-info-by-btn .tf-btn:focus-visible{
  outline: 2px solid #551912;
  outline-offset: 2px;
}

/* Texture images inside existing color swatches (NO size/spacing changes) */
.tf-product-info-choose-option .variant-picker-values .btn-checkbox.bg-color-beige1{
  background: url("../images/swatch/1.jpg") center / cover no-repeat !important;
}

.tf-product-info-choose-option .variant-picker-values .btn-checkbox.bg-color-gray{
  background: url("../images/swatch/1.jpg") center / cover no-repeat !important;
}

.tf-product-info-choose-option .variant-picker-values .btn-checkbox.bg-color-grey{
  background: url("../images/swatch/1.jpg") center / cover no-repeat !important;
}

.tf-product-info-choose-option .variant-picker-values .btn-checkbox.bg-color-black{
  background: url("../images/swatch/1.jpg") center / cover no-repeat !important;
}


/* Remove border line ONLY for the color/material swatches */
.tf-product-info-choose-option .variant-picker-values label.color-btn{
  border: 0 !important;
  box-shadow: none !important; /* removes any active ring too */
}

.tf-product-info-choose-option .variant-picker-values label.color-btn .btn-checkbox{
  border: 0 !important;
}

/* Optional: still show selection WITHOUT any border line */
.tf-product-info-choose-option .variant-picker-values input:checked + label .btn-checkbox{
  transform: scale(1.06);
  filter: contrast(1.08) saturate(1.08);
}


/* =========================================================
   OKRA FOOTER — Pixel-style layout (matches your reference)
   Works with your CURRENT HTML (top grid + bottom brand/bar)
   ========================================================= */

#footer.okra-footer{
  position: relative;
  background: #551912;
  color: #E9E3D6;
  min-height: 560px;           /* same “canvas height” feel */
  overflow: hidden;
}

/* ---------- TOP (LEFT SIDE ONLY) ---------- */
#footer.okra-footer .okra-footer__top.okra-footer__wrap{
  /* keep it on the left, don’t stretch into the OKRA zone */
  max-width: 760px;
  margin: 0;                   /* left aligned */
  padding: 78px 0 0 70px;       /* matches reference inset */
}

/* Turn your 4 columns into a 2x2 grid */
#footer.okra-footer .okra-footer__grid{
  display: grid;
  grid-template-columns: 260px 260px;
  column-gap: 130px;
  row-gap: 78px;
  align-items: start;
}

/* Place items:
   1 Customer Services -> (1,1)
   2 Information      -> (2,1)
   3 My Account       -> (2,2)
   4 Newsletter       -> (1,2)
*/
#footer.okra-footer .okra-footer__grid > .okra-footer__col:nth-child(1){
  grid-column: 1; grid-row: 1;
}
#footer.okra-footer .okra-footer__grid > .okra-footer__col:nth-child(2){
  grid-column: 2; grid-row: 1;
}
#footer.okra-footer .okra-footer__grid > .okra-footer__col:nth-child(3){
  grid-column: 2; grid-row: 2;
}
#footer.okra-footer .okra-footer__grid > .okra-footer__col:nth-child(4){
  grid-column: 1; grid-row: 2;
}

/* Typography */
#footer.okra-footer .okra-footer__title{
  margin: 0 0 18px;
  font-family: "Qanelas-Medium","Qanelas-Regular",sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: .10em;
  line-height: 1.15;
  color: #E9E3D6;
}

/* Desktop: keep footer titles on one line */
@media (min-width: 992px){
  #footer.okra-footer .okra-footer__title{
    white-space: nowrap;
  }
}

#footer.okra-footer .okra-footer__list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  font-family: "Qanelas-Regular",sans-serif;
}

#footer.okra-footer .okra-footer__list a{
  color: #E9E3D6;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .14em;
  opacity: .92;
}
#footer.okra-footer .okra-footer__list a:hover{ opacity: 1; }

/* Remove divider (reference has none) */
#footer.okra-footer .okra-footer__divider{ display:none; }

/* Newsletter pill (match reference: outlined capsule + inner cream input) */
#footer.okra-footer .okra-newsletter{ margin-top: 14px; }

#footer.okra-footer .okra-newsletter__field{
  max-width: 360px;
  width: 100%;
  border: 1px solid rgba(233,227,214,.45);
  border-radius: 10px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #E9E3D6;
}

#footer.okra-footer .okra-newsletter__field input{
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: #E9E3D6;
  color: #551912;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 11px;
  letter-spacing: .12em;
}

#footer.okra-footer .okra-newsletter__field input::placeholder{
  color: rgba(85,25,18,.55);
}

#footer.okra-footer .okra-newsletter__btn{
  border: 1px solid rgba(233,227,214,.55);
  background: #551912;
  color: #E9E3D6;
  border-radius: 10px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: .12em;
  white-space: nowrap;
  cursor: pointer;
}

/* Social icons */
#footer.okra-footer .okra-footer__social{
  margin-top: 22px;
  display: flex;
  gap: 30px;
  align-items: center;
}
#footer.okra-footer .okra-footer__social svg{
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #E9E3D6;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- BOTTOM (RIGHT SIDE ZONE) ---------- */
#footer.okra-footer .okra-footer__bottom{
  position: absolute;
  inset: 0 0 0 auto;          /* stick to right */
  width: 58%;
  height: 100%;
  padding: 74px 80px 60px 0;  /* right padding like reference */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none;       /* purely visual */
}

/* Big OKRA on right (NOT clipped) */
#footer.okra-footer .okra-footer__brand{
  text-align: right;
  font-family: "Qanelas-Regular",sans-serif;
  font-weight: 500;           /* thinner like reference */
  letter-spacing: .06em;
  line-height: .85;
  font-size: clamp(180px, 18vw, 230px);
  color: #E9E3D6;
}

/* Payment row + copyright centered under OKRA */
#footer.okra-footer .okra-footer__bar.okra-footer__wrap{
  /* cancel the generic wrap padding/margins */
  max-width: none;
  margin: 0;
  padding: 0;

  margin-top: auto;           /* push to lower area */
  align-self: center;
  display: flex;
  flex-direction: column-reverse; /* copyright below */
  align-items: center;
  gap: 20px;
  pointer-events: auto;
}

#footer.okra-footer .okra-footer__copyright{
  margin: 0;
  font-family: "Qanelas-Regular",sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  opacity: .9;
  text-align: center;
}

/* If you're still using the SVG placeholders, size it like the reference */
#footer.okra-footer .okra-payment-strip{
  width: 360px;
  height: 22px;
  display: block;
}

/* IMPORTANT:
   If you DID NOT paste real logo paths into the SVG,
   you'll only see the placeholder rectangles.
   Comment this out if you want to keep the boxes visible. */
#footer.okra-footer .okra-payment-strip rect{
  display: none;
}

/* ---------- Responsive: stack on small screens ---------- */
@media (max-width: 1100px){
  #footer.okra-footer{
    min-height: auto;
  }

  #footer.okra-footer .okra-footer__top.okra-footer__wrap{
    max-width: none;
    padding: 60px 28px 0;
  }

  #footer.okra-footer .okra-footer__grid{
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 48px;
  }

  #footer.okra-footer .okra-footer__bottom{
    position: static;
    width: auto;
    height: auto;
    padding: 40px 28px 60px;
    align-items: center;
    pointer-events: auto;
  }

  #footer.okra-footer .okra-footer__brand{
    text-align: center;
  }
}

@media (max-width: 560px){
  #footer.okra-footer .okra-footer__grid{
    grid-template-columns: 1fr;
  }

  #footer.okra-footer .okra-newsletter__field{
    max-width: 100%;
  }
}

.okra-payments{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;          /* spacing between logos */
  flex-wrap: wrap;    /* safe on smaller widths */
}

.okra-payments img{
  height: 50px;       /* match the screenshot size */
  width: auto;
  display: block;
  opacity: .95;
}

/* If your PNGs are black logos and you want them white/cream like the footer */
.okra-payments img.is-dark{
  filter: brightness(0) invert(1);
}




/* =========================================================
   OKRA PDP (Vintage reference) — right-side UI only
   Scope: body.okra-vintage-pdp (product-grid-1.html)
   Keeps all existing button/activity classes intact.
   ========================================================= */

body.okra-vintage-pdp{
  --okra-paper: #E9E3D6;
  --okra-ink:   #49301C;
  --okra-ink2:  rgba(73,48,28,.78);
  --okra-line:  rgba(73,48,28,.20);
  --okra-line2: rgba(73,48,28,.32);
  --okra-btn:   #551912;
  --okra-btn2:  #36120D;
}

/* Make the right column feel like the reference: clean, no “card” */
body.okra-vintage-pdp .tf-product-info-wrap{
  padding-left: 28px;
  color: var(--okra-ink);
}

@media (max-width: 991px){
  body.okra-vintage-pdp .tf-product-info-wrap{ padding-left: 0; }
}

/* Hide elements not present in your reference image */
body.okra-vintage-pdp .tf-product-info-rate,
body.okra-vintage-pdp .tf-product-info-sold,
body.okra-vintage-pdp .tf-product-info-liveview,
body.okra-vintage-pdp .tf-product-info-price .compare-at-price,
body.okra-vintage-pdp .tf-product-info-price .badges-on-sale{
  display: none !important;
}

/* Top meta (01 + 001-004 scroll) */
body.okra-vintage-pdp .okra-pdp-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  margin: 8px 0 18px;
}

body.okra-vintage-pdp .okra-pdp-index{
  font-family: "Qanelas-Medium","Qanelas-Regular",sans-serif;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--okra-ink);
}

body.okra-vintage-pdp .okra-pdp-scroll{
  text-align:right;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--okra-ink2);
}

body.okra-vintage-pdp .okra-pdp-scroll em{
  font-style: italic;
  letter-spacing: .10em;
  text-transform: none;
}

/* Title + tag */
body.okra-vintage-pdp .tf-product-info-name .name{
  font-family: "Qanelas-Regular",sans-serif;
  font-size: 46px;
  line-height: 1.06;
  margin: 0 0 12px;
  color: var(--okra-ink);
}

body.okra-vintage-pdp .tf-product-tag{
  border: 1px solid var(--okra-line2);
  padding: 3px 10px;
  border-radius: 4px;
  background: transparent;
  color: var(--okra-ink);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* Price + description */
body.okra-vintage-pdp .tf-product-info-desc{
  margin-top: 14px;
  gap: 10px;
}

body.okra-vintage-pdp .tf-product-info-price .price-on-sale{
  font-family: "Qanelas-Medium","Qanelas-Regular",sans-serif;
  font-size: 30px;
  line-height: 1.1;
  color: var(--okra-ink);
  margin: 0;
}

body.okra-vintage-pdp .tf-product-info-desc > p{
  font-size: 11px;
  line-height: 1.65;
  color: var(--okra-ink2);
  margin: 0;
  max-width: 520px;
  text-align: justify;
}

/* Specs (Dimensions / Style) */
body.okra-vintage-pdp .okra-pdp-specs{
  margin: 18px 0 16px;
  max-width: 520px;
}

body.okra-vintage-pdp .okra-spec-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--okra-line);
}

body.okra-vintage-pdp .okra-spec-label{
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--okra-ink2);
}

body.okra-vintage-pdp .okra-spec-val{
  font-size: 11px;
  letter-spacing: .02em;
  color: var(--okra-ink);
  white-space: nowrap;
}

/* Options container (we reorder to match reference: Size -> Materials -> Qty -> Buttons -> Info) */
body.okra-vintage-pdp .tf-product-info-choose-option{
  display:flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  margin-top: 10px;
}

/* order */
body.okra-vintage-pdp .tf-product-info-choose-option > .variant-picker-item:nth-of-type(1){ order: 2; } /* Materials */
body.okra-vintage-pdp .tf-product-info-choose-option > .variant-picker-item:nth-of-type(2){ order: 1; } /* Size */
body.okra-vintage-pdp .tf-product-info-choose-option > .tf-product-info-quantity{ order: 3; }
body.okra-vintage-pdp .tf-product-info-choose-option > .okra-pdp-actions{ order: 4; }
body.okra-vintage-pdp .tf-product-info-choose-option > .tf-product-info-help{ order: 5; }
body.okra-vintage-pdp .tf-product-info-choose-option > .tf-product-info-sku{ order: 6; }
body.okra-vintage-pdp .tf-product-info-choose-option > .tf-product-info-guranteed{ order: 7; }

/* Labels (SIZE : ..., MATERIALS : ...) */
body.okra-vintage-pdp .variant-picker-label{
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--okra-ink);
}

body.okra-vintage-pdp .variant-picker-label .text-title,
body.okra-vintage-pdp .variant-picker-label-value{
  font-size: 11px !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--okra-ink);
}

/* Hide “Find your size” link on this vintage layout */
body.okra-vintage-pdp .size-guide{ display:none !important; }

/* Size pills */
body.okra-vintage-pdp .variant-picker-values.gap12{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.okra-vintage-pdp .variant-picker-values.gap12 input{ display:none; }

body.okra-vintage-pdp .variant-picker-values.gap12 label.size-btn{
  border: 1px solid var(--okra-line2);
  padding: 6px 30px;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

body.okra-vintage-pdp .variant-picker-values.gap12 label.size-btn .text-title{
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--okra-ink);
}

body.okra-vintage-pdp .variant-picker-values.gap12 input:checked + label.size-btn{
  background: var(--okra-btn);
  border-color: var(--okra-btn);
}

body.okra-vintage-pdp .variant-picker-values.gap12 input:checked + label.size-btn .text-title{
  color: var(--okra-paper);
}

/* Material swatches (small squares) */
body.okra-vintage-pdp .tf-product-info-choose-option .variant-picker-values{
  gap: 10px;
}

body.okra-vintage-pdp .tf-product-info-choose-option .variant-picker-values label.color-btn{
  border: 0 !important;
  padding: 0 !important;
  width: 34px;
  height: 34px;
  border-radius: 0 !important;
  background: transparent !important;
}

body.okra-vintage-pdp .tf-product-info-choose-option .variant-picker-values label.color-btn .btn-checkbox{
  width: 34px;
  height: 34px;
  border-radius: 0 !important;
  border: 1px solid var(--okra-line);
  background-color: rgba(255,255,255,.25);
}

body.okra-vintage-pdp .tf-product-info-choose-option .variant-picker-values input:checked + label .btn-checkbox{
  border-color: var(--okra-btn);
  box-shadow: inset 0 0 0 1px var(--okra-btn);
}

/* Quantity box */
body.okra-vintage-pdp .tf-product-info-quantity .title{
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  color: var(--okra-ink);
}

body.okra-vintage-pdp .wg-quantity{
  width: 120px;
  height: 34px;
  border: 1px solid var(--okra-line2);
  border-radius: 4px;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  overflow: hidden;
  background: transparent;
}

body.okra-vintage-pdp .wg-quantity .btn-quantity{
  height: 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 16px;
  color: var(--okra-ink);
  user-select: none;
}

body.okra-vintage-pdp .wg-quantity input{
  height: 34px;
  border: 0 !important;
  background: transparent !important;
  text-align:center;
  font-size: 12px;
  color: var(--okra-ink);
  padding: 0 !important;
}

/* Buttons row */
body.okra-vintage-pdp .tf-product-info-by-btn{
  gap: 10px !important;
  align-items: stretch;
}

body.okra-vintage-pdp .tf-product-info-by-btn .tf-btn.btn-onsurface{
  background: var(--okra-btn) !important;
  border: 1px solid var(--okra-btn) !important;
  color: var(--okra-paper) !important;
  height: 42px;
  border-radius: 4px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.okra-vintage-pdp .tf-product-info-by-btn .tf-btn.btn-onsurface:hover{
  background: var(--okra-btn2) !important;
  border-color: var(--okra-btn2) !important;
}

body.okra-vintage-pdp .tf-product-info-by-btn .box-icon{
  width: 42px !important;
  height: 42px !important;
  border-radius: 4px !important;
  border: 1px solid var(--okra-line2) !important;
  background: transparent !important;
  color: var(--okra-ink) !important;
  font-size: 18px !important;
}

body.okra-vintage-pdp .tf-product-info-by-btn .box-icon:hover{
  background: rgba(255,255,255,.20) !important;
}

/* Hide hover tooltips on those square icons (clean look) */
body.okra-vintage-pdp .tf-product-info-by-btn .tooltip{
  display:none !important;
}

/* Secondary button (Pre Book now) */
body.okra-vintage-pdp .okra-pdp-actions > .tf-btn.btn-primary.w-full{
  margin-top: 10px;
  background: var(--okra-btn) !important;
  border: 1px solid var(--okra-btn) !important;
  color: var(--okra-paper) !important;
  height: 42px;
  border-radius: 4px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.okra-vintage-pdp .okra-pdp-actions > .tf-btn.btn-primary.w-full:hover{
  background: var(--okra-btn2) !important;
  border-color: var(--okra-btn2) !important;
}

/* Store info link */
body.okra-vintage-pdp .tf-product-info-view.link{
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--okra-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Delivery / return mini lines */
body.okra-vintage-pdp .tf-product-info-help{
  padding-bottom: 16px !important;
  border-bottom: 1px solid var(--okra-line) !important;
  gap: 12px !important;
}

body.okra-vintage-pdp .tf-product-info-time,
body.okra-vintage-pdp .tf-product-info-return{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

body.okra-vintage-pdp .tf-product-info-time .icon,
body.okra-vintage-pdp .tf-product-info-return .icon{
  width: 18px;
  height: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 2px;
}

body.okra-vintage-pdp .tf-product-info-time p,
body.okra-vintage-pdp .tf-product-info-return p{
  font-size: 11px;
  line-height: 1.55;
  color: var(--okra-ink2);
}

/* Extra links row */
body.okra-vintage-pdp .tf-product-info-extra-link{
  margin-top: 2px;
  gap: 18px 22px !important;
}

body.okra-vintage-pdp .tf-product-extra-icon{
  gap: 8px !important;
}
body.okra-vintage-pdp .tf-product-extra-icon p{
  font-size: 11px;
  color: var(--okra-ink);
}

/* SKU block */
body.okra-vintage-pdp .tf-product-info-sku{
  padding-top: 16px;
  border-top: 1px solid var(--okra-line);
  display: grid;
  gap: 8px;
}

body.okra-vintage-pdp .tf-product-info-sku li{
  display:flex;
  gap: 10px;
}

body.okra-vintage-pdp .tf-product-info-sku p{
  font-size: 11px;
  color: var(--okra-ink2);
}
body.okra-vintage-pdp .tf-product-info-sku .text-1{
  color: var(--okra-ink) !important;
}

/* Guaranteed safe checkout (make subtle) */
body.okra-vintage-pdp .tf-product-info-guranteed{
  padding-top: 14px;
}
body.okra-vintage-pdp .tf-product-info-guranteed .text-title{
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--okra-ink2);
}


/* =========================================================
   FIX: PDP quantity UI + clickability (prevents + from hiding)
   Applies only to the product page quantity block.
   ========================================================= */
.tf-product-info-quantity .wg-quantity{
  width: 120px !important;
  height: 34px !important;
  display: grid !important;
  grid-template-columns: 34px 1fr 34px !important;
  align-items: center !important;
  border: 1px solid rgba(73,48,28,.32) !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: transparent !important;
}
.tf-product-info-quantity .wg-quantity .btn-quantity{
  width: 34px !important;
  height: 34px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size: 16px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  user-select: none !important;
  pointer-events: auto !important;
  color: #49301C !important;
}
.tf-product-info-quantity .wg-quantity input.quantity-product{
  width: 100% !important;
  height: 34px !important;
  border: 0 !important;
  background: transparent !important;
  text-align:center !important;
  font-size: 12px !important;
  line-height: 34px !important;
  padding: 0 !important;
  color: #49301C !important;
  pointer-events: none !important;
}


/* Remove the extra divider line under the extra links row */
body.okra-vintage-pdp .tf-product-info-help{
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/* Vintage breadcrumb like: "Okra Vintage Collections / Wall Scent Shelf" */
body.okra-vintage-pdp .tf-breadcrumb.okra-vintage-crumb{
  padding: 18px 0 8px;
  background: transparent;
}

body.okra-vintage-pdp .okra-crumb-line{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Qanelas-Regular", sans-serif;
  font-size: 15px;
  letter-spacing: .02em;
  color: #551912;
}

body.okra-vintage-pdp .okra-crumb-link{
  color: inherit;
  text-decoration: none;
}

body.okra-vintage-pdp .okra-crumb-link:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.okra-vintage-pdp .okra-crumb-sep{
  opacity: .65;
}

body.okra-vintage-pdp .okra-crumb-current{
  opacity: .85;
}

/* Mobile */
@media (max-width: 767px){
  body.okra-vintage-pdp .okra-crumb-line{ font-size: 14px; }
}


/* Balance spacing above/below header + breadcrumb area */
body.okra-vintage-pdp .header,
body.okra-vintage-pdp .header-style,
body.okra-vintage-pdp header{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

/* Breadcrumb block balanced */
body.okra-vintage-pdp .tf-breadcrumb.okra-vintage-crumb{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  margin: 0 !important;
}

/* Add consistent gap before the product section starts */
body.okra-vintage-pdp .tf-main-product{
  padding-top: 26px !important;
}

/* If your theme adds extra top spacing somewhere, remove it */
body.okra-vintage-pdp .tf-breadcrumb + .tf-main-product{
  margin-top: 0 !important;
}

/* Reduce space under breadcrumb (gap before product section) */
body.okra-vintage-pdp .tf-breadcrumb.okra-vintage-crumb{
  padding-bottom: 0px !important;
}

/* Pull the product section up */
body.okra-vintage-pdp .tf-main-product{
  padding-top: 10px !important;
  margin-top: 0 !important;
}

/* In case the first container inside adds extra top margin */
body.okra-vintage-pdp .tf-main-product > .container{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* If your theme adds spacing via row/section wrappers */
body.okra-vintage-pdp .tf-main-product .row{
  margin-top: 0 !important;
}

/* PDP description paragraph font size */
body.okra-vintage-pdp .tf-product-info-desc > p{
  font-size: 15px !important;   /* change to 15/16 if you want */
  line-height: 2.0 !important;
  margin-top: 10px !important;
}

/* Remove the divider line under the description (above Dimensions) */
body.okra-vintage-pdp .tf-product-info-list .tf-product-info-heading{
  border-bottom: 0 !important;
}

/* Fallback: if the line is coming from the specs block itself */
body.okra-vintage-pdp .okra-pdp-specs{
  border-top: 0 !important;
}

/* PDP: remove italics from those caption texts */
body.okra-vintage-pdp p.text-caption-1{
  font-style: normal !important;
}


/* =========================================
   OKRA SHOP BY CATEGORIES (MATCHES REF IMAGE)
   - Square tiles (same height)
   - Clean consistent gaps
   - Centered layout
   ========================================= */

.okra-cats{
  background: var(--White);
  padding: 64px 0 56px;
}

/* Control the exact look here */
.okra-cats{
  --tile: 340px;   /* tile size (square) */
  --gap: 15px;     /* gap between tiles */
}

.okra-cats__wrap{
  width: 100%;
  margin: 0 auto;
}

.okra-cats__head{
  margin-bottom: 28px;
}

.okra-cats__title{
  margin: 0 0 6px;
  font-family: "Qanelas-Regular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #2f2320;
  font-size: 26px;
  line-height: 1.1;
}

.okra-cats__sub{
  margin: 0;
  font-family: "Marcellus", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: var(--Secondary);
  opacity: .9;
}

/* The exact centered 3-tile grid */
.okra-cats__grid{
  display: grid;
  grid-template-columns: repeat(3, var(--tile));
  justify-content: center;
  gap: var(--gap);
}

/* Each card */
.okra-cats__item{
  width: var(--tile);
  text-decoration: none;
  color: inherit;
  text-align: center;
}

/* Square tile (fixes your “height not matched” issue) */
.okra-cats__thumb{
  width: 100%;
  height: var(--tile);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(0,0,0,0.02);
  box-shadow: 0 10px 26px rgba(0,0,0,0.06); /* soft like screenshot */
}

.okra-cats__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .6s ease;
}

.okra-cats__item:hover .okra-cats__thumb img{
  transform: scale(1.03);
}

.okra-cats__label{
  margin-top: 12px;
  font-family: "Qanelas-Regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2f2320;
  opacity: .85;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px){
  .okra-cats{
    padding: 54px 0 48px;
    --tile: 220px;
    --gap: 28px;
  }

  .okra-cats__grid{
    grid-template-columns: repeat(2, var(--tile));
  }
}

@media (max-width: 575px){
  .okra-cats{
    --tile: 300px; /* full width card size */
    --gap: 22px;
  }

  .okra-cats__grid{
    grid-template-columns: 1fr;
  }

  .okra-cats__item{
    width: 100%;
    max-width: var(--tile);
    margin: 0 auto;
  }

  .okra-cats__thumb{
    height: auto;
    aspect-ratio: 1 / 1; /* still square on mobile */
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .okra-cats__thumb img{ transition: none !important; }
}

body.okra-vintage-pdp .okra-pdp-top{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;   /* keep 001-004 on the right */
  margin: 0 0 10px;            /* pulls “Lupa Frame” area upward */
}

/* safety: always stick scroll block to the right */
body.okra-vintage-pdp .okra-pdp-scroll{
  margin-left: auto;
}

/* Smaller payment icons (Guaranteed safe checkout row) */
body.okra-vintage-pdp .tf-product-info-guranteed .tf-payment{
  display: flex;
  align-items: center;
  gap: 12px;         /* reduce spacing */
  flex-wrap: wrap;
}

body.okra-vintage-pdp .tf-product-info-guranteed .tf-payment a{
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

body.okra-vintage-pdp .tf-product-info-guranteed .tf-payment img{
  height: 34px;      /* ✅ make smaller (try 16px if you want more small) */
  width: auto;
  display: block;
  object-fit: contain;
}

/* =========================
   OKRA Auth Section (Register UI)
   ========================= */

:root{
  --okra-bg: #e9e1d6;
  --okra-card: #e9e1d6;
  --okra-border: #c9b6aa;
  --okra-text: #4a241b;
  --okra-muted: #8a6f64;
  --okra-btn: #5a1c12;
  --okra-btn-hover: #45130c;
  --okra-input-bg: #efe7de;
}

/* Screen-reader only */
.okra-sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

.okra-auth-section{
  background: var(--okra-bg);
  padding: 60px 16px;
}

.okra-auth-shell{
  max-width: 1100px;
  margin: 0 auto;
}

.okra-auth-card{
  background: var(--okra-card);
  border: 1px solid rgba(201, 182, 170, 0.7);
  border-radius: 36px;
  overflow: hidden;
}

.okra-auth-grid{
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  min-height: 520px;
}

.okra-auth-col{
  padding: 58px 64px;
}

.okra-auth-divider{
  background: rgba(201, 182, 170, 0.7);
}

.okra-auth-title{
  margin: 0 0 26px 0;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.4px;
  color: var(--okra-text);
  font-weight: 600;
}

.okra-auth-form{
  display: grid;
  gap: 18px;
  max-width: 420px;
}

.okra-auth-input{
  height: 44px;
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(201, 182, 170, 0.85);
  background: var(--okra-input-bg);
  padding: 0 16px;
  color: var(--okra-text);
  outline: none;
  font-size: 14px;
}

.okra-auth-input::placeholder{
  color: rgba(74, 36, 27, 0.55);
}

.okra-auth-input:focus{
  border-color: rgba(90, 28, 18, 0.55);
  box-shadow: 0 0 0 4px rgba(90, 28, 18, 0.10);
}

.okra-auth-check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: var(--okra-text);
  font-size: 13px;
}

.okra-auth-check input{
  width: 14px;
  height: 14px;
  accent-color: var(--okra-btn);
}

.okra-auth-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 14px;
  background: var(--okra-btn);
  color: #fff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: transform 0.12s ease, background 0.2s ease;
}

.okra-auth-btn:hover{
  background: var(--okra-btn-hover);
  transform: translateY(-1px);
}

.okra-auth-btn--wide{
  width: 100%;
  margin-top: 12px;
  height: 46px;
  border-radius: 16px;
}

.okra-auth-sub{
  max-width: 420px;
  margin: 0 0 28px 0;
  color: var(--okra-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* Right column spacing to match your image */
.okra-auth-right{
  padding-top: 86px;
}

/* Responsive */
@media (max-width: 900px){
  .okra-auth-grid{
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .okra-auth-divider{
    height: 1px;
    width: 100%;
  }
  .okra-auth-col{
    padding: 40px 22px;
  }
  .okra-auth-right{
    padding-top: 40px;
  }
  .okra-auth-title{
    font-size: 28px;
  }
}

/* Move the RIGHT-side content a bit down (Desktop) */
body.okra-auth.okra-auth-register .login-wrap .right{
  padding-top: 120px; /* increase/decrease to taste (was 92px) */
}

/* Mobile/Tablet (when it stacks) */
@media (max-width: 991px){
  body.okra-auth.okra-auth-register .login-wrap .right{
    padding-top: 52px; /* was 40px */
  }
}

.woocommerce-password-strength{ margin-top:10px; font-size:14px; }
.woocommerce-password-strength.poor{ color:#b02a37; }
.woocommerce-password-strength.weak{ color:#b35c00; }
.woocommerce-password-strength.good{ color:#8a6d1a; }
.woocommerce-password-strength.strong{ color:#0f7a3a; }


/* =========================
   OKRA STATIC HERO
   ========================= */

.okra-hero-static {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: var(--okra-bg);
  background-size: cover;
  background-position: center;
}

/* If you keep the <img> background, it sits behind everything */
.okra-hero-static__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform: scale(1.03);
  z-index: 0;
}

/* Soft wash overlay like your reference */
.okra-hero-static__veil{
  position:absolute;
  inset:0;
  z-index: 1;

}

/* Center group */
.okra-hero-static__center{
  position: relative;
  z-index: 2;
  height: 100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transform: translateY(6vh); /* pushes frame slightly down like screenshot */
}

/* Frame image (use your PNG frame here) */
.okra-hero-static__frame{
  width: min(70vw, 860px);
  height: auto;
  display:block;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.18));
}

/* CTA */
.okra-hero-static__cta{
  margin-top: 34px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 14px;
  line-height: 1;
  color: rgba(255,255,255,0.78);
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.okra-hero-static__cta::after{
  content:"";
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:0;
  width:180px;
  height:1px;
  background: rgba(255,255,255,0.55);
}

@media (max-width: 768px){
  .okra-hero-static__frame{ width: min(88vw, 560px); }
  .okra-hero-static__cta::after{ width:150px; }
}

.okra-hero-static__cta{
  transform: translateY(230px); /* increase to move further down */
}

.header-default.header-bg.header-fixed .logo-header .logo{
  display: block !important;
}
.header-default.header-bg.header-fixed .logo-header .logo-black{
  display: none !important;
}

.okra-hero-static__cta::after{
  content:"";
  position:absolute;
  left:50%;
  transform: translateX(-50%) scaleX(0.65);
  transform-origin: center;
  bottom:0;
  width:180px;
  height:1px;
  background: rgba(255,255,255,0.55);
  transition: transform .35s ease, background .35s ease;
}

.okra-hero-static__cta:hover::after{
  transform: translateX(-50%) scaleX(1);
  background: rgba(255,255,255,0.85);
}

/* Home only: push header content down when it's transparent */
body.okra-home #header.header-absolute:not(.header-bg) .wrapper-header{
  transform: translateY(30px); /* increase/decrease */
}

/* When sticky kicks in (header-bg added), go back to normal */
body.okra-home #header.header-absolute.header-bg .wrapper-header{
  transform: translateY(0);
}

/* OKRA SHOP BY CATEGORIES (v2) */
.okra-cats-v2{
  --okra-bg: #DFD7C5;         /* section beige */
  --okra-band: #efe9dd;       /* title band */
  --okra-text: #6a4b3b;       /* brown text */
  --okra-card-radius: 5px;
  background: var(--okra-bg);
  color: var(--okra-text);
}

.okra-cats-v2__band{
  background: var(--okra-band);
  padding: clamp(26px, 4vw, 44px) 0;
}

.okra-cats-v2__title{
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 300;
  font-size: clamp(20px, 2.4vw, 34px);
  color: var(--okra-text);
}

.okra-cats-v2__content{
  /* smaller top space so cards sit closer to the title band (like reference) */
  padding: clamp(18px, 2vw, 28px) 0 clamp(34px, 4vw, 60px);
}


.okra-cats-v2__grid{
  --tile: 390px;     /* card size like reference */
  --gap: 18px;       /* tight gap like reference */
  display: grid;
  grid-template-columns: repeat(3, var(--tile));
  justify-content: center;  /* centers the whole grid */
  gap: var(--gap);
  align-items: start;
}



.okra-cats-v2__card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 16px;
}

.okra-cats-v2__thumb{
  width: 100%;
  max-width: none;                 /* IMPORTANT: remove the old max-width limit */
  aspect-ratio: 1 / 1;
  border-radius: var(--okra-card-radius);
  overflow: hidden;
  background: #d8cfbf;
}


.okra-cats-v2__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .45s ease;
}

.okra-cats-v2__label{
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 400;
  font-size: 18px;
}

.okra-cats-v2__label::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 93px;
  height: 1px;
  background: currentColor;
  opacity: .65;
  transform: translateX(-50%);
}

/* hover (subtle) */
.okra-cats-v2__card:hover .okra-cats-v2__thumb img{
  transform: scale(1.07);
}

/* responsive */
@media (max-width: 900px){
  .okra-cats-v2__grid{
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
    margin: 0 auto;
    gap: 14px;
  }
}

@media (max-width: 560px){
  .okra-cats-v2__grid{
    grid-template-columns: 1fr;
    max-width: 380px;
  }
}

/* ================================
   CATEGORIES LABEL: use HERO CTA underline animation
   (center scale 0.65 -> 1 on hover)
   ================================ */

/* disable old wipe underline if it exists */
.okra-cats-v2__label::before,
.okra-cats-v2__label::after{
  content: none !important;
}

/* label text (keep your style) */
.okra-cats-v2__label{
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 400;
  font-size: 18px;
}

/* spacing between text and line (adjust 3px–6px to match your image) */
.okra-cats-v2__label > span{
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

/* underline (same animation behavior as .okra-hero-static__cta) */
.okra-cats-v2__label > span::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:93px; /* keep your underline width */
  height:1px;
  background: currentColor;

  opacity: .55;
  transform: translateX(-50%) scaleX(0.65);
  transform-origin: center;
  transition: transform .35s ease, opacity .35s ease;
  will-change: transform;
}

/* hover/focus: expand to full */
.okra-cats-v2__card:hover .okra-cats-v2__label > span::after,
.okra-cats-v2__card:focus-visible .okra-cats-v2__label > span::after{
  transform: translateX(-50%) scaleX(1);
  opacity: .85;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .okra-cats-v2__label > span::after{ transition: none; }
}


/* ===== Header icons (add to your CSS file) ===== */
.header-icons{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:28px;
  list-style:none;
  margin:0;
  padding:0;
}

.header-icon-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:999px;
  text-decoration:none;
  transition:transform .2s ease, background-color .2s ease, opacity .2s ease;
}

.header-icon-link:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.18);
}

.header-icon-img{
  width:20px;
  height:20px;
  object-fit:contain;
  display:block;
}

.header-cart-link{
  gap:8px;
}

.header-cart-count{
  font-size:12px;
  line-height:1;
  opacity:.85;
}

@media (max-width: 575.98px){
  .header-icons{ gap:16px; }
  .header-icon-link{ width:38px; height:38px; }
  .header-icon-img{ width:18px; height:18px; }
}

.nav-cart-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* PNG icon size */
.nav-cart-img{
  width: 29px;
  height: 29px;
  object-fit: contain;
  display: block;
}

/* remove bubble styles and show plain (0) */
.nav-cart .count-box{
  position: static !important;
  inset: auto !important;
  transform: none !important;
  background: transparent !important;
  padding: 0 !important;
  min-width: auto !important;
  height: auto !important;
  border-radius: 0 !important;

  color: #551912 !important;     /* change count text color */
  font-size: 22px;
  line-height: 1;
}

.nav-cart .count-box::before{ content: "("; }
.nav-cart .count-box::after{ content: ")"; }


/* Header icons color */
.nav-search .icon,
.nav-account .icon,
.nav-wishlist .icon{
  color: #551912;   /* <-- your color */
}

/* ===== OKRA: CUSTOMIZATION AS AN ART ===== */
.okra-custom-art{
  background: #6e5a49;            /* section brown like screenshot */
  padding: 72px 0 78px;
}

.okra-custom-art__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.okra-custom-art__title{
  text-align: center;
  color: rgba(255,255,255,.85);
  font-weight: 300;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: clamp(28px, 3.2vw, 44px);
  margin: 0 0 48px;
}

.okra-custom-art__grid{
  display: grid;
  grid-template-columns: 1fr 520px;  /* right image column */
  align-items: center;
  column-gap: 72px;
}

.okra-custom-art__copy{
  padding-left: 8px;
}

.okra-custom-art__text{
  margin: 0 0 34px;
  color: rgba(255,255,255,.55);
  font-weight: 300;
  font-size: 18px;
  line-height: 2.05;
  letter-spacing: .20em;          /* that spaced-out look */
  word-spacing: .35em;
  max-width: 520px;
}

.okra-custom-art__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 420px;               /* wide button like screenshot */
  height: 64px;
  padding: 0 36px;

  background: #3f2b1c;            /* dark brown button */
  color: rgba(255,255,255,.85);
  text-decoration: none;

  font-weight: 300;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 6px;
}

.okra-custom-art__btn:hover{
  filter: brightness(1.05);
}

/* remove any card/background behind the image */
.okra-custom-art__media{
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* show only the PNG (no shadow/card) */
.okra-custom-art__img{
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: block;
}

/* Responsive */
@media (max-width: 992px){
  .okra-custom-art__grid{
    grid-template-columns: 1fr;
    row-gap: 44px;
  }
  .okra-custom-art__media{
    justify-content: flex-start;
  }
  .okra-custom-art__btn{
    min-width: 320px;
    width: 100%;
    max-width: 420px;
  }
}


/* =========================================
   OKRA SHOP PAGE (match your screenshot)
   Only applies on shop.html if body has .okra-shop-page
   ========================================= */

.okra-shop-page .flat-spacing{
  background: #E9E3D6;
}

/* --- Top control row (FILTER + tabs) --- */
.okra-shop-page .tf-shop-control{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}

/* make filter look like "FILTER" text */
.okra-shop-page #filterShop{
  background: transparent;
  border: 0;
  padding: 0;
}
.okra-shop-page #filterShop .icon{ display: none; }
.okra-shop-page #filterShop .text{
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  color: #6a5546;
}

/* tabs */
.okra-shop-page .tf-control-layout.okra-shop-tabs{
  justify-self: center;
  display: flex;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.okra-shop-page .okra-tab{
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 11px;
  color: rgba(106,85,70,.55);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}
.okra-shop-page .okra-tab.is-active{
  color: #6a5546;
  border-bottom-color: rgba(106,85,70,.45);
}
.okra-shop-page .okra-tab:hover{
  color: #6a5546;
}

/* hide sort + extra meta row to match clean layout */
.okra-shop-page .tf-control-sorting{ display: none; }
.okra-shop-page .shop-sale-text{ display: none !important; }
.okra-shop-page .meta-filter-shop{ display: none; }

/* --- Remove sidebar column, make grid full width --- */
.okra-shop-page .wrapper-control-shop .row > .col-xl-3{ display: none; }
.okra-shop-page .wrapper-control-shop .row > .col-xl-9{
  flex: 0 0 100%;
  max-width: 100%;
}

/* --- GRID LAYOUT --- */
.okra-shop-page #gridLayout{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* iPad */
@media (max-width: 991px){
  .okra-shop-page #gridLayout{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

/* mobile */
@media (max-width: 575px){
  .okra-shop-page #gridLayout{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* --- CARD LOOK (big square tiles) --- */
.okra-shop-page #gridLayout .card-product{
  position: relative;
  margin: 0 !important;
  background: #d9d2c7;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 1 / 1; /* square tiles like your design */
}

/* use wrapper as full area */
.okra-shop-page #gridLayout .card-product-wrapper{
  position: absolute;
  inset: 0;
}

/* center the product image */
.okra-shop-page #gridLayout .image-wrap{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 3.2vw, 52px);
  background: #d9d2c7;
}

/* show only the main image (no swap) */
.okra-shop-page #gridLayout .img-hover{ display: none !important; }

/* make the image smaller like the screenshot */
.okra-shop-page #gridLayout .img-product{
  width: auto !important;
  height: 70% !important;
  max-height: 320px;
  object-fit: contain !important;
  display: block;
}

/* remove buttons/swatches/badges to match clean tiles */
.okra-shop-page #gridLayout .list-product-btn,
.okra-shop-page #gridLayout .list-btn-main,
.okra-shop-page #gridLayout .on-sale-wrap,
.okra-shop-page #gridLayout .list-color-product{
  display: none !important;
}

/* subtle darkening on hover for readability */
.okra-shop-page #gridLayout .card-product::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(58, 34, 26, .18);
  opacity: 0;
  transition: opacity .2s ease;
}
.okra-shop-page #gridLayout .card-product:hover::after{
  opacity: 1;
}

/* --- NAME (top-left) + PRICE (bottom-left) ON HOVER --- */
.okra-shop-page #gridLayout .card-product-info{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none; /* keep whole tile clickable */
  z-index: 2;
}

.okra-shop-page #gridLayout .card-product:hover .card-product-info{
  opacity: 1;
}

.okra-shop-page #gridLayout .card-product-info .title{
  color: rgba(255,255,255,.88);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.okra-shop-page #gridLayout .card-product-info .price{
  color: rgba(255,255,255,.88);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
}
.okra-shop-page #gridLayout .card-product-info .old-price{ display:none !important; }

/* touch devices: show info by default (since no hover) */
@media (hover: none){
  .okra-shop-page #gridLayout .card-product-info{ opacity: 1; }
  .okra-shop-page #gridLayout .card-product::after{ opacity: .10; }
}

/* --- Pagination: clean centered --- */
.okra-shop-page .wg-pagination{
  margin-top: 26px;
  gap: 18px;
}
.okra-shop-page .wg-pagination .pagination-item{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(106,85,70,.7);
}
.okra-shop-page .wg-pagination li.active .pagination-item{
  color: #6a5546;
}

/* =========================================
   OKRA SHOP GRID (only this page section)
   Header/footer untouched
   ========================================= */

.okra-shop-section{
  background: #E9E3D6;
}

/* ---------- TOP FILTER BAR ---------- */
.okra-shop-bar{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 18px;
}

/* FILTER text like design */
.okra-filter-btn{
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;

  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  color: #6a5546;

  border-bottom: 1px solid rgba(106,85,70,.35);
  padding-bottom: 6px;
}

/* Dropdown panel (slide in from left) */
.okra-filter-panel{
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 12px);
  z-index: 50;

  display: flex;
  justify-content: center;

  /* slide animation */
  opacity: 0;
  transform: translateX(-22px);   /* 👈 starts from left */
  pointer-events: none;

  transition: opacity .22s ease, transform .28s ease;
}

.okra-filter-panel.is-open{
  opacity: 1;
  transform: translateX(0);       /* 👈 slides to place */
  pointer-events: auto;
}


.okra-shop-tabs{
  list-style: none;
  margin: 0;
  padding: 10px 14px;

  display: flex;
  gap: 44px;

  background: rgba(255,255,255,.55);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
  backdrop-filter: blur(6px);
}

.okra-tab{
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 11px;

  color: rgba(106,85,70,.55);
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}

.okra-tab.is-active{
  color: #6a5546;
  border-bottom-color: rgba(106,85,70,.45);
}

.okra-tab:hover{
  color: #6a5546;
}

/* iPad/mobile wrap */
@media (max-width: 768px){
  .okra-shop-tabs{
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ---------- GRID LAYOUT (match your image) ---------- */
.okra-shop-section #gridLayout{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* iPad */
@media (max-width: 991px){
  .okra-shop-section #gridLayout{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

/* mobile */
@media (max-width: 575px){
  .okra-shop-section #gridLayout{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* ---------- TILE LOOK ---------- */
.okra-shop-section #gridLayout .card-product{
  position: relative;
  margin: 0 !important;
  background: #d9d2c7;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 1 / 1;     /* square tiles */
}

/* wrapper fills */
.okra-shop-section #gridLayout .card-product-wrapper{
  position: absolute;
  inset: 0;
}

/* center image */
.okra-shop-section #gridLayout .image-wrap{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 3.2vw, 52px);
  background: #d9d2c7;
}

/* hide hover swap image */
.okra-shop-section #gridLayout .img-hover{
  display: none !important;
}

/* image sizing */
.okra-shop-section #gridLayout .img-product{
  width: auto !important;
  height: 70% !important;
  max-height: 320px;
  object-fit: contain !important;
  display: block;
}

/* hide old actions/colors/badges (design is clean) */
.okra-shop-section #gridLayout .list-product-btn,
.okra-shop-section #gridLayout .list-btn-main,
.okra-shop-section #gridLayout .list-color-product,
.okra-shop-section #gridLayout .on-sale-wrap{
  display: none !important;
}

/* hover dark overlay */
.okra-shop-section #gridLayout .card-product::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(58, 34, 26, .18);
  opacity: 0;
  transition: opacity .2s ease;
}

.okra-shop-section #gridLayout .card-product:hover::after{
  opacity: 1;
}

/* ---------- NAME TOP-LEFT + PRICE BOTTOM-LEFT (hover) ---------- */
.okra-shop-section #gridLayout .card-product-info{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none; /* keep tile clickable */
  z-index: 2;
}

.okra-shop-section #gridLayout .card-product:hover .card-product-info{
  opacity: 1;
}

.okra-shop-section #gridLayout .card-product-info .title{
  color: rgba(255,255,255,.88);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.okra-shop-section #gridLayout .card-product-info .price{
  color: rgba(255,255,255,.88);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
}

/* touch devices (no hover) show text by default */
@media (hover: none){
  .okra-shop-section #gridLayout .card-product-info{ opacity: 1; }
  .okra-shop-section #gridLayout .card-product::after{ opacity: .10; }
}

/* ===== TOP ROW EXACT LIKE IMAGE ===== */
.okra-shop-bar{
  display: grid;
  grid-template-columns: 120px 1fr; /* FILTER + tabs area */
  align-items: end;
  column-gap: 36px;
  margin: 18px 0 18px;
}

/* FILTER text */
.okra-filter-btn{
  justify-self: start;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;

  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  color: #6a5546;

  border-bottom: 1px solid rgba(106,85,70,.35);
  padding-bottom: 6px;
}

/* Panel sits in the same row */
.okra-filter-panel{
  justify-self: start;       /* start like screenshot */
  align-self: end;
  overflow: hidden;

  /* closed state */
  max-width: 0;
  opacity: 0;
  transform: translateX(-18px);

  transition: max-width .45s ease, opacity .25s ease, transform .35s ease;
}

/* open: expands left -> right */
.okra-filter-panel.is-open{
  max-width: 820px;          /* big enough for all tabs */
  opacity: 1;
  transform: translateX(0);
}

/* tabs row */
.okra-shop-tabs{
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  gap: 84px;                 /* spacing like screenshot */
  white-space: nowrap;

  /* left->right "wipe" reveal */
  clip-path: inset(0 100% 0 0);
  transition: clip-path .45s ease;
}

.okra-filter-panel.is-open .okra-shop-tabs{
  clip-path: inset(0 0 0 0);
}

/* tab look */
.okra-tab{
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 11px;

  color: rgba(106,85,70,.45);
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(106,85,70,.18);
}

.okra-tab.is-active{
  color: #6a5546;
  border-bottom-color: rgba(106,85,70,.45);
}

.okra-tab:hover{
  color: #6a5546;
}

/* iPad: reduce gaps */
@media (max-width: 991px){
  .okra-shop-tabs{ gap: 48px; }
  .okra-filter-panel.is-open{ max-width: 680px; }
}

/* Mobile: allow wrap */
@media (max-width: 575px){
  .okra-shop-bar{
    grid-template-columns: 90px 1fr;
    column-gap: 18px;
  }
  .okra-filter-panel.is-open{ max-width: 100%; }
  .okra-shop-tabs{
    gap: 22px;
    flex-wrap: wrap;
    white-space: normal;
  }
}

/* ==================================================
   OKRA SHOP: FILTER row like your reference image
   - Tabs inline (next to FILTER)
   - No white card background
   - Slide/reveal left -> right on click
   ================================================== */

.okra-shop-page .okra-shop-section .okra-shop-bar{
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 84px;                 /* space between FILTER and tabs */
  margin: 18px 0 18px !important;
  flex-wrap: wrap;           /* mobile safety */
  row-gap: 12px;
}

/* keep FILTER as text (you already have this style, just ensuring) */
.okra-shop-page .okra-shop-section .okra-filter-btn{
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 6px 0 !important;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  color: #6a5546;
  border-bottom: 1px solid rgba(106,85,70,.35) !important;
}

/* PANEL INLINE (not dropdown) */
.okra-shop-page .okra-shop-section .okra-filter-panel{
  position: static !important;      /* <-- key: remove absolute dropdown */
  left: auto !important;
  right: auto !important;
  top: auto !important;
  z-index: auto !important;

  overflow: hidden !important;

  /* closed */
  max-width: 0;
  opacity: 0;
  transform: translateX(-16px);

  transition: max-width .45s ease, opacity .25s ease, transform .35s ease;
  pointer-events: none;
}

/* open: expands left -> right */
.okra-shop-page .okra-shop-section .okra-filter-panel.is-open{
  max-width: 1000px;         /* enough for all tabs */
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* TABS ROW: TEXT ONLY (NO white background) */
.okra-shop-page .okra-shop-section .okra-shop-tabs{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;

  display: flex !important;
  align-items: flex-end;
  gap: 84px;                 /* spacing like the reference */
  white-space: nowrap;

  background: transparent !important; /* <-- remove white */
  box-shadow: none !important;        /* <-- remove shadow */
  border-radius: 0 !important;
  backdrop-filter: none !important;

  /* left->right “wipe” reveal */
  clip-path: inset(0 100% 0 0);
  transition: clip-path .45s ease;
}
.okra-shop-page .okra-shop-section .okra-filter-panel.is-open .okra-shop-tabs{
  clip-path: inset(0 0 0 0);
}

/* tab typography (underline style like image) */
.okra-shop-page .okra-shop-section .okra-tab{
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 11px;

  color: rgba(106,85,70,.45);
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(106,85,70,.18);
}

.okra-shop-page .okra-shop-section .okra-tab.is-active{
  color: #6a5546;
  border-bottom-color: rgba(106,85,70,.45);
}

.okra-shop-page .okra-shop-section .okra-tab:hover{
  color: #6a5546;
}

/* iPad / smaller screens */
@media (max-width: 991px){
  .okra-shop-page .okra-shop-section .okra-shop-bar{ gap: 44px; }
  .okra-shop-page .okra-shop-section .okra-shop-tabs{ gap: 44px; }
}

/* Mobile: allow wrap if needed */
@media (max-width: 575px){
  .okra-shop-page .okra-shop-section .okra-shop-tabs{
    gap: 22px;
    flex-wrap: wrap;
    white-space: normal;
  }
  .okra-shop-page .okra-shop-section .okra-filter-panel.is-open{
    max-width: 100%;
  }
}

/* FULL IMAGE FILL INSIDE SHOP GRID TILE */
.okra-shop-section #gridLayout .image-wrap{
  padding: 0 !important;         /* remove inner padding */
}

.okra-shop-section #gridLayout .img-product{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;  /* fill the tile */
  max-height: none !important;
}

/* OKRA: remove mini-cart tool panels (coupon / shipping calculator / note) */
#shoppingCart .tf-mini-cart-tool,
#shoppingCart .tf-mini-cart-tool-openable{
  display: none !important;
}

/* ================================
   OKRA: Whole mini-cart background
   ================================ */
#shoppingCart.modal-shopping-cart .modal-content{
  background: #E9E3D6 !important; /* <-- change this color */
}

/* Ensure inner sections don't stay white */
#shoppingCart.modal-shopping-cart .tf-minicart-recommendations,
#shoppingCart.modal-shopping-cart .d-flex.flex-column.flex-grow-1,
#shoppingCart.modal-shopping-cart .wrap,
#shoppingCart.modal-shopping-cart .tf-mini-cart-wrap,
#shoppingCart.modal-shopping-cart .tf-mini-cart-main,
#shoppingCart.modal-shopping-cart .tf-mini-cart-sroll,
#shoppingCart.modal-shopping-cart .tf-mini-cart-bottom{
  background: transparent !important;
}

/* =========================================
   OKRA: Modern minimal free-shipping block
   ========================================= */
#shoppingCart.modal-shopping-cart .tf-mini-cart-threshold{
  margin: 0 24px;
  padding: 14px 16px;
  border-radius: 14px;

  /* modern + subtle */
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(85,25,18,0.14);
  box-shadow: none;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* message text */
#shoppingCart.modal-shopping-cart .tf-mini-cart-threshold .text-caption-1{
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(85,25,18,0.85);
  letter-spacing: 0.01em;
}

/* progress track */
#shoppingCart.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar{
  margin: 0;
  height: 6px;
  border-radius: 999px;
  background: rgba(85,25,18,0.12);
  position: relative;
  overflow: hidden;
}

/* progress fill */
#shoppingCart.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar .value{
  height: 100%;
  border-radius: 999px;
  background: #551912;                /* brand */
  transition: width 0.6s ease;        /* smoother, faster */
  position: relative;
}

/* modern small indicator (icon pill) */
#shoppingCart.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar .value .icon{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(55%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(85,25,18,0.25);
  background: rgba(233,227,214,0.9);  /* matches your cart bg */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #551912;
}

/* =========================================
   OKRA: Perfect shipping icon marker (no crop)
   ========================================= */
#shoppingCart.modal-shopping-cart .tf-mini-cart-threshold{
  overflow: visible;
}

/* Track */
#shoppingCart.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar{
  height: 6px;
  border-radius: 999px;
  background: rgba(85,25,18,0.12);
  position: relative;
  overflow: visible !important; /* important: prevents icon clipping */
  margin: 10px 0 12px;
}

/* Fill */
#shoppingCart.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar .value{
  height: 100%;
  border-radius: 999px;
  background: #551912;
  position: relative;
  overflow: visible !important; /* important: prevents icon clipping */
  transition: width .6s ease;
}

/* Icon pill — lock it to the END of the fill */
#shoppingCart.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar .value > i.icon{
  position: absolute !important;
  left: auto !important;   /* override old left:95% */
  right: 0 !important;
  top: 50% !important;
  transform: translate(50%, -50%) !important;

  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(85,25,18,0.28);
  background: rgba(233,227,214,0.95);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 5;
  font-size: 16px;   /* keeps your icon font visible */
  line-height: 1;
}

/* OKRA Vintage PDP – Tabs panel background (inside box) */
body.okra-vintage-pdp .flat-spacing-7 .widget-tabs.style-1 .widget-content-inner{
  background: #DFD7C5;
}

/* Reviews rating bars (filled part) */
body.okra-vintage-pdp .tab-reviews .rating-score .line-bg > div{
  background-color: #551912;
}

/* Write a review button hover */
body.okra-vintage-pdp .tab-reviews .btn-write-review:hover{
  background-color: #551912;
  border-color: #551912;
  color: #E9E3D6; /* optional: keeps text readable */
}

body.okra-vintage-pdp .tab-reviews .btn-cancel-review:hover{
  background-color: #551912;
  border-color: #551912;
  color: #E9E3D6;
}

/* Reviews tab: Sort-by dropdown border (the white line) */
body.okra-vintage-pdp .tab-reviews .tf-dropdown-sort{
  border-color: #551912 !important;
}

/* keep same border on hover too */
body.okra-vintage-pdp .tab-reviews .tf-dropdown-sort:hover{
  border-color: #551912 !important;
}

/* OKRA Vintage PDP – Custom request dropdown */
body.okra-vintage-pdp .okra-custom-request{
  margin: 22px 0 18px;
}

body.okra-vintage-pdp .okra-custom-request__title{
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #551912;
  margin-bottom: 8px;
}

body.okra-vintage-pdp .okra-custom-request__check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  color: #551912;
  font-size: 14px;
}

body.okra-vintage-pdp .okra-custom-request__check input{
  width: 14px;
  height: 14px;
  accent-color: #551912;
}

body.okra-vintage-pdp .okra-custom-request__check--sub{
  margin-top: 10px;
}

/* Dropdown panel animation */
body.okra-vintage-pdp .okra-custom-request__panel{
  margin-top: 10px;
  border: 1px solid #551912;
  background: #DFD7C5;
  border-radius: 6px;
  padding: 12px;

  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height .35s ease, opacity .25s ease, transform .25s ease;
}

body.okra-vintage-pdp .okra-custom-request__panel.is-open{
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
}

body.okra-vintage-pdp .okra-custom-request__panel textarea{
  width: 100%;
  min-height: 110px;
  resize: vertical;
  border: 1px solid #551912;
  background: rgba(233,227,214,0.45);
  color: #551912;
  padding: 10px 12px;
  border-radius: 4px;
  outline: none;
}

body.okra-vintage-pdp .okra-custom-request__panel textarea::placeholder{
  color: rgba(85,25,18,0.45);
}

body.okra-vintage-pdp .okra-custom-request__meta{
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

body.okra-vintage-pdp .okra-custom-request__count{
  font-size: 12px;
  color: rgba(85,25,18,0.65);
}

body.okra-vintage-pdp .okra-custom-request__hint{
  font-size: 12px;
  color: rgba(85,25,18,0.65);
  margin-top: 6px;
}

body.okra-vintage-pdp .okra-custom-request__actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

body.okra-vintage-pdp .okra-custom-request__btn{
  width: 100%;
  justify-content: center;
  border-radius: 2px;
  height: 42px;
}

/* Pre Book Now brand color */
body.okra-vintage-pdp #okra-custom-prebook{
  background: #551912 !important;
  border-color: #551912 !important;
  color: #E9E3D6 !important;
}
body.okra-vintage-pdp #okra-custom-prebook:hover{
  filter: brightness(0.95);
}

/* Clear button */
body.okra-vintage-pdp .okra-custom-request__btn--clear{
  background: transparent !important;
  border: 1px solid #551912 !important;
  color: #551912 !important;
}
body.okra-vintage-pdp .okra-custom-request__btn--clear:hover{
  background: rgba(85,25,18,0.08) !important;
}

/* PDP: change all those divider lines to #551912 */
body.okra-vintage-pdp .tf-product-info-extra-link .tf-product-extra-icon:not(:last-child)::after{
  background-color: #551912 !important; /* the vertical separator line */
}

body.okra-vintage-pdp .tf-product-info-help{
  border-bottom-color: #551912 !important; /* line under Delivery/Return */
}

body.okra-vintage-pdp ul.tf-product-info-sku{
  border-top-color: #551912 !important;    /* line above SKU block */
  border-bottom-color: #551912 !important; /* line under Categories */
}

/* PDP: Bigger text for Add to cart + Pre Book Now */
body.okra-vintage-pdp .okra-pdp-actions .tf-btn{
  font-size: 25px;          /* increase this (16px / 17px etc) */
  line-height: 1;
  letter-spacing: .14em;    /* optional: keeps the luxury spacing */
}

/* Ensure the <span> inside "Add to cart" follows the same size */
body.okra-vintage-pdp .okra-pdp-actions .tf-btn > span{
  font-size: inherit;
}


/* =========================================================
   OKRA ABOUT (matches screenshot layout)
   ========================================================= */

.okra-about-v2{
  --bg: #f5f0e6;
  --panel: #e9e3d6;
  --ink: #5a3e2d;
  --body: #6f6156;
  --muted: #7e7166;
  --cta: #49301c;
  --ctaText: #f5f0e6;

  background: var(--bg);
  color: var(--body);
  font-family: inherit; /* keep your site font (Qanelas etc.) */
}

/* Layout wrap */
.okra-about-v2__wrap{
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 28px;
}

/* HERO */
.okra-about-v2__hero img{
  width: 100%;
  height: auto;
  display: block;
}

/* PANEL BACKGROUNDS (philosophy + hanging + support) */
.okra-about-v2__panel{
  background: var(--panel);
}

.okra-about-v2__philosophy{
  padding: 54px 0 144px;
}

.okra-about-v2__hanging{
  padding: 60px 0 66px;
}

/* Section spacing */
.okra-about-v2__section{
  padding: 64px 0;
}

.okra-about-v2__h{
  margin: 0 0 22px;
  text-align: center;
  font-family: "Qanelas", sans-serif;
  font-weight: 500;       /* Qanelas Medium */
  font-size: 35px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
}


/* Copy */
.okra-about-v2__copy{
  font-size: 18px;
  line-height: 1.85;
  color: var(--muted);
}

.okra-about-v2__copy p{
  margin: 0 0 18px;
}

.okra-about-v2__copy p:last-child{
  margin-bottom: 0;
}

/* Philosophy centered width like screenshot */
.okra-about-v2__copy--center{
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

/* Grids */
.okra-about-v2__grid{
  display: grid;
  align-items: center;
  column-gap: 58px;
}

/* WHY + HANG (text left, image right) */
.okra-about-v2__grid--why,
.okra-about-v2__grid--hang{
  grid-template-columns: 1fr 1.35fr;
}

.okra-about-v2__text .okra-about-v2__h{
  text-align: left;
  margin-bottom: 18px;
}

/* Media */
.okra-about-v2__media{
  margin: 0;
}

.okra-about-v2__media img{
  width: 100%;
  height: auto;
  display: block;
}

/* PRINTED: desktop = right-column text only (blank left), like screenshot */
.okra-about-v2__grid--printed{
  grid-template-columns: 1fr 360px;
  column-gap: 40px;
  align-items: start;
}

.okra-about-v2__text--printed{
  text-align: center;
}

.okra-about-v2__h--printed{
  text-align: center;
  margin-bottom: 16px;
}

/* The printed image ONLY shows on smaller widths (like your second screenshot) */
.okra-about-v2__media--printed{
  display: none;
}

/* CTA CARD */
.okra-about-v2__cta-wrap{
  padding: 52px 0 66px;
}

.okra-about-v2__cta{
  display: block;
  background: var(--cta);
  color: var(--ctaText);
  border-radius: 28px;
  padding: 44px 54px 108px;
  text-decoration: none;
  position: relative;
}

.okra-about-v2__cta-title{
  margin: 0 0 18px;
  text-align: center;
  font-family: "Qanelas", "Qanelas-Medium", "qanelas-medium", sans-serif;
  font-weight: 500;
  font-size: 35px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(245,240,230,.92);
}

.okra-about-v2__cta-text{
  margin: 0;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(245,240,230,.78);
  max-width: 1220px;
}

.okra-about-v2__cta-arrow{
  position: absolute;
  right: 32px;
  bottom: 28px;
  color: rgba(245,240,230,.78);
}

/* SUPPORT */
.okra-about-v2__support{
  padding: 36px 0 40px;
}

.okra-about-v2__support-line{
  margin: 0 0 24px;
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  color: #49301C;
}

/* Benefits row */
.okra-about-v2__benefits{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  text-align: center;
}

.okra-about-v2__ico{
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--ink);
  opacity: .75;
}

.okra-about-v2__benefit-h{
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink);
}

.okra-about-v2__benefit-p{
  margin: 0;
  font-size: 10.5px;
  line-height: 1.55;
  color: var(--muted);
}

/* =========================================================
   Responsive tuning to match your smaller screenshot
   ========================================================= */

/* keep 2-col even on small widths (like your 348px screenshot) */
@media (max-width: 820px){
  .okra-about-v2__wrap{ padding: 0 20px; }

  .okra-about-v2__grid--why,
  .okra-about-v2__grid--hang{
    column-gap: 18px;
  }

  /* printed becomes image + text side-by-side */
  .okra-about-v2__grid--printed{
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
    align-items: center;
  }
  .okra-about-v2__media--printed{ display: block; }
  .okra-about-v2__text--printed{ text-align: left; }
  .okra-about-v2__h--printed{ text-align: left; }
}

/* stack ONLY on very tiny screens */
@media (max-width: 420px){
  .okra-about-v2__grid{
    grid-template-columns: 1fr !important;
    row-gap: 18px;
  }

  .okra-about-v2__text .okra-about-v2__h,
  .okra-about-v2__h{
    text-align: left;
  }

  .okra-about-v2__benefits{
    grid-template-columns: 1fr 1fr;
    row-gap: 18px;
  }

  .okra-about-v2__cta{
    padding: 34px 22px 42px;
  }
  .okra-about-v2__cta-arrow{
    right: 18px;
    bottom: 16px;
  }
}


/* =========================================================
   PRINTED & FRAMED FOR YOU — match 2nd reference layout (desktop)
   ========================================================= */
@media (min-width: 992px){

  /* show image on desktop (your current CSS hides it) */
  .okra-about-v2__media--printed{
    display: block !important;
    justify-self: start;
    margin: 0;
  }

  /* 2-column layout: image left, text right */
  .okra-about-v2__grid--printed{
    grid-template-columns: 1.35fr 0.65fr !important; /* image bigger, text narrower */
    column-gap: 70px !important;
    align-items: start !important;
  }

  /* right text alignment like the reference */
  .okra-about-v2__text--printed{
    text-align: left !important;
  }

  .okra-about-v2__h--printed{
    text-align: left !important;
    margin-bottom: 14px !important;
  }

  /* IMPORTANT: if you made headings/body huge globally, lock printed section back to the reference size */
  .okra-about-v2__printed .okra-about-v2__h--printed{
    font-size: 35px !important;
    letter-spacing: .14em !important;
  }

  .okra-about-v2__printed .okra-about-v2__copy{
    font-size: 18px !important;
    line-height: 1.9 !important;
  }

  .okra-about-v2__printed .okra-about-v2__copy p{
    text-align: left !important;
  }

  /* optional: tighten vertical spacing so it doesn't look “too tall” */
  .okra-about-v2__printed{
    padding: 52px 0 40px !important;
  }
}


/* =========================================
   CUSTOMIZATION AS AN ART (new design)
   ========================================= */

.okra-custom-art-v2{
  /* left panel + image should touch edges */
  width: 100%;
}

.okra-custom-art-v2__grid{
  display: grid;
  grid-template-columns: 1fr 1.15fr;  /* right slightly larger like the reference */
  min-height: 850px;
}

/* LEFT PANEL */
.okra-custom-art-v2__left{
  background: #6a5849; /* brown panel */
  padding: 72px 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
}

.okra-custom-art-v2__title{
  margin: 0 0 60px;
  color: rgba(245,240,230,.95);
  text-transform: uppercase;
  letter-spacing: .12em;

  font-family: "Qanelas", "Qanelas-Medium", "qanelas-medium", sans-serif;
  font-weight: 500;
  font-size: 50px; /* adjust if needed */
  line-height: 1.1;
}

.okra-custom-art-v2__text{
   margin: 0 0 60px;
  color: rgba(245,240,230,.70);
  font-size: 24px;
  line-height: 1.9;
  max-width: 520px;
  text-align: justify;
}

.okra-custom-art-v2__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 360px;
  max-width: 100%;
  padding: 16px 22px;

  background: #5b1e17; /* maroon */
  color: rgba(245,240,230,.95);
  text-decoration: none;

  border-radius: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 15px;

  font-family: "Qanelas", "Qanelas-Medium", "qanelas-medium", sans-serif;
  font-weight: 500;
}

/* RIGHT IMAGE */
.okra-custom-art-v2__right{
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .okra-custom-art-v2__grid{
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .okra-custom-art-v2__right{
    height: 380px; /* image block height on mobile/tablet */
  }

  .okra-custom-art-v2__left{
    padding: 56px 22px;
  }

  .okra-custom-art-v2__title{
    font-size: 34px;
  }
}

.okra-custom-art-v2__right{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 560px;
}


/* CUSTOMIZATION AS AN ART: extend content width (desktop/laptop) */
@media (min-width: 992px){

  /* make the LEFT panel wider */
  .okra-custom-art-v2__grid{
    grid-template-columns: 1.15fr 0.85fr !important; /* left wider, right slightly smaller */
  }

  /* remove width limits so text can extend */
  .okra-custom-art-v2__title,
  .okra-custom-art-v2__text{
    max-width: none !important;
  }

  /* control the width manually (optional) */
  .okra-custom-art-v2__left{
    padding-right: 180px !important; /* gives more usable line width */
  }
}

/* SHOP INTRO (above filter) */
.okra-shop-intro{
  text-align: center;
  padding: 12px 0 18px;
}

.okra-shop-intro__title{
  margin: 0;
  font-family: "Qanelas", "Qanelas-Regular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 35px;
  line-height: 1.2;
  color: #6a5546; /* same tone as your filter text */
}

.okra-shop-intro__desc{
  margin: 10px auto 0;
  max-width: 1280px;       /* controls paragraph width like your screenshot */
  font-family: "Marcellus", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(106,85,70,.85);
  text-align: justify;
}

/* Mobile tweaks */
@media (max-width: 768px){
  .okra-shop-intro{
    padding: 10px 0 14px;
  }
  .okra-shop-intro__desc{
    max-width: 100%;
  }
}

/* =========================================================
   OKRA Frame Upload Customizer (PDP)
   ========================================================= */

body.okra-vintage-pdp .okra-uploader-preview { width: 100%; }

body.okra-vintage-pdp .okra-uploader-stage{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #ddd;
}

body.okra-vintage-pdp .okra-uploader-base{
  width: 100%;
  height: auto;
  display: block;
}

body.okra-vintage-pdp .okra-uploader-art{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  --x: 0px;
  --y: 0px;
  --s: 1.15;
  transform: translate(var(--x), var(--y)) scale(var(--s));
  transform-origin: center;

  opacity: 0;
  pointer-events: none;
}

body.okra-vintage-pdp .okra-uploader-art.is-on{
  opacity: 1;
  pointer-events: auto;
  cursor: grab;
}
body.okra-vintage-pdp .okra-uploader-art.is-dragging{ cursor: grabbing; }

body.okra-vintage-pdp .okra-uploader-stage.has-mask .okra-uploader-art{
  -webkit-mask-image: var(--okra-mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;

  mask-image: var(--okra-mask);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
}

/* Upload box (right column) */
body.okra-vintage-pdp .okra-upload-box{
  margin: 22px 0 18px;
  padding: 18px 18px 14px;
  border: 1px solid rgba(85,25,18,.18);
  border-radius: 12px;
  background: rgba(233,227,214,.35);
}

body.okra-vintage-pdp .okra-upload-box__head{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

body.okra-vintage-pdp .okra-upload-box__label{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #551912;
  font-family: "Qanelas-Medium","Qanelas","Arial",sans-serif;
  font-weight: 500;
}

body.okra-vintage-pdp .okra-upload-box__file{
  font-size: 12px;
  color: rgba(85,25,18,.55);
}

body.okra-vintage-pdp .okra-upload-box__actions{
  display:flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

body.okra-vintage-pdp .okra-upload-box__btn{
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: #551912;
  color: #f5f0e6;
  border: 0;
  cursor:pointer;

  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: "Qanelas-Medium","Qanelas","Arial",sans-serif;
  font-weight: 500;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

body.okra-vintage-pdp .okra-upload-box__btn--ghost{
  background: transparent;
  color: #551912;
  border: 1px solid rgba(85,25,18,.35);
}

body.okra-vintage-pdp .okra-upload-box__zoom{
  display:flex;
  gap: 14px;
  align-items:center;
  margin-top: 12px;
  font-size: 12px;
  color: rgba(85,25,18,.70);
}

body.okra-vintage-pdp .okra-upload-box__zoom input[type="range"]{
  width: 240px;
  accent-color: #551912;
}

body.okra-vintage-pdp .okra-upload-box__hint{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(85,25,18,.55);
  line-height: 1.55;
}

@media (max-width: 767px){
  body.okra-vintage-pdp .okra-upload-box__zoom input[type="range"]{ width: 200px; }
}

.user-image{
  -webkit-mask-image: url("images/shop/product/Frame-mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;

  mask-image: url("images/shop/product/Frame-mask.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
}

body.okra-vintage-pdp .okra-uploader-stage{
  position: relative;
  isolation: isolate; /* prevents weird stacking issues */
}

body.okra-vintage-pdp .okra-uploader-base{
  position: relative;
  z-index: 1;
}

body.okra-vintage-pdp .okra-uploader-art{
  z-index: 2; /* make sure it sits above base */
}

/* =========================================================
   OKRA Frame Upload Customizer (PDP)
   Works with black/white mask PNG (Frame-mask.png)
   ========================================================= */

body.okra-vintage-pdp .okra-uploader-preview { width: 100%; }

body.okra-vintage-pdp .okra-uploader-stage{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #ddd;
  isolation: isolate; /* prevents stacking issues */
}

/* Base image layer */
body.okra-vintage-pdp .okra-uploader-base{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* Uploaded image layer */
body.okra-vintage-pdp .okra-uploader-art{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  /* Transform controlled by JS */
  --x: 0px;
  --y: 0px;
  --s: 1.15;
  transform: translate(var(--x), var(--y)) scale(var(--s));
  transform-origin: center;

  /* Hidden until upload */
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

body.okra-vintage-pdp .okra-uploader-art.is-on{
  opacity: 1;
  pointer-events: auto;
  cursor: grab;
}

body.okra-vintage-pdp .okra-uploader-art.is-dragging{
  cursor: grabbing;
}

/* Apply mask from data-mask */
body.okra-vintage-pdp .okra-uploader-stage.has-mask .okra-uploader-art{
  -webkit-mask-image: var(--okra-mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;

  mask-image: var(--okra-mask);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;

  /* IMPORTANT for black/white masks exported from Figma */
  -webkit-mask-mode: luminance;
  mask-mode: luminance;
}

/* =====================
   Upload box (right)
   ===================== */
body.okra-vintage-pdp .okra-upload-box{
  margin: 22px 0 18px;
  padding: 18px 18px 14px;
  border: 1px solid rgba(85,25,18,.18);
  border-radius: 12px;
  background: rgba(233,227,214,.35);
}

body.okra-vintage-pdp .okra-upload-box__head{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

body.okra-vintage-pdp .okra-upload-box__label{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #551912;
  font-family: "Qanelas-Medium","Qanelas","Arial",sans-serif;
  font-weight: 500;
}

body.okra-vintage-pdp .okra-upload-box__file{
  font-size: 12px;
  color: rgba(85,25,18,.55);
}

body.okra-vintage-pdp .okra-upload-box__actions{
  display:flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

body.okra-vintage-pdp .okra-upload-box__btn{
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: #551912;
  color: #f5f0e6;
  border: 0;
  cursor:pointer;

  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: "Qanelas-Medium","Qanelas","Arial",sans-serif;
  font-weight: 500;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

body.okra-vintage-pdp .okra-upload-box__btn--ghost{
  background: transparent;
  color: #551912;
  border: 1px solid rgba(85,25,18,.35);
}

body.okra-vintage-pdp .okra-upload-box__zoom{
  display:flex;
  gap: 14px;
  align-items:center;
  margin-top: 12px;
  font-size: 12px;
  color: rgba(85,25,18,.70);
}

body.okra-vintage-pdp .okra-upload-box__zoom input[type="range"]{
  width: 240px;
  accent-color: #551912;
}

body.okra-vintage-pdp .okra-upload-box__hint{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(85,25,18,.55);
  line-height: 1.55;
}

@media (max-width: 767px){
  body.okra-vintage-pdp .okra-upload-box__zoom input[type="range"]{ width: 200px; }
}

/* OKRA PICKS: remove the extra (double) underline on ACTIVE tab */
.okra-picks .okra-tab{
  border-bottom: 1px solid rgba(60,45,37,.25) !important;
  padding-bottom: 4px !important; /* tighter gap */
}

.okra-picks .okra-tab.is-active{
  border-bottom-color: transparent !important;              /* hide thin line under active */
}

/* Optional: subtle corner crease (looks more premium) */
body.okra-vintage-pdp .okra-uploader-stage.has-mask::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index: 3;

  /* thin soft line at center — adjust % if your corner is not exactly centered */
  background: linear-gradient(
    90deg,
    transparent 49.6%,
    rgba(0,0,0,.12) 50%,
    transparent 50.4%
  );
  mix-blend-mode: multiply;
  opacity: .25;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Cinzel:wght@500;600&display=swap');

:root{
  --bg:#E7E0D4;
  --panel:#F4F0E7;
  --panel2:#F7F3EB;
  --ink:#5A2018;
  --ink2:#3A1B14;
  --border:#D3C6B7;
  --border2:#CDB9AA;
  --shadow: 0 14px 30px rgba(58,27,20,.06), 0 2px 0 rgba(58,27,20,.07);
  --r:16px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;
  letter-spacing:.01em;
}

/* Topbar */
.topbar{
  padding:22px 32px 10px;
}
.nav{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
}
.nav a{
  text-decoration:none;
  color:var(--ink);
  font-size:12px;
  letter-spacing:.08em;
}
.nav-left,.nav-right{
  display:flex;
  gap:26px;
  align-items:center;
}
.nav-right{ justify-content:flex-end; }

.brand{
  font-family:Cinzel,serif;
  font-weight:600;
  letter-spacing:.12em;
  font-size:26px;
}

/* Hero */
.page{ padding:0 32px 0; }
.hero{
  max-width:1120px;
  margin:10px auto 28px;
  text-align:center;
}
.hero h1{
  margin:18px 0 10px;
  font-size:18px;
  letter-spacing:.12em;
  font-weight:500;
  text-transform:uppercase;
}
.hero-sub{
  margin:0 0 14px;
  font-size:12px;
  letter-spacing:.06em;
  opacity:.85;
}
.tip-pill{
  display:inline-block;
  padding:7px 14px;
  border:1px solid var(--border2);
  border-radius:10px;
  background:rgba(247,243,235,.55);
  font-size:10px;
  letter-spacing:.04em;
  opacity:.9;
}

/* Builder */
.builder{
  max-width:1120px;
  margin:0 auto 90px;
}
.builder-grid{
  display:grid;
  grid-template-columns: 1.35fr .85fr;
  gap:24px;
  align-items:start;
}

/* Cards */
.card{
  background:var(--panel);
  border:1px solid var(--border);
  border-radius:var(--r);
  box-shadow:var(--shadow);
}
.card-title{
  padding:14px 18px;
  font-weight:500;
  letter-spacing:.02em;
  font-size:13px;
}
.card-rule{
  height:1px;
  background:var(--border);
}

/* Preview Card */
.preview-card{ padding-bottom:14px; }
.preview-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px 10px;
  border-bottom:1px solid var(--border);
  border-radius:var(--r) var(--r) 0 0;
}
.mini-fields{
  display:flex;
  gap:12px;
}
.mini-field{
  min-width:72px;
  padding:6px 10px;
  border:1px solid var(--border);
  background:rgba(247,243,235,.6);
  border-radius:6px;
  font-size:10px;
  letter-spacing:.06em;
  color:rgba(90,32,24,.85);
}
.mini-icon{
  width:28px;
  height:22px;
  display:grid;
  place-items:center;
  border:1px solid var(--border);
  background:rgba(247,243,235,.6);
  border-radius:6px;
  cursor:pointer;
}
.mini-icon svg{ width:14px; height:14px; fill:rgba(90,32,24,.85); }

.preview-stage{
  padding:20px 18px 10px;
}
.frame-shell{
  background:var(--panel2);
  border-radius:14px;
  padding:22px 18px;
  border:1px solid rgba(205,185,170,.65);
}
.frame-viewport{
  position:relative;
  width:min(360px, 100%);
  aspect-ratio: 3 / 4;
  margin:0 auto;
  background:#F8F4EC;
  border:6px solid var(--ink);
  box-shadow: inset 0 0 0 1px rgba(90,32,24,.25);
  overflow:hidden;
  user-select:none;
  touch-action:none;
}
.preview-img{
  position:absolute;
  left:50%;
  top:50%;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:translate(-50%,-50%);
  will-change:transform;
  pointer-events:none;
}
.preview-img.is-empty{
  opacity:.0;
}
.frame-viewport::before{
  /* subtle placeholder (when no image) */
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(90,32,24,.05), rgba(90,32,24,.02)),
    radial-gradient(90% 60% at 50% 40%, rgba(90,32,24,.08), transparent 55%),
    linear-gradient(90deg, rgba(0,0,0,.035), transparent 40%, rgba(0,0,0,.03));
  opacity:.75;
}

/* center guide line */
.center-guide{
  position:absolute;
  top:-10%;
  bottom:-10%;
  left:50%;
  width:1px;
  background:rgba(90,32,24,.22);
}

/* Cutout overlay (visual only, like screenshot) */
.cutout{
  position:absolute;
  left:8%;
  right:8%;
  top:14%;
  height:34%;
  border:1px solid rgba(255,255,255,.35);
  background:
    linear-gradient(90deg, rgba(105,74,54,.95), rgba(72,50,38,.95)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 3px, rgba(0,0,0,.04) 3px 6px);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.cutout .cutout-holes{
  position:absolute;
  left:50%;
  top:48%;
  transform:translate(-50%,-50%);
  display:flex;
  gap:42px;
}
.hole{
  width:18px;height:18px;border-radius:50%;
  background:radial-gradient(circle at 35% 35%, rgba(255,255,255,.35), rgba(0,0,0,.35));
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.12);
  opacity:.9;
}

/* Handles (only for look) */
.h, .rot{
  position:absolute;
  width:8px;height:8px;
  border-radius:50%;
  background:#F7F3EB;
  box-shadow:0 0 0 1px rgba(90,32,24,.35);
  opacity:.9;
}
.h.tl{left:-4px;top:-4px}
.h.tm{left:50%;top:-4px;transform:translateX(-50%)}
.h.tr{right:-4px;top:-4px}
.h.ml{left:-4px;top:50%;transform:translateY(-50%)}
.h.mr{right:-4px;top:50%;transform:translateY(-50%)}
.h.bl{left:-4px;bottom:-4px}
.h.bm{left:50%;bottom:-4px;transform:translateX(-50%)}
.h.br{right:-4px;bottom:-4px}
.rot{
  left:50%;
  top:-20px;
  transform:translateX(-50%);
  width:10px;height:10px;
}
.cutout:not(.is-selected) .h,
.cutout:not(.is-selected) .rot{ display:none; }

.preview-tools{
  padding:10px 18px 8px;
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:10px;
  align-items:center;
}
.tool{
  border:0;
  background:transparent;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  padding:8px 6px;
  color:rgba(90,32,24,.85);
  font-size:10px;
  letter-spacing:.04em;
}
.tool-ico{
  width:28px;height:28px;
  display:grid;place-items:center;
  border:1px solid var(--border);
  border-radius:8px;
  background:rgba(247,243,235,.65);
  font-size:16px;
  line-height:1;
}
.tool-ico svg{ width:16px;height:16px; fill:rgba(90,32,24,.85); }
.tool-primary{
  grid-column: 3 / span 1;
  flex-direction:row;
  justify-content:center;
  gap:8px;
  padding:10px 12px;
  border-radius:10px;
  background:var(--ink);
  color:#F6F2EA;
  border:1px solid rgba(0,0,0,.08);
}
.tool-primary:hover{ filter:brightness(1.03); }

.tiny-pill{
  margin:4px auto 0;
  width:fit-content;
  padding:7px 12px;
  border:1px solid var(--border2);
  border-radius:10px;
  background:rgba(247,243,235,.55);
  font-size:9.5px;
  letter-spacing:.04em;
  opacity:.92;
}

/* Upload Panel */
.panel-card{ padding-bottom:16px; }
.file-row{
  padding:12px 18px 10px;
  display:flex;
  align-items:center;
  gap:12px;
}
.btn-file{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:6px;
  border:1px solid rgba(90,32,24,.18);
  background:var(--ink);
  color:#F6F2EA;
  font-size:10px;
  letter-spacing:.06em;
  cursor:pointer;
}
.btn-file input{ display:none; }
.file-name{
  font-size:10px;
  opacity:.75;
}

.dropzone{
  margin:0 18px 12px;
  width:calc(100% - 36px);
  border-radius:10px;
  border:1px dashed rgba(90,32,24,.35);
  background:rgba(247,243,235,.6);
  padding:16px;
  cursor:pointer;
}
.drop-inner{
  border:1px dashed rgba(90,32,24,.12);
  border-radius:10px;
  padding:18px 12px;
  display:grid;
  place-items:center;
  gap:6px;
}
.drop-inner svg{ width:18px; height:18px; fill:rgba(90,32,24,.75); }
.drop-title{
  font-size:11px;
  letter-spacing:.06em;
  opacity:.9;
}
.drop-sub{
  font-size:9.5px;
  opacity:.6;
}

.form-grid{
  padding:6px 18px 0;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px 18px;
}
.field label{
  display:block;
  font-size:10px;
  letter-spacing:.06em;
  opacity:.85;
  margin:0 0 8px;
}
select{
  width:100%;
  height:30px;
  border-radius:6px;
  border:1px solid rgba(90,32,24,.22);
  background:rgba(247,243,235,.65);
  color:rgba(90,32,24,.85);
  padding:0 10px;
  font-size:10px;
  letter-spacing:.04em;
  outline:none;
}

.btn-dark{
  width:100%;
  height:30px;
  border-radius:6px;
  border:1px solid rgba(0,0,0,.12);
  background:var(--ink);
  color:#F6F2EA;
  font-size:10px;
  letter-spacing:.06em;
  cursor:pointer;
}
.btn-dark:hover{ filter:brightness(1.03); }

.shape-row{
  display:flex;
  gap:10px;
  align-items:center;
}
.shape{
  width:22px;height:30px;
  border-radius:4px;
  border:1px solid rgba(90,32,24,.25);
  background:rgba(247,243,235,.65);
  cursor:pointer;
}
.shape[data-shape="square"]{
  width:22px;height:22px;
  margin-top:4px;
}
.shape.is-active{
  border-color:rgba(90,32,24,.65);
  box-shadow: inset 0 0 0 1px rgba(90,32,24,.25);
}

.swatches{
  display:flex;
  gap:8px;
  align-items:center;
}
.swatch{
  width:18px;height:18px;
  border-radius:2px;
  border:1px solid rgba(90,32,24,.25);
  background:rgba(90,32,24,.10);
  cursor:pointer;
}
.swatch:nth-child(2){ background:rgba(90,32,24,.16); }
.swatch:nth-child(3){ background:rgba(90,32,24,.22); }
.swatch:nth-child(4){ background:rgba(90,32,24,.28); }
.swatch:nth-child(5){ background:rgba(90,32,24,.34); }
.swatch:nth-child(6){ background:rgba(90,32,24,.40); }
.swatch.is-active{
  border-color:rgba(90,32,24,.70);
  box-shadow:0 0 0 2px rgba(90,32,24,.08);
}

/* Templates */
.templates-card{
  padding-bottom:14px;
}
.templates-grid{
  padding:14px 16px 16px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
}
.template{
  text-align:left;
  border:1px solid rgba(90,32,24,.10);
  border-radius:10px;
  background:rgba(247,243,235,.55);
  padding:10px;
  cursor:pointer;
}
.template.is-active{
  border-color:rgba(90,32,24,.55);
  box-shadow: inset 0 0 0 1px rgba(90,32,24,.15);
  background:rgba(247,243,235,.75);
}
.tpl-box{
  border:1px solid rgba(90,32,24,.10);
  border-radius:10px;
  background:rgba(255,255,255,.18);
  height:74px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
}
.tpl-art{
  width:58px;height:58px;
  position:relative;
  background:transparent;
}
.tpl-art::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(90,32,24,.85);
  border-radius:6px;
}
.tpl-1::after{
  content:"";
  position:absolute;
  right:10px; top:10px; bottom:10px;
  width:6px;
  background:rgba(247,243,235,.9);
  border-radius:2px;
}
.tpl-2::before{ inset:18px 0 18px 0; border-radius:6px; }
.tpl-2::after{
  content:"";
  position:absolute;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:26px; height:10px;
  display:flex; gap:8px;
  background:transparent;
  box-shadow: none;
}
.tpl-2::after{
  content:"";
  position:absolute;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:30px; height:12px;
  background:
    radial-gradient(circle, rgba(247,243,235,.95) 0 4px, transparent 5px) 0 50%/50% 100% no-repeat,
    radial-gradient(circle, rgba(247,243,235,.95) 0 4px, transparent 5px) 100% 50%/50% 100% no-repeat;
}
.tpl-3::after{
  content:"";
  position:absolute;
  left:50%; top:10px; bottom:10px;
  width:6px;
  transform:translateX(-50%);
  background:rgba(247,243,235,.9);
  border-radius:2px;
}
.tpl-4::before{ inset:0; border-radius:6px; width:34px; height:34px; margin:0 0 0 auto; }
.tpl-4::after{
  content:"";
  position:absolute;
  right:4px; top:10px;
  width:26px; height:12px;
  background:
    radial-gradient(circle, rgba(247,243,235,.95) 0 4px, transparent 5px) 0 50%/50% 100% no-repeat,
    radial-gradient(circle, rgba(247,243,235,.95) 0 4px, transparent 5px) 100% 50%/50% 100% no-repeat;
}
.tpl-name{
  font-size:10.5px;
  letter-spacing:.03em;
  margin-bottom:4px;
}
.tpl-desc{
  font-size:9px;
  opacity:.6;
  line-height:1.25;
}

/* Summary */
.summary-card{ padding-bottom:16px; }
.summary-head{
  padding:14px 18px 10px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}
.summary-sub{
  font-size:9px;
  opacity:.55;
  margin-top:-6px;
}
.summary-price{
  font-weight:600;
  letter-spacing:.04em;
  opacity:.85;
}
.summary-list{
  padding:14px 18px 10px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.sum-row{
  background:rgba(247,243,235,.65);
  border:1px solid rgba(90,32,24,.20);
  border-radius:8px;
  padding:9px 12px;
  font-size:10px;
  display:flex;
  justify-content:space-between;
  letter-spacing:.02em;
}
.sum-row .accent{
  color:rgba(90,32,24,.85);
  font-weight:500;
}
.summary-actions{
  padding:6px 18px 0;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.btn-wide{
  height:38px;
  border-radius:8px;
  font-size:10px;
  letter-spacing:.10em;
  cursor:pointer;
}
.btn-ghost{
  border:0;
  background:rgba(35,20,15,.85);
  color:rgba(246,242,234,.75);
}
.btn-ghost:hover{ filter:brightness(1.03); }
.btn-dark{
  border:0;
  background:var(--ink);
  color:#F6F2EA;
}
.btn-dark:hover{ filter:brightness(1.03); }

/* Footer */
.footer{
  background:var(--ink);
  color:#F6F2EA;
  padding:48px 32px;
}
.footer-inner{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap:40px;
  align-items:start;
}
.footer h4{
  margin:0 0 14px;
  font-size:12px;
  letter-spacing:.08em;
  font-weight:600;
}
.footer a{
  display:block;
  text-decoration:none;
  color:rgba(246,242,234,.75);
  font-size:10px;
  letter-spacing:.06em;
  margin:8px 0;
}
.footer-block{ margin-top:26px; }
.newsletter{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:10px;
}
.newsletter input{
  width:180px;
  height:30px;
  border-radius:8px;
  border:1px solid rgba(246,242,234,.22);
  background:rgba(0,0,0,.18);
  color:#fff;
  padding:0 10px;
  outline:none;
  font-size:10px;
}
.newsletter button{
  height:30px;
  border-radius:8px;
  border:1px solid rgba(246,242,234,.22);
  background:rgba(0,0,0,.18);
  color:rgba(246,242,234,.85);
  font-size:10px;
  letter-spacing:.06em;
  cursor:pointer;
}
.social{
  margin-top:16px;
  display:flex;
  gap:16px;
}
.social a{
  width:18px;height:18px;
  display:inline-grid; place-items:center;
  margin:0;
}
.social svg{ width:18px;height:18px; fill:rgba(246,242,234,.85); }

.footer-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}
.okra-big{
  font-family:Cinzel,serif;
  font-size:82px;
  letter-spacing:.16em;
  line-height:1;
  opacity:.95;
}
.payments{
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:center;
  font-size:11px;
  letter-spacing:.06em;
  opacity:.85;
}
.copyright{
  font-size:10px;
  opacity:.7;
  letter-spacing:.06em;
}

/* Responsive */
@media (max-width: 980px){
  .builder-grid{ grid-template-columns: 1fr; }
  .templates-grid{ grid-template-columns: repeat(2, 1fr); }
  .footer-inner{ grid-template-columns: 1fr; }
  .okra-big{ font-size:64px; }
}

/* ================================
   OKRA CUSTOMIZER – MULTI CUTOUTS
   Paste at END of styles.css
================================= */

.cutout-layer{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:auto;
}

/* Convert .cutout into a movable instance when it has data-cutout */
.cutout[data-cutout]{
  left:0 !important;
  right:auto !important;
  top:0 !important;
  height:auto !important;

  width:var(--w, 260px);
  height:var(--h, 100px);

  transform:
    translate(-50%,-50%)
    rotate(var(--rot, 0deg));

  cursor:grab;
  touch-action:none;
}

.cutout[data-cutout]:active{ cursor:grabbing; }

/* Holes become absolutely positioned inside each cutout */
.cutout[data-cutout] .cutout-holes{
  position:absolute;
  inset:0;
  left:0 !important;
  top:0 !important;
  transform:none !important;
  display:block !important;
  gap:0 !important;
}

.cutout[data-cutout] .hole{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:var(--hs, 18px);
  height:var(--hs, 18px);
}

/* Make handles actually draggable targets */
.cutout[data-cutout] .h,
.cutout[data-cutout] .rot{
  pointer-events:auto;
}

.cutout[data-cutout] .h{ cursor:nwse-resize; }
.cutout[data-cutout] .h.tm,
.cutout[data-cutout] .h.bm{ cursor:ns-resize; }
.cutout[data-cutout] .h.ml,
.cutout[data-cutout] .h.mr{ cursor:ew-resize; }
.cutout[data-cutout] .rot{ cursor:grab; }

/* Slightly stronger selection */
.cutout.is-selected{
  outline:1px solid rgba(255,255,255,.25);
  box-shadow:0 14px 30px rgba(0,0,0,.16);
}

/* =========================================================
   OKRA - MOBILE HEADER + HERO FIXES
   Paste at the VERY END of styles.css
   ========================================================= */

@media (max-width: 576px){

  /* 1) Cart: move slightly left */
  .header-default .nav-icon{
    padding-right: 18px; /* tweak 10px–20px until it’s perfect */
  }

  /* 2) Logo: bigger on mobile */
  .logo-header{
    width: auto !important; /* remove the forced 110px */
  }
  .logo-header img{
    height: 30px !important; /* bigger than your current 22px */
    width: auto !important;
  }

  /* 3) Hero image: fit nicely on mobile */
  .okra-hero-static{
    height: 100svh;     /* better than 100vh on mobile browsers */
    min-height: 100svh;
  }
  .okra-hero-static__bg{
    transform: none;                 /* remove the extra zoom */
    object-position: 50% 40%;        /* adjust framing */
  }
}

/* If you want the logo a tiny bit smaller on very small devices */
@media (max-width: 360px){
  .logo-header img{ height: 32px !important; }
}


.okra-hero-static__bgPic{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.okra-hero-static__bgPic .okra-hero-static__bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px){
  .okra-hero-static__bg{
    object-position: 50% 50%; /* try 40%, 45%, 55% until it matches */
    transform: none;          /* keep this if you don’t want zoom */
  }
}


/* ================================
   OKRA HERO — FULL-BLEED FIX (MOBILE)
   Paste at VERY END of styles.css
================================ */

/* stop any tiny horizontal overflow issues */
html, body { overflow-x: hidden; }

/* make the hero break out to full screen width (works even inside containers) */
.okra-hero-static{
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

/* make sure the picture wrapper actually behaves like a full overlay */
.okra-hero-static__bgPic{
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* FORCE the image to cover the FULL viewport width (no right gap) */
.okra-hero-static__bg{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;     /* key: no more right-side gap */
  height: 100%;
  transform: translateX(-50%) scale(1.03);
  object-fit: cover;
  object-position: 50% 55%;
}

/* mobile tuning */
@media (max-width: 576px){
  .okra-hero-static{
    height: 100svh;
    min-height: 100svh;
  }

  /* move the focus DOWN so the wooden frame shows more */
  .okra-hero-static__bg{
    transform: translateX(-50%) scale(1); /* remove extra zoom on mobile */
    object-position: 50% 70%;             /* try 65%–80% until perfect */
  }
}


/* =========================================
   OKRA HOME — MOBILE HERO MATCH (like ref)
   Paste this at the VERY END of styles.css
========================================= */
@media (max-width: 576px){

  /* 1) Hero should NOT be full screen on mobile */
  .okra-hero-static{
    height: clamp(220px, 48svh, 300px) !important; /* adjust if needed */
    min-height: 0 !important;

    /* cancel the 100vw breakout rules you added */
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  /* 2) Background image should behave normally (no left:50% + 100vw tricks) */
  .okra-hero-static__bg{
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;

    /* tweak this 45%–65% until it matches your ref perfectly */
    object-position: 50% 55% !important;
  }

  /* 3) CTA sits bottom-center (like your ref screenshot) */
  .okra-hero-static__center{
    transform: none !important;
    justify-content: flex-end !important;
    padding-bottom: 16px;
  }
  .okra-hero-static__cta{
    margin-top: 0 !important;
    transform: none !important;
    font-size: 11px;
    letter-spacing: .28em;
  }

  /* 4) Your header is being pushed down a lot; reduce it on mobile */
  body.okra-home #header.header-absolute:not(.header-bg) .wrapper-header{
    transform: translateY(10px) !important;
  }
}

/* Smaller logo on mobile */
@media (max-width: 576px){
  .logo-header img{ height: 28px !important; width:auto !important; }
}
@media (max-width: 400px){
  .logo-header img{ height: 16px !important; }
}
@media (max-width: 360px){
  .logo-header img{ height: 24px !important; }
}
@media (max-width: 320px){
  .logo-header img{ height: 14px !important; }
}

/* Make SHOP BY CATEGORIES cards smaller on mobile */
@media (max-width: 576px){

  /* keep grid full width, but don't let items stretch huge */
  .okra-cats-v2__grid{
    max-width: none !important;
    padding: 0 !important;
    gap: 18px !important;
  }

  /* this is the key: fixed-ish width + centered inside the grid */
  .okra-cats-v2__card{
    width: min(250px, 86vw) !important;   /* change 320px if you want smaller */
    justify-self: center !important;
    gap: 12px !important;
  }

  /* optional: slightly smaller label on mobile */
  .okra-cats-v2__label{
    font-size: 14px !important;
    letter-spacing: 0.22em !important;
  }
}

/* Header cart icon placement — mobile */
@media (max-width: 576px){

  /* remove the right column gutter so the icon can reach the edge */
  #header .wrapper-header > .col-xl-5.col-md-4.col-2{
    padding-right: 0 !important;
  }

  /* remove your earlier nav-icon padding that pushes it left */
  #header .nav-icon{
    padding-right: 20px !important;
  }

  /* fine-tune cart icon + count spacing like the reference */
  #header .nav-cart-link{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;                 /* space between bag and (0) */
  }

  /* tiny pixel nudge if needed */
  #header .nav-cart{
    position: relative;
    right: 2px;               /* increase to 4px if you want closer to edge */
    top: -1px;                /* adjust if it looks a bit low */
  }
}

/* Smaller cart icon + (0) on mobile */
@media (max-width: 576px){

  /* PNG bag icon */
  .nav-cart-img{
    width: 22px !important;
    height: 22px !important;
  }

  /* the number 0 (shown as (0) via ::before/::after) */
  .nav-cart .count-box{
    font-size: 16px !important;
    line-height: 1 !important;
    margin-left: 4px !important;
  }

  /* spacing between icon and (0) */
  .nav-cart-link{
    gap: 6px !important;
  }
}

/* =========================================
   OKRA — SHOP BY CATEGORIES (Mobile like reference)
   Paste at END of styles.css
   ========================================= */

/* dots base */
.okra-cats-v2__dots{
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
.okra-cats-v2__dots .dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.20);
}
.okra-cats-v2__dots .dot.is-active{
  background: rgba(0,0,0,.65);
}

@media (max-width: 576px){

  /* title band sizing like your 2nd image */
  .okra-cats-v2__band{
    padding: 22px 0 !important;
  }
  .okra-cats-v2__title{
    font-size: 15px !important;
    letter-spacing: 0.28em !important;
  }

  /* beige area + side padding like reference */
  .okra-cats-v2__content{
    padding: 18px 0 34px !important;
  }
  .okra-cats-v2__content .container-2{
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  /* ✅ FORCE 2 columns on mobile (prevents stacking) */
  .okra-cats-v2__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 26px !important;
  }

  /* ✅ REMOVE the fixed width that makes them huge + vertical */
  .okra-cats-v2__card{
    width: auto !important;
    justify-self: stretch !important;
    gap: 10px !important;
  }

  /* card look closer to reference */
  .okra-cats-v2__thumb{
    border-radius: 10px !important;
  }

  /* label like reference */
  .okra-cats-v2__label{
    font-size: 12px !important;
    letter-spacing: 0.26em !important;
  }

  /* make underline look static (like screenshot) */
  .okra-cats-v2__label > span::after{
    width: 72px !important;
    opacity: .45 !important;
    transform: translateX(-50%) scaleX(1) !important;
  }

  /* show dots only on mobile */
  .okra-cats-v2__dots{
    display: flex;
  }
}

.okra-cats-v2__grid{
  --tile: 390px;
  --gap: 18px;
  display: grid;

  /* ✅ makes 2 items center perfectly (no empty 3rd column) */
  grid-template-columns: repeat(auto-fit, var(--tile));

  justify-content: center;
  gap: var(--gap);
  align-items: start;
}


/* Tabs animation */
.okra-tabs{
  position: relative;
  display:flex;
  gap:56px;

  /* was 10px */
  padding-bottom: 4px;  /* ✅ less gap between text and underline */
}

/* optional: makes the underline feel tighter/cleaner */
.okra-tab{ line-height: 1; }

@media (max-width: 575px){
  .okra-arrows{ display:none !important; }
}

/* Mobile: hide arrows + show dots like carousel */
@media (max-width: 575px){
  .okra-arrows .okra-arrow{ display:none !important; }

  .okra-dots{
    display:flex;
    align-items:center;
    gap:10px;
  }

  .okra-dot{
    width:8px;
    height:8px;
    border-radius:999px;
    border:1px solid rgba(60,45,37,.30);
    background: rgba(60,45,37,.10);
    padding:0;
    cursor:pointer;
  }

  .okra-dot.is-active{
    width:28px;                 /* pill */
    background:#3b2f28;         /* active */
    border-color:#3b2f28;
  }
}

/* ================================
   MOBILE FIX: "CUSTOMIZATION AS AN ART"
   Paste at END of styles.css
================================ */
@media (max-width: 600px){

  /* -------- If your section uses the v2 classes -------- */
  .okra-custom-art-v2__left{
    padding: 34px 18px 28px;
    align-items: center;
    text-align: center;
  }

  .okra-custom-art-v2__title{
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .22em;
    margin: 0 0 14px;
    text-align: center;
  }

  .okra-custom-art-v2__text{
    max-width: 320px;
    margin: 0 auto 18px;

    /* this fixes the huge word gaps */
    text-align: center;
    text-align-last: center;
    letter-spacing: .03em;
    word-spacing: normal;

    font-size: 13px;
    line-height: 1.75;
  }

  .okra-custom-art-v2__btn{
    display: block;
    width: min(320px, 100%);
    margin: 0 auto;
    padding: 14px 18px;

    border-radius: 12px;
    font-size: 12px;
    letter-spacing: .16em;

    background: #551912;
    border-color: #551912;
  }

  .okra-custom-art-v2__right{
    /* make the image area look like your reference (taller) */
    height: clamp(420px, 135vw, 580px);
    min-height: 0;
  }

  /* -------- If your section uses the v1 classes -------- */
  .okra-custom-art__copy{
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    text-align: center;
  }

  .okra-custom-art__title{
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .22em;
    margin: 0 0 14px;
    text-align: center;
  }

  .okra-custom-art__body{
    max-width: 320px;
    margin: 0 auto 18px;

    text-align: center;
    letter-spacing: .03em;
    word-spacing: normal;

    font-size: 13px;
    line-height: 1.75;
  }

  .okra-custom-art__btn{
    min-width: 0;
    width: min(320px, 100%);
    margin: 0 auto;
    border-radius: 12px;

    background: #551912;
    border-color: #551912;
  }

  .okra-custom-art__media{
    height: clamp(420px, 135vw, 580px);
  }
}


footer.footer{
  /* Scale matches your black reference */
  --ft-col-title: clamp(22px, 1.6vw, 28px);      /* “Information”, “Customer Services” (h5) */
  --ft-news-title: clamp(24px, 3.6vw, 56px);     /* Newsletter heading (h3) */
  --ft-link: clamp(14px, 1.05vw, 18px);          /* Menu links + form text */
  --ft-contact: clamp(26px, 2.35vw, 40px);       /* Phone + email (h4) */
}

/* Column titles (h5.footer-heading...) */
footer.footer .footer-menu .footer-heading{
  font-size: var(--ft-col-title);
  line-height: 1.25;
  margin-bottom: 22px;
}

/* Menu items */
footer.footer .footer-menu_item,
footer.footer .footer-menu-list .text-body-default{
  font-size: var(--ft-link);
  line-height: 2.0;
}

/* Contact */
footer.footer .footer-phone-number .number,
footer.footer .footer-phone-number .mail{
  font-size: var(--ft-contact);
  line-height: 1.15;
}
footer.footer .footer-phone-number .number{
  margin-bottom: 10px; /* override the -7px in base footer css */
}

/* Newsletter title (h3.footer-heading...) */
footer.footer .footer-newsletter .footer-heading{
  font-size: var(--ft-news-title);
  line-height: 1.05;
  max-width: 22ch;      /* keeps the same wrap like reference */
  margin-bottom: 26px;
}

/* Newsletter form sizing (pull icons closer like the ref) */
footer.footer .form-newsletter{
  margin-bottom: 34px;  /* base css uses 96px */
}
footer.footer .form-newsletter fieldset input.subscribe-email{
  font-size: var(--ft-link);
  height: 56px;
  padding: 0 22px;
  border-radius: 10px;
}
footer.footer .form-newsletter .subscribe-button{
  font-size: var(--ft-link);
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
}

/* Social icons nicer sizing / touch target */
footer.footer .tf-social-icon.type-2 a{
  width: 40px;
  height: 40px;
  font-size: 18px;
}

/* Bottom bar text (small + clean like the ref) */
footer.footer .footer-bottom .text-caption-1,
footer.footer .footer-bottom .text-caption-2{
  font-size: 14px;
  line-height: 22px;
}

/* Mobile tweaks */
@media (max-width: 991px){
  footer.footer .footer-newsletter .footer-heading{ max-width: 18ch; }
  footer.footer .form-newsletter fieldset input.subscribe-email{ height: 52px; }
  footer.footer .form-newsletter .subscribe-button{ height: 40px; }
}

/* Remove the black bottom bar background */
footer.footer .footer-bottom{
  background: transparent !important;
}

/* If there's another inner wrapper giving the black bg */
footer.footer .footer-bottom-wrap,
footer.footer .footer-bottom-inner,
footer.footer .footer-bottom .container,
footer.footer .footer-bottom .wrapper,
footer.footer .footer-bottom .footer-bottom__inner{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Bottom toolbar custom icons */
.tf-toolbar-bottom .toolbar-item a .toolbar-icon .tb-ico{
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.tf-toolbar-bottom .toolbar-item a .toolbar-icon .tb-ico{ opacity: .9; }
.tf-toolbar-bottom .toolbar-item a:hover .toolbar-icon .tb-ico{ opacity: 1; }

.toolbar-item .toolbar-label{
  color:#222;
}

.toolbar-item.is-active .toolbar-label{
  color:#e63b6f; /* your active pink */
}

/* Mobile fix: OKRA PRINTS GALLERY title */
@media (max-width: 576px){
  .okra-essentials__title{
    font-size: clamp(22px, 7vw, 30px); /* auto fits 360px screens */
    line-height: 1.15;
    letter-spacing: .2px;
    margin-bottom: 18px;
    padding: 0 16px;
    max-width: 22ch;          /* keeps it nicely 2 lines */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* SHOP page — mobile look like reference screenshot */
@media (max-width: 575px){

  /* Section spacing */
  body.okra-shop-page .okra-shop-section.flat-spacing{
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  /* Intro centered + compact */
  body.okra-shop-page .okra-shop-head{
    max-width: 460px;
    margin: 0 auto 22px !important;
    padding: 0 18px !important;
  }

  body.okra-shop-page .okra-shop-intro{
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.okra-shop-page .okra-shop-intro__title{
    font-size: clamp(15px, 4.6vw, 18px) !important;
    letter-spacing: .22em !important;
    line-height: 1.1 !important;
    margin: 0 !important;
  }

  body.okra-shop-page .okra-shop-intro__desc{
    font-size: clamp(10px, 3.1vw, 12px) !important;
    line-height: 1.75 !important;
    max-width: 56ch !important;
    margin: 14px auto 0 !important;
    text-align: center !important;
  }

  /* Hide FILTER area on mobile (reference screenshot doesn't show it) */
  body.okra-shop-page .okra-shop-bar{
    display: none !important;
  }

  /* Grid = 2 columns + tighter gaps */
  body.okra-shop-page #gridLayout.tf-grid-layout{
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 18px !important;
    row-gap: 18px !important;
  }

  /* Square tiles */
  body.okra-shop-page .card-product .card-product-wrapper{
    margin-bottom: 0 !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
  }
  body.okra-shop-page .card-product .card-product-wrapper .image-wrap{
    height: 100% !important;
  }

  /* Gallery style (no text/buttons under cards) */
  body.okra-shop-page .card-product .card-product-info,
  body.okra-shop-page .card-product .list-product-btn,
  body.okra-shop-page .card-product .list-btn-main{
    display: none !important;
  }
}

/* SHOP page: stop header pulling content under it */
body.okra-shop-page header.header-default.header-absolute{
  margin-bottom: 0 !important;              /* remove the negative overlap */
  background: var(--White) !important;      /* keep header readable */
}

/* Mobile fine-tuning to match your reference */
@media (max-width: 575px){
  body.okra-shop-page .okra-shop-section.flat-spacing{
    padding-top: 22px !important;           /* breathing room under header */
    padding-bottom: 26px !important;
  }

  body.okra-shop-page .okra-shop-intro{
    padding: 0 !important;
    margin: 0 !important;
  }

  body.okra-shop-page .okra-shop-intro__title{
    font-size: 18px !important;
    letter-spacing: .22em !important;
    line-height: 1.1 !important;
    margin: 0 !important;
  }

  body.okra-shop-page .okra-shop-intro__desc{
    font-size: 12px !important;
    line-height: 1.75 !important;
    margin-top: 24px !important;
    margin-bottom: 18px !important;
    text-align: center !important;          /* like your reference */
    text-align: justify !important;
  }
}

 body.okra-shop-page .okra-shop-intro__desc{
    margin-bottom: 18px !important;
    text-align: center !important;          /* like your reference */
    text-align: justify !important;
  }


  /* OKRA: hover overlay title + price on product tiles */
.card-product .card-product-wrapper{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

/* Darken the image without breaking your hover-image swap */
.card-product .card-product-wrapper .image-wrap{
  position: relative;
  display: block;
}
.card-product .card-product-wrapper .image-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.38); /* dim */
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

/* Overlay text */
.okra-hover-overlay{
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 18px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
  z-index: 3;
  pointer-events: none;
}

.okra-hover-title{
  color: var(--White, #f4efe3);
  text-transform: uppercase;
  letter-spacing: .22em;
  line-height: 1.15;
  font-size: 18px;
  margin-bottom: 18px;
}

.okra-hover-price{
  color: var(--White, #f4efe3);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(244,239,227,.75); /* underline like ref */
}

/* Show overlay on hover (desktop/laptop) */
@media (hover: hover) and (pointer: fine){
  .card-product:hover .card-product-wrapper .image-wrap::after{ opacity: 1; }
  .card-product:hover .okra-hover-overlay{ opacity: 1; transform: translateY(0); }
}

/* PDP gallery — mobile only (big main + 4 thumbs row) */
@media (max-width: 575px){

  /* stack: main on top, thumbs under */
  .tf-product-media-wrap .thumbs-slider{
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  /* MAIN: make it a clean square tile */
  .tf-product-media-wrap .tf-product-media-main{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0,0,0,.03);
  }

  .tf-product-media-wrap .tf-product-media-main .swiper,
  .tf-product-media-wrap .tf-product-media-main .swiper-wrapper,
  .tf-product-media-wrap .tf-product-media-main .swiper-slide,
  .tf-product-media-wrap .tf-product-media-main .item{
    height: 100% !important;
  }

  .tf-product-media-wrap .tf-product-media-main img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }

  /* If your first slide is the upload preview (mask) */
  .tf-product-media-wrap .okra-uploader-stage,
  .tf-product-media-wrap .okra-uploader-base{
    width: 100% !important;
    height: 100% !important;
  }

  /* THUMBS: full-width row */
  .tf-product-media-wrap .tf-product-media-thumbs{
    width: 100% !important;
    height: auto !important;
  }

  .tf-product-media-wrap .tf-product-media-thumbs .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0,0,0,.03);
    aspect-ratio: 1 / 1;
    opacity: .7;
    transition: opacity .2s ease, transform .2s ease;
  }

  .tf-product-media-wrap .tf-product-media-thumbs .swiper-slide-thumb-active{
    opacity: 1;
    transform: scale(1.02);
  }

  .tf-product-media-wrap .tf-product-media-thumbs img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }
}


/* Footer payment logos - clean on all screen sizes */
footer .tf-payment{
  display: flex;
  align-items: center;
}

footer .tf-payment ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(48px, 0.8vw, 12px);
  flex-wrap: nowrap;      /* keep all logos in one row */
  white-space: nowrap;
}

footer .tf-payment ul li{
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

footer .tf-payment ul img{
  display: block;
  width: auto !important;                 /* prevents squashing */
  height: clamp(62px, 1.2vw, 18px) !important;
  max-width: none;
  object-fit: contain;
  vertical-align: middle;
}

/* Mobile footer alignment */
@media (max-width: 610px){
  footer .tf-payment{
    width: 100%;
    justify-content: center;
  }

  footer .tf-payment ul{
    justify-content: center;
    gap: 18px;
  }

  footer .tf-payment ul img{
    height: 30px !important;
  }
}

/* MOBILE PDP: current #gallery-started -> 1 big image + 4 thumbs */
@media (max-width: 575px){

  /* change the current vertical stack into a grid */
  #gallery-started.wrapper-gallery-scroll{
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px !important;
    align-items: start;
  }

  /* keep the upload preview as the big hero on top */
  #gallery-started > .okra-uploader-preview{
    grid-column: 1 / -1;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    margin: 0 !important;
  }

  /* make upload preview fill properly */
  #gallery-started > .okra-uploader-preview .okra-uploader-stage{
    width: 100% !important;
    height: 100% !important;
  }

  #gallery-started > .okra-uploader-preview .okra-uploader-base,
  #gallery-started > .okra-uploader-preview .okra-uploader-svg{
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  #gallery-started > .okra-uploader-preview .okra-uploader-base{
    object-fit: cover !important;
  }

  /* only the anchor items become thumbs */
  #gallery-started > a.item.item-scroll-target{
    grid-column: span 1;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin: 0 !important;
    background: rgba(0,0,0,.03);
  }

  #gallery-started > a.item.item-scroll-target img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }

  /* active thumb */
  #gallery-started > a.item.item-scroll-target.is-active{
    outline: 2px solid rgba(85, 25, 18, .45);
    outline-offset: -2px;
  }

  /* if you ever add more, show only first 4 thumbs on mobile */
  #gallery-started > a.item.item-scroll-target:nth-of-type(n+5){
    display: none !important;
  }
}

/* product-grid-1 desktop navbar = same height as about page */
@media (min-width: 1200px){

  /* remove extra top/bottom padding added only on product page */
  body.okra-vintage-pdp .header,
  body.okra-vintage-pdp .header-style,
  body.okra-vintage-pdp header{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.okra-vintage-pdp header.header-default .main-header{
    padding: 0 !important;
  }

  body.okra-vintage-pdp header.header-default .wrapper-header{
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
  }

  /* exact same spacing feel as about page */
  body.okra-vintage-pdp .box-nav-ul{
    gap: 32px !important;
  }

  body.okra-vintage-pdp .box-nav-ul .menu-item{
    padding: 34px 0 !important;
  }

  body.okra-vintage-pdp .box-nav-ul .item-link{
    font-size: 18px !important;
    line-height: 22px !important;
    gap: 4px !important;
  }

  body.okra-vintage-pdp .header-default .nav-icon{
    gap: 32px !important;
    margin: 0 !important;
    align-items: center !important;
  }

  body.okra-vintage-pdp .header-default .nav-icon .nav-icon-item{
    font-size: 32px !important;
    padding: 0 !important;
  }

  body.okra-vintage-pdp .logo-header .logo{
    max-height: none !important;
    width: auto !important;
  }
}

/* =========================================================
   PRODUCT GRID 1 — header height + same background as page
   ========================================================= */

/* main navbar background = same as page */
body.okra-vintage-pdp #header.header-default,
body.okra-vintage-pdp #header.header-default .main-header,
body.okra-vintage-pdp #header.header-default .wrapper-header{
  background: #E9E3D6 !important;
  background-color: #E9E3D6 !important;
}

/* DESKTOP */
@media (min-width: 992px){

  body.okra-vintage-pdp #header.header-default{
    margin-bottom: 0 !important;
  }

  body.okra-vintage-pdp #header.header-default .main-header{
    padding: 0 !important;
  }

  body.okra-vintage-pdp #header.header-default .wrapper-header{
    min-height: 88px !important;   /* reduced navbar height */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
  }

  /* left nav */
  body.okra-vintage-pdp #header.header-default .box-nav-ul{
    gap: 30px !important;
  }

  body.okra-vintage-pdp #header.header-default .box-nav-ul .menu-item{
    padding: 0 !important;
  }

  body.okra-vintage-pdp #header.header-default .box-nav-ul .item-link{
    font-size: 16px !important;
    line-height: 1.15 !important;
    padding: 8px 0 !important;
  }

}

/* MOBILE + TABLET */
@media (max-width: 991px){

  body.okra-vintage-pdp #header.header-default{
    margin-bottom: 0 !important;
  }

  body.okra-vintage-pdp #header.header-default .main-header{
    padding: 6px 0 !important;
  }

  body.okra-vintage-pdp #header.header-default .wrapper-header{
    min-height: 54px !important;   /* compact like your other page */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
  }

  body.okra-vintage-pdp #header.header-default .wrapper-header > [class*="col-"]{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* mobile menu icon */
  body.okra-vintage-pdp #header.header-default .mobile-menu{
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

}


/* =========================================
   GLOBAL PAGE + NAVBAR SAME COLOR
   keep one inner layer transparent
   ========================================= */
:root{
  --okra-page-bg: #E9E3D6;
}

/* page background */
html,
body,
#wrapper,
main,
section,
.page-wrapper,
.main-content{
  background: var(--okra-page-bg) !important;
  background-color: var(--okra-page-bg) !important;
}

/* KEEP these transparent */
#header.header-default .main-header,
#header.header-default .wrapper-header{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* keep top bar black */
.tf-topbar{
  background: #2D2E2D !important;
}

/* MOBILE: reduce only navbar height */
@media (max-width: 575px){

  /* reduce top/bottom spacing only */
  #header.header-default .main-header{
    padding-top: 15px !important;
    padding-bottom: 0 !important;
  }

  /* reduce navbar row height only */
  #header.header-default .wrapper-header{
    min-height: 30px !important;   /* change to 40px if you want slimmer */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
  }

  /* remove extra column padding only */
  #header.header-default .wrapper-header > [class*="col-"]{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* MOBILE: breadcrumb in one line + smaller text */
@media (max-width: 575px){

  .okra-crumb-line{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    margin: 10px 0 12px !important;
  }

  .okra-crumb-left{
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .okra-crumb-link,
  .okra-crumb-sep,
  .okra-crumb-current{
    display: inline-block !important;
    white-space: nowrap !important;
    font-size: 11px !important;   /* smaller font */
    line-height: 1.2 !important;
  }

  .okra-crumb-link{
    flex: 0 1 auto !important;
  }

  .okra-crumb-sep{
    flex: 0 0 auto !important;
    margin: 0 2px !important;
  }

  .okra-crumb-current{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important; /* keeps it in one line */
  }

  /* if you still have the right-side count text */
  .okra-crumb-right{
    display: none !important;
  }
}

/* MOBILE: clean top spacing for product page */
@media (max-width: 575px){

  /* keep breadcrumb compact */
  .tf-breadcrumb.okra-vintage-crumb{
    padding: 6px 0 4px !important;
    margin: 0 !important;
  }

  .tf-breadcrumb.okra-vintage-crumb .container{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .okra-vintage-crumb .okra-crumb-line{
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    margin: 0 !important;
    line-height: 1.1 !important;
  }

  .okra-vintage-crumb .okra-crumb-link,
  .okra-vintage-crumb .okra-crumb-sep,
  .okra-vintage-crumb .okra-crumb-current{
    font-size: 13px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .okra-vintage-crumb .okra-crumb-current{
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* restore proper space for the actual product section */
  .okra-vintage-pdp .flat-spacing.pb-0{
    padding-top: 25px !important;
  }

  /* small controlled gap before the image block */
  .okra-vintage-pdp .slider-scroll{
    margin-top: 2px !important;
  }
}

/* MOBILE: product title font size fix */
@media (max-width: 575px){

  body.okra-vintage-pdp .tf-product-info-name .name{
  font-family: "Qanelas-Regular",sans-serif;
  font-size: 30px;
  line-height: 1.0;
  margin: 0 0 18px;
  color: var(--okra-ink);
}

.widget-tabs .widget-menu-tab .item-title {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #551912;
}
.okra-tab-title{
  margin: 0 0 26px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 400;
  color: #4b2b1d;
}

.mb_12{
  font-size: 15px;
}

.okra-spec-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.okra-spec-list li{
  margin: 0 0 18px;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
  color: #6b2a20;
  text-transform: uppercase;
}

.okra-spec-list li span{
  font-weight: 400;
  color: #6b2a20;
}
.tab-description .right p.text_secondary{
  font-size: 12px !important;
  line-height: 3.0 !important;
  text-align: justify;
}
.text-body-default {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}

}

.okra-tab-title{
  margin-bottom: 15px;
}

/* Product title in one line */
.product-title-inline{
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  line-height: 1.1;
  font-size: clamp(28px, 3vw, 48px); /* desktop */
}

.product-title-inline span{
  display: inline;
  font-size: 0.52em;   /* slightly smaller than main title */
  font-weight: 400;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 575px){
  .product-title-inline{
    font-size: clamp(18px, 6vw, 26px);
    gap: 5px;
  }

  .product-title-inline span{
    font-size: 0.5em;
  }

  body.okra-vintage-pdp .tf-product-info-desc > p{
  font-size: 12px !important;   /* change to 15/16 if you want */
  line-height: 2.0 !important;
  margin-top: 10px !important;
}
}

/* ===== RELATED PRODUCTS / RECENTLY VIEWED - KEEP EXISTING HTML ===== */
.flat-animate-tab > .tab-product{
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 86px;
  list-style: none;
  margin: 0 0 28px !important;
  padding: 0 120px;
  min-height: 84px;
  background: #E9E3D6;
  border-top: 1px solid rgba(85, 25, 18, 0.22);
  border-bottom: 1px solid rgba(85, 25, 18, 0.22);

  /* force visible */
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

.flat-animate-tab > .tab-product .nav-tab-item{
  list-style: none;
  margin: 0;
  padding: 0;
}

.flat-animate-tab > .tab-product .nav-tab-item a{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 0 6px !important;
  margin: 0;
  font-family: "Qanelas-Regular", sans-serif;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: uppercase !important;
  color: rgba(85, 25, 18, 0.42) !important;
  position: relative;
}

.flat-animate-tab > .tab-product .nav-tab-item a.active,
.flat-animate-tab > .tab-product .nav-tab-item a:hover{
  color: #551912 !important;
}

.flat-animate-tab > .tab-product .nav-tab-item a::after{
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: -1px;
  width: 0;
  height: 1px !important;
  background: #551912 !important;
  transition: width .25s ease;
}

.flat-animate-tab > .tab-product .nav-tab-item a.active::after,
.flat-animate-tab > .tab-product .nav-tab-item a:hover::after{
  width: 100%;
  left: 0;
  right: auto;
}

.flat-animate-tab > .tab-product .okra-tab-arrows{
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flat-animate-tab > .tab-product .okra-tab-arrow{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 28px;
  line-height: 1;
  color: rgba(85, 25, 18, 0.55);
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.flat-animate-tab > .tab-product .okra-tab-arrow:hover{
  color: #551912;
}

.flat-animate-tab > .tab-product .okra-tab-arrow:active{
  transform: scale(0.95);
}

@media (max-width: 991px){
  .flat-animate-tab > .tab-product{
    min-height: 72px;
    padding: 0 78px;
    gap: 38px;
  }

  .flat-animate-tab > .tab-product .nav-tab-item a{
    font-size: 12px !important;
  }

  .flat-animate-tab > .tab-product .okra-tab-arrows{
    right: 18px;
    gap: 14px;
  }

  .flat-animate-tab > .tab-product .okra-tab-arrow{
    font-size: 22px;
  }
}

@media (max-width: 767px){
  .flat-animate-tab > .tab-product{
    min-height: 54px;
    padding: 0 12px;
    gap: 20px;
    margin-bottom: 18px !important;
  }

  .flat-animate-tab > .tab-product .nav-tab-item a{
    font-size: 11px !important;
    padding-bottom: 4px !important;
  }

  .flat-animate-tab > .tab-product .okra-tab-arrows{
    display: none !important; /* no arrows on mobile */
  }
}

/* =========================================================
   TELEP PDP mobile + iPad gallery
   Big main image + 4 thumbs (like the video)
   ========================================================= */
@media (max-width: 991px) {

  /* stack image section above product details on iPads too */
  body.okra-vintage-pdp .flat-spacing.pb-0 > .container > .row {
    display: flex;
    flex-direction: column;
  }

  body.okra-vintage-pdp .flat-spacing.pb-0 > .container > .row > .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  body.okra-vintage-pdp .slider-scroll {
    display: block !important;
  }

  /* gallery layout */
  #gallery-started.wrapper-gallery-scroll {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px !important;
    align-items: start;
    width: 100%;
  }

  /* main showcase image */
  #gallery-started > .okra-mobile-main {
    grid-column: 1 / -1;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.03);
  }

  #gallery-started > .okra-mobile-main .okra-mobile-main-link,
  #gallery-started > .okra-mobile-main .okra-mobile-main-link img {
    width: 100%;
    height: 100%;
    display: block;
  }

  #gallery-started > .okra-mobile-main .okra-mobile-main-link img {
    object-fit: cover;
  }

  /* thumbs */
  #gallery-started > a.item.item-scroll-target {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.03);
  }

  #gallery-started > a.item.item-scroll-target img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }

  #gallery-started > a.item.item-scroll-target.is-active {
    outline: 2px solid rgba(85, 25, 18, 0.45);
    outline-offset: -2px;
  }

  /* keep only first 4 thumbs visible */
  #gallery-started > a.item.item-scroll-target:nth-of-type(n+5) {
    display: none !important;
  }
}

#telepDrawerCheckout.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

/* Mobile-only Telep gallery */
.telep-mobile-gallery {
  display: none;
}

@media (max-width: 767px) {
  .telep-desktop-gallery {
    display: none !important;
  }

  .telep-mobile-gallery {
    display: block !important;
  }

  .telep-mobile-gallery .telep-mobile-main-swiper {
    width: 100%;
    margin-bottom: 12px;
  }

  .telep-mobile-gallery .telep-mobile-main-swiper .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.03);
  }

  .telep-mobile-gallery .telep-mobile-main-swiper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .telep-mobile-gallery .telep-mobile-thumbs-swiper {
    width: 100%;
  }

  .telep-mobile-gallery .telep-mobile-thumbs-swiper .swiper-slide {
    width: 72px !important;
    height: 72px !important;
    flex: 0 0 72px;
  }

  .telep-mobile-gallery .telep-mobile-thumbs-swiper .item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.03);
  }

  .telep-mobile-gallery .telep-mobile-thumbs-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .telep-mobile-gallery .telep-mobile-thumbs-swiper .swiper-slide-thumb-active .item {
    outline: 2px solid rgba(85, 25, 18, 0.45);
    outline-offset: -2px;
  }
}

/* =========================================
   TELEP — mobile only gallery fix
   Hides desktop gallery on mobile
   Shows only one top thumbs row + one main image
   ========================================= */
@media (max-width: 767px) {

  /* HARD hide desktop gallery */
  .telep-desktop-gallery,
  .slider-scroll.telep-desktop-gallery,
  #gallery-started {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  /* show mobile gallery only */
  .telep-mobile-gallery {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
    margin: 0 0 18px !important;
    position: relative !important;
    z-index: 3 !important;
  }

  /* keep thumbs FIRST */
  .telep-mobile-gallery .telep-mobile-thumbs-swiper {
    display: block !important;
    order: 1 !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* main image SECOND */
  .telep-mobile-gallery .telep-mobile-main-swiper {
    display: block !important;
    order: 2 !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* if any duplicate thumbs row appears AFTER main image, hide it */
  .telep-mobile-gallery .telep-mobile-main-swiper + .telep-mobile-thumbs-swiper,
  .telep-mobile-gallery .telep-mobile-main-swiper ~ .telep-mobile-thumbs-swiper:nth-of-type(n + 2) {
    display: none !important;
  }

  /* thumbs styling */
  .telep-mobile-gallery .telep-mobile-thumbs-swiper .swiper-slide {
    width: 72px !important;
    height: 72px !important;
    flex: 0 0 72px !important;
  }

  .telep-mobile-gallery .telep-mobile-thumbs-swiper .item {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: rgba(0, 0, 0, 0.03) !important;
  }

  .telep-mobile-gallery .telep-mobile-thumbs-swiper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .telep-mobile-gallery .telep-mobile-thumbs-swiper .swiper-slide-thumb-active .item {
    outline: 2px solid rgba(85, 25, 18, 0.45) !important;
    outline-offset: -2px !important;
  }

  /* main image styling */
  .telep-mobile-gallery .telep-mobile-main-swiper .item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: rgba(0, 0, 0, 0.03) !important;
  }

  .telep-mobile-gallery .telep-mobile-main-swiper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
}

/* desktop/tablet: keep mobile gallery hidden */
@media (min-width: 768px) {
  .telep-mobile-gallery {
    display: none !important;
  }
}