/* ---------------------------------------------------------
    * Name: Ecomus Multipurpose eCommerce HTML Template
    * Version: 1.1.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components
        * header
        * footer
        * tabs
        * slider banner
        * button
        * range slider
        * form
        * nice select
        * carousel
        * avatar
        * pop up
        * box icon
        * hover
        * collection
        * product
        * blog
        * testimonial
        * lookbook
        * featured
        * accordion
        * zoom

    * section

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@import url(bootstrap-select.min.css);
:root {
  --main: #000000;
  --white: #ffffff;
  --primary: #db1215;
  --red_1: #db1215;
  --backdrop: rgba(0, 0, 0, 0.5);
  --yellow: #ffb321;
  --main-rgba-1: rgba(0, 0, 0, 0.16);
  --main-rgba-2: rgba(0, 0, 0, 0.15);
  --text: #545454;
  --text-2:#909090;
  --text-3:#868686;
  --line: #ebebeb;
  --line-2: #ececec;
  --bg-1: #fcfbf9;
  --bg-2: #f6f6f6;
  --bg-3: #fcffb2;
  --bg-4: #c9f4aa;
  --bg-5: #ff7b54;
  --bg-6: #8054ff;
  --bg-7: #f1f0ed;
  --bg-8: #f0edf1;
  --bg-9: #edeef1;
  --bg-10: #fcfbf9;
  --bg-11: #f2f2f2;
  --success: #31A56D;
  --bg-load: #d9d9d9;
  --bg-scrollbar-track: #f1f1f1;
  --bg-scrollbar-thumb: #c1c1c1;
}

.color-primary-2 {
  --primary:#814037;
}

.color-primary-3 {
  --primary:#93f859;
}

.color-primary-4 {
  --primary:#000;
}

.color-primary-5 {
  --primary: #67c08f;
}

.color-primary-6 {
  --primary: #a45f3b;
}

.color-primary-7 {
  --primary: #a6e57c;
}

.color-primary-8 {
  --primary: #61b482;
}

.color-primary-9 {
  --primary: #ff0b0b;
}

.color-primary-10 {
  --primary: #fd8484;
}

.color-primary-11 {
  --primary: #214332;
}

.color-primary-12 {
  --primary: #f67d0d;
}

.color-primary-13 {
  --primary: #3c71d7;
}

.color-primary-14 {
  --primary: #9914f2;
}

.color-primary-15 {
  --primary: #4387f4;
}

.color-primary-main {
  --primary: #000000;
}

.color-main-text-2 {
  --main:#253d4e;
}

/*---------- 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: "Albert Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  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: 1540px;
}

.container {
  width: 100%;
  margin: auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.slider-layout-right {
  width: calc(100vw - (100vw - 1440px) / 2 + 30px);
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
}

.mw-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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: "Albert Sans", sans-serif;
  border: 1px solid var(--line);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 12px 18px;
  width: 100%;
  background: var(--white);
  color: var(--text-2);
  font-weight: 400;
}
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 {
  color: var(--text-2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea {
  height: 112px;
  resize: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: var(--text-2);
}

:-moz-placeholder {
  color: var(--text-2);
}

::-moz-placeholder {
  color: var(--text-2);
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: var(--text-2);
}

/* Typography
-------------------------------------------------------------- */
.font-young-serif {
  font-family: "Young Serif", serif;
}

.font-gloock {
  font-family: "Gloock", serif;
}

.font-caprasimo {
  font-family: "Caprasimo", serif;
}

.font-poppins {
  font-family: "Poppins", serif;
}

.font-libre-baskerville {
  font-family: "Libre Baskerville", serif;
}

.font-sora {
  font-family: "Sora", serif;
}

.font-readex-pro {
  font-family: "Readex Pro", serif;
}

.font-roboto-condensed {
  font-family: "Roboto Condensed", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Albert Sans", sans-serif;
  text-rendering: optimizeLegibility;
  color: var(--main);
  font-weight: 400;
}

h1 {
  font-size: 80px;
  line-height: 96px;
}

h2 {
  font-size: 68px;
  line-height: 81.6px;
}

h3 {
  font-size: 56px;
  line-height: 67.2px;
}

h4 {
  font-size: 42px;
  line-height: 50.4px;
}

h5 {
  font-size: 28px;
  line-height: 33.6px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.text-14 {
  font-size: 14px !important;
}

.fs-14 {
  font-size: 14px !important;
  line-height: 22.4px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-22, .text-22 {
  font-size: 22px !important;
}

.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_dark {
  background-color: var(--main) !important;
}

.bg_dark-1 {
  background-color: #212328 !important;
}

.bg_dark-2 {
  background-color: #23252e !important;
}

.bg_line {
  background-color: var(--line);
}

.bg_primary {
  background-color: var(--primary) !important;
}

.bg_orange {
  background-color: #f47249;
}

.bg_orange-2 {
  background-color: #c38361;
}

.bg_orange-3 {
  background-color: #ffa500;
}

.bg_orange-4 {
  background-color: #ff7b54;
}

.bg_violet {
  background-color: #7900f2;
}

.bg_violet-1 {
  background-color: #47276f;
}

.bg_violet-2 {
  background-color: #cf76ef !important;
}

.bg_violet-3 {
  background-color: #dfc6ff !important;
}

.bg_blue {
  background-color: #2c3bc5;
}

.bg_blue-2 {
  background-color: #a8bcd4;
}

.bg_blue-3 {
  background-color: #8054ff;
}

.bg_blue-4 {
  background-color: #f5f7fc;
}

.bg_blue-5 {
  background-color: #f1f4f9 !important;
}

.bg_blue-6 {
  background-color: #1c355e !important;
}

.bg_blue-7 {
  background-color: #005BD3;
}

.bg_blue-8 {
  background-color: #2144e1;
}

.bg_dark-blue {
  background-color: #00008b;
}

.bg_dark-blue-2 {
  background-color: #213159;
}

.bg_dark-blue-3 {
  background-color: #051b3e;
}

.bg_light-blue {
  background-color: #add8e6;
}

.bg_light-blue-1 {
  background-color: #c6ccd1 !important;
}

.bg_light-blue-2 {
  background-color: #effafa !important;
}

.bg_light-blue-3 {
  background-color: #f4f5f7 !important;
}

.bg_light-blue-4 {
  background-color: #c6eeff !important;
}

.bg_beige {
  background-color: #c8ad7f;
}

.bg_beige-2 {
  background-color: #857460;
}

.bg_beige-3 {
  background-color: #f8f6f2;
}

.bg_beige-4 {
  background-color: #f8f4f0;
}

.bg_dark-beige {
  background-color: #9f8c76;
}

.bg_brown {
  background-color: #977945;
}

.bg_brown-1 {
  background-color: #383240 !important;
}

.bg_brown-2 {
  background-color: #433b37;
}

.bg_brown-3 {
  background-color: #85715e;
}

.bg_brown-4 {
  background-color: #f4f0eb;
}

.bg_brown-5 {
  background-color: #372b25;
}

.bg_light-brown {
  background-color: #c55252;
}

.bg_light-brown1 {
  background-color: #6c2c28;
}

.bg_purple {
  background-color: #d966d9;
}

.bg_light-purple {
  background-color: #d1c6c6 !important;
}

.bg_dark-purple {
  background-color: #542679;
}

.bg_light-green {
  background-color: #caffd6;
}

.bg_light-green-2 {
  background-color: #c9f4aa;
}

.bg_light-green-3 {
  background-color: #e9f5e0;
}

.bg_light-green-4 {
  background-color: #f3f9ef;
}

.bg_light-green-5 {
  background-color: #e2f8ec;
}

.bg_dark-green {
  background-color: #006400;
}

.bg-dark-green-2 {
  background-color: #6a7369 !important;
}

.bg_pink {
  background-color: #fcc6de;
}

.bg_pink-2 {
  background-color: #f37b7b !important;
}

.bg_light-pink {
  background-color: #ffb6c1;
}

.bg_dark-pink {
  background-color: #f26982 !important;
}

.bg_light-grey {
  background-color: #d3d3d3;
}

.bg_light-grey-2 {
  background-color: #c4b3b3 !important;
}

.bg_light-grey-3 {
  background-color: #d1cec6 !important;
}

.bg_light-grey-4 {
  background-color: #f3f5f6;
}

.bg_grey {
  background-color: #ccc;
}

.bg_grey-2 {
  background-color: #fbf7f0;
}

.bg_grey-3 {
  background-color: #faf8f2;
}

.bg_grey-4 {
  background-color: #fcf8f3;
}

.bg_grey-5 {
  background-color: #f6f6f6;
}

.bg_grey-6 {
  background-color: #f9f6ef;
}

.bg_grey-7 {
  background-color: #f5f5f5;
}

.bg_grey-8 {
  background-color: #f2f2f2;
}

.bg_grey-9 {
  background-color: #f1f3f1;
}

.bg_grey-10 {
  background-color: #faf7f2 !important;
}

.bg_grey-11 {
  background-color: #f8f8f8;
}

.bg_grey-12 {
  background-color: #f1f4f7 !important;
}

.bg_grey-13 {
  background-color: #efefef !important;
}

.bg_grey-14 {
  background-color: #f0f4f6 !important;
}

.bg_grey-15 {
  background-color: #f8f4f0 !important;
}

.bg_grey-16 {
  background-color: #f3f3f0 !important;
}

.bg_dark-grey {
  background-color: #808080;
}

.bg_yellow {
  background-color: #dcdb79;
}

.bg_yellow-2 {
  background-color: #fcffb2;
}

.bg_yellow-3 {
  background-color: #e6fe5e !important;
}

.bg_yellow-4 {
  background-color: #ffdf00;
}

.bg_yellow-5 {
  background-color: #fff7df !important;
}

.bg_yellow-6 {
  background-color: #ece5b6 !important;
}

.bg_yellow-7 {
  background-color: #f4eddb !important;
}

.bg-yellow-8 {
  background-color: #fcf151;
}

.bg-yellow-9 {
  background-color: #fbf24a !important;
}

.bg-yellow-10 {
  background-color: #fff6c6;
}

.bg_light-yellow {
  background-color: #ffffe0;
}

.bg_golden-yellow {
  background-color: #ffdf00;
}

.bg_dark-yellow {
  background-color: #ff9738 !important;
}

.bg_taupe {
  background-color: #483c32;
}

.bg_green {
  background-color: #e1eb78;
}

.bg_green-1 {
  background-color: #dcf9e2;
}

.bg_green-2 {
  background-color: #2c3728 !important;
}

.bg_green-3 {
  background-color: #1b3622 !important;
}

.bg_green-4 {
  background-color: #161d28 !important;
}

.bg_green-5 {
  background-color: #84e4e0 !important;
}

.bg_green-6 {
  background-color: #a6e57c;
}

.bg_green-7 {
  background-color: #bee7b7;
}

.bg_green-8 {
  background-color: #f1f9ef;
}

.bg_green-9 {
  background-color: #214332 !important;
}

.bg_green-10 {
  background-color: #e7ecd2;
}

.bg_green-11 {
  background-color: #2f992d !important;
}

.bg_cream {
  background-color: #fffdd0;
}

.bg_cream-2 {
  background-color: #fbf6ee;
}

.bg-gradient-1 {
  background: linear-gradient(102deg, rgb(159, 111, 189) 8%, rgb(168, 125, 196) 47%, rgb(180, 140, 203) 83%);
}

.bg-gradient-2 {
  background: linear-gradient(104deg, rgb(61, 53, 75) 0.54%, rgba(61, 53, 75, 0.56) 100%);
}

.bg-gradient-3 {
  background: linear-gradient(270deg, rgba(31, 31, 40, 0.8) 10%, rgb(30, 32, 40) 100%, rgb(30, 32, 40) 100%);
}

.bg_red {
  background-color: #f63400;
}

.bg_red-1 {
  background-color: #b31c1b;
}

.bg_red-2 {
  background-color: #db1215 !important;
}

.bg_red-3 {
  background-color: #F61F1F;
}

.bg_red-4 {
  background-color: #c02f4d !important;
}

.bg_navy {
  background-color: #001f3f;
}

.bg_copper {
  background-color: #b87333;
}

.bg_gold {
  background-color: #f4dfb6;
}

.bg_f1f6e6 {
  background-color: #f1f6e6;
}

.bg_e7e4df {
  background-color: #e7e4df !important;
}

.bg_f5f6f0 {
  background-color: #f5f6f0;
}

.bg_pastel-brown {
  background-color: #b1907f;
}

.bg_571729 {
  background-color: #571729;
}

.bg_f3f5f5 {
  background-color: #f3f5f5 !important;
}

.bg_mint {
  background: #cfdfd6;
}

.bg_fef4e8 {
  background-color: #fef4e8;
}

.bg_f5f5ec {
  background-color: #f5f5ec !important;
}

.bg_khaki {
  background-color: #686c52;
}

.bg_flame {
  background-color: #f55349;
}

.bg_f5f3eb {
  background-color: #f5f3eb !important;
}

.bg_4f4d59 {
  background-color: #4f4d59 !important;
}

.bg_f6f1ec {
  background-color: #f6f1ec !important;
}

.bg_f3f4f7 {
  background-color: #f3f4f7;
}

.text_black {
  color: var(--main) !important;
}

.text_black-2 {
  color: var(--text) !important;
}

.text_black-3 {
  color: #414558 !important;
}

.text_primary {
  color: var(--primary) !important;
}

.text_success {
  color: var(--success);
}

.text-paragraph {
  color: #868686;
}

.text-sale {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5490196078);
}

.text_white {
  color: var(--white) !important;
}

.text_green {
  color: #00b67a !important;
}

.text_green-1 {
  color: #172e22 !important;
}

.text_green-2 {
  color: #214332 !important;
}

.text-1 {
  font-size: 18px !important;
  line-height: 28.8px !important;
}

.text-2 {
  font-size: 16px;
  line-height: 24px;
}

.text-3 {
  font-size: 16px;
  line-height: 19.2px;
}

.letter-2 {
  letter-spacing: 2px;
}

.letter-3 {
  letter-spacing: 3px;
}

.text_red-1 {
  color: #db1215 !important;
}

.text_blue-1 {
  color: #1c355e !important;
}

.text-stroke-white {
  -webkit-text-stroke: 2px var(--white);
  color: transparent;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: var(--main);
}
a:focus, a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: 0;
}

label {
  font-weight: 600;
}

.link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  color: var(--primary) !important;
}

.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);
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-6 {
  gap: 6px !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;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.border-line {
  border: 1px solid var(--line) !important;
}

.border-line-dark {
  border: 1px solid var(--main) !important;
}

.border-white {
  border: 1px solid var(--white);
}

.border-line-black {
  border: 1px solid var(--main);
}

.border-line-blue-1 {
  border: 1px solid #1c355e !important;
}

.line {
  border-bottom: 1px solid var(--line);
}

.line-1 {
  border-bottom: 1px solid #303030;
}

.line-left-1 {
  border-left: 1px solid #303030 !important;
}

.line-black {
  border-bottom: 1px solid var(--main);
}

.line-top-black {
  border-top: 1px solid var(--main) !important;
}

.line-2 {
  border: 1px solid #f3f3f0;
}

.no-line {
  border: 0 !important;
}

.place-self-center {
  place-self: center !important;
}

.radius-3 {
  border-radius: 3px !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;
}

.h-40 {
  height: 40px;
}

.h-46 {
  height: 46px;
}

.h-52 {
  height: 52px;
}

.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.tf-md-hidden {
  display: none;
}

.box-center {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.py_15 {
  padding: 15px 0;
}

.py_20 {
  padding: 20px 0;
}

.pb_8 {
  padding-bottom: 8px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.my_20 {
  margin: 20px 0px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_3 {
  margin-top: 3px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_37 {
  margin-top: 37px;
}

.mt_140 {
  margin-top: 140px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_14 {
  margin-bottom: 14px !important;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_24 {
  margin-bottom: 24px !important;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_200 {
  margin-bottom: 200px;
}

.flat-spacing-1 {
  padding: 70px 0;
}

.flat-spacing-2 {
  padding: 45px 0 70px;
}

.flat-spacing-3 {
  padding: 50px 0;
}

.flat-spacing-4 {
  padding-top: 55px;
  padding-bottom: 100px;
}

.flat-spacing-5 {
  padding: 76px 0px;
}

.flat-spacing-6 {
  padding: 45px 0px 100px;
}

.flat-spacing-7 {
  padding-bottom: 60px;
}

.flat-spacing-8 {
  padding-top: 35px;
  padding-bottom: 70px;
}

.flat-spacing-9 {
  padding: 65px 0px;
}

.flat-spacing-10 {
  padding: 55px 0px;
}

.flat-spacing-11 {
  padding-top: 80px;
  padding-bottom: 70px;
}

.flat-spacing-12 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flat-spacing-13 {
  padding-top: 34px;
  padding-bottom: 40px;
}

.flat-spacing-14 {
  padding-top: 84px;
  padding-bottom: 60px;
}

.flat-spacing-15 {
  padding-top: 78px;
  padding-bottom: 100px;
}

.flat-spacing-16 {
  padding-top: 130px;
  padding-bottom: 65px;
}

.flat-spacing-17 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.flat-spacing-18 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.flat-spacing-19 {
  padding-top: 79px;
  padding-bottom: 91px;
}

.flat-spacing-20 {
  padding-top: 30px;
  padding-bottom: 33px;
}

.flat-spacing-21 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.flat-spacing-22 {
  padding: 30px 0;
}

.flat-spacing-23 {
  padding-top: 100px;
  padding-bottom: 78px;
}

.flat-spacing-24 {
  padding-top: 109px;
  padding-bottom: 132px;
}

.flat-spacing-25 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.flat-spacing-26 {
  padding-top: 65px;
  padding-bottom: 75px;
}

.flat-spacing-27 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.flat-spacing-28 {
  padding-top: 38px;
  padding-bottom: 90px;
}

.flat-spacing-29 {
  padding-top: 26px;
  padding-bottom: 90px;
}

.flat-spacing-30 {
  padding-top: 65px;
  padding-bottom: 42px;
}

.flat-spacing-31 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.flat-spacing-32 {
  padding-top: 115px;
  padding-bottom: 150px;
}

.flat-spacing-33 {
  padding-top: 88px;
  padding-bottom: 126px;
}

.flat-spacing-34 {
  padding-top: 60px;
  padding-bottom: 60px;
}

[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 {
  display: grid;
  gap: 15px;
}
.tf-grid-layout.tf-col-1 {
  grid-template-columns: 1fr;
}
.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);
}
#gridLayout .product-listing-card__details-toggle {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  #gridLayout .product-listing-card__details-toggle { display:flex !important; width:100%; align-items:center; justify-content:center; gap:8px; margin-top:12px; padding:10px; border:1px solid #c88b10; border-radius:6px; background:#fff; color:#a66d00; font-size:12px; font-weight:600; line-height:1; }
  #gridLayout .product-listing-card__details-toggle .icon { font-size:11px; transition:transform .2s ease; }
  #gridLayout .card-product.is-specifications-open .product-listing-card__details-toggle .icon { transform:rotate(180deg); }
  #gridLayout .card-product.is-specifications-open .product-listing-card__details { display:block !important; position:static !important; margin-top:10px; padding:12px 0 0; border-top:1px solid #e7d3ac; background:transparent; box-shadow:none; }
}
.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;
}
.tf-grid-layout.row-gap-10 {
  row-gap: 10px !important;
}

.tf-grid-layout-v2 {
  display: grid;
  gap: 15px;
}

.overflow-unset {
  overflow: unset !important;
}

.sticky-top {
  z-index: 50;
  top: 15px;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-auto {
  cursor: auto;
}

.tag-list {
  list-style: disc;
  padding-left: 20px;
}
.tag-list li {
  list-style: inherit;
}

.has-line-bottom {
  position: relative;
}
.has-line-bottom::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background-color: var(--line);
  height: 1px;
  width: 100%;
  max-width: 1440px;
  transform: translateX(-50%);
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 0.6px;
}

.line-under {
  color: rgba(0, 0, 0, 0.85);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  transition: text-decoration-thickness 1s ease;
}
.line-under:hover {
  color: var(--main);
  text-decoration-thickness: 2px;
  text-decoration-line: underline;
}

.transition-linear {
  transition-timing-function: linear !important;
}

.z-5 {
  z-index: 5;
}

.text-highlight {
  -webkit-text-stroke: 1px #000;
  color: transparent !important;
  flex-direction: row-reverse;
}

.text-line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

.grid-2-lg {
  display: grid;
  gap: 15px;
}

.cus-container2 {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.text-start {
  text-align: start !important;
}

.aspect-1 {
  aspect-ratio: 1 !important;
}

.left-0 {
  left: -1px !important;
}

.right-0 {
  right: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.top {
  top: 0 !important;
}

.clear::before, .clear::after {
  display: none !important;
}

.sec-bg-banner {
  background-color: #916033;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.place-items-end {
  place-items: end;
}

.size_30 {
  width: 30px !important;
  height: 30px !important;
}

.bg-color-unset {
  background-color: unset !important;
}

.tf-grid-layout-3 {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, 1fr);
}
.tf-grid-layout-3 .collection-item-v4 .collection-image {
  height: 315px;
  display: flex;
}

#goTop {
  position: fixed;
  padding: 0;
  bottom: 90px;
  right: 40px;
  width: 38px;
  height: 38px;
  background: var(--white);
  color: black;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#goTop .border-progress {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 3px;
  border: 1px solid #000000;
  mask-image: conic-gradient(#000000 var(--progress-angle, 0deg), transparent 0);
  -webkit-mask-image: conic-gradient(#000000 var(--progress-angle, 0deg), transparent 0);
  content: "";
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#goTop.show {
  opacity: 1;
  visibility: visible;
}
#goTop .icon {
  font-size: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
.tf-top-bar_wrap {
  padding: 10px 0px;
}

.top-bar-text .tf-btn {
  padding-bottom: 0;
  color: var(--primary);
}
.top-bar-text .tf-btn::after {
  background-color: var(--primary);
}
.top-bar-text .tf-btn:hover {
  opacity: 0.8;
}
.top-bar-text .tf-btn:hover::after {
  opacity: 0.8;
}
.top-bar-text .tf-btn.text_white {
  color: var(--white);
}
.top-bar-text .tf-btn.text_white::after {
  background-color: var(--white);
}

.announcement-bar {
  padding-right: 65px;
  position: relative;
  transition: all 0.3s linear;
}
.announcement-bar .close-announcement-bar {
  cursor: pointer;
  position: absolute;
  font-size: 12px;
  right: 25px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.announcement-bar.not-hover .box-sw-announcement-bar:hover {
  animation-play-state: running !important;
}

.box-sw-announcement-bar {
  display: flex;
  -webkit-animation: slide-har 14s linear infinite;
  animation: slide-har 14s linear infinite;
  transition: animation-duration 300ms;
}
.box-sw-announcement-bar:hover {
  animation-play-state: paused;
}

.speed-1 {
  -webkit-animation: slide-har 40s linear infinite;
  animation: slide-har 40s linear infinite !important;
}
.speed-1:hover {
  animation-play-state: paused !important;
}

.run-reverse {
  animation-direction: reverse !important;
}

.wrap-announcement-bar {
  overflow: hidden;
}

.noti-bar-text {
  padding: 10px 0px;
}

.wrap-announcement-bar-2 {
  position: relative;
}
.wrap-announcement-bar-2 .tf-sw-top_bar {
  margin: 0px 20px;
}
.wrap-announcement-bar-2 .navigation-topbar {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-announcement-bar-2 .navigation-topbar .icon {
  color: var(--white);
  font-size: 12px;
}
.wrap-announcement-bar-2 .navigation-topbar.nav-next-topbar {
  left: 0;
}
.wrap-announcement-bar-2 .navigation-topbar.nav-prev-topbar {
  right: 0;
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.announcement-bar-item {
  display: inline-block;
  padding-right: 46px;
  position: relative;
}
.announcement-bar-item p {
  font-size: 12px;
  padding: 10px 0px;
  font-weight: 600;
  color: var(--white);
  white-space: nowrap;
  padding-left: 23px;
}
.announcement-bar-item::after {
  height: 1px;
  width: 22px;
  background-color: var(--white);
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.announcement-bar-black .announcement-bar-item p {
  color: var(--main);
}
.announcement-bar-black .announcement-bar-item::after {
  background-color: var(--main);
}
.announcement-bar-black .close-announcement-bar {
  color: var(--main);
}

.top-bar-language .dropdown-menu {
  inset: 0px !important;
}
.top-bar-language .bootstrap-select.image-select.style-default > button {
  padding-right: 24px !important;
}
.top-bar-language .dropdown.bootstrap-select.image-select.style-default > .dropdown-menu {
  margin-top: 12px !important;
}
.top-bar-language .filter-option-inner .filter-option-inner-inner {
  font-weight: 500 !important;
}

.header-default .wrapper-header {
  min-height: 64px;
}
.header-default .wrapper-header .nav-icon li:last-child .nav-icon-item {
  margin-right: 10px;
}
.header-default .box-nav-ul {
  gap: 22px;
}

.header-style-2 .wrapper-header {
  min-height: 60px;
}

#header .box-nav-ul .item-link {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#header .box-nav-ul .item-link .icon {
  font-size: 7px;
}
#header .box-nav-ul .item-link::before {
  content: "";
  width: 0;
  height: 1px;
  top: 99%;
  position: absolute;
  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(--main);
}
#header .box-nav-ul li:hover .item-link::before {
  width: 100%;
  left: 0;
  right: auto;
}
#header .nav-icon .icon {
  font-size: 18px;
  font-weight: 500;
}
#header .nav-icon li {
  display: inline-flex;
}
#header .nav-icon .nav-icon-item {
  position: relative;
  display: inline-flex;
}
#header .nav-icon .nav-icon-item:hover {
  color: var(--primary);
}
#header .nav-icon .nav-icon-item .text {
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 500;
  display: inline-block;
}
#header .nav-icon .count-box {
  position: absolute;
  line-height: 18px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 9999px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  z-index: 2;
  top: -8px;
  right: -10px;
  color: var(--white);
  background-color: var(--primary);
}
#header .tf-product-header .card-product .box-icon {
  width: 32px;
  height: 32px;
}
#header .tf-product-header .card-product .tooltip {
  margin-top: -4px;
}
#header .sub-menu .hover-sw-nav .nav-sw {
  width: 36px;
  height: 36px;
  top: 38%;
}
#header .sub-menu .list-color-item .tooltip {
  display: none;
}

.header-absolute {
  margin-bottom: -64px;
  background-color: transparent;
  z-index: 999;
}

.logo-header img {
  width: 100%;
}

.box-nav-ul .menu-item {
  padding: 36px 0px;
}
.box-nav-ul .menu-item:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) translateY(0px);
}
.box-nav-ul .menu-item:hover > a::after {
  display: block;
}
.box-nav-ul .menu-item > a::after {
  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% + 44px);
  height: 94px;
  display: none;
}
.box-nav-ul .menu-item-2 {
  position: relative;
  cursor: pointer;
}
.box-nav-ul .menu-item-2::after {
  position: absolute;
  content: "\e906";
  /*font-family: "icomoon";*/
  font-size: 11px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box-nav-ul .menu-item-2 .sub-menu {
  top: -22px;
  left: calc(100% + 23px);
  min-width: 200px;
}
.box-nav-ul .menu-item-2 .sub-menu::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 45px;
  background-color: transparent;
  left: -18%;
  top: 3px;
}
.box-nav-ul .menu-item-2:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) translateY(0px);
}
.box-nav-ul .sub-menu {
  pointer-events: none;
  position: absolute;
  background-color: var(--white);
  min-width: 268px;
  z-index: 999;
  visibility: hidden;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-inline-end: 20px;
  padding-inline-start: 19px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0px) translateY(15px);
  box-shadow: 0 4px 8px rgb(235, 235, 235);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-nav-ul .mega-menu {
  padding-top: 37px;
  padding-bottom: 42px;
  border: none;
  max-height: calc(100vh - 74px);
  overflow: auto;
  left: 0;
  right: 0;
}
.box-nav-ul .mega-menu .card-product .card-product-wrapper {
  max-height: 290px;
}
.box-nav-ul .mega-menu .wrap-sw-over {
  padding-bottom: 40px;
  margin-bottom: -40px;
}
.box-nav-ul .menu-heading {
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  color: var(--main);
  text-transform: uppercase;
  margin-bottom: 17px;
  text-align: start;
}
.box-nav-ul .menu-list .menu-link-text {
  color: var(--text);
}
.box-nav-ul .menu-list li {
  text-align: start;
}
.box-nav-ul .menu-list li:not(:last-child) {
  margin-bottom: 14px;
}
.box-nav-ul .menu-list .demo-label {
  top: -14px;
  right: -35px;
}
.box-nav-ul .submenu-default {
  left: -110px;
}

.mega-menu .row-demo {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  row-gap: 25px;
}
.mega-menu .demo-item {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 6px 7px 0;
  border: solid 1px transparent;
  transition: border 0.4s;
  margin-bottom: 1px;
}
.mega-menu .demo-item .demo-name {
  line-height: 45px;
  display: block;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mega-menu .demo-item .demo-name:hover {
  color: var(--primary);
}
.mega-menu .demo-item:hover {
  border-color: var(--main);
}
.mega-menu .view-all-demo {
  margin-top: 48px;
}
.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;
}

.mega-page {
  max-width: 900px;
  margin: auto;
}

.demo-label {
  position: absolute;
  top: 9px;
  right: 7px;
  gap: 5px;
  display: flex;
}
.demo-label span {
  font-size: 10px;
  line-height: 19px;
  padding: 0 8px;
  background-color: rgb(131, 183, 53);
  color: var(--white);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-label .demo-new {
  background-color: rgb(72, 212, 187);
}
.demo-label .demo-hot {
  background-color: rgb(252, 87, 50);
}

.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;
}
.mobile_menu_body {overscroll-behavior-y:auto!important;}
.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(--main);
}
.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: solid 1px rgb(236, 236, 236);
  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 {
  width: 240px !important;
  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 18px;
  line-height: 40px;
  border: solid 1px rgb(242, 242, 242);
  gap: 9px;
  background-color: rgb(242, 242, 242);
  color: var(--main);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.canvas-mb .site-nav-icon .icon {
  font-size: 14px;
}
.canvas-mb .site-nav-icon:hover {
  color: rgb(242, 242, 242);
  background-color: var(--main);
  border-color: var(--main);
}
.canvas-mb .mb-other-content .group-icon {
  gap: 9px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.canvas-mb .mb-other-content .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--main);
  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 .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(--main);
  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;
  text-transform: capitalize;
}
.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;
}

.header-list-categories {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-list-categories .categories-item {
  min-height: 68px;
  position: relative;
  display: flex;
  align-items: center;
}
.header-list-categories .categories-item a {
  font-size: 12px;
  font-weight: 800;
  padding: 11px 10px;
  transition: background-color 0.15s ease;
}
.header-list-categories .categories-item a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.header-list-categories .categories-item.active a {
  background-color: rgb(242, 242, 242);
}
.header-list-categories .categories-item.active a::after {
  transform: scaleX(1);
}
.header-list-categories .categories-item:hover a::after {
  transform: scaleX(1);
}

.header-style-2 .header-bottom .wrapper-header {
  min-height: 60px;
}
.header-style-2 .dropdown.bootstrap-select.image-select.type-currencies > .dropdown-menu {
  margin-left: calc(50% - 60px) !important;
}
.header-style-2 .dropdown.bootstrap-select.image-select.type-currencies > .dropdown-menu::after {
  left: 12%;
}

.header-bottom .box-nav-ul .menu-item {
  padding: 20px 0px;
}
.header-bottom .box-nav-ul .menu-item > a::after {
  height: 64px;
}

.header-bottom .header-list-categories .categories-item {
  min-height: auto;
}
.header-bottom .header-list-categories .categories-item a::after {
  content: none;
}

.header-style-3 .wrapper-header {
  min-height: 64px;
}
.header-style-3 .box-nav-ul .menu-item {
  padding: 32px 0px;
}
.header-style-3 .box-nav-ul .menu-item > a::after {
  height: 88px;
}

.wrap-header-left {
  display: flex;
  align-items: center;
}
.wrap-header-left .box-navigation {
  padding-left: 40px;
}
.wrap-header-left .mega-page {
  max-width: 810px;
  margin-left: 70px;
}

.wrap-header-left-2 .mega-page {
  margin-left: 0px;
}

.header-white .box-nav-ul .item-link,
.header-white .nav-icon .nav-icon-item {
  color: var(--white);
}
.header-white .box-nav-ul .item-link::before {
  background-color: var(--white) !important;
}
.header-white .btn-mobile svg path {
  fill: var(--white);
}

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  z-index: 888;
  background-color: var(--white);
}
header.header-bg {
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header-white.header-bg {
  background-color: #c4b3b3;
}

.header-dark-abs.header-bg {
  background-color: var(--main);
}

.header-scroll-white .dark-logo {
  display: none;
}
.header-scroll-white.header-bg {
  background-color: var(--white);
}
.header-scroll-white.header-bg .dark-logo {
  display: block;
}
.header-scroll-white.header-bg .white-logo {
  display: none;
}
.header-scroll-white.header-bg .box-nav-ul .item-link,
.header-scroll-white.header-bg .nav-icon .nav-icon-item {
  color: var(--main);
}
.header-scroll-white.header-bg .box-nav-ul .item-link::before {
  background-color: var(--main) !important;
}
.header-scroll-white.header-bg .btn-mobile svg path {
  fill: var(--main);
}

#header.header-uppercase .box-nav-ul .item-link {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 700;
}
#header.header-uppercase1 .box-nav-ul .item-link {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
#header .header-bottom .box-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
#header .header-bottom .box-right .phone {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: var(--primary);
}
#header .header-bottom .tf-list-categories {
  position: relative;
}
#header .header-bottom .tf-list-categories .categories-title {
  min-width: 226px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding: 0 14px;
  margin-inline-end: 35px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#header .header-bottom .tf-list-categories .list-categories-inner {
  left: 0;
  border-radius: 10px;
  position: absolute;
  background-color: var(--white);
  min-width: 367px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.4s ease 0.1s;
  text-align: left;
  box-shadow: rgba(37, 61, 78, 0.08) 0px 4px 8px 0px;
  border: solid 1px var(--line);
  top: 100%;
  margin-top: 10px;
  color: var(--main);
  pointer-events: none;
}
#header .header-bottom .tf-list-categories .list-categories-inner::before {
  height: 20px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  content: "";
}
#header .header-bottom .tf-list-categories .list-categories-inner .categories-bottom {
  min-height: 50px;
  padding: 15px 26px;
  background-color: rgba(37, 61, 78, 0.05);
}
#header .header-bottom .tf-list-categories:hover .list-categories-inner {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: all;
}
#header .header-bottom .tf-list-categories .nav-ul-mb {
  padding-top: 24px;
  padding-inline-start: 21px;
  padding-inline-end: 20px;
  padding-bottom: 11px;
}
#header .header-bottom .tf-list-categories .nav-mb-item:last-child .tf-category-link::after {
  content: none;
}
#header .header-bottom .tf-list-categories .nav-mb-item:last-child .list-cate.show::after {
  content: none;
}
#header .header-bottom .box-left {
  display: flex;
  align-items: center;
}

#header.header-style-4 .nav-icon .nav-search {
  display: none;
}
#header.header-style-4 .header-bottom .wrapper-header {
  min-height: 78px;
}
#header.header-style-4 .header-bottom .menu-item {
  padding: 28px 0px;
}
#header.header-style-4 .header-bottom .menu-item > a::after {
  height: 80px;
}

/*------------ footer ---------------- */
.footer .footer-wrap .footer-body {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.footer .footer-wrap .footer-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background-color: var(--line);
  height: 1px;
  width: 100%;
  max-width: 1440px;
  transform: translateX(-50%);
}
.footer .footer-wrap .footer-bottom .footer-bottom-wrap {
  padding-top: 21px;
  border-top: 1px solid var(--line);
  padding-bottom: 20px;
}
.footer .footer-wrap .footer-bottom .footer-bottom-wrap .footer-menu_item {
  color: rgb(84, 84, 84);
}
.footer.has-border-full .footer-body::before {
  left: 0;
  max-width: 100%;
  transform: unset;
}
.footer.has-border-full .footer-newsletter .footer-menu_item {
  line-height: 22.4px;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-heading {
  margin-bottom: 25px;
}
.footer .footer-heading h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.footer .footer-heading-moblie {
  display: none;
}
.footer .footer-menu_item {
  line-height: 30px;
}
.footer .footer-infor ul {
  margin-bottom: 15px;
}
.footer .footer-infor ul li p {
  line-height: 30px;
}
.footer .footer-infor ul li p a {
  color: rgb(84, 84, 84);
  font-weight: 700;
}
.footer .footer-infor > a {
  margin-bottom: 28px;
}
.footer ul.footer-menu-list li a:hover {
  color: var(--primary);
}
.footer .footer-newsletter form {
  margin-top: 27px;
  margin-bottom: 40px;
  position: relative;
}
.footer .footer-newsletter form input {
  height: 55px;
  padding-right: 143px;
}
.footer .footer-newsletter form .button-submit {
  position: absolute;
  top: 7px;
  right: 8px;
}
.footer .footer-newsletter form .button-submit button {
  height: 41px;
  padding-top: 0;
  padding-bottom: 0;
}
.footer.background-black {
  background-color: var(--main);
}
.footer.background-black .footer-newsletter form .tf-btn {
  background-color: var(--white);
  color: var(--main);
}
.footer.background-black .footer-wrap .footer-body::before {
  display: none;
}
.footer.background-black .footer-wrap .footer-bottom .footer-bottom-wrap {
  border-top: 1px solid rgb(48, 48, 48);
}
.footer.background-black .footer-wrap .footer-bottom .footer-bottom-wrap .footer-menu_item {
  color: rgb(161, 161, 161);
}
.footer.background-black .footer-infor p {
  line-height: 22px;
  margin-bottom: 4px;
  color: rgb(161, 161, 161);
}
.footer.background-black .footer-infor p a {
  color: rgb(161, 161, 161);
}
.footer.background-black .footer-infor > a {
  margin-bottom: 28px;
  color: #a1a1a1;
}
.footer.background-black .footer-infor > a::after {
  background-color: #a1a1a1;
}
.footer.background-black .footer-infor > a:hover {
  color: var(--primary);
}
.footer.background-black .footer-infor > a:hover::after {
  background-color: var(--primary);
}
.footer.background-black .footer-heading h6 {
  color: var(--white);
}
.footer.background-black .footer-menu_item {
  color: rgb(161, 161, 161);
}
.footer.background-black .footer-newsletter form input {
  background-color: rgb(44, 44, 44);
  border: 0;
  color: var(--white);
}
.footer.background-black .footer-newsletter form input::placeholder {
  color: var(--white);
}
.footer.background-black .footer-newsletter form .tf-btn {
  border: 0;
}
.footer.bg_green-4 .footer-infor .tf-btn,
.footer.bg_green-4 .footer-infor ul li p {
  color: #606a7a;
}
.footer.bg_green-4 .footer-infor .tf-btn a,
.footer.bg_green-4 .footer-infor ul li p a {
  color: #606a7a;
}
.footer.bg_green-4 .footer-menu_item {
  color: #606a7a !important;
}
.footer.bg_green-4 .footer-newsletter form input {
  background-color: rgb(35, 42, 55);
}
.footer.bg_green-9 * {
  border-color: rgba(235, 235, 235, 0.15) !important;
}
.footer.bg_green-9 .footer-wrap .footer-body::before {
  display: none;
}
.footer.bg_green-9 .footer-infor ul li p {
  color: var(--white) !important;
}
.footer.bg_green-9 .footer-infor ul li p a {
  color: var(--white) !important;
}
.footer.bg_green-9 .footer-infor > a {
  margin-bottom: 28px;
}
.footer.bg_green-9 .footer-heading h6 {
  color: var(--white);
}
.footer.bg_green-9 .footer-menu_item {
  color: var(--white) !important;
}
.footer.bg_green-9 .form-newsletter input {
  border-radius: 60px;
}
.footer.bg_green-9 .form-newsletter button {
  border-radius: 60px;
  background-color: #214332;
}
.footer.background-gray {
  background-color: #F6F6F6;
}
.footer.background-gray .footer-body::before {
  content: none;
}
.footer.has-border .footer-wrap .footer-body {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid var(--line);
}
.footer.has-border .footer-wrap .footer-bottom .footer-bottom-wrap {
  border-top: 0;
}
.footer.has-border .footer-newsletter {
  border-right: 1px solid var(--line);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 123px;
  width: 40%;
}
.footer.has-border .footer-col {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer.has-border .footer-col.footer-col-1 {
  width: 25%;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 90px;
}
.footer.has-border .footer-col.footer-col-2 {
  width: 15%;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.footer.has-border .footer-col.footer-col-3 {
  width: 20%;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.footer.has-all-border .footer-wrap .footer-body {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid var(--line);
}
.footer.has-all-border .footer-wrap .footer-bottom .footer-bottom-wrap {
  border-top: 0;
}
.footer.has-all-border .footer-newsletter {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}
.footer.has-all-border .footer-col {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  border-right: 1px solid var(--line);
}
.footer.has-all-border .tf-social-icon {
  margin-top: 20px;
}
.footer.border-container .footer-body {
  border-bottom: 0 !important;
}
.footer.border-container .footer-body::before {
  width: 1440px;
  left: 50%;
  transform: translateX(-50%);
}
.footer.border-container .footer-body::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background-color: var(--line);
  height: 1px;
  width: 100%;
  max-width: 1440px;
  transform: translateX(-50%);
}

.tf-cur {
  display: flex;
  gap: 28px;
}

.tf-payment {
  display: flex;
  gap: 10px;
}

.tf-toolbar-bottom {
  display: none;
  padding: 0 5px;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  z-index: 200;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--white);
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.08);
}
.tf-toolbar-bottom .toolbar-item {
  flex: 1 0 20%;
  position: relative;
}
.tf-toolbar-bottom .toolbar-item a {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  height: 67px;
  gap: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-icon {
  width: 18px;
  height: 18px;
  position: relative;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-icon i {
  font-size: 18px;
  color: var(--main);
}
.tf-toolbar-bottom .toolbar-item a .toolbar-icon .toolbar-count {
  position: absolute;
  top: -6px;
  right: -12px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  color: var(--white);
}
.tf-toolbar-bottom .toolbar-item a .toolbar-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.tf-toolbar-bottom .toolbar-item.active::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary);
}
.tf-toolbar-bottom .toolbar-item.active .toolbar-icon i {
  color: var(--primary);
}

/*------------ tabs ---------------- */
.widget-tabs .widget-menu-tab .item-title:not(.default) {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}
.widget-tabs .widget-menu-tab .item-title:not(.default)::after {
  position: absolute;
  content: "";
  background-color: var(--main);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-tabs .widget-content-tab {
  position: relative;
  overflow: hidden;
}
.widget-tabs .widget-content-tab .widget-content-inner {
  padding: 35px;
  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-has-border {
  border: 1px solid var(--line);
}
.widget-tabs.style-has-border .widget-menu-tab {
  display: flex;
  gap: 10px 50px;
  margin: 0 38px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title {
  padding: 15px 0;
  min-width: max-content;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title::after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title.active::after {
  width: 100%;
}
.widget-tabs.style-two-col {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 30px;
}
.widget-tabs.style-two-col .widget-menu-tab {
  display: flex;
  flex-direction: column;
  gap: 10px 50px;
  border-left: 2px solid var(--line);
  height: max-content;
}
.widget-tabs.style-two-col .widget-menu-tab .item-title {
  padding: 15px 38px;
}
.widget-tabs.style-two-col .widget-menu-tab .item-title::after {
  top: 0;
  left: -2px;
  width: 2px;
  height: 0;
}
.widget-tabs.style-two-col .widget-menu-tab .item-title.active::after {
  height: 100%;
}
.widget-tabs.style-two-col .widget-content-tab {
  border: 1px solid var(--line);
  height: fit-content;
}

.widget-tab-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 15px;
}
.widget-tab-2 .nav-tab-item {
  width: 100%;
}
.widget-tab-2 .nav-tab-item a {
  display: flex;
  justify-content: center;
  width: 100%;
  color: var(--main);
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  padding-bottom: 10px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  border-bottom: 2px solid rgb(238, 238, 238);
  transition: border-bottom-color 0.3s;
}
.widget-tab-2 .nav-tab-item a.active {
  border-bottom-color: var(--main);
}

.widget-tab-3 {
  margin-bottom: 30px;
  gap: 70px;
  margin-bottom: 70px;
  overflow-x: auto;
}
.widget-tab-3 .nav-tab-item a {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 400;
  white-space: nowrap;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--text);
}
.widget-tab-3 .nav-tab-item a.active {
  font-weight: 500;
  border-bottom-color: var(--main);
}
.widget-tab-3 .nav-tab-item a:hover, .widget-tab-3 .nav-tab-item a.active {
  color: var(--main);
}
.widget-tab-3::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.widget-tab-3.style-3 {
  gap: 30px;
}
.widget-tab-3.style-3 .nav-tab-item a {
  font-weight: 500;
}
.widget-tab-3.style-3 .nav-tab-item a.active {
  font-weight: 600;
}

.widget-tab-4 {
  border-radius: 10px;
  border: 1px solid var(--main);
  gap: 20px;
  padding: 20px 15px;
  display: flex;
}
.widget-tab-4 .nav-tab-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0px;
  min-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.widget-tab-4 .nav-tab-link .icon {
  font-size: 10px;
  font-weight: 500;
  display: none;
}
.widget-tab-4 .nav-tab-link span {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  display: flex;
  gap: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.widget-tab-4 .nav-tab-link .count {
  font-weight: 400;
  margin-top: -2px;
}
.widget-tab-4 .nav-tab-link.active .icon {
  display: block;
}

.widget-tab-5 {
  display: flex;
  align-items: center;
  gap: 30px;
  overflow-x: auto;
}
.widget-tab-5 .nav-tab-item {
  width: 100%;
}
.widget-tab-5 .nav-tab-item a {
  display: flex;
  justify-content: center;
  width: 100%;
  color: var(--text);
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  white-space: nowrap;
  padding: 6px 0px;
  border: 2px solid transparent;
}
.widget-tab-5 .nav-tab-item a.active {
  padding: 6px 20px;
  border-radius: 60px;
  border-color: var(--primary);
  color: var(--primary);
}
.widget-tab-5 .nav-tab-item a:hover {
  color: var(--primary);
}

.flat-animate-tab {
  overflow: hidden;
}
.flat-animate-tab .tab-content {
  position: relative;
}
.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;
}
.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;
}

/*------------ slider banner ---------------- */
.wrap-slider {
  position: relative;
}
.wrap-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*border-radius:10px;*/
}
.wrap-slider .box-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-slider .box-content .heading, .wrap-slider .box-content h1 {
  margin-bottom: 18px;
}
.wrap-slider .box-content .heading.mb_38, .wrap-slider .box-content h1.mb_38 {
  margin-bottom: 38px;
}
.wrap-slider .box-content p {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 24px;
}
.wrap-slider .box-content p.mb_15 {
  margin-bottom: 15px;
}
.wrap-slider .box-content p.sale_off {
  background-color: #ff5c39;
  padding: 5px 20px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.tf-slideshow {
  overflow: hidden;
}
.tf-slideshow .wrap-pagination {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  right: 0;
}
.tf-slideshow .wrap-pagination .sw-dots {
  margin-top: 0;
}
.tf-slideshow .sw-absolute-3 {
  right: 3%;
  left: unset;
  width: auto;
}
.tf-slideshow .sw-absolute-3 .sw-dots {
  flex-direction: column;
}
.tf-slideshow .card-box {
  padding: 64px 48px 70px;
  border-radius: 10px;
  max-width: 550px;
}
.tf-slideshow .card-box .heading {
  margin-bottom: 38px;
}
.tf-slideshow .subheading {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 22.4px;
}

.slider-electric-bike .card-box {
  padding: 76px 53px;
  max-width: 552px;
}
.slider-electric-bike .card-box .heading {
  font-size: 52px;
  line-height: 62px;
}

.slider-skincare .sw-absolute-3 {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}

.slider-effect-fade .swiper-slide .fade-item {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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-giftcard .wrap-slider {
  height: 350px;
}
.slider-giftcard .wrap-slider .heading {
  margin-bottom: 18px;
  font-weight: 500;
}

.hover-sw-nav .sw-dots {
  margin-top: 15px;
  position: relative;
  z-index: 10;
  display: none;
  transform: unset !important;
  bottom: unset;
}

.slider-effect {
  position: relative;
}
.slider-effect.wrap-slider {
  height: auto !important;
}
.slider-effect .content-left {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  background-color: rgb(238, 241, 224);
}
.slider-effect .content-left .box-content {
  position: unset;
  transform: unset;
}
.slider-effect .content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-effect .img-slider {
  width: 50%;
  margin-left: auto;
}

.swiper-slide .box-content {
  opacity: 0;
}
.swiper-slide.swiper-slide-active .box-content {
  opacity: 1;
}

.slideshow-effect-zoom {
  padding-top: 74px;
  padding-bottom: 100px;
}
.slideshow-effect-zoom .content-left {
  padding: 20px;
  padding-left: 0;
}
.slideshow-effect-zoom .content-left .desc {
  margin-top: 18px;
  font-size: 20px;
  line-height: 32px;
  color: rgb(84, 84, 84);
}
.slideshow-effect-zoom .content-left .tf-btn {
  margin-top: 48px;
}
.slideshow-effect-zoom .wrap-content {
  display: flex;
  align-items: center;
}
.slideshow-effect-zoom .wrap-content .content-left,
.slideshow-effect-zoom .wrap-content .content-right {
  width: 50%;
}

.grid-img-group {
  position: relative;
}
.grid-img-group .item-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 51%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-img-group .item-1:hover {
  z-index: 2;
}
.grid-img-group .item-2 {
  margin-left: auto;
  width: 84%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-img-group .item-2:hover {
  z-index: 2;
  position: relative;
}
.grid-img-group .img-style {
  border-radius: 10px;
}
.grid-img-group.style-ter-1 {
  padding-bottom: 66px;
}
.grid-img-group.style-ter-1 .item-1 {
  width: 53%;
  align-items: end;
}
.grid-img-group.style-ter-1 .item-2 {
  width: 79%;
}
.grid-img-group.type-1 {
  padding-bottom: 70px;
}
.grid-img-group.type-1 .item-1 {
  width: 79%;
  position: relative;
}
.grid-img-group.type-1 .item-2 {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.tf-slideshow .box-content .subheading {
  margin-bottom: 14px;
}
.tf-slideshow .banner-wrapper {
  position: relative;
}
.tf-slideshow .banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-slideshow .banner-wrapper .box-content {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.tf-slideshow .banner-wrapper .description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 19.2px;
}
.tf-slideshow .banner-wrapper .tf-btn {
  margin-top: 30px;
}
.tf-slideshow.about-us-page .text {
  font-size: 68px;
  line-height: 81.6px;
}
.tf-slideshow.about-us-page img {
  max-height: 860px;
}
.tf-slideshow .text-in-right .box-content {
  left: unset;
}

.slider-video .tf-btn {
  margin-top: 28px;
}

.slider-radius {
  padding: 0 40px;
}
.slider-radius .tf-sw-slideshow {
  border-radius: 60px;
}
.slider-radius .tf-sw-slideshow .heading {
  margin-bottom: 38px;
}
.slider-radius .tf-sw-slideshow .subheading {
  font-size: 14px;
  line-height: 22.4px;
}
.slider-radius .row-end .box-content {
  left: unset;
}

.autoplay-linear .swiper-wrapper {
  transition-timing-function: linear;
}

.slideshow-men .tf-sw-slideshow {
  padding-top: 60px;
  margin-top: -60px;
}
.slideshow-men .wrap-slider {
  position: relative;
}
.slideshow-men .lookbook-1 .lookbook-item {
  position: absolute;
}
.slideshow-men .lookbook-1 .item-1 {
  top: 8%;
  left: 60%;
}
.slideshow-men .lookbook-1 .item-2 {
  top: 35%;
  left: 50%;
}
.slideshow-men .lookbook-2 .lookbook-item {
  position: absolute;
}
.slideshow-men .lookbook-2 .item-1 {
  top: 36%;
  left: 50%;
}
.slideshow-men .wrap-pagination {
  bottom: 45px;
}

.slideshow-lookbook .wrap-slider {
  position: relative;
}
.slideshow-lookbook .lookbook-1 .lookbook-item {
  position: absolute;
}
.slideshow-lookbook .lookbook-1 .item-1 {
  top: 39%;
  left: 35%;
}
.slideshow-lookbook .lookbook-1 .item-2 {
  top: 59%;
  left: 60%;
}
.slideshow-lookbook .lookbook-1 .item-3 {
  top: 26%;
  left: 74%;
}
.slideshow-lookbook .wrap-pagination {
  bottom: 45px;
}

.banner-hero-collection-wrap {
  position: relative;
}
.banner-hero-collection-wrap .box-content {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-hero-collection-wrap .card-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px 15px;
}
.banner-hero-collection-wrap .card-box .subheading {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
}
.banner-hero-collection-wrap .card-box .heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  margin-top: 16px;
}
.banner-hero-collection-wrap .card-box .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25.6px;
  color: var(--text);
}
.banner-hero-collection-wrap .card-box .tf-btn {
  margin-top: 20px;
}
.banner-hero-collection-wrap .img-wrap {
  height: 450px;
  width: 100%;
}
.banner-hero-collection-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-parallax {
  height: 350px;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-skateboard .wrap-slider .box-content {
  top: unset;
  transform: unset;
  bottom: 10%;
}

.tf-slideshow .card-box-2 .title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
}
.tf-slideshow .card-box-2 .price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
}
.tf-slideshow .card-box-2 .old-price {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}
.tf-slideshow .text-extra-heading {
  font-size: 200px;
  line-height: 180px;
  text-transform: uppercase;
  margin-bottom: 120px;
  margin-left: -10px;
}

.flat-testimonial-bg {
  padding: 40px 0px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flat-testimonial-bg-1 {
  background-image: url(../images/slider/image_bg_testimonials.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.height-auto {
  height: auto;
}
.height-auto > .h-100 {
  height: 100% !important;
}

.slideshow-tee .wrap-slider .box-content .heading {
  font-size: 34px;
  line-height: 40.8px;
}
.slideshow-tee .wrap-slider .box-content p {
  font-size: 34px;
  line-height: 40.8px;
}
.slideshow-tee.tf-slideshow .wrap-slider {
  height: 400px;
}

.flat-testimonial-bg-v2 {
  padding: 50px 0px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flat-testimonial-bg-v2 .wrap-content-left .rating {
  margin-bottom: 10px;
}
.flat-testimonial-bg-v2 .wrap-content-right {
  margin-top: 15px;
}
.flat-testimonial-bg-v2 .wrap-content-right .box-sw-navigation {
  margin-top: 30px;
}

.slider-sock .img-mb {
  display: none;
}

.slider-accessories {
  position: relative;
}
.slider-accessories .wrap-slider .box-content {
  top: 10%;
  transform: unset;
}
.slider-accessories .wrap-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 50;
}
.slider-accessories .nav-sw {
  position: absolute;
}
.slider-accessories .nav-next-slider {
  left: 6%;
}
.slider-accessories .nav-prev-slider {
  right: 6%;
}

.slider-camp-and-hike .wrap-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 50;
}
.slider-camp-and-hike .nav-sw {
  position: absolute;
}
.slider-camp-and-hike .nav-next-slider {
  left: 6%;
}
.slider-camp-and-hike .nav-prev-slider {
  right: 6%;
}

.slider-personalized-pod .wrap-navigation {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 50;
}
.slider-personalized-pod .nav-sw {
  position: absolute;
}
.slider-personalized-pod .nav-next-slider {
  left: 7%;
}
.slider-personalized-pod .nav-prev-slider {
  right: 7%;
}
.slider-personalized-pod .box-content {
  transform: none;
  top: unset;
  bottom: 11%;
}
.slider-personalized-pod .box-content .heading {
  margin-bottom: 18px;
}
.slider-personalized-pod .box-content .sub {
  margin-bottom: 48px;
}
.slider-personalized-pod .box-content .desc {
  margin-bottom: 15px;
}
.slider-personalized-pod .box-content .text {
  font-size: 16px;
  line-height: 19px;
}
.slider-personalized-pod .box-content a {
  background-color: rgb(179, 28, 27);
}

.slider-gaming-accessories {
  position: relative;
}
.slider-gaming-accessories > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-parallax {
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-parallax .heading {
  margin-bottom: 18px;
}
.slider-parallax .desc {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 19.2px;
}

.slider-supplement .container {
  place-items: end;
}
.slider-supplement .container .wrap {
  text-align: center;
}
.slider-supplement .wrap-slider .box-content .subheading {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
}
.slider-supplement .wrap-slider .box-content .heading {
  margin-bottom: 38px;
}

/*------------ button ---------------- */
.tf-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: background-color, color, border;
  pointer-events: auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 14px 24px;
  display: inline-flex;
  border-radius: 3px;
  align-items: center;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
}
.tf-btn.hover-icon .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  transform-origin: right;
  width: 0;
  display: inline-block;
  font-size: 9px;
}
.tf-btn.hover-icon:hover .icon {
  transform: scale(1);
  width: 10px;
  margin-left: 8px;
}
.tf-btn span {
  z-index: 1;
  color: inherit;
}
.tf-btn.btn-primary {
  background-color: var(--primary);
  color: var(--white);
}
.tf-btn.btn-primary-main {
  background-color: var(--primary);
  color: var(--main);
}
.tf-btn.style-2 {
  padding: 0 24px;
  line-height: 42px;
}
.tf-btn.style-3 {
  padding: 0 24px;
  line-height: 40px;
}
.tf-btn.btn-color-1 {
  background-color: #fcf151;
  border-color: var(--main);
}
.tf-btn.btn-color-2 {
  background-color: #c7fcff;
  border-color: var(--main);
}
.tf-btn.btn-color-3 {
  background-color: #ffb1d2;
  border-color: var(--main);
}
.tf-btn.btn-color-4 {
  background-color: #c1fb9b;
  border-color: var(--main);
}
.tf-btn.btn-color-5 {
  background-color: #e09314;
  color: var(--white);
}
.tf-btn.btn-color-6 {
  background-color: #b46161;
  color: var(--white);
}

.btn-icon .icon {
  margin-inline-start: 8px;
  display: inline-block;
  font-size: 9px;
}

.btn-xl {
  padding: 0px 30px;
  font-size: 18px;
  line-height: 50px;
}
.btn-xl .icon {
  font-weight: 600;
  margin-inline-start: 12px;
  font-size: 12px;
}

.btn-md {
  padding: 0 30px;
  min-height: 46.8px;
}

.btn-sm {
  padding-left: 18px;
  padding-right: 18px;
}

.btn-fill {
  background-color: var(--main);
  border: 1px solid var(--main);
  color: var(--white);
}

.btn-outline {
  background-color: var(--white);
  border: 1px solid var(--main);
}

.btn-outline-2 {
  background-color: var(--white);
  border: 1px solid #ebebeb;
}

.btn-outline-dark {
  background-color: transparent;
  border: 1px solid var(--main);
  color: var(--main);
  font-weight: 400;
  gap: 12px;
}
.btn-outline-dark i {
  font-size: 10px;
}
.btn-outline-dark:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-light {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.btn-outline-light:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.fill-outline-light {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.fill-outline-light:hover {
  color: var(--main);
  border-color: var(--white);
  background-color: var(--white);
}

.btn-line {
  padding: 0;
  padding-bottom: 7px;
  color: var(--main);
  position: relative;
}
.btn-line .icon {
  margin-inline-start: 8px;
  display: inline-block;
  font-size: 8px;
}
.btn-line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: var(--main);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-line:hover {
  color: var(--primary);
}
.btn-line:hover::after {
  background-color: var(--primary);
}
.btn-line.collection-other-link {
  padding-bottom: 4px;
}

.btn-line-light {
  color: var(--white);
}
.btn-line-light::after {
  background-color: var(--white);
}

.btn-light {
  background-color: var(--white);
}
.btn-light .icon {
  color: var(--white);
}
.btn-light:hover {
  background-color: var(--main);
  color: var(--white);
}

.btn-light-icon {
  background-color: var(--white);
}

.btn-fill-line {
  border: 1px solid var(--main) !important;
}
.btn-fill-line:hover {
  border-color: transparent !important;
}

.animate-hover-btn {
  position: relative;
  overflow: hidden;
}

.animate-hover-btn:after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-20deg);
  width: 200%;
}

.animate-hover-btn.btn-color-6:after,
.animate-hover-btn.btn-color-5:after,
.animate-hover-btn.btn-primary:after,
.animate-hover-btn.btn-fill::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}
.effect-flash {
  position: relative;
  overflow: hidden;
}
.effect-flash::after {
  background-image: linear-gradient(90deg, transparent, var(--white), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-20deg);
  width: 200%;
  animation: 3s cubic-bezier(0.01, 0.56, 1, 1) infinite erFlashEffect;
  opacity: 0.7;
}

@keyframes erFlashEffect {
  100%, 20% {
    left: -200%;
  }
}
.tf-loading-default,
.tf-btn-loading {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-loading-default.loading,
.tf-btn-loading.loading {
  background-color: var(--main);
}
.tf-loading-default.loading .icon,
.tf-loading-default.loading i,
.tf-btn-loading.loading .icon,
.tf-btn-loading.loading i {
  display: none;
}
.tf-loading-default.loading::before,
.tf-btn-loading.loading::before {
  border: solid 2px var(--white);
  opacity: 1;
  animation-play-state: running;
}
.tf-loading-default::before,
.tf-btn-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-default {
  width: auto;
  height: 42px;
  min-width: 118px;
  border: 1px solid var(--line);
  background-color: var(--white);
  border-radius: 3px;
}
.tf-loading-default.loading {
  background-color: var(--white);
}
.tf-loading-default.loading::before {
  border-color: var(--main);
}
.tf-loading-default.loading .text {
  display: none;
}
.tf-loading-default .text {
  font-size: 14px;
  color: var(--main);
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-loading-default.style-2 {
  height: 38px;
  border-color: var(--main);
}
.tf-loading-default.style-2 .text {
  font-weight: 600;
}
.tf-loading-default.style-2.loading {
  border-color: var(--primary);
}
.tf-loading-default.style-2.loading::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-color: var(--primary);
}
.tf-loading-default.style-2:hover {
  border-color: var(--primary);
}
.tf-loading-default.style-2:hover .text {
  color: var(--primary);
}

@keyframes tf_rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tf-btn-filter {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  color: var(--main);
  border: solid 1px var(--line-2);
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 22px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 600;
  max-width: 100%;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*------------ form ---------------- */
.form-newlleter h4 {
  margin-bottom: 15px;
}
.form-newlleter p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}
.form-newlleter form > div:first-child {
  display: flex;
  gap: 9px;
  max-width: 562px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-form-newlleter {
  height: 565px;
  padding-top: 112px;
  padding-left: 92px;
  background-image: url(../images/slider/fashion-slideshow-08.jpg);
}
.wrap-form-newlleter .form-newlleter {
  background-color: var(--white);
  max-width: 613px;
  padding: 48px 54px;
}
.wrap-form-newlleter .form-newlleter form > div:first-child {
  margin-left: unset;
  margin-right: unset;
}
.wrap-form-newlleter.style-half {
  background-image: unset;
  height: unset;
  padding: 0;
  display: flex;
}
.wrap-form-newlleter.style-half .form-newlleter {
  background-color: #f3f3f3;
  width: 100%;
  max-width: unset;
  padding-top: 107px;
  padding-bottom: 107px;
}
.wrap-form-newlleter.style-half .image {
  width: 100%;
}
.wrap-form-newlleter.style-half .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-select {
  display: inline-block;
  padding: 6px 30px 6px 15px;
  color: var(--text-2);
  border-radius: 3px;
  border: 1px solid var(--line);
  height: 42px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.tf-select:focus-visible {
  border: 1px solid var(--main);
}

.tf-product-bundle-variant {
  position: relative;
}
.tf-product-bundle-variant .tf-select {
  width: 100%;
  appearance: none;
  background-color: transparent;
}
.tf-product-bundle-variant::after {
  /*font-family: "icomoon";*/
  position: absolute;
  content: "\e904";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6px;
  z-index: -1;
}

.tf-field {
  position: relative;
}
.tf-field .tf-input {
  padding: 13px 10px;
}
.tf-field .tf-input:focus {
  border-color: rgb(134, 134, 134);
}
.tf-field .tf-input:not(:placeholder-shown) ~ .tf-field-label, .tf-field .tf-input:focus ~ .tf-field-label {
  border-radius: 3px;
  background-color: rgb(242, 242, 242);
  font-size: 12px;
  top: 0;
  letter-spacing: 0.4px;
  padding: 0 8px;
}
.tf-field .tf-input::placeholder {
  color: transparent;
}
.tf-field .tf-field-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  transition: all 0.1s ease;
  cursor: text;
}
.tf-field.style-1 .tf-input {
  padding: 25px 18px 6px;
  height: 50px;
  border: 1px solid var(--line) !important;
}
.tf-field.style-1 .tf-input:not(:placeholder-shown) ~ .tf-field-label, .tf-field.style-1 .tf-input:focus ~ .tf-field-label {
  top: 4px;
  left: 14px;
  transform: scale(0.8);
  background-color: transparent;
  padding: 0;
  font-size: 14px;
}
.tf-field.style-1 .tf-field-label {
  font-weight: 400;
  color: var(--text-2);
  left: 18px;
}

.tf-check {
  position: relative;
  background: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid var(--line);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tf-check:checked {
  border-color: var(--primary);
  background-color: var(--primary);
}
.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}
.tf-check::before {
  /*font-family: "icomoon";*/
  content: "\e911";
  position: absolute;
  color: var(--white);
  opacity: 0;
  font-size: 8px;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tf-check-color {
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  min-width: 16px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: box-shadow 0.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.tf-check-color:checked::before {
  opacity: 1;
  transform: scale(1);
}
.tf-check-color::before {
  /*font-family: "icomoon";*/
  content: "\e911";
  position: absolute;
  color: var(--white);
  opacity: 0;
  font-size: 8px;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-check-color.bg_white {
  border-color: var(--line);
}
.tf-check-color.bg_white::before {
  color: var(--main);
}

.tf-dropdown-sort {
  border-radius: 3px;
  padding: 6px 8px;
  min-width: 100px;
  border: 1px solid var(--line-2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-dropdown-sort .btn-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.tf-dropdown-sort .btn-select .icon {
  font-size: 7px;
}
.tf-dropdown-sort .text-sort-value {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px;
}
.tf-dropdown-sort .dropdown-menu {
  margin: 6px !important;
  margin-top: 10px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  min-width: 180px;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
  max-height: 68vh;
  isolation: isolate;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.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;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  padding: 0 20px;
  line-height: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-dropdown-sort .select-item::after {
  height: 100%;
  content: "";
  width: 6px;
  position: absolute;
  z-index: 2;
  left: 3px;
  top: 0;
  background-color: var(--white);
}
.tf-dropdown-sort .select-item::before {
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: var(--white);
  border-radius: 0 3px 3px 0;
}
.tf-dropdown-sort .select-item.active {
  background-color: var(--bg-11);
  color: var(--main);
}
.tf-dropdown-sort .select-item.active::before {
  background-color: var(--main);
}
.tf-dropdown-sort .select-item:hover {
  background-color: var(--bg-11);
  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.full .select-item {
  line-height: 40px;
}
.tf-dropdown-sort.has-color .select-item {
  display: flex;
  gap: 6px;
  align-items: center;
}
.tf-dropdown-sort.has-color .box-color {
  width: 15px;
  height: 15px;
}

.tf-product-form {
  margin-top: 24px;
  border-radius: 5px;
  background-color: var(--bg-11);
  padding: 25px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tf-product-form p {
  font-size: 12px;
  line-height: 19px;
}
.tf-product-form .tf-field textarea {
  height: 163px;
  padding-left: 20px;
}
.tf-product-form .tf-field textarea + label {
  top: 20px;
}
.tf-product-form .tf-field input {
  padding-left: 20px;
}
.tf-product-form .tf-field input[type=date] {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px 0px;
  width: 213px;
  height: 68px;
  padding-top: 28px;
  color: var(--main);
}
.tf-product-form .tf-field input[type=date] + label {
  top: 20px;
}
.tf-product-form .tf-field label {
  left: 20px;
  color: var(--text-3);
  font-size: 12px;
}

#subscribe-form textarea {
  height: 235px;
}
#subscribe-form.mw-705 button {
  min-width: 215px;
}

#recover:target ~ #login,
#recover {
  display: none;
}

#recover:target {
  display: block;
}

.select-custom {
  position: relative;
}
.select-custom .tf-select {
  appearance: none;
  background-color: transparent;
}
.select-custom::after {
  /*font-family: "icomoon";*/
  position: absolute;
  content: "\e904";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6px;
  z-index: -1;
}

.flat-subscrite-wrap .form-newsletter {
  max-width: 520px;
  margin: auto;
}
.flat-subscrite-wrap .subscribe-content {
  display: flex;
  align-items: center;
  gap: 9px;
}
.flat-subscrite-wrap .subscribe-content .email {
  flex-grow: 1;
}
.flat-subscrite-wrap .subscribe-content input {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
}
.flat-subscrite-wrap .subscribe-content input:focus {
  border: 1px solid var(--main);
}

.tf-form-search {
  position: relative;
}
.tf-form-search .search-box {
  position: relative;
}
.tf-form-search .search-box input {
  font-size: 16px;
  padding-right: 40px;
  color: var(--main);
  border-radius: 60px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.tf-form-search .search-box .tf-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-color: var(--main);
  border-radius: 60px;
  width: 81px;
  height: 36px;
  justify-content: center;
}
.tf-form-search .search-box .tf-btn .icon {
  font-size: 18px;
  color: var(--white);
}
.tf-form-search .search-box .tf-btn:hover {
  background-color: var(--primary);
}
.tf-form-search .search-suggests-results {
  border-radius: 10px;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  z-index: 1000;
  /* width: 1600px; */
  height: auto;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in-out;
  max-width: 100%;
  box-shadow: 0 1px 5px 2px #ebebeb;
  pointer-events: none;
}
.tf-form-search .search-suggests-results .search-suggests-results-inner {
  overflow: auto;
  overflow-x: hidden;
  padding: 20px;
  max-height: calc(95vh - 183px);
}
.tf-form-search .search-suggests-results .search-suggests-results-inner::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.tf-form-search .search-suggests-results .search-suggests-results-inner::-webkit-scrollbar-track {
  background-color: var(--line);
}
.tf-form-search .search-suggests-results .search-suggests-results-inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.tf-form-search:hover .search-suggests-results {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.tf-form-search .search-suggests-results-inner .search-result-item {
  display: flex;
  gap: 15px;
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content {
  flex-grow: 1;
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content .title {
  color: #000000;
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content .price {
  color: #000000;
  font-weight: 600;
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content .old-price {
  text-decoration: line-through;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content .new-price {
  color: rgb(219, 18, 21);
  font-weight: 600;
}
.tf-form-search .search-suggests-results-inner .search-result-item .img-box {
  width: 60px;
  height: 84px;
}
.tf-form-search .search-suggests-results-inner .search-result-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-form-search .search-suggests-results-inner li:not(:last-child) .search-result-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px var(--line);
}

.wd-form-address {
  margin: 20px 0px 40px;
  border-radius: 10px;
  padding: 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 {
  height: 50px;
}

.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;
}

.badge {
  padding: 5px 10px;
  font-weight: 500;
  background-color: var(--primary);
  color: white;
  border-radius: 4px;
  font-size: 12px;
  min-width: 22px;
  min-height: 22px;
  text-transform: uppercase;
  text-align: center;
}

.wg-quantity .quantity-product {
  pointer-events: none;
}

.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 .list-star {
  display: flex;
  gap: 2px;
  justify-content: center;
  margin-bottom: 7px;
  margin-top: 1px;
  font-size: 17px;
}
.tab-reviews .tab-reviews-heading .list-star .icon {
  color: var(--yellow);
}
.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 .item:not(:last-child) {
  margin-bottom: 4px;
}
.tab-reviews .rating-score .number-1 {
  width: 12px;
  text-align: end;
}
.tab-reviews .rating-score .icon {
  font-size: 15px;
  margin-left: 4px;
  color: var(--yellow);
}
.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(--yellow);
}

.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 .write-review-wrap,
.write-cancel-review-wrap.write-review .btn-cancel-review {
  display: block;
}

.reply-comment .reply-comment-heading {
  margin-bottom: 24px;
}
.reply-comment .reply-comment-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.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 .user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.reply-comment .reply-comment-item h6 {
  margin-bottom: 2px;
}
.reply-comment .reply-comment-item.type-reply {
  margin-left: 60px;
  border-left: 4px solid var(--line);
  padding-left: 16px;
}
.reply-comment .reply-comment-item.type-reply .image {
  width: 52px;
  height: 52px;
}
.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);
}

.form-write-review .heading {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.form-write-review .heading .list-star {
  display: flex;
  gap: 8px;
}
.form-write-review .heading .list-star i {
  font-size: 32px;
  color: var(--line);
}
.form-write-review textarea {
  height: 100px;
}
.form-write-review .form-content {
  margin-bottom: 30px;
}
.form-write-review .form-content .box-field:not(:last-child) {
  margin-bottom: 30px;
}
.form-write-review .form-content .box-field .label {
  margin-bottom: 8px;
}
.form-write-review .form-content .group-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.form-write-review .form-content .box-check {
  display: flex;
  gap: 8px;
}

/* custom rating */
.list-rating-check {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 10px;
}

.list-rating-check:not(:checked) > input {
  position: absolute;
  opacity: 0;
}

.list-rating-check:not(:checked) > label {
  font-size: 30px;
  cursor: pointer;
  white-space: nowrap;
  width: 30px;
  color: var(--line);
}

.list-rating-check:not(:checked) > label:before {
  /*font-family: "icomoon";*/
  content: "\e95b";
}

.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);
}

.form-newsletter-1 .subscribe-wrap {
  display: flex;
  gap: 9px;
  align-items: center;
}
.form-newsletter-1 .subscribe-wrap input {
  padding: 0 26px;
  border-radius: 99px;
  border: 1px solid rgba(134, 134, 134, 0.1215686275);
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: var(--text-2);
}
.form-newsletter-1 .subscribe-wrap input:focus {
  border-color: var(--text-2);
}
.form-newsletter-1 .subscribe-wrap button {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding: 0 10px;
  flex-shrink: 0;
}
.form-newsletter-1 .subscribe-wrap input,
.form-newsletter-1 .subscribe-wrap button {
  height: 44px;
}

/*------------ 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;
}

.dropdown.bootstrap-select.image-select.style-default {
  width: unset;
}
.dropdown.bootstrap-select.image-select.style-default > button {
  padding: 0;
  padding-right: 17px;
  background-color: transparent;
  border: 0;
  outline: none !important;
  color: var(--main);
}
.dropdown.bootstrap-select.image-select.style-default > button::after {
  border: 0;
  position: absolute;
  right: 0;
  content: "\e904";
  /*font-family: "icomoon";*/
  font-size: 6px;
  color: var(--main);
  margin: -3px 0 0 0;
}
.dropdown.bootstrap-select.image-select.style-default > button:hover {
  color: rgba(0, 0, 0, 0.8);
}
.dropdown.bootstrap-select.image-select.style-default > button .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.dropdown.bootstrap-select.image-select.style-default > button .filter-option-inner-inner img {
  width: 16px;
  height: 12px;
}
.dropdown.bootstrap-select.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;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a {
  padding: 5px 0;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a .text img {
  width: 16px;
  height: 12px;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a:active, .dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a.active {
  color: var(--primary) !important;
  background-color: unset !important;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: unset;
}
.dropdown.bootstrap-select.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;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu[data-popper-placement=top-start]::after {
  display: none;
}
.dropdown.bootstrap-select.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;
}
.dropdown.bootstrap-select.image-select.type-currencies > button .filter-option .filter-option-inner {
  width: 50px;
}
.dropdown.bootstrap-select.image-select.type-currencies > .dropdown-menu {
  width: 300px;
  margin-left: calc(50% - 150px) !important;
}
.dropdown.bootstrap-select.image-select.type-languages > .dropdown-menu {
  width: 96px;
  margin-left: calc(50% - 48px) !important;
}
.dropdown.bootstrap-select.image-select.color-white > button::after {
  color: var(--white);
}
.dropdown.bootstrap-select.image-select.color-white > button .filter-option .filter-option-inner {
  color: var(--white);
}

.dropdown.image-select > .dropdown-menu {
  width: 300px;
  margin-left: calc(50% - 150px) !important;
}
.dropdown .dropdown-item {
  color: var(--main);
}

/*------------ carousel ---------------- */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
}

.sw-auto .swiper-slide {
  width: auto;
}

.sw-dots {
  display: flex;
  gap: 8px;
}
.sw-dots.swiper-pagination-bullets .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw-dots .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.sw-dots .swiper-pagination-bullet:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: var(--main);
  transition: 0.3s;
}
.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.16);
}
.sw-dots.style-2 span::before {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.16);
}
.sw-dots.style-2 span.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid var(--main);
}
.sw-dots.style-2 span.swiper-pagination-bullet-active::before {
  background-color: var(--main);
}
.sw-dots.dots-white span::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.sw-dots.dots-white span.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid var(--white);
}
.sw-dots.dots-white span.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}
.sw-dots.line-pagination span {
  width: 6px;
  height: 6px;
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
}
.sw-dots.line-pagination span::before {
  content: none;
}
.sw-dots.line-pagination span.swiper-pagination-bullet-active {
  background-color: rgb(0, 0, 0);
  opacity: 1;
  width: 22px;
  border-radius: 9999px;
}
.sw-dots.rectangle-pagination span {
  width: 30px;
  height: 2px;
  background-color: var(--main) !important;
  opacity: 0.4;
  border-radius: 0;
  border: 0;
}
.sw-dots.rectangle-pagination span::before {
  content: none;
}
.sw-dots.rectangle-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.sw-dots.rectangle-pagination.rectangle-white span {
  background-color: var(--white) !important;
}
.sw-dots.line-white-pagination span {
  background-color: rgb(255, 255, 255);
  opacity: 0.4;
  width: 10px;
  height: 10px;
}
.sw-dots.line-white-pagination span::before {
  content: none;
}
.sw-dots.line-white-pagination span.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
  opacity: 1;
  width: 28px;
  border-radius: 9999px;
}
.sw-dots.dots-fill-white .swiper-pagination-bullet::before {
  background-color: var(--white);
}
.sw-dots.dots-fill-white .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.1607843137);
}
.sw-dots:not(.swiper-pagination-lock) {
  margin-top: 15px;
}
.sw-dots.medium span {
  width: 20px;
  height: 20px;
  border-width: 1px !important;
}
.sw-dots.medium span::before {
  width: 6px;
  height: 6px;
}
.sw-dots.medium span.swiper-pagination-bullet-active::before {
  width: 4px;
  height: 4px;
}
.sw-dots.small span {
  width: 16px;
  height: 16px;
  border-width: 1px !important;
}
.sw-dots.small span::before {
  width: 6px;
  height: 6px;
}
.sw-dots.small span.swiper-pagination-bullet-active::before {
  width: 4px;
  height: 4px;
}
.sw-dots.absolute-dots {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  z-index: 10;
}
.sw-dots.large .swiper-pagination-bullet::before {
  width: 8px;
  height: 8px;
}

.box-sw-navigation {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-sw {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--main);
  border: 1px solid var(--main);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  cursor: pointer;
}
.nav-sw.swiper-button-disabled {
  border-color: rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.4);
}
.nav-sw:hover:not(.swiper-button-disabled) {
  background-color: var(--main);
  color: var(--white);
}
.nav-sw.lg {
  width: 46px;
  height: 46px;
  font-size: 12px;
}
.nav-sw.square {
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.nav-sw.round {
  border-radius: 999px;
}
.nav-sw.style-not-line {
  border-color: transparent;
}
.nav-sw.style-not-line.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.4);
  color: rgb(0, 0, 0);
}
.nav-sw.line-white {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.nav-sw.line-white:hover:not(.swiper-button-disabled) {
  color: var(--main);
  background-color: var(--white);
  border-color: var(--white);
}
.nav-sw.line-white.swiper-button-disabled {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.nav-sw.disable-line.swiper-button-disabled {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.4);
  color: rgb(0, 0, 0);
}
.nav-sw.style-blue {
  border-color: #1c355e;
  background-color: #1c355e;
}
.nav-sw.style-blue .icon {
  color: var(--white);
}
.nav-sw.style-blue:hover:not(.swiper-button-disabled) {
  border-color: var(--white);
  background-color: var(--white);
}
.nav-sw.style-blue:hover:not(.swiper-button-disabled) .icon {
  color: #1c355e;
}
.nav-sw.style-blue.swiper-button-disabled {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
}
.nav-sw.style-blue.swiper-button-disabled .icon {
  color: #1c355e;
}
.nav-sw.style-white {
  background-color: var(--white);
  border: 0;
}
.nav-sw.style-white-line {
  background-color: var(--white);
}
.nav-sw.style-disabled-dark.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-sw-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}
.nav-sw-arrow:hover {
  color: var(--primary);
}
.nav-sw-arrow.swiper-button-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.nav-sw-arrow.type-white {
  color: var(--white);
}
.nav-sw-arrow.type-white:hover {
  color: var(--primary);
}

.hover-sw-nav {
  position: relative;
}
.hover-sw-nav .nav-sw {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  visibility: hidden;
  background-color: var(--white);
  border-color: transparent;
}
.hover-sw-nav .nav-sw.nav-next-slider {
  margin-left: 20px;
  left: 13px;
}
.hover-sw-nav .nav-sw.nav-prev-slider {
  right: 13px;
  margin-right: 20px;
}
.hover-sw-nav .nav-sw.w_46 .icon {
  font-size: 12px;
}
.hover-sw-nav .nav-sw.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
}
.hover-sw-nav .nav-sw:hover:not(.swiper-button-disabled) {
  background-color: var(--main);
  color: var(--white);
}
.hover-sw-nav .nav-sw.style-2.swiper-button-disabled {
  opacity: 0.4;
  background-color: var(--white);
}
.hover-sw-nav.view-default .nav-sw, .hover-sw-nav:hover .nav-sw {
  margin: 0;
  visibility: visible;
}
.hover-sw-nav.hover-sw-2 .nav-sw {
  top: 37%;
}
.hover-sw-nav.hover-sw-3 .nav-sw {
  top: 40%;
}
.hover-sw-nav.hover-sw-4 .nav-sw {
  top: 35%;
}
.hover-sw-nav.hover-sw-5 .nav-sw {
  top: 32%;
}

.button-style-arrow {
  width: 46px;
  height: 46px;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-style-arrow::after {
  font-size: 11px;
  color: var(--main);
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-style-arrow:hover {
  background-color: var(--primary);
}
.button-style-arrow:hover::after {
  color: var(--white);
}

.wrap-carousel {
  position: relative;
}
.wrap-carousel .nav-sw {
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-carousel .nav-next-slider {
  left: -84px;
}
.wrap-carousel .nav-prev-slider {
  right: -84px;
}
.wrap-carousel .sw-dots {
  display: none;
}
.wrap-carousel.wrap-sw-2 .nav-sw {
  top: 37%;
}
.wrap-carousel.wrap-sw-3 .nav-sw {
  top: 46%;
}

.sw-wrapper-right {
  margin-right: -15px;
}

.navigation-sw-dot {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: var(--white);
}
.navigation-sw-dot span {
  width: 9px;
  height: 9px;
  background-color: var(--main);
  border-radius: 50%;
}
.navigation-sw-dot::after, .navigation-sw-dot::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  animation: ripple 3s infinite;
}
.navigation-sw-dot::after {
  animation-delay: 0.5s;
}
.navigation-sw-dot::before {
  animation-delay: 0.9s;
}
.navigation-sw-dot.swiper-button-disabled {
  width: 36px;
  height: 36px;
}
.navigation-sw-dot.swiper-button-disabled span {
  width: 12px;
  height: 12px;
}
.navigation-sw-dot.type-black::after, .navigation-sw-dot.type-black::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  animation: ripple_black 3s infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple_black {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.swiper-button-disabled {
  cursor: auto !important;
}

.box-nav-pagination {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-width: 70px;
  background-color: var(--white);
  padding: 8px;
  line-height: 0;
  border-radius: 999px;
}
.box-nav-pagination .dots-default {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.nav-arr-default.swiper-button-disabled {
  opacity: 0.35;
}

.dots-default .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--main);
}

.tf-sw-brand .sw-dots:not(.swiper-pagination-lock) {
  margin-top: 35px;
}

/*------------ avatar ---------------- */
.avatar.round {
  border-radius: 50%;
  overflow: hidden;
}
.avatar img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.avt-40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.avt-56 {
  width: 56px;
  min-width: 56px;
  height: 56px;
}

.avt-60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.avt-100 {
  width: 100px;
  min-width: 100px;
  height: 100px;
}

/*------------ pop up ---------------- */
.offcanvas {
  z-index: 3000;
  border: none !important;
}

.offcanvas-backdrop {
  background-color: var(--backdrop);
  cursor: url("../../images/item/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/item/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;
}

.modalDemo .demo-title {
  margin-top: 50px;
  margin-bottom: 44px;
  font-weight: 500;
  text-align: center;
}
.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(100vh - 16px);
}
.modalDemo .modal-content {
  padding: 0 50px 40px;
  background-color: var(--white);
  width: 100%;
  border-radius: 10px;
  margin: 0 30px;
  max-height: calc(100vh - 60px);
  border: 0;
  cursor: default;
  overflow: hidden;
}
.modalDemo .mega-menu {
  padding: 0 40px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.modalDemo .mega-menu::-webkit-scrollbar {
  width: 5px;
}
.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--line);
}
.modalDemo .header {
  position: relative;
}
.modalDemo .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: flex-end;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: rgb(134, 134, 134);
}

.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;
}
.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);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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 .tf-social-icon .box-icon.social-twiter {
  font-size: 12px;
  background: var(--twitter-cl);
}
.tf-product-modal .tf-social-icon .box-icon.social-whatsapp {
  font-size: 12px;
  background: #1DAA61;
}
.tf-product-modal .tf-social-icon .box-icon.social-facebook {
  background: var(--facebook-cl);
}
.tf-product-modal .tf-social-icon .box-icon.social-instagram {
  background: var(--instagram-cl);
}
.tf-product-modal .tf-social-icon .box-icon.social-tiktok {
  background: var(--tiktok-cl);
}
.tf-product-modal .tf-social-icon .box-icon.social-pinterest {
  background: var(--pinterest-cl);
}
.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: 5px;
}
.tf-product-modal .form-share .button-submit .tf-btn {
  padding: 10px 18px;
}
.tf-product-modal .form-share input {
  padding-right: 80px;
}

.popup-findsize .modal-dialog {
  max-width: min(900px, 90vw);
}
.popup-findsize .tf-rte {
  overflow-y: auto;
}
.popup-findsize .tf-rte::-webkit-scrollbar {
  width: 2px;
}
.popup-findsize .tf-sizeguide-table {
  border: 1px solid var(--line);
  border-radius: 5px;
  width: 100%;
}
.popup-findsize .tf-sizeguide-table th {
  border: 1px solid var(--line);
  padding: 10px;
  font-weight: 600;
  line-height: 20px;
}
.popup-findsize .tf-sizeguide-table td {
  border: 1px solid var(--line);
  border-width: 0 1px 1px 0;
  padding: 10px;
  line-height: 20px;
}
.popup-findsize .tf-page-size-chart-content {
  margin-top: 15px;
  display: grid;
  gap: 10px;
  grid-template-columns: 8fr 4fr;
}
.popup-findsize p {
  color: var(--text-3);
}

.canvas-compare_color .modal-dialog {
  max-width: min(1400px, 90vw);
  min-width: min(1400px, 90vw);
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(100vh - 16px);
  max-height: calc(100vh - 16px);
}
.canvas-compare_color .modal-dialog .modal-content {
  padding: 30px 28px 33px;
}
.canvas-compare_color .modal-dialog .header {
  justify-content: center;
  margin-bottom: 32px;
}
.canvas-compare_color .modal-dialog .header .icon-close-popup {
  position: absolute;
  top: 0;
}
.canvas-compare_color .tf-compare-color-wrapp {
  overflow: auto;
  position: relative;
}
.canvas-compare_color .tf-compare-color-wrapp::-webkit-scrollbar {
  height: 3px;
}
.canvas-compare_color .tf-compare-color-grid {
  display: inline-flex;
  text-align: center;
  border: 1px solid var(--line);
}
.canvas-compare_color .tf-compare-color-grid > 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;
}
.canvas-compare_color .tf-compare-color-grid > input:checked + .tf-compare-color-item {
  display: none !important;
}

.tf-compare-color-item {
  display: flex;
  flex-direction: column;
  padding: 14px 22px 28px;
  min-width: 330px;
  max-width: 330px;
  flex: 1;
}
.tf-compare-color-item:not(:last-child) {
  border-right: 1px solid var(--line);
}
.tf-compare-color-item .tf-compare-color-top label {
  text-decoration: underline;
  color: var(--main);
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf-compare-color-item .tf-compare-color-top img {
  border-radius: 10px;
  margin-top: 14px;
}
.tf-compare-color-item .tf-compare-color-bottom {
  margin-top: 1.5px;
}
.tf-compare-color-item .tf-compare-color-bottom .tf-compare-color-color {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 87px;
  margin-top: 14px;
  padding: 3px 10px 3px 4px;
  border: 1px solid var(--line);
  border-radius: 24px;
  font-weight: 600;
}
.tf-compare-color-item .tf-compare-color-bottom .tf-compare-color-color .tf-color-list-color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(134, 134, 134, 0.12);
}
.tf-compare-color-item .tf-compare-color-bottom form select {
  margin-top: 14px;
  width: 100%;
}
.tf-compare-color-item .tf-compare-color-bottom form a {
  width: 100%;
  margin-top: 15px;
  border-radius: 3px;
}

#ask_question fieldset {
  margin-bottom: 15px;
}
#ask_question fieldset label {
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--text);
}
#ask_question fieldset input {
  height: 50px;
}
#ask_question textarea {
  height: 176px;
}

#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(--main);
  text-decoration-thickness: 2px;
}
#delivery_return .tf-product-popup-delivery:not(:last-child) {
  margin-bottom: 20px;
}

.popup-quickadd .modal-dialog {
  max-width: min(466px, 90vw);
}
.popup-quickadd .modal-content {
  margin: 8px;
  padding: 30px 0px 30px;
}
.popup-quickadd .modal-content > .wrap {
  overflow-y: auto;
  padding: 0px 20px;
}
.popup-quickadd .modal-content > .wrap::-webkit-scrollbar {
  width: 2px;
}
.popup-quickadd .modal-content .icon-close-popup {
  top: 0px;
  right: 20px;
}
.popup-quickadd .tf-product-info-item {
  margin-bottom: 15px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.popup-quickadd .tf-product-info-item .image img {
  width: 70px;
  height: 98px;
}
.popup-quickadd .tf-product-info-item .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.popup-quickadd .tf-product-info-item .content a {
  font-size: 20px;
  line-height: 24px;
}
.popup-quickadd .tf-product-info-item .content .price {
  font-size: 20px;
  line-height: 20px;
}
.popup-quickadd .payment-more-option {
  text-decoration: none;
}
.popup-quickadd .payment-more-option:hover {
  text-decoration: underline;
}

.popup-quickview .modal-dialog {
  max-width: min(1146px, 90vw);
}
.popup-quickview .modal-dialog .modal-content {
  margin: 8px;
  padding: 0;
}
.popup-quickview .modal-dialog .modal-content .icon-close-popup {
  top: 20px;
  right: 20px;
  font-size: 16px;
  z-index: 5;
}
.popup-quickview .modal-dialog .modal-content > .wrap {
  display: flex;
}
.popup-quickview .tf-product-media-wrap {
  flex: 0 0 auto;
  max-width: 100%;
  width: min(50%, 68vh) !important;
}
.popup-quickview .tf-product-info-wrap {
  flex: 0 0 auto;
  max-width: 100%;
  flex-grow: 1;
}
.popup-quickview .tf-product-info-wrap .tf-product-info-list {
  position: absolute;
  inset: 0;
  padding: 50px 40px;
  overflow-y: auto;
}
.popup-quickview .tf-product-info-wrap .tf-product-info-list::-webkit-scrollbar {
  width: 0px;
}
.popup-quickview .tf-product-info-wrap .tf-product-info-list .tf-product-info-title {
  margin-bottom: 20px;
}
.popup-quickview .tf-product-info-wrap .tf-product-info-list .tf-product-info-badges {
  margin-bottom: 18px;
}
.popup-quickview .tf-product-info-wrap .tf-product-info-list .tf-product-description {
  color: var(--text-3);
}

.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);
}

.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;
}

.canvas-filter {
  max-width: 300px;
  width: 100%;
}
.canvas-filter .filter-icon {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  color: var(--main);
  text-transform: uppercase;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
}
.canvas-filter .canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background-color: var(--bg-11);
}
.canvas-filter .canvas-header .icon-close-popup {
  font-size: 16px;
}
.canvas-filter .widget-facet:last-child {
  margin-bottom: 0;
}

.canvas-sidebar .canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background-color: var(--bg-11);
  min-height: 40px;
}
.canvas-sidebar .canvas-header .icon-close-popup {
  font-size: 16px;
}
.canvas-sidebar .canvas-header .title {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.canvas-sidebar .canvas-body {
  padding: 15px;
}
.canvas-sidebar.canvas-sidebar-account .canvas-header {
  min-height: 60px;
}
.canvas-sidebar.canvas-sidebar-account .title {
  font-size: 14px;
}

.canvas-compare {
  height: max-content !important;
  z-index: 5000;
}
.canvas-compare .close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}
.canvas-compare .canvas-body {
  padding: 28px 0;
}
.canvas-compare .canvas-wrapper {
  height: unset;
}

.offcanvas-backdrop {
  z-index: 2000;
}

.tf-compare-list {
  display: flex;
  align-items: center;
}
.tf-compare-list .tf-compare-head {
  flex: 0 0 22%;
  display: flex;
  align-items: center;
}
.tf-compare-list .tf-compare-head .title {
  font-size: 28px;
  line-height: 34px;
}
.tf-compare-list .tf-compare-offcanvas {
  display: flex;
  align-items: center;
  flex: 1 1 63%;
  overflow-x: auto;
}
.tf-compare-list .tf-compare-offcanvas .tf-compare-item {
  flex: 0 0 16.666%;
  padding: 0 10px;
  position: relative;
}
.tf-compare-list .tf-compare-offcanvas .tf-compare-item .icon {
  position: absolute;
  z-index: 5;
  top: 6px;
  right: 6px;
  width: 25px;
  height: 25px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}
.tf-compare-list .tf-compare-offcanvas .tf-compare-item img {
  width: 100%;
  object-fit: cover;
}
.tf-compare-list .tf-compare-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 0 0 15%;
}
.tf-compare-list .tf-compare-buttons a {
  height: 47px;
  width: 147px;
}
.tf-compare-list .tf-compare-buttons .tf-compapre-button-clear-all {
  margin-top: 24px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.modal-shopping-cart .modal-content {
  max-width: 477px !important;
  cursor: default !important;
}
.modal-shopping-cart .header {
  margin: 0 36px;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  height: 60px;
}
.modal-shopping-cart .header .title {
  font-size: 20px;
}
.modal-shopping-cart .header .icon-close-popup {
  font-size: 16px;
  padding: 0 6px;
}
.modal-shopping-cart .wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-shopping-cart .tf-mini-cart-threshold {
  margin: 0 36px;
  padding: 18px 0 16px;
  border-bottom: 1px solid var(--line);
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar {
  margin-top: 14px;
  margin-bottom: 10px;
  height: 4px;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-msg {
  margin-top: 18px;
  font-size: 16px;
  line-height: 26px;
}
.modal-shopping-cart .tf-mini-cart-wrap {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.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: 6px;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 6px;
}
.modal-shopping-cart .tf-mini-cart-item {
  margin: 0 36px;
  padding: 20px 0;
  display: flex;
  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 a {
  width: 80px;
  height: 110px;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info a {
  font-size: 16px;
  line-height: 16px;
  display: block;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .meta-variant {
  font-size: 12px;
  line-height: 19px;
  margin-top: 6px;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .price {
  line-height: 14px;
  margin-top: 6px;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .tf-mini-cart-btns {
  margin-top: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .tf-mini-cart-btns .wg-quantity {
  width: 86px;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .tf-mini-cart-btns .tf-mini-cart-remove {
  font-size: 12px;
  line-height: 19px;
  color: var(--text);
  text-decoration: underline;
}
.modal-shopping-cart .tf-minicart-recommendations {
  margin: 15px 36px;
  padding: 18px;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.0784313725);
}
.modal-shopping-cart .tf-minicart-recommendations .tf-minicart-recommendations-heading {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-shopping-cart .tf-minicart-recommendations .tf-minicart-recommendations-heading .tf-minicart-recommendations-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.modal-shopping-cart .tf-minicart-recommendations .tf-minicart-recommendations-heading .sw-dots {
  width: unset;
}
.modal-shopping-cart .tf-minicart-recommendations-item {
  display: flex;
  align-items: center;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-image a {
  width: 80px;
  height: 110px;
  margin-right: 18px;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-infos a {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  white-space: nowrap;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-infos .price {
  margin-top: 4px;
  line-height: 14px;
  font-weight: 600;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-quickview .quickview {
  margin-left: 15px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--main);
  font-size: 16px;
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-quickview .quickview:hover {
  background-color: var(--primary);
}
.modal-shopping-cart .tf-mini-cart-tool {
  background-color: rgb(242, 242, 242);
  display: flex;
  justify-content: center;
}
.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
  width: 69px;
  height: 43px;
  line-height: 43px;
  margin: 18px 10px;
  border-radius: 3px;
  cursor: pointer;
  color: var(--main);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap {
  padding: 20px 36px 30px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-totals-discounts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-totals-discounts .tf-cart-total {
  font-size: 20px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-totals-discounts .tf-totals-total-value {
  font-size: 20px;
  line-height: 32px;
  margin-left: 15px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-tax {
  margin-top: 10px;
  color: var(--text);
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-tax a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-line {
  border: 1px solid var(--line);
  margin-top: 14px;
  margin-bottom: 14px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-checkbox {
  margin-top: 10px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
  margin-top: 20px;
  display: flex;
  gap: 14px;
}
.modal-shopping-cart .tf-cart-totals-volume-discounts .cart-volume-discount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 7px;
  display: flex;
  gap: 1em;
  text-align: right;
  width: 100%;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #ff0000;
}
.modal-shopping-cart .tf-cart-totals-volume-discounts .cart-volume-discount svg {
  margin-right: 4px;
}
.modal-shopping-cart .tf-cart-totals-volume-discounts .cart-volume-discount svg path {
  fill: #ff0000;
}

.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: 16px;
  height: 16px;
  border-radius: 50% !important;
  transition: 0.2s ease-in-out;
  background-color: var(--white);
  opacity: 0;
}
.tf-cart-checkbox .tf-checkbox-wrapp input:checked + div {
  background-color: var(--primary);
}
.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: 16px;
  height: 16px;
  transition: 0.25s ease-in-out;
  z-index: 5;
  border: 1px solid var(--line);
  border-radius: 50%;
  background-color: var(--white);
  color: var(--white);
  pointer-events: none;
}
.tf-cart-checkbox .tf-checkbox-wrapp div i {
  font-size: 6px;
  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;
}

.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;
}
.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 > .overplay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200vh;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-close {
  cursor: pointer;
}
.tf-mini-cart-tool-openable .tf-btn {
  height: 47px;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content {
  position: relative;
  z-index: 80;
  padding: 32px 36px;
  background-color: rgb(242, 242, 242);
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text .icon {
  width: 33px;
  height: 33px;
  border: 1px solid var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--main);
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-cart-tool-btns {
  margin-top: 32px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-cart-tool-btns .tf-mini-cart-tool-primary {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.tf-mini-cart-tool-openable.add-gift .tf-mini-cart-tool-text {
  gap: 20px;
  align-items: start;
}
.tf-mini-cart-tool-openable.add-gift .tf-mini-cart-tool-text .icon {
  width: 60px;
  height: 60px;
  font-size: 24px;
  background-color: var(--white);
  color: var(--main);
  border: 0;
}
.tf-mini-cart-tool-openable.add-gift .tf-gift-wrap-infos p {
  font-size: 20px;
  line-height: 32px;
}
.tf-mini-cart-tool-openable.estimate-shipping .tf-mini-cart-tool-text {
  margin-bottom: 20px;
}
.tf-mini-cart-tool-openable.estimate-shipping select {
  height: 49px;
}
.tf-mini-cart-tool-openable.estimate-shipping .field {
  margin-bottom: 15px;
}
.tf-mini-cart-tool-openable.estimate-shipping .field p {
  margin-bottom: 8px;
}

.canvas-search {
  width: 100% !important;
  max-width: 463px;
  padding-top: 55px;
  border: 0 !important;
}
.canvas-search .tf-search-head {
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  box-shadow: unset;
}
.canvas-search .tf-search-head .title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.canvas-search .tf-search-head .close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.canvas-search .tf-search-head .tf-search-sticky {
  margin-bottom: 30px;
}
.canvas-search .tf-search-content {
  padding: 0 22px 16px 22px;
}
.canvas-search .tf-search-content-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
.canvas-search .tf-col-quicklink {
  margin-bottom: 32px;
}
.canvas-search .tf-col-quicklink .tf-search-content-title {
  margin-bottom: 14px;
}
.canvas-search .tf-col-quicklink .tf-quicklink-item a {
  padding: 4px 0;
  line-height: 22.4px;
}
.canvas-search .tf-search-hidden-inner {
  padding-top: 5px;
}
.canvas-search .tf-loop-item {
  display: flex;
  gap: 19px;
  align-items: flex-start;
}
.canvas-search .tf-loop-item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.canvas-search .tf-loop-item .image {
  width: 68px;
  max-height: 95px;
}
.canvas-search .tf-loop-item .tf-product-info-price > div {
  font-size: 14px;
}

.tf-mini-search-frm {
  position: relative;
}
.tf-mini-search-frm input {
  height: 42px;
  padding: 12px 20px 12px 44px;
  font-size: 16px;
  line-height: 26px;
  color: var(--main);
}
.tf-mini-search-frm input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: var(--main);
}
.tf-mini-search-frm button {
  position: absolute;
  left: 14px;
  top: 0;
  font-size: 16px;
  margin: 13px 0;
  background-color: transparent;
  border: 0;
  outline: none;
}

.form-sign-in .modal-dialog {
  max-width: 640px;
}
.form-sign-in .modal-dialog .modal-content {
  border: 0;
  padding: 0px 15px;
  border-radius: 3px;
}
.form-sign-in .header {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-sign-in .header .demo-title {
  font-size: 28px;
  line-height: 33.6px;
}
.form-sign-in .header .icon-close-popup {
  padding: 0 6px;
  font-size: 16px;
  cursor: pointer;
}
.form-sign-in .tf-login-form form > div {
  margin-top: 0px;
}
.form-sign-in .tf-login-form form .btn-link {
  margin: 10px 0;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  color: var(--text);
}
.form-sign-in .tf-login-form form .btn-link .icon {
  font-size: 8px;
}
.form-sign-in .tf-login-form form .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.form-sign-in .tf-login-form form .bottom .btn-link {
  color: var(--main);
}

.toolbar-shop-mobile {
  max-width: min(90%, 430px) !important;
}
.toolbar-shop-mobile .mb-canvas-content {
  max-width: 100%;
  padding-top: 70px;
  padding-left: 0;
}
.toolbar-shop-mobile .mb-body {
  padding: 0 20px 0 21px;
}
.toolbar-shop-mobile ul.nav-ul-mb > li {
  padding: 0 !important;
  border: 0 !important;
}
.toolbar-shop-mobile .tf-category-link {
  gap: 16px;
  min-height: 50px !important;
  padding: 4px 0 6px;
  position: relative;
}
.toolbar-shop-mobile .tf-category-link .image {
  width: 34px;
  height: 34px;
  position: relative;
}
.toolbar-shop-mobile .tf-category-link .image::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: solid 1px var(--line);
  margin: auto;
  pointer-events: none;
  border-radius: 50%;
}
.toolbar-shop-mobile .tf-category-link .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.toolbar-shop-mobile .tf-category-link > span:nth-child(2) {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
}
.toolbar-shop-mobile .tf-category-link::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  width: calc(100% - 53px);
  right: 0;
  left: 53px;
  background-color: rgba(0, 0, 0, 0.12);
}
.toolbar-shop-mobile .tf-category-link .btn-open-sub {
  width: 40px;
  height: 40px;
  border-left: 1px solid var(--line);
}
.toolbar-shop-mobile .tf-category-link.current::after {
  display: none;
}
.toolbar-shop-mobile .tf-category-link.has-children:not(.collapsed)::after {
  display: none;
}
.toolbar-shop-mobile .sub-nav-menu {
  margin: 0px 0 17px 50px !important;
  padding: 0 !important;
}
.toolbar-shop-mobile .sub-nav-menu .tf-category-link {
  padding: 4px 0 4px 15px;
  margin-bottom: 1px;
  min-height: 30px !important;
}
.toolbar-shop-mobile .sub-nav-menu .tf-category-link::after {
  display: none;
}
.toolbar-shop-mobile .sub-menu-level-2 {
  margin-left: 65px !important;
}
.toolbar-shop-mobile .mb-bottom {
  min-height: 50px;
  clear: both;
  padding: 15px 26px;
  background-color: rgba(0, 0, 0, 0.05);
}
.toolbar-shop-mobile .mb-bottom a {
  line-height: 13px;
}
.toolbar-shop-mobile .list-cate {
  position: relative;
}
.toolbar-shop-mobile .list-cate.show::after {
  position: absolute;
  bottom: -17px;
  content: "";
  height: 1px;
  width: calc(100% - 53px);
  right: 0;
  left: 53px;
  background-color: rgba(0, 0, 0, 0.12);
}

#sidebarmobile {
  max-height: 100vh;
  overflow-y: auto;
}
.modal-newleter .modal-content .modal-top {
  position: relative;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.modal-newleter .modal-content .modal-top .icon {
  position: absolute;
  cursor: pointer;
  top: 13px;
  right: 13px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: var(--white);
  color: var(--main);
  font-size: 12px;
}
.modal-newleter .modal-content .modal-bottom {
  border-radius: 0px 0px 10px 10px;
  background-color: var(--white);
  padding: 20px;
}
.modal-newleter .modal-content .modal-bottom h6 {
  margin-top: 17px;
}
.modal-newleter .modal-content .modal-bottom .tf-btn {
  margin-top: 25px;
}
.modal-newleter .modal-content .form-newsletter {
  margin-top: 26px;
}

.canvas-sidebar-blog .canvas-header {
  background-color: var(--white);
  padding: 14px 20px;
}
.canvas-sidebar-blog .canvas-header .title {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
}
.canvas-sidebar-blog .canvas-body {
  padding: 20px;
}

/*------------ box icon ---------------- */
.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.box-icon.w_28 {
  width: 28px;
  height: 28px;
}
.box-icon.w_34 {
  width: 34px;
  height: 34px;
}
.box-icon.w_46 {
  width: 46px;
  height: 46px;
}
.box-icon.w_50 {
  width: 50px;
  height: 50px;
}
.box-icon.w_60 {
  width: 60px;
  height: 60px;
}
.box-icon.w_60 img {
  width: 24px;
}
.box-icon.round {
  border-radius: 50% !important;
}

.tf-social-icon {
  --facebook-cl: rgb(59, 89, 152);
  --twitter-cl: rgb(85, 85, 85);
  --instagram-cl: linear-gradient(#8a3ab9, #e95950, #fccc63);
  --threads-cl: rgb(224, 53, 102);
  --youtube-cl: rgb(205, 32, 31);
  --tiktok-cl: linear-gradient(#25f4ee, #000, #fe2c55);
  --tiktok-cl2: rgb(254, 44, 85);
  --pinterest-cl: rgb(203, 32, 39);
  --tumblr-cl: rgb(55, 69, 92);
  --vimeo-cl: rgb(26, 183, 234);
  --snapchat-cl: rgb(255, 221, 0);
  --whatsapp-cl: rgb(0, 230, 118);
  --linked_in-cl: rgb(23, 106, 255);
  --wechat-cl: rgb(26, 173, 24);
  --reddit-cl: rgb(255, 69, 0);
  --line-cl: rgb(0, 195, 77);
  --spotify-cl: rgb(30, 125, 96);
}
.tf-social-icon .social-facebook:hover {
  background: var(--facebook-cl);
  color: var(--white);
}
.tf-social-icon .social-twiter:hover {
  background: var(--twitter-cl);
  color: var(--white);
}
.tf-social-icon .social-instagram:hover {
  background: var(--instagram-cl);
  color: var(--white);
}
.tf-social-icon .social-tiktok:hover {
  background: var(--tiktok-cl);
  color: var(--white);
}
.tf-social-icon .social-pinterest:hover {
  background: var(--pinterest-cl);
  color: var(--white);
}
.tf-social-icon.style-white li a {
  border-color: var(--white);
  color: var(--white);
}
.tf-social-icon .social-line {
  border: 1px solid var(--main);
}
.tf-social-icon .social-line.social-facebook:hover {
  background: transparent;
  color: var(--facebook-cl);
  border-color: var(--facebook-cl);
}
.tf-social-icon .social-line.social-twiter:hover {
  background: transparent;
  color: var(--twitter-cl);
  border-color: var(--twitter-cl);
}
.tf-social-icon .social-line.social-instagram:hover {
  background: transparent;
  color: var(--threads-cl);
  border-color: var(--threads-cl);
}
.tf-social-icon .social-line.social-tiktok:hover {
  background: transparent;
  color: var(--tiktok-cl2);
  border-color: var(--tiktok-cl2);
}
.tf-social-icon .social-line.social-pinterest:hover {
  background: transparent;
  color: var(--pinterest-cl);
  border-color: var(--pinterest-cl);
}
.tf-social-icon.style-default li {
  display: inline-flex;
}
.tf-social-icon.style-default li a {
  border: 0 !important;
}
.tf-social-icon.style-default li a:hover {
  background: unset !important;
}
.tf-social-icon.style-default li .social-facebook:hover {
  color: var(--facebook-cl);
}
.tf-social-icon.style-default li .social-twiter:hover {
  color: var(--twitter-cl);
}
.tf-social-icon.style-default li .social-instagram:hover {
  color: var(--threads-cl);
}
.tf-social-icon.style-default li .social-tiktok:hover {
  color: var(--tiktok-cl2);
}
.tf-social-icon.style-default li .social-pinterest:hover {
  color: var(--pinterest-cl);
}

.tf-icon-box .icon {
  margin-bottom: 34px;
}
.tf-icon-box .icon i {
  font-size: 30px;
  color: #c5c5c5;
}
.tf-icon-box .content .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
.tf-icon-box.style-border-line {
  border: 1px solid #ececec;
  padding: 26px 20px;
  border-radius: 10px;
}
.tf-icon-box.style-border-line .icon i {
  color: var(--main);
}
.tf-icon-box.style-row {
  display: flex;
  gap: 22px;
  align-items: center;
}
.tf-icon-box.style-row .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #ececec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.tf-icon-box.style-row .icon i {
  color: var(--main);
}
.tf-icon-box.style-lg .icon img {
  width: 30px;
  height: 30px;
}

.swiper-slide .tf-icon-box {
  width: 100%;
  height: 100%;
}

/*------------ hover ---------------- */
.hover-img .img-style {
  overflow: hidden;
}
.hover-img .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover 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;
}

.hover-img2 .img-style2 {
  overflow: hidden;
  border-radius: 8px;
}
.hover-img2 .img-style2 .img2 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover-img2:hover .img2 {
  transform: scale(1.1) rotate(3deg);
}

.hover-img3 .img-style3 {
  border-radius: 8px;
  overflow: hidden;
}
.hover-img3 .img-style3 img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover-img3:hover img {
  transform: scale(1.075);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagi2 .swiper-pagination2:hover .box-img .icon-practice,
.swiper-button-next2:hover .box-img .icon-practice,
.swiper-button-prev2:hover .box-img .icon-practice,
.hv-one:hover .box-img .icon-practice {
  opacity: 1;
  z-index: 99;
  top: 50%;
  transition-delay: 0.5s;
}
.pagi2 .swiper-pagination2:hover .img-style::before,
.swiper-button-next2:hover .img-style::before,
.swiper-button-prev2:hover .img-style::before,
.hv-one:hover .img-style::before {
  opacity: 1;
}
.pagi2 .swiper-pagination2 .img-style,
.swiper-button-next2 .img-style,
.swiper-button-prev2 .img-style,
.hv-one .img-style {
  border-radius: 10px;
  overflow: hidden;
}
.pagi2 .swiper-pagination2 .img-style::before,
.swiper-button-next2 .img-style::before,
.swiper-button-prev2 .img-style::before,
.hv-one .img-style::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 99;
  opacity: 0;
  border-radius: 10px;
}
.pagi2 .swiper-pagination2 .img-style.s-one::before,
.swiper-button-next2 .img-style.s-one::before,
.swiper-button-prev2 .img-style.s-one::before,
.hv-one .img-style.s-one::before {
  border-radius: 50%;
}

.hv-one2:hover .img-style2::before {
  opacity: 1;
  visibility: visible;
}
.hv-one2 .img-style2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 10px;
}

.hv-tool {
  position: relative;
  transition: all 0.3s ease;
}

/*------------ collection ---------------- */
.collection-item .collection-inner {
  position: relative;
}
.collection-item .collection-image {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.collection-item .collection-content {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.collection-item .collection-title {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  padding: 0px 14px;
  background-color: var(--white);
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.collection-item .collection-title .icon {
  color: var(--white);
  margin: 0;
}
.collection-item .collection-title:hover {
  background-color: var(--main);
  color: var(--white);
}
.collection-item.style-left .collection-content {
  left: 0;
  transform: unset;
  text-align: left;
}
.collection-item.style-left .collection-content .collection-title {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.collection-item-v2 .collection-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.collection-item-v2 .collection-image {
  width: 100%;
  height: 100%;
}
.collection-item-v2 .collection-content {
  position: absolute;
  inset: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.collection-item-v2 .collection-content .heading {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 21.6px;
}
.collection-item-v2 .collection-content .subheading {
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 7px;
}
.collection-item-v2.type-small .collection-content .heading {
  font-size: 18px;
  margin-bottom: 0;
}
.collection-item-v2.type-small .collection-content p {
  font-size: 14px;
}

.collection-item-v3 .collection-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.collection-item-v3 .collection-image .box-icon {
  position: absolute;
  border-radius: 50%;
  color: var(--main);
  font-size: 10px;
  bottom: 15px;
  right: 15px;
  background-color: var(--white);
  width: 35px;
  height: 35px;
}
.collection-item-v3 .collection-image .box-icon:hover {
  background-color: var(--main);
  color: var(--white);
}
.collection-item-v3 .collection-content {
  margin-top: 15px;
}
.collection-item-v3 .collection-content .title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}
.collection-item-v3 .collection-content .count {
  font-size: 14px;
  line-height: 22.4px;
}

.collection-item-v4 .collection-inner {
  position: relative;
}
.collection-item-v4 .collection-image {
  display: block;
}
.collection-item-v4 .collection-content {
  text-align: center;
  bottom: 7%;
  position: absolute;
  left: 7%;
  right: 7%;
}
.collection-item-v4 .collection-content .heading {
  font-size: 18px;
  line-height: 21.6px;
  text-transform: capitalize;
}
.collection-item-v4 .collection-content .subheading {
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.collection-item-v4 .collection-content .tf-btn {
  margin-top: 14px;
}
.collection-item-v4.style-2 .collection-content {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
.collection-item-v4.style-2 .collection-content .subtext {
  margin-top: 9px;
}
.collection-item-v4.style-2 .collection-content .heading {
  font-size: 22px;
  line-height: 26.4px;
}
.collection-item-v4.style-3 .collection-content {
  text-align: left;
}
.collection-item-v4.st-lg .collection-content .heading {
  font-size: 28px;
  line-height: 33.6px;
  margin-bottom: 10px;
}
.collection-item-v4.st-lg .collection-content .subtext {
  font-size: 16px;
  line-height: 19.2px;
}

.collection-item-v5 .collection-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.collection-item-v5 .collection-image {
  width: 100%;
  height: 100%;
  display: block;
}
.collection-item-v5 .collection-content {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.collection-item-v5 .collection-content .collection-title {
  padding: 10px 12px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  background-color: var(--white);
  border-radius: 3px;
  gap: 5px;
}
.collection-item-v5 .collection-content .collection-title .icon {
  font-size: 12px;
  font-weight: 500;
}
.collection-item-v5 .collection-content .collection-title:hover {
  background-color: var(--main);
  color: var(--white);
}

.collection-item-v6 .collection-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.collection-item-v6 .collection-image {
  width: 100%;
  height: 100%;
  display: block;
}
.collection-item-v6 .collection-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary);
  padding: 14px;
}
.collection-item-v6 .collection-content .heading {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 2px;
}
.collection-item-v6 .collection-content .subheading {
  font-size: 16px;
  line-height: 19.2px;
}

.collection-item-circle {
  position: relative;
}
.collection-item-circle .collection-image {
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.collection-item-circle .collection-content {
  margin-top: 15px;
}
.collection-item-circle .collection-content .title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.collection-item-circle .collection-content .count {
  color: var(--text);
}
.collection-item-circle .sale-off {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  line-height: 19px;
  padding: 0 5px;
  background-color: var(--main);
  border-radius: 999px;
  color: var(--white);
}
.collection-item-circle.has-bg {
  padding: 15px 0;
  background-color: var(--bg-2);
  border-radius: 20px;
}
.collection-item-circle.has-bg .collection-image {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.collection-item-circle.has-bg .collection-content {
  margin-top: 19px;
}
.collection-item-circle.has-bg .collection-content .title {
  margin-bottom: 0;
}
.collection-item-circle.has-bg-2 {
  background-color: #f2f2f2;
  border-radius: 3px;
}
.collection-item-circle.circle-line .collection-image {
  padding: 15px;
  border: 1px solid var(--primary);
}
.collection-item-circle.circle-line .collection-content {
  margin-top: 20px;
}
.collection-item-circle.circle-line .collection-content .title {
  margin: 0;
}

.tf-shopall .tf-shopall-icon {
  width: 99px;
  height: 99px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main);
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
}

.tf-categories-wrap {
  display: flex;
  overflow-x: auto;
}
.tf-categories-wrap .tf-categories-container {
  display: flex;
}
.tf-categories-wrap .collection-item-circle {
  min-width: 155px;
}
.tf-categories-wrap .collection-item-circle .has-saleoff-wrap,
.tf-categories-wrap .collection-item-circle .collection-image {
  width: 99px;
  height: 99px;
  margin-left: auto;
  margin-right: auto;
}
.tf-categories-wrap .collection-item-circle img {
  max-width: 104px;
}
.tf-categories-wrap .collection-item-circle.style-2 {
  min-width: 140px;
}
.tf-categories-wrap .collection-content {
  margin-top: 17px !important;
}
.tf-categories-wrap .collection-content a {
  font-size: 14px !important;
  line-height: 17px !important;
}

.slider-collection {
  padding-bottom: 6px;
}
.slider-collection .collection-item .collection-title {
  padding: 0 16px;
  line-height: 44px;
  height: 44px;
  font-size: 16px;
  background-color: var(--white);
  color: var(--main);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.slider-collection .collection-item .collection-title .icon {
  display: none;
  font-size: 10px;
  margin-top: 2px;
}
.slider-collection .collection-item .collection-title:hover {
  background-color: var(--main);
  color: var(--white);
}

.collection-title-v2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  border-radius: 3px;
  padding: 0px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--white);
}
.collection-title-v2:hover {
  color: var(--white);
  background-color: var(--main);
}

.discovery-new-item {
  padding: 37px;
  height: 100%;
  border: 1px solid var(--main);
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 10px;
  gap: 30px;
}
.discovery-new-item a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main);
  border-radius: 50%;
  font-size: 10px;
  color: var(--main);
}
.discovery-new-item a:hover {
  background-color: var(--main);
  color: var(--white);
}

.banner-gr-item {
  position: relative;
}
.banner-gr-item .img-style {
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  display: block;
}
.banner-gr-item .content .title {
  font-size: 28px;
  line-height: 34px;
}
.banner-gr-item .content > a {
  margin-top: 18px;
}
.banner-gr-item.style-content-absolute .content {
  position: absolute;
  left: 30px;
  right: 30px;
}
.banner-gr-item.style-content-absolute .content p {
  color: var(--main);
}
.banner-gr-item.style-content-absolute .absolute-bot {
  bottom: 50px;
  top: unset;
}
.banner-gr-item.style-content-absolute .absolute-top {
  top: 50px;
  bottom: unset;
}
.banner-gr-item.style-content-absolute .absolute-center {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
.banner-gr-item.type-1 .img-style {
  margin-bottom: 10px;
  max-height: 743px;
  display: flex;
}
.banner-gr-item.type-1 .img-style a {
  display: flex;
  width: 100%;
}
.banner-gr-item.type-1 .sub-title {
  font-size: 16px;
  line-height: 25.6px;
}
.banner-gr-item.type-1 .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26.4px;
  margin-bottom: 10px;
}
.banner-gr-item.type-1 .desc {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}
.banner-gr-item.type-1 .content > a {
  margin-top: 0;
}
.banner-gr-item.type-2 {
  background-color: var(--white);
  padding: 10px 10px 40px;
}
.banner-gr-item.type-2 img {
  width: 100%;
}

.tf-sw-collection .swiper-slide {
  height: auto;
}
.tf-sw-collection .swiper-slide img {
  height: 100%;
}

.tf-banner-collection {
  position: relative;
}
.tf-banner-collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.tf-banner-collection .box-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tf-banner-collection .box-content .sub {
  line-height: 17px;
}
.tf-banner-collection .box-content .heading {
  font-size: 42px;
  line-height: 50px;
  margin-top: 5px;
}
.tf-banner-collection .box-content p {
  font-size: 20px;
  line-height: 32px;
  margin-top: 15px;
  margin-bottom: 26px;
}

.collection-line-upper .collection-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main);
}
.collection-line-upper .collection-image {
  width: 100%;
  height: 100%;
}
.collection-line-upper .collection-content {
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.collection-line-upper .collection-content .collection-title {
  font-size: 12px;
  line-height: 14.4px;
  text-transform: uppercase;
  padding: 10px 24px;
  font-weight: 700;
}
.collection-line-upper .collection-content .subheading {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22.4px;
  text-transform: uppercase;
  font-weight: 700;
}
.collection-line-upper .collection-content .heading {
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 21.6px;
  text-transform: uppercase;
  font-weight: 800;
}

.collection-item-centered {
  position: relative;
}
.collection-item-centered .img-style {
  width: 100%;
  height: 100%;
}
.collection-item-centered .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.collection-item-centered .content .tf-btn {
  padding: 0px 16px;
  line-height: 44px;
  border: 0;
}
.collection-item-centered .content .tf-btn span {
  text-wrap: nowrap;
}

.flat-categories-bg {
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  padding: 17px 15px;
}
.flat-categories-bg .collection-item-circle .collection-content {
  margin-top: 20px;
}
.flat-categories-bg .collection-item-circle .collection-content .title {
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 0;
}
.flat-categories-bg .nav-sw {
  border: 0;
  top: 44%;
}
.flat-categories-bg .nav-sw.nav-next-slider {
  left: 0;
}
.flat-categories-bg .nav-sw.nav-prev-slider {
  right: 0;
}
.flat-categories-bg .nav-sw:hover {
  color: var(--primary);
  background-color: transparent;
}

.swiper-slide .collection-item-v4, .swiper-slide .collection-item-v4 .collection-inner, .swiper-slide .collection-item-v4 .collection-image {
  height: 100%;
}

.collection-video .banner-video {
  width: 100%;
  height: 450px;
}
.collection-video .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-video .cls-content {
  margin-top: 8px;
  border: 1px solid var(--line);
  padding: 12px 15px;
  background-color: var(--white);
  display: flex;
  align-items: center;
}
.collection-video .cls-content .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--line);
  margin-right: 12px;
}
.collection-video .cls-content .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-video .info {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-video .info .title {
  font-size: 16px;
  line-height: 25.6px;
}
.collection-video .info .price {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.collection-video .box-icon {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--main);
  color: var(--white);
  font-size: 12px;
  flex-shrink: 0;
}

/*------------ product ---------------- */
.thumbs-slider1,
.thumbs-slider2,
.thumbs-slider3,
.thumbs-slider4,
.thumbs-slider {
  display: flex;
  gap: 10px;
}

.tf-product-media-thumbs {
  width: calc(14% - 10px);
  max-height: 846px;
}
.tf-product-media-thumbs .swiper-slide {
  height: max-content;
}
.tf-product-media-thumbs .swiper-slide .item {
  position: relative;
  height: 100%;
}
.tf-product-media-thumbs .swiper-slide .item img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-product-media-thumbs .swiper-slide .item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after {
  border: 2px solid var(--main);
}

.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: 119px;
}
.thumbs-bottom .thumbs-slider .tf-product-media-main {
  width: 100%;
}
.thumbs-bottom .thumbs-slider1 {
  flex-direction: column;
}
.thumbs-bottom .thumbs-slider1 .tf-product-media-thumbs {
  order: 1;
  width: 100%;
}
.thumbs-bottom .thumbs-slider1 .tf-product-media-thumbs .swiper-slide {
  width: 119px;
}
.thumbs-bottom .thumbs-slider1 .tf-product-media-main1 {
  width: 100%;
}
.thumbs-bottom .thumbs-slider2 {
  flex-direction: column;
}
.thumbs-bottom .thumbs-slider2 .tf-product-media-thumbs {
  order: 1;
  width: 100%;
}
.thumbs-bottom .thumbs-slider2 .tf-product-media-thumbs .swiper-slide {
  width: 119px;
}
.thumbs-bottom .thumbs-slider2 .tf-product-media-main2 {
  width: 100%;
}
.thumbs-bottom .thumbs-slider3 {
  flex-direction: column;
}
.thumbs-bottom .thumbs-slider3 .tf-product-media-thumbs {
  order: 1;
  width: 100%;
}
.thumbs-bottom .thumbs-slider3 .tf-product-media-thumbs .swiper-slide {
  width: 119px;
}
.thumbs-bottom .thumbs-slider3 .tf-product-media-main3 {
  width: 100%;
}
.thumbs-bottom .thumbs-slider4 {
  flex-direction: column;
}
.thumbs-bottom .thumbs-slider4 .tf-product-media-thumbs {
  order: 1;
  width: 100%;
}
.thumbs-bottom .thumbs-slider4 .tf-product-media-thumbs .swiper-slide {
  width: 119px;
}
.thumbs-bottom .thumbs-slider4 .tf-product-media-main4 {
  width: 100%;
}

.tf-product-media-main1,
.tf-product-media-main2,
.tf-product-media-main3,
.tf-product-media-main4,
.tf-product-media-main {
  width: 86%;
  border-radius: 10px;
}
.tf-product-media-main1 .item,
.tf-product-media-main2 .item,
.tf-product-media-main3 .item,
.tf-product-media-main4 .item,
.tf-product-media-main .item {
  width: 100%;
  height: 100%;
  max-height: 846px;
}
.tf-product-media-main1 .item img,
.tf-product-media-main2 .item img,
.tf-product-media-main3 .item img,
.tf-product-media-main4 .item img,
.tf-product-media-main .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-product-info-list {
  padding-left: 25px;
}
.tf-product-info-list > div:not(:last-child) {
  margin-bottom: 30px;
}

.tf-product-info-title {
  margin-bottom: 20px !important;
}

.tf-product-info-badges {
  margin-bottom: 18px !important;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.tf-product-info-badges .badges {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--main);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  line-height: 29px;
}
.tf-product-info-badges .product-status-content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.tf-product-info-badges .product-status-content svg {
  animation: tf-ani-flash 2s infinite;
}
.tf-product-info-badges .product-status-content i {
  font-size: 20px;
  color: var(--primary);
  animation: tf-ani-flash 2s infinite;
}

.tf-product-info-price {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tf-product-info-price .price {
  color: var(--main);
  font-size: 28px;
  line-height: 28px;
}
.tf-product-info-price .price-on-sale {
  color: var(--primary);
  font-size: 28px;
  line-height: 28px;
}
.tf-product-info-price .compare-at-price {
  color: rgba(0, 0, 0, 0.55);
  font-size: 20px;
  line-height: 20px;
  text-decoration: line-through;
}
.tf-product-info-price .badges-on-sale {
  background-color: rgb(252, 87, 50);
  border-radius: 28px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  color: var(--white);
}

.tf-product-info-liveview {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tf-product-info-liveview .liveview-count {
  display: flex;
  justify-content: center;
  min-width: 34px;
  min-height: 24px;
  line-height: 24px;
  color: var(--white);
  background-color: var(--main);
  border-radius: 3px;
  font-weight: 600;
}

.tf-product-info-countdown .countdown-wrap {
  display: inline-block;
  padding: 16px 30px;
  border: 1px solid var(--primary);
  border-radius: 2.5px;
  text-align: center;
  min-width: 367px;
}
.tf-product-info-countdown .countdown-wrap .countdown-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.tf-product-info-countdown .countdown-wrap .countdown-title i {
  font-size: 14px;
  color: var(--main);
}
.tf-product-info-countdown .countdown-wrap .countdown-title p {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

@-webkit-keyframes tf-ani-tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@keyframes tf-ani-tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tf-ani-tada {
  -webkit-animation: tf-ani-tada 2s infinite;
  animation: tf-ani-tada 2s infinite;
}

.tf-product-info-variant-picker {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.tf-product-item-property input {
  height: 42px;
}
.tf-product-item-property label {
  font-weight: 400;
  color: var(--text-3);
}

.tf-product-info-quantity .quantity-title {
  margin-bottom: 5px;
}

.tf-product-info-buy-button form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tf-product-info-buy-button form .btns-full {
  width: 100%;
  margin-top: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-color: #ffc520;
  border-radius: 3px;
  font-weight: 500;
  color: rgb(37, 59, 128);
}
.tf-product-info-buy-button form .btns-full:hover {
  background-color: #f6b600;
}
.tf-product-info-buy-button form .payment-more-option {
  width: 100%;
  margin-top: 10px;
  text-decoration: underline;
  color: rgb(134, 134, 134);
  text-align: center;
}

.btns-sold-out {
  opacity: 0.3;
}
.btns-sold-out::after {
  display: none;
}

.tf-pickup-availability {
  display: flex;
  gap: 10px;
}
.tf-pickup-availability a {
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
}

.tf-pickup-availability-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tf-pickup-availability-list .tf-pickup-availability-location {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.tf-pickup-availability-list .tf-pickup-availability {
  margin-top: 15px;
  margin-bottom: 20px;
}
.tf-pickup-availability-list .tf-btn {
  margin-top: 14px;
}

.tf-product-info-extra-link {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.tf-product-info-extra-link .tf-product-extra-icon {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tf-product-info-extra-link .tf-product-extra-icon i {
  font-size: 18px;
}
.tf-product-info-extra-link .tf-product-extra-icon:hover {
  color: var(--primary);
}

.tf-product-delivery {
  padding: 30px 28px;
  text-align: center;
  display: flex;
  gap: 16px;
  flex-direction: column;
  border-radius: 2.5px;
  border: 1px solid var(--line);
}
.tf-product-delivery i {
  font-size: 29px;
}

.tf-product-order {
  display: flex;
  gap: 14px;
  align-items: center;
}
.tf-product-order .icon i {
  font-size: 24px;
}

.tf-product-info-trust-seal {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.tf-product-info-trust-seal .tf-product-trust-mess {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tf-product-info-trust-seal .tf-product-trust-mess i {
  font-size: 21px;
  color: var(--main);
}

.find-size {
  text-decoration: underline !important;
  text-underline-offset: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.find-size:hover {
  color: var(--primary);
}

.variant-picker-item .variant-picker-label {
  margin-bottom: 15px;
}
.variant-picker-item .variant-picker-values {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.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:not(.color-btn) {
  border-color: var(--main);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1019607843);
}
.variant-picker-item .variant-picker-values input:checked + label.style-text:not(.color-btn) {
  background-color: var(--main);
}
.variant-picker-item .variant-picker-values input:checked + label.style-text:not(.color-btn) p {
  color: var(--white);
}
.variant-picker-item .variant-picker-values label {
  position: relative;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 400;
  line-height: 22.4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.variant-picker-item .variant-picker-values label:hover {
  border-color: var(--main);
}
.variant-picker-item .variant-picker-values label .btn-checkbox {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(134, 134, 134, 0.12);
}
.variant-picker-item .variant-picker-values label.style-text {
  min-width: 45px;
  height: 38px;
  width: max-content;
  border: 1px solid rgba(134, 134, 134, 0.12);
  border-radius: 3px;
  padding: 7px 15px;
}
.variant-picker-item .variant-picker-values label.style-text:hover {
  border-color: var(--main);
}
.variant-picker-item .variant-picker-values label.style-image {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(134, 134, 134, 0.12);
  border-radius: 3px;
  padding: 5px;
  width: 90px;
  height: unset;
}
.variant-picker-item .variant-picker-values label.style-image .image img {
  height: 112.5px;
}
.variant-picker-item .variant-picker-values label.style-image p {
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  color: var(--main);
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.variant-picker-item .variant-picker-values label.image-rounded {
  width: 56px;
  height: 56px;
}
.variant-picker-item .variant-picker-values label.image-rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}
.variant-picker-item .variant-picker-values label.sold-out {
  opacity: 0.5;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
  pointer-events: none;
}
.variant-picker-item .variant-picker-values label.sold-out-line::after {
  content: "";
  width: 90%;
  height: 1px;
  background: rgb(34, 34, 34);
  display: block;
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.variant-picker-item .variant-picker-values label .tooltip {
  left: 50%;
  transform: translateX(-50%);
}
.variant-picker-item .variant-picker-values label.rectangle-color {
  display: flex;
  align-items: center;
  gap: 4px;
}
.variant-picker-item .variant-picker-values label.rectangle-color > span {
  width: 15px;
  height: 15px;
}
.variant-picker-item .color-btn.active {
  border-color: var(--main) !important;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1019607843);
}
.variant-picker-item .color-btn.style-text.active {
  background-color: var(--main);
  border-color: var(--main);
}
.variant-picker-item .color-btn.style-text.active p {
  color: var(--white);
}

.tf-product-bundle-wrap {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 2.5px;
}
.tf-product-bundle-wrap > .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: var(--main);
  margin-bottom: 25px;
}
.tf-product-bundle-wrap .tf-btn {
  height: 49px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.tf-bundle-product-item {
  display: flex;
  gap: 20px;
}
.tf-bundle-product-item.type-lg {
  gap: 37px;
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dashed var(--line);
}
.tf-bundle-product-item.type-lg img {
  width: 160px;
  min-width: 160px;
  max-width: unset;
  max-height: 223px;
}
.tf-bundle-product-item.type-lg .tf-product-bundle-title {
  margin-bottom: 10px;
}
.tf-bundle-product-item.type-lg .tf-product-bundle-price {
  margin-bottom: 17px;
}

.tf-product-bundle-image img {
  width: 83px;
  min-width: 83px;
  max-width: 83px;
  border-radius: 2.5px;
}

.tf-product-bundle-infos > a:hover {
  color: var(--primary);
}
.tf-product-bundle-infos .tf-product-bundle-title {
  margin-bottom: 5px;
}
.tf-product-bundle-infos .tf-product-bundle-variant {
  margin-bottom: 10px;
}
.tf-product-bundle-infos .tf-product-bundle-variant select {
  height: 40px;
}
.tf-product-bundle-infos .tf-product-bundle-price {
  display: flex;
  gap: 5px;
}
.tf-product-bundle-infos .tf-product-bundle-price .compare-at-price {
  color: var(--main);
  text-decoration: line-through;
}
.tf-product-bundle-infos .tf-product-bundle-price .price-on-sale {
  font-weight: 600;
  color: var(--primary);
}
.tf-product-bundle-infos .tf-product-bundle-price .price {
  font-weight: 600;
  color: var(--main);
}

.tf-product-bundle-total-submit {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.tf-product-bundle-total-submit .text {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: var(--main);
}
.tf-product-bundle-total-submit .compare-at-price {
  margin-right: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
  color: var(--primary);
}
.tf-product-bundle-total-submit .price-on-sale {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.55);
  text-decoration: line-through;
}

.tf-bundle-check 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;
}
.tf-bundle-check input:checked + label {
  background-color: var(--primary);
  border-color: var(--primary);
}
.tf-bundle-check input:checked + label i {
  transform: scale(1);
}
.tf-bundle-check label {
  width: 19px;
  height: 19px;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.tf-bundle-check label i {
  display: block;
  color: var(--white);
  transform: scale(0);
  transition: 0.25s ease-in-out;
  font-size: 8px;
}

.item-has-checkox {
  opacity: 0.2;
}
.item-has-checkox.check {
  opacity: 1;
}

.tf-product-fbt-wrap {
  margin-top: 50px;
}
.tf-product-fbt-wrap > .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  color: var(--main);
  margin-bottom: 40px;
}
.tf-product-fbt-wrap form {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
}
.tf-product-fbt-wrap form .tf-product-fbt-list {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: max-content;
}
.tf-product-fbt-wrap form .tf-product-fbt-list img {
  width: 122px;
  max-width: 122px;
  height: 170.5px;
  object-fit: cover;
}
.tf-product-fbt-wrap form .tf-product-fbt-list .tf-product-fbt-plus {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line);
}
.tf-product-fbt-wrap form .tf-fbt-swatches {
  margin-top: 22px;
  margin-bottom: 22px;
}
.tf-product-fbt-wrap form .tf-product-bundle-infos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.tf-product-fbt-wrap form .tf-product-bundle-infos:not(:last-child) {
  margin-bottom: 12px;
}
.tf-product-fbt-wrap form .tf-product-bundle-infos .tf-bundle-check {
  margin-right: 5px;
}
.tf-product-fbt-wrap form .tf-product-bundle-infos .tf-product-bundle-variant,
.tf-product-fbt-wrap form .tf-product-bundle-infos .tf-product-bundle-title {
  margin-bottom: 0;
  margin-right: 20px;
}
.tf-product-fbt-wrap form .tf-fbt-col-total-price {
  padding: 40px 20px;
  background-color: rgb(242, 242, 242);
  height: max-content;
}
.tf-product-fbt-wrap form .tf-fbt-col-total-price .text {
  width: 100%;
}
.tf-product-fbt-wrap form .tf-fbt-col-total-price .tf-btn {
  height: 49px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.tf-product-inventory svg {
  color: rgb(66, 132, 69);
}

.tf-progress-bar {
  height: 4px;
  width: 100%;
  background-color: var(--line);
  position: relative;
}
.tf-progress-bar span {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #eb001b;
  border-radius: 3px;
}
.tf-progress-bar .progress-car {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 26px;
  color: #eb001b;
  border: 1px solid #eb001b;
  border-radius: 2.5px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-product-notify-stock {
  padding: 36px;
  border: 1px solid var(--main);
}
.tf-product-notify-stock .tf-product-notify-stock-heading {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--main);
}
.tf-product-notify-stock .tf-product-notify-stock-heading div {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--main);
}
.tf-product-notify-stock p {
  margin-bottom: 20px;
}
.tf-product-notify-stock input,
.tf-product-notify-stock select {
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
}

.tf-qol-head {
  display: flex;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.tf-qol-head > div {
  width: 25%;
}
.tf-qol-head p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.tf-quick-order-list-total {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}
.tf-quick-order-list-total .tf-total-wrap {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  display: flex;
  background-color: var(--white);
}
.tf-quick-order-list-total .tf-total-wrap > div {
  width: 25%;
}
.tf-quick-order-list-total .tf-total-item-inner {
  width: 109px;
  text-align: center;
}
.tf-quick-order-list-total .tf-total-price {
  text-align: end;
}
.tf-quick-order-list-total .tf-total-price .price {
  font-size: 18px;
  line-height: 29px;
}
.tf-quick-order-list-total .tf-total-price p {
  color: var(--text);
}
.tf-quick-order-list-total .tf-total-price a {
  color: var(--text);
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.tf-quick-order-list-total .tf-total-price a:hover {
  color: var(--main);
  text-decoration-thickness: 2px;
}

.tf-variant-item:not(:last-child) {
  border-bottom: 1px dashed var(--line);
}
.tf-variant-item > * {
  width: 25%;
  padding: 17px 0;
}
.tf-variant-item input {
  pointer-events: none;
}
.tf-variant-item .tf-variant-item-media {
  display: flex;
  gap: 18px;
  align-items: center;
}
.tf-variant-item .tf-variant-item-media .tf-variant-item-image-container {
  width: 80px;
  height: 111.7px;
}
.tf-variant-item .tf-variant-item-media .tf-variant-item-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-variant-item .tf-price-list {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
}
.tf-variant-item .tf-price-list .price-on-sale {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.55);
  text-decoration: line-through;
}
.tf-variant-item .tf-price-list .compare-at-price {
  font-weight: 600;
  color: var(--primary);
  line-height: 13px;
}

.wrap-btn-viewer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.wrap-btn-viewer i {
  font-size: 20px;
}
.wrap-btn-viewer.style-video .icon {
  width: 20px;
  height: 20px;
  padding-left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 2px solid var(--main);
  border-radius: 50%;
}
.wrap-btn-viewer.style-video .icon i {
  font-size: 8px;
}

.tf-product-btn-wishlist {
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf-product-btn-wishlist .icon,
.tf-product-btn-wishlist i {
  font-size: 18px;
  color: var(--main);
}
.tf-product-btn-wishlist:hover {
  border-color: var(--main);
}
.tf-product-btn-wishlist .tooltip {
  top: -100%;
  margin-top: 5px;
}
.tf-product-btn-wishlist .tooltip::before {
  top: unset;
  bottom: -4px;
}

.btn-icon-action > *:last-child {
  display: none;
}
.btn-icon-action.active > *:first-child {
  display: none;
}
.btn-icon-action.active > *:last-child {
  display: block;
}

.wg-quantity {
  width: 127px;
  display: flex;
  justify-content: space-between;
  background-color: rgb(242, 242, 242);
  border-radius: 3px;
  overflow: hidden;
}
.wg-quantity input {
  width: 51px;
  height: 46px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--main);
}
.wg-quantity .btn-quantity {
  width: 38px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--main);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wg-quantity .btn-quantity:hover {
  color: var(--primary);
}
.wg-quantity.small {
  width: 109px;
  height: 30px;
}
.wg-quantity.small .btn-quantity {
  width: 27px;
  height: 30px;
  font-size: 20px;
}
.wg-quantity.small input {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}

@keyframes tf-ani-flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.tf-product-des-demo {
  display: grid;
  gap: 30px;
  grid-template-columns: 4fr 8fr;
}
.tf-product-des-demo h3 {
  margin-bottom: 22px;
  line-height: 19px;
}
.tf-product-des-demo ul {
  margin-top: 15px;
  margin-bottom: 30px;
}
.tf-product-des-demo ul li {
  color: var(--text-2);
  line-height: 25px;
  position: relative;
  padding-left: 20px;
}
.tf-product-des-demo ul li:not(:last-child) {
  margin-bottom: 15px;
}
.tf-product-des-demo ul li::before {
  position: absolute;
  content: "";
  left: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--text-2);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.tf-product-des-demo .left .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--main);
}
.tf-product-des-demo .left .icon i {
  font-size: 12px;
}
.tf-product-des-demo .left span {
  color: var(--text-2);
}

.tf-pr-attrs {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem var(--line);
  color: var(--text-2);
}
.tf-pr-attrs tr {
  border: 1px solid var(--line);
  vertical-align: middle;
}
.tf-pr-attrs tr th {
  padding: 10px;
  border-right: 1px solid var(--line);
  font-weight: 700;
}
.tf-pr-attrs tr td {
  padding: 10px;
}

.tf-page-privacy-policy .title {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.tf-page-privacy-policy p {
  margin-bottom: 24px;
  line-height: 24px;
  color: var(--text-2);
}
.tf-page-privacy-policy p:last-child {
  margin-bottom: 0;
}

.stagger-wrap .stagger-item {
  transition: 0.3s ease-in-out;
  transform: scale(0.5) rotate(90deg) skew(15deg);
  opacity: 0;
}
.stagger-wrap .stagger-item.stagger-finished {
  transform: scale(1) rotate(0deg) skew(0deg);
  opacity: 1;
}

.card-product {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: start;
}
.card-product .product-img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: stretch;
}
.card-product .marquee-product {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  width: 100%;
  transform: none;
  padding: 7px 0px;
}
.card-product .marquee-product .marquee-child-item svg {
  width: 15px;
  fill: currentColor;
}
.card-product .marquee-product .marquee-child-item .on-sale-badge {
  border-radius: 15px;
  line-height: 21px;
  font-size: 12px;
  padding: 0 10px;
  background-color: #fc5732;
  color: var(--white);
}
.card-product .marquee-product .marquee-wrapper {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: infiniteScroll 18s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}
.card-product.has-marquee:hover .marquee-product {
  opacity: 0;
  visibility: hidden;
}
.card-product .card-product-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 20;
  aspect-ratio: 1/1.4;
}
.card-product .card-product-wrapper .sold-out {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bg-11);
  border-radius: 999px;
  height: 73px;
  width: 73px;
  padding: 0 5px;
}
.card-product .card-product-wrapper .sold-out span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  background-color: var(--bg-11);
  position: relative;
  z-index: 12;
}
.card-product .card-product-wrapper .sold-out::after {
  height: 1px;
  width: calc(100% - 16px);
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  content: "";
  background-color: var(--main);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.card-product .card-product-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.card-product .card-product-wrapper .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.card-product .card-product-wrapper:hover .product-img .img-product {
  opacity: 0;
}
.card-product .card-product-wrapper:hover .product-img .img-hover {
  display: block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
.card-product .card-product-wrapper .size-list {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-product .card-product-wrapper .list-product-btn {
  z-index: 10;
  position: absolute;
  bottom: 48px;
  left: 15px;
  right: 15px;
}
.card-product .card-product-wrapper .list-product-btn.absolute-2 {
  bottom: 25px;
}
.card-product .card-product-wrapper .list-product-btn.absolute-3 {
  bottom: 57px;
}
.card-product .card-product-wrapper .on-sale-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  z-index: 5;
}
.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 0 6px;
  min-width: 40px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  position: relative;
  background-color: #fc5732;
  color: var(--white);
  border-radius: 999px;
}
.card-product .card-product-wrapper .on-sale-wrap .new {
  background-color: #ff3232;
}
.card-product .card-product-wrapper .on-sale-wrap .best-seller {
  background-color: #44ad55;
}
.card-product .card-product-wrapper .on-sale-wrap .recommend {
  background-color: #bea36e;
}
.card-product .card-product-wrapper .on-sale-wrap .pre-order {
  background-color: #55a653;
  color: var(--white);
}
.card-product .card-product-wrapper .column-left {
  bottom: unset !important;
  right: unset !important;
  top: 15px;
}
.card-product .card-product-wrapper .column-right {
  bottom: unset !important;
  left: unset !important;
  top: 15px;
}
.card-product .btn-quick-add {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  z-index: 12;
  height: 32px;
  background-color: var(--main);
  color: var(--white);
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product .card-product-info {
  padding-top: 10px;
  gap: 8px;
  display: grid;
}
.card-product .card-product-info .title {
  font-size: 16px;
  line-height: 19.2px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.card-product .card-product-info .price {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.card-product .card-product-info .old-price {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.card-product .card-product-info .new-price {
  color: var(--red_1);
}
.card-product .card-product-info.has-padding {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}
.card-product .countdown-box {
  position: absolute;
  z-index: 3;
  left: 5px;
  right: 5px;
  text-align: center;
  pointer-events: none;
  transition: 0.4s ease-out 0s;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  max-height: 40px;
  background-color: var(--white);
  border-radius: 3px;
}
.card-product .countdown-box .countdown__timer {
  display: flex;
  gap: 4px;
}
.card-product .countdown-box .countdown__item {
  font-size: 14px;
  line-height: 22.4px;
  color: var(--primary);
  font-weight: 600;
}
.card-product .description {
  display: none;
  font-size: 14px;
  line-height: 22.4px;
  margin-top: 2px;
}
.card-product.none-hover .card-product-wrapper:hover .img-product {
  opacity: 1;
}
.card-product.none-hover .card-product-wrapper:hover .img-hover {
  display: none;
}
.card-product.style-4 .size-list {
  transition: 0.4s ease 0.1s;
}
.card-product.style-5 .list-product-btn .box-icon {
  border-radius: 0;
}
.card-product.style-5 .list-product-btn .box-icon:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card-product.style-5 .list-product-btn .box-icon:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.card-product.style-6 .btn-quick-add {
  position: relative;
  border-radius: 3px;
  background-color: var(--white);
  color: var(--main);
  border: 1px solid var(--main);
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
}
.card-product.style-6 .btn-quick-add:hover {
  background-color: var(--main);
  color: var(--white);
}
.card-product.style-7 .btn-quick-add {
  position: relative;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
  border-radius: 3px;
}
.card-product.style-7 .card-product-info {
  padding-top: 5px;
  transition: 0.4s ease 0s;
  position: relative;
  padding-bottom: 6px;
}
.card-product.style-8 {
  border: 1px solid var(--line-2);
  border-radius: 10px;
  padding: 5px 5px 20px;
}
.card-product.style-8 .card-product-info {
  padding-left: 5px;
  padding-right: 5px;
}
.card-product.style-8 .card-product-info .tf-btn {
  justify-content: center;
  border: 1px solid var(--line-2);
  font-size: 12px;
  line-height: 42px;
  font-weight: 700;
  background-color: var(--white);
  padding: 0 10px;
  border-radius: 999px;
}
.card-product.style-8 .card-product-info .tf-btn:hover {
  background-color: var(--main);
  color: var(--white);
}
.card-product.style-8 .progress {
  --bs-progress-height: 6px;
  --bs-progress-bar-bg: var(--primary);
  --bs-progress-bg: var(--line-2);
  --bs-progress-border-radius: 3px;
}
.card-product.style-8 .pr-stock {
  margin-top: 10px;
  display: grid;
  gap: 5px;
}
.card-product.style-8 .pr-stock-status span {
  font-size: 14px;
  line-height: 22.4px;
}
.card-product.style-8 .card-product-wrapper {
  aspect-ratio: unset;
}
.card-product.style-9 {
  border: 1px solid var(--line-2);
  border-radius: 10px;
  padding: 5px 5px 20px;
}
.card-product.style-9 .card-product-info {
  padding-left: 5px;
  padding-right: 5px;
}
.card-product.style-9 .box-icon {
  border-radius: 50%;
}
.card-product.style-9 .card-product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.card-product.style-9 .card-product-info .inner-info {
  display: grid;
  gap: 12px;
}
.card-product.style-9 .card-product-info .box-icon {
  position: relative;
  z-index: 50;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: var(--primary);
  width: 32px;
  height: 32px;
  color: var(--white);
}
.card-product.style-9 .card-product-info .box-icon .tooltip {
  margin: 0;
  top: -70%;
}
.card-product.style-9 .card-product-wrapper {
  aspect-ratio: unset;
}
.card-product.style-10 {
  padding: 10px;
  padding-bottom: 0px;
  background-color: var(--white);
  border: 1px solid var(--line);
}
.card-product.style-10 .card-product-info {
  padding: 10px;
}
.card-product.style-10 .card-product-info .btn-add-cart {
  height: 32px;
  border-radius: 3px;
  border: 1px solid var(--line);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.card-product.style-10 .card-product-info .btn-add-cart:hover {
  color: var(--primary);
}
.card-product.style-10 .card-product-wrapper {
  border-radius: 0;
  aspect-ratio: 1;
}
.card-product .wrapper-border-box {
  padding: 10px;
  border: 1px solid var(--line);
}
.card-product .wrapper-border-box .card-product-wrapper {
  border-radius: 0;
  aspect-ratio: 1;
}
.card-product.lg .card-product-info {
  margin: auto;
  max-width: 277px;
}
.card-product.lg .pr-stock {
  margin-top: 0px;
  margin-bottom: 20px;
  gap: 8px;
}
.card-product.list-layout {
  display: flex;
  gap: 15px;
}
.card-product.list-layout .card-product-wrapper {
  max-width: 338px;
  width: 35%;
}
.card-product.list-layout .card-product-info {
  flex: 1 1 auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: self-start;
  max-width: 60%;
}
.card-product.list-layout .list-product-btn {
  margin-top: 10px;
}
.card-product.list-layout .list-color-product {
  margin-top: 10px;
}
.card-product.list-layout .size-list {
  background-color: transparent;
  height: auto;
}
.card-product.list-layout .size-list span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--main);
  gap: 10px;
}
.card-product.list-layout:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--line-2);
}
.card-product.style-price {
  background-color: var(--bg-2);
}
.card-product.style-price .card-product-info {
  padding: 26px 37px 0;
  gap: 10px;
}
.card-product.style-price .card-product-info .vendor {
  color: #545454;
  line-height: 17px;
}
.card-product.style-price .card-product-info .title {
  font-size: 20px;
}
.card-product.style-price .card-product-info .price {
  font-size: 20px;
  line-height: 20px;
  margin-top: 6px;
}
.card-product.style-price .card-product-info ul {
  margin-top: 6px;
}
.card-product.style-price .tf-price-table-contents {
  padding: 20px 37px 48px 37px;
}
.card-product.style-price .tf-price-table-contents ul {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  flex-direction: column;
}
.card-product.style-price .tf-price-table-contents ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 26px;
  color: #545454;
}
.card-product.style-price .tf-price-table-contents ul li .icon {
  font-size: 12px;
  color: #303030;
}
.card-product.style-price .tf-price-table-contents .tf-price-table-btn {
  margin-top: 38px;
}
.card-product.style-price.bg_black {
  background-color: #141414;
}
.card-product.style-price.bg_black .tf-price-table-contents ul li,
.card-product.style-price.bg_black .tf-price-table-contents .icon,
.card-product.style-price.bg_black .vendor,
.card-product.style-price.bg_black .title,
.card-product.style-price.bg_black .price {
  color: var(--white);
}
.card-product.style-price.bg_black .tf-price-table-contents ul {
  border-top-color: #333333;
}
.card-product.style-price.bg_black .list-color-product .list-color-item.active,
.card-product.style-price.bg_black .list-color-product .list-color-item:hover {
  border-color: var(--white);
}
.card-product.style-price.bg_red-4 .tf-price-table-contents ul li,
.card-product.style-price.bg_red-4 .tf-price-table-contents .icon,
.card-product.style-price.bg_red-4 .vendor,
.card-product.style-price.bg_red-4 .title,
.card-product.style-price.bg_red-4 .price {
  color: var(--white);
}
.card-product.style-price.bg_red-4 .tf-price-table-btn a {
  background-color: var(--white);
  color: var(--main);
}
.card-product.style-price.bg_red-4 .tf-price-table-contents ul {
  border-top-color: #eee;
}
.card-product.style-price.bg_blue-6 .tf-price-table-contents ul li,
.card-product.style-price.bg_blue-6 .tf-price-table-contents .icon,
.card-product.style-price.bg_blue-6 .vendor,
.card-product.style-price.bg_blue-6 .title,
.card-product.style-price.bg_blue-6 .price {
  color: var(--white);
}
.card-product.style-price.bg_blue-6 .tf-price-table-btn a {
  background-color: var(--white);
  color: #1c355e;
}
.card-product.style-price.bg_blue-6 .tf-price-table-contents ul {
  border-top-color: #fff;
}
.card-product.style-price.bg_blue-6 .list-color-product .list-color-item.active,
.card-product.style-price.bg_blue-6 .list-color-product .list-color-item:hover {
  border-color: var(--white);
}
.card-product.style-price.bg_blue-6 .list-color-product .list-color-item.active .swatch-value,
.card-product.style-price.bg_blue-6 .list-color-product .list-color-item:hover .swatch-value {
  border-color: #1c355e;
}
.card-product.style-price.bg_blue-6 .list-product-btn .box-icon {
  color: #1c355e;
}
.card-product.style-price.bg_blue-6 .list-product-btn .box-icon:hover {
  background-color: #1c355e !important;
  color: var(--white);
}
.card-product.style-price .card-product-wrapper {
  aspect-ratio: unset;
}
.card-product.style-skincare {
  background-color: var(--white);
  border-radius: 10px;
}
.card-product.style-skincare .card-product-wrapper {
  aspect-ratio: unset;
}
.card-product.style-skincare .card-product-info {
  padding: 20px 0;
}
.card-product.style-skincare .tf-size-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.card-product.style-skincare .tf-size-list .tf-size-list-item {
  font-size: 12px;
  line-height: 30px;
  border: 1px solid var(--line);
  padding: 0px 10px;
}
.card-product.style-skincare .tf-size-list .tf-size-list-item:hover {
  border-color: var(--main);
}
.card-product.style-skincare .tf-product-btns {
  margin-top: 15px;
}
.card-product.style-giftcard {
  padding: 10px;
  border: 1px solid var(--line);
}
.card-product.style-giftcard .card-product-wrapper {
  aspect-ratio: unset;
}
.card-product.style-giftcard .card-product-info {
  padding: 16px 13.5px 23.5px;
}
.card-product.style-giftcard .card-product-info .price span {
  font-size: 10px;
  line-height: 10px;
}
.card-product.style-giftcard .tf-product-btns a {
  border: 2px solid var(--primary);
  line-height: 40px;
}
.card-product.style-line-hover .card-product-wrapper {
  border-radius: 0;
  border: 1px solid var(--main);
  aspect-ratio: unset;
}
.card-product.style-line-hover .card-product-wrapper:hover .img-hover {
  -webkit-transform: unset;
  transform: unset;
}
.card-product.style-line-hover .card-product-wrapper img {
  transition: all 0.3s ease;
}
.card-product.type-line-padding {
  border: 1px solid var(--line);
  border-left: 0;
  margin-top: -1px;
  padding: 20px 10px;
}
.card-product.type-line-padding .card-product-wrapper {
  aspect-ratio: unset;
}
.card-product.type-line-padding-2 {
  border: 1px solid var(--line);
  padding: 10px;
}
.card-product.type-line-padding-2 .card-product-wrapper {
  aspect-ratio: unset;
}
.card-product.type-line-padding-2 .card-product-info {
  padding-bottom: 10px;
}
.card-product.style-brown .card-product-wrapper {
  aspect-ratio: unset;
}
.card-product.style-brown .list-product-btn .box-icon {
  color: #85715e;
}
.card-product.style-brown .list-product-btn .box-icon:hover {
  background-color: #85715e !important;
  color: var(--white);
}
.card-product.style-brown .list-color-item.active, .card-product.style-brown .list-color-item:hover {
  border-color: var(--white);
}
.card-product.style-brown .list-color-item.active .swatch-value, .card-product.style-brown .list-color-item:hover .swatch-value {
  border-color: #85715e;
}
.card-product .tf-countdown-v2 .countdown__item .countdown__label {
  text-transform: uppercase;
  color: var(--main);
}
.card-product.type-1 {
  background-color: #f3f5f5;
  padding: 5px 5px 20px;
  border-radius: 10px;
}
.card-product.type-1 .card-product-wrapper {
  aspect-ratio: 1/1;
}
.card-product.type-1 .card-product-wrapper img {
  background-color: transparent;
}
.card-product.type-1 .card-product-wrapper:hover img {
  background-color: var(--white);
}

.list-color-product {
  display: flex;
  gap: 8.5px;
  margin-top: 2px;
  flex-wrap: wrap;
}
.list-color-product .list-color-item {
  width: 26px;
  height: 26px;
  padding: 3px;
  border: solid 1px rgb(238, 238, 238);
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list-color-product .list-color-item .swatch-value {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.list-color-product .list-color-item .sold-out::after {
  content: "";
  width: 90%;
  height: 1px;
  background: rgb(34, 34, 34);
  display: block;
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.list-color-product .list-color-item img {
  visibility: hidden;
  width: 18px;
  height: 18px;
  position: absolute;
}
.list-color-product .list-color-item.active, .list-color-product .list-color-item:hover {
  border-color: var(--main);
}
.list-color-product .list-color-item.active .swatch-value, .list-color-product .list-color-item:hover .swatch-value {
  border-color: var(--white);
}
.list-color-product .list-color-item:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
}
.list-color-product .list-color-item .tooltip {
  text-transform: capitalize;
  margin-top: 5px;
  padding: 7px 10px;
}

.bg-multiple-color {
  background-repeat: no-repeat;
  background-size: calc(100% + 10px) calc(100% + 10px) !important;
  transition: border 0.25s ease;
  transform: rotateZ(45deg);
  border: solid 1px transparent;
  background: none;
  background-position: center !important;
}

.green-black {
  background: conic-gradient(#000000 0deg 180deg, #83b735 180deg 360deg);
}

.yellow-black {
  background: conic-gradient(#000000 0deg 180deg, #d5e52e 180deg 360deg);
}

.blue-black {
  background: conic-gradient(#1555d4 0deg 180deg, #000000 180deg 360deg);
}

.blue-white {
  background: conic-gradient(#FFFFFF 0deg 180deg, #1555d4 180deg 360deg);
}

.red-black {
  background: conic-gradient(#f63400 0deg 180deg, #000000 180deg 360deg);
}

.white-striped {
  background: conic-gradient(#FFFFFF 0deg 180deg, #000000 180deg 360deg);
}

.tooltip {
  z-index: 202;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--main);
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 10px 9px;
  max-width: 250px;
  width: max-content;
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
}
.tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -4px;
  position: absolute;
  background: var(--main);
  width: 8px;
  height: 8px;
  z-index: 100;
}

.hover-tooltip {
  position: relative;
}
.hover-tooltip:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
}
.hover-tooltip.center .tooltip {
  left: 50%;
  transform: translateX(-50%);
}

.size-list {
  background-color: rgba(0, 0, 0, 0.3);
  gap: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.4s ease 0.1s;
}
.size-list span {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(242, 242, 242);
}
.size-list.style-2 {
  height: 33px;
  gap: 5px;
  background-color: var(--white);
}
.size-list.style-2 span {
  color: var(--main);
  min-width: 30px;
  height: 26px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(236, 236, 236);
}
.size-list.style-3 {
  background-color: rgba(255, 255, 255, 0.5);
}
.size-list.style-3 span {
  color: var(--main);
}

.list-product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.list-product-btn .box-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
  background-color: rgb(242, 242, 242);
  position: relative;
}
.list-product-btn .box-icon .icon {
  font-size: 14px;
  font-weight: 500;
  height: 13px;
}
.list-product-btn .box-icon .text {
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  line-height: 32px;
}
.list-product-btn .box-icon .tooltip {
  top: -100%;
  margin-top: 5px;
}
.list-product-btn .box-icon .tooltip::before {
  top: unset;
  bottom: -4px;
}
.list-product-btn .box-icon.style-2 {
  gap: 8px;
  width: auto;
  padding: 0 10px;
  background-color: var(--white);
}
.list-product-btn .box-icon.style-3 {
  box-shadow: none;
  background-color: var(--white);
  border: 1px solid var(--line-2);
}
.list-product-btn .box-icon:hover {
  background-color: var(--main) !important;
  color: var(--white);
}
.list-product-btn .box-icon:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
}
.list-product-btn.column-left {
  flex-direction: column;
  gap: 5px;
}
.list-product-btn.column-left .tooltip {
  left: 100%;
  margin-left: 5px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-product-btn.column-left .tooltip::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: -4px;
  bottom: unset;
}
.list-product-btn.column-right {
  flex-direction: column;
  gap: 5px;
}
.list-product-btn.column-right .tooltip {
  right: 100%;
  margin-right: 5px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-product-btn.column-right .tooltip::before {
  top: 50%;
  left: unset;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
  bottom: unset;
}
.list-product-btn.type-wishlist {
  top: 15px;
  left: unset !important;
  bottom: unset !important;
}
.list-product-btn.type-wishlist .tooltip {
  top: unset;
  left: unset;
  right: 115%;
  bottom: unset;
  margin: 0 !important;
}
.list-product-btn.type-wishlist .tooltip::before {
  top: 50%;
  left: unset;
  right: -4px;
  bottom: unset;
  transform: translate(0, -50%) rotate(45deg);
}
.list-product-btn.style-black .box-icon {
  background-color: var(--main) !important;
  color: var(--white);
}
.list-product-btn.style-black .box-icon:hover {
  background-color: var(--white) !important;
  color: var(--main);
}
.list-product-btn.style-blue .box-icon {
  background-color: #1c355e !important;
  color: var(--white);
}
.list-product-btn.style-blue .box-icon:hover {
  background-color: var(--white) !important;
  color: #1c355e;
}

[data-grid=grid-6] .card-product .countdown-box {
  padding: 5px;
}
[data-grid=grid-6] .card-product .countdown-box .countdown__item {
  font-size: 12px;
  line-height: 19.2px;
}

.tf-sticky-btn-atc {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 70;
  box-shadow: 4px -4px 5px rgba(0, 0, 0, 0.03);
  background-color: var(--white);
  transition: all 0.3s linear;
  transform: translateY(100%);
}
.tf-sticky-btn-atc .tf-height-observer {
  padding: 10px 0;
  column-gap: 5px;
}
.tf-sticky-btn-atc .tf-sticky-atc-product {
  flex: 1 0 0%;
  gap: 15px;
}
.tf-sticky-btn-atc .tf-sticky-atc-img {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}
.tf-sticky-btn-atc .tf-sticky-atc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.tf-sticky-btn-atc .tf-sticky-atc-title {
  font-size: 16px;
  line-height: 19px;
}
.tf-sticky-btn-atc .tf-sticky-atc-btns,
.tf-sticky-btn-atc .tf-sticky-atc-infos form {
  display: flex;
  gap: 12px;
  align-items: center;
}
.tf-sticky-btn-atc .tf-btn {
  min-width: 190px;
}
.tf-sticky-btn-atc.show {
  transform: translateY(0);
}

@keyframes showProduct {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.select-currentColor,
.value-currentColor {
  text-transform: capitalize;
}

.tf-product-volume-discount .list-volume-discount {
  margin-bottom: 30px;
}
.tf-product-volume-discount .list-volume-discount-grid {
  margin-bottom: 15px;
}

.list-volume-discount .volume-discount-item {
  padding: 18px 16px 20px;
  background-color: #f6f6f6;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  cursor: pointer;
}
.list-volume-discount .volume-discount-item:not(:last-child) {
  margin-bottom: 18px;
}
.list-volume-discount .volume-discount-item .rule-item-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}
.list-volume-discount .volume-discount-item .rule-item-summary .name {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
}
.list-volume-discount .volume-discount-item .rule-item-summary .percent {
  border-radius: 16px;
  background-color: var(--main);
  font-size: 12px;
  line-height: 1;
  color: var(--white);
  font-weight: 700;
  padding: 4px 10px;
  flex-shrink: 0;
}
.list-volume-discount .volume-discount-item .check-radio {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--main);
  border-radius: 50%;
  flex-shrink: 0;
}
.list-volume-discount .volume-discount-item .check-radio span {
  width: 6px;
  height: 6px;
  display: block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.list-volume-discount .volume-discount-item .rule-price-total .price-label {
  font-weight: 700;
  font-size: 12px;
  line-height: 14.4px;
  display: inline-block;
}
.list-volume-discount .volume-discount-item .rule-price-total .price-compare {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  color: var(--main);
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}
.list-volume-discount .volume-discount-item .rule-price-total .price-regular {
  font-weight: 700;
  font-size: 18px;
  line-height: 21.6px;
  color: #fc0510;
  display: inline-block;
  margin-left: 5px;
}
.list-volume-discount .volume-discount-item:hover .check-radio span {
  opacity: 0.5;
  background-color: var(--main);
}
.list-volume-discount .volume-discount-item.active {
  border-color: var(--main);
}
.list-volume-discount .volume-discount-item.active .check-radio span {
  background-color: var(--main);
}

.list-volume-discount-grid {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: -15px;
  padding-top: 15px;
}
.list-volume-discount-grid .volume-discount-item {
  position: relative;
  padding: 18px 16px 20px;
  border-radius: 10px;
  border: 1px solid var(--line);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-volume-discount-grid .volume-discount-item .check-radio {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--main);
  border-radius: 50%;
  flex-shrink: 0;
}
.list-volume-discount-grid .volume-discount-item .check-radio span {
  width: 6px;
  height: 6px;
  display: block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.list-volume-discount-grid .volume-discount-item .rule-item-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 9px 0 9px;
}
.list-volume-discount-grid .volume-discount-item .rule-item-summary .name {
  font-size: 16px;
  line-height: 19.2px;
  color: var(--main);
  font-weight: 600;
}
.list-volume-discount-grid .volume-discount-item .thumbnail-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.list-volume-discount-grid .volume-discount-item .thumbnail-box .thumbnail {
  width: 100px;
  height: 127px;
  border-radius: 8px;
  overflow: hidden;
}
.list-volume-discount-grid .volume-discount-item .percent {
  font-weight: 700;
  color: var(--white);
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  padding: 3px 12px;
  background-color: #f18506;
}
.list-volume-discount-grid .volume-discount-item .rule-price-total {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.list-volume-discount-grid .volume-discount-item .rule-price-total .price-compare {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 500;
  text-decoration: line-through;
  color: var(--main);
}
.list-volume-discount-grid .volume-discount-item .rule-price-total .price-regular {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  color: #fc0510;
}
.list-volume-discount-grid .volume-discount-item .bag-sticky {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  top: -8px;
  width: fit-content;
  display: flex;
  max-width: 100%;
}
.list-volume-discount-grid .volume-discount-item .bag-sticky .feature {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: var(--white);
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  padding: 5px 6px;
  background-color: #ed2424;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  gap: 6px;
}
.list-volume-discount-grid .volume-discount-item .bag-sticky .feature svg {
  width: 12px;
}
.list-volume-discount-grid .volume-discount-item .bag-sticky .feature svg path {
  fill: var(--white);
}
.list-volume-discount-grid .volume-discount-item .bag-sticky::after, .list-volume-discount-grid .volume-discount-item .bag-sticky::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #ed2424 transparent;
  top: 0;
  filter: brightness(0.8);
}
.list-volume-discount-grid .volume-discount-item .bag-sticky::before {
  border-width: 0 0 8px 6px;
  left: 1px;
  transform: translate(-100%);
}
.list-volume-discount-grid .volume-discount-item .bag-sticky::after {
  border-width: 0 6px 8px 0;
  right: 1px;
  transform: translate(100%);
}
.list-volume-discount-grid .volume-discount-item:hover .check-radio span {
  opacity: 0.5;
  background-color: var(--main);
}
.list-volume-discount-grid .volume-discount-item.active {
  border-color: #ed2424;
  background-color: #fcf2f2;
}
.list-volume-discount-grid .volume-discount-item.active .check-radio span {
  background-color: var(--main);
}
.list-volume-discount-grid .volume-discount-item.active .bag-sticky::after, .list-volume-discount-grid .volume-discount-item.active .bag-sticky::before {
  border-color: transparent transparent var(--main) transparent;
}
.list-volume-discount-grid .volume-discount-item.active .bag-sticky .feature {
  background-color: var(--main);
}

.tf-product-buyx-gety {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid var(--main);
  background-color: var(--white);
}
.tf-product-buyx-gety.style-1 {
  padding: 35px;
}
.tf-product-buyx-gety.style-1 .tf-select {
  padding: 5px;
  width: fit-content;
  min-width: 100px;
  appearance: auto;
  background: 0 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 31px;
}
.tf-product-buyx-gety .buyx-gety-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding: 10px;
  font-size: 18px;
}
.tf-product-buyx-gety .buyx-gety-heading .title {
  display: inline-block;
  margin: 0 10px;
}
.tf-product-buyx-gety .buyx-gety-heading::after, .tf-product-buyx-gety .buyx-gety-heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  background: var(--main);
}
.tf-product-buyx-gety .buyx-gety-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.tf-product-buyx-gety .buyx-gety-item {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 9;
  padding-top: 20px;
  background-color: var(--white);
}
.tf-product-buyx-gety .buyx-gety-item .buyx-gety-item-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background-color: var(--white);
}
.tf-product-buyx-gety .buyx-gety-item .thumbnails {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-product-buyx-gety .buyx-gety-item .pr-item-info {
  display: flex;
  gap: 10px;
}
.tf-product-buyx-gety .buyx-gety-item .pr-item-info .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.tf-product-buyx-gety .buyx-gety-item .pr-item-info .qty {
  font-size: 12px;
  line-height: 19.6px;
  font-weight: 500;
  color: #8e8e8e;
}
.tf-product-buyx-gety .buyx-gety-item .pr-item-price-total {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tf-product-buyx-gety .buyx-gety-item .pr-item-price-total .price-new {
  color: #e91f1f;
}
.tf-product-buyx-gety .buyx-gety-item .pr-item-price-total .price-old {
  text-decoration: line-through;
}
.tf-product-buyx-gety .buyx-gety-item .box-badge {
  font-size: 13px;
  color: var(--white);
  font-weight: 600;
  line-height: unset;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: -1px;
  right: -14px;
  padding: 1px 5px;
  min-width: 80px;
  background: #e91f1f;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
  text-wrap: nowrap;
  line-height: 21px;
}
.tf-product-buyx-gety .buyx-gety-item .box-badge::after {
  position: absolute;
  top: 12px;
  right: 4px;
  content: "";
  background: #e91f1f;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  z-index: -1;
}
.tf-product-buyx-gety .buyx-gety-deviced {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tf-product-buyx-gety .buyx-gety-deviced::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background: var(--main);
  top: 50%;
  transform: translateY(-50%);
}
.tf-product-buyx-gety .buyx-gety-deviced span {
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  justify-content: center;
  background-color: var(--main);
}
.tf-product-buyx-gety .buyx-gety-deviced span svg {
  width: 15px;
}
.tf-product-buyx-gety .buyx-gety-deviced span svg path {
  fill: var(--white);
}
.tf-product-buyx-gety .buyx-gety-deviced.type-vertical span {
  width: 21px;
  height: 21px;
}
.tf-product-buyx-gety .buyx-gety-deviced.type-vertical span svg {
  width: 11px;
  height: 11px;
}
.tf-product-buyx-gety .buyx-gety-deviced.type-vertical::after {
  display: none;
}
.tf-product-buyx-gety .buyx-gety-deviced.type-vertical::before {
  content: "";
  position: absolute;
  background: #e0e0e0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 42px;
}
.tf-product-buyx-gety .heading {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.initial-child-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*------------ blog ---------------- */
.blog-article-item {
  margin-bottom: 37px;
}
.blog-article-item .article-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog-article-item .article-thumb a {
  width: 100%;
  height: 100%;
}
.blog-article-item .article-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.blog-article-item .article-thumb a:hover img {
  transform: scale(1.1);
}
.blog-article-item .article-thumb.h-460 {
  height: 460px;
}
.blog-article-item .article-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
}
.blog-article-item .article-label a {
  background-color: var(--white);
  color: var(--main);
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  padding: 0 16px;
  height: 31px;
  border-color: var(--white);
}
.blog-article-item .article-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 30px;
}
.blog-article-item .article-title a {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--main);
}
.blog-article-item .article-title a:hover {
  color: var(--primary);
}
.blog-article-item.style-sidebar {
  display: flex;
  gap: 17px;
  margin-bottom: 0;
}
.blog-article-item.style-sidebar .article-thumb {
  width: 92px;
  flex-shrink: 0;
}
.blog-article-item.style-sidebar .article-thumb a {
  height: 88px;
}
.blog-article-item.style-sidebar .article-content {
  padding-top: 0;
}
.blog-article-item.style-sidebar .article-content .article-label {
  position: unset;
}
.blog-article-item.style-sidebar .article-content .article-label a {
  background-color: rgb(242, 242, 242);
}
.blog-article-item.style-sidebar .article-content .article-title a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.blog-article-item.style-row {
  display: flex;
  align-items: center;
  gap: 69px;
  margin-bottom: 0;
}
.blog-article-item.style-row .article-thumb {
  width: 421px;
  height: 406px;
  flex-shrink: 0;
}
.blog-article-item.style-row .article-thumb a {
  height: 406px;
}
.blog-article-item.style-row .article-content {
  padding-top: 0;
}
.blog-article-item.style-row .article-content .article-label {
  position: unset;
}
.blog-article-item.style-row .article-content .article-label a {
  background-color: var(--white);
  border: 1px solid var(--line);
}

.wg-pagination {
  display: flex;
  gap: 11px;
}
.wg-pagination .pagination-item {
  width: 45px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
}
.wg-pagination .active .pagination-item {
  background-color: var(--main);
  color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px 0px;
}

.tf-section-sidebar {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.tf-section-sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--main);
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.tf-section-sidebar .sidebar-categories ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tf-section-sidebar .sidebar-categories ul li a {
  font-weight: 500;
  color: var(--main);
}
.tf-section-sidebar .sidebar-categories ul li a span {
  margin-left: 5px;
}
.tf-section-sidebar .sidebar-categories ul li a:hover {
  color: var(--primary);
}
.tf-section-sidebar .sidebar-post ul {
  display: flex;
  gap: 21px;
  flex-direction: column;
}
.tf-section-sidebar .sidebar-instagram ul {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
}
.tf-section-sidebar .sidebar-instagram ul li {
  border-radius: 5px;
  overflow: hidden;
}
.tf-section-sidebar .sidebar-instagram ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.tf-section-sidebar .sidebar-instagram ul li:hover img {
  transform: scale(1.1);
}

ul.tags-lists {
  display: flex;
  gap: 10px;
}
ul.tags-lists li a {
  border: 1px solid var(--line);
  padding: 0 14px;
  line-height: 27px;
}
ul.tags-lists li a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.blog-grid-main {
  padding: 36px 0 37px;
}

.blog-sidebar-main {
  padding: 64px 0 66px;
}
.blog-sidebar-main .list-blog .blog-article-item {
  margin-bottom: 54px;
}
.blog-sidebar-main .list-blog .blog-article-item .article-thumb {
  max-height: 625px;
}

.blog-list-main {
  padding: 64px 0 66px;
}
.blog-list-main .blog-article-item {
  margin-bottom: 37px;
}
.blog-list-main .wg-pagination {
  margin-top: 57px;
}

.blog-detail {
  padding: 30px 0 20px;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .tags-lists {
  margin-bottom: 20px;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .tags-lists a {
  font-size: 10px;
  font-weight: 700;
  line-height: 30px;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .title {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: var(--main);
  text-align: center;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .meta {
  margin-bottom: 30px;
  text-align: center;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .meta span {
  font-weight: 600;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .image {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-detail .blog-detail-main .grid-image {
  display: flex;
  gap: 35px;
  margin-bottom: 48px;
}
.blog-detail .blog-detail-main .grid-image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail .blog-detail-main .desc {
  margin-bottom: 30px;
}
.blog-detail .blog-detail-main .bot {
  margin-bottom: 30px;
}
.blog-detail .blog-detail-main .bot .tags-lists a {
  border-radius: 3px;
  border-color: var(--main);
}
.blog-detail .blog-detail-main .bot p {
  font-weight: 600;
}
.blog-detail .blog-detail-main .bot .tf-social-icon {
  gap: 15px;
}
.blog-detail .blog-detail-main .tf-article-navigation {
  display: flex;
  padding: 27px 0 23px;
  margin-bottom: 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.blog-detail .blog-detail-main .tf-article-navigation .item {
  padding-bottom: 25px;
  padding-left: 15px;
  align-items: center;
  gap: 10px;
}
.blog-detail .blog-detail-main .tf-article-navigation .item.prev {
  padding-right: 15px;
  padding-left: 0;
}
.blog-detail .blog-detail-main .tf-article-navigation .item.prev::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--line);
  top: 0;
  right: 0;
}
.blog-detail .blog-detail-main .tf-article-navigation .item .inner > a {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}
.blog-detail .blog-detail-main .tf-article-navigation .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--main);
  border-radius: 50%;
}
.blog-detail .blog-detail-main .tf-article-navigation .item .icon:hover {
  background-color: var(--main);
  border-color: var(--main);
  color: var(--white);
}
.blog-detail .blog-detail-main .tf-article-navigation .icon {
  width: 26px;
  height: 26px;
}

.blog-detail-main .tf-article-navigation h6 {
  font-size: 16px;
  line-height: 24px;
}
.blog-detail-main .tf-article-navigation h6 a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

blockquote {
  position: relative;
  padding: 16px 30px 25px;
  margin-bottom: 45px;
  border-left: 2px solid var(--main);
}
blockquote .icon {
  margin-bottom: 20px;
}
blockquote .text {
  font-weight: 500;
}

.tf-page-title {
  padding: 47px 0 30px;
  background-image: url(../../images/shop/file/page-title-blog.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tf-page-title .heading {
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}
.tf-page-title .breadcrumbs {
  gap: 14px;
  margin-top: 5px;
}
.tf-page-title .breadcrumbs li {
  color: rgb(84, 84, 84);
}
.tf-page-title .breadcrumbs i {
  font-size: 10px;
}
.tf-page-title.style-1 {
  padding: 88px 0;
}
.tf-page-title.style-2 {
  padding: 80px 0 86px;
}

.blog-circle-box .img-box {
  width: 240px;
  height: 240px;
  margin: 0 auto -120px;
  border-radius: 50%;
}
.blog-circle-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-circle-box .content {
  padding: 150px 34px 34px;
  border-radius: 10px;
  display: grid;
  gap: 10px;
}

/*------------ testimonial ---------------- */
.testimonial-item .icon {
  margin-bottom: 16px;
}
.testimonial-item .rating {
  margin-bottom: 16px;
}
.testimonial-item .text {
  font-size: 16px;
  line-height: 28.8px;
  margin-bottom: 11px;
}
.testimonial-item .divider {
  margin-bottom: 10px;
  max-width: 147px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  border-top: 1px dashed var(--line);
}
.testimonial-item .name {
  font-weight: 600;
}
.testimonial-item .metas {
  color: var(--text);
}
.testimonial-item .metas span {
  font-weight: 600;
}
.testimonial-item .heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}
.testimonial-item .product {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  position: relative;
  display: flex;
  align-items: center;
}
.testimonial-item .product .image {
  width: 100%;
  max-width: 64px;
}
.testimonial-item .product .content-wrap {
  padding-left: 24px;
  padding-right: 40px;
}
.testimonial-item .product .content-wrap .product-title {
  margin-bottom: 6px;
}
.testimonial-item .product .content-wrap .product-title a:hover {
  color: var(--primary);
}
.testimonial-item .product .content-wrap .price {
  font-weight: 600;
  color: var(--main);
}
.testimonial-item .product .content-wrap .old-price {
  margin-right: 8px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.55);
}
.testimonial-item .product > a {
  position: absolute;
  right: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--main);
  opacity: 0;
  visibility: hidden;
  font-size: 9px;
}
.testimonial-item .product > a:hover {
  background-color: var(--main);
  color: var(--white);
}
.testimonial-item .product > a.text_blue-1 {
  border-color: #1c355e;
}
.testimonial-item .product > a.text_blue-1:hover {
  background-color: #1c355e;
}
.testimonial-item .product > a.text_blue-1:hover i {
  color: var(--white);
}
.testimonial-item:hover .product > a {
  opacity: 1;
  visibility: visible;
}
.testimonial-item.style-column {
  padding: 34px 20px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.testimonial-item.style-column .rating {
  margin-bottom: 14px;
}
.testimonial-item.style-column .heading {
  margin-bottom: 8px;
}
.testimonial-item.style-column .text {
  margin-bottom: 20px;
}
.testimonial-item.style-column .author {
  margin-bottom: 30px;
}
.testimonial-item.style-column.style-2 {
  background-color: var(--white);
  border: 0;
  border-radius: 0;
  padding: 20px;
}
.testimonial-item.style-column.style-2 .text {
  font-size: 16px;
  line-height: 25.6px;
  margin-bottom: 10px;
}
.testimonial-item.style-column.style-2 .author {
  margin-bottom: 0px;
}
.testimonial-item.style-column.style-2 .author svg {
  color: var(--bg-5);
}
.testimonial-item.style-column.style-2 .author svg.color-green {
  color: #00b67a;
}
.testimonial-item.style-row {
  display: flex;
  gap: 34px;
}
.testimonial-item.style-row .image {
  width: 244px;
  flex-shrink: 0;
}
.testimonial-item.style-row .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item.style-row .product {
  border: none;
}
.testimonial-item.style-row .product .img-thumb {
  max-width: 64px;
  height: 81px;
}
.testimonial-item.style-row .product .img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item.style-row .rating {
  margin-bottom: 10px;
}
.testimonial-item.style-row .text {
  font-size: 16px;
  line-height: 25.6px;
}
.testimonial-item.style-box {
  padding: 28px 24px 40px 34px;
  background-color: var(--white);
  border-radius: 10px;
}
.testimonial-item.style-box .author {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 19px;
}
.testimonial-item.style-box .author .name {
  font-weight: 700;
}
.testimonial-item.style-box .author .metas {
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  background-color: var(--main);
  color: var(--white);
  font-size: 12px;
  line-height: 19px;
}
.testimonial-item.style-box .author .metas i {
  font-size: 10px;
}
.testimonial-item.style-box .rating {
  margin-bottom: 19px;
}
.testimonial-item.style-box .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.testimonial-item.style-box-1 {
  padding: 37px 33px 34px;
  border-radius: 10px;
  background-color: var(--white);
  min-height: 444px;
  display: flex;
  flex-direction: column;
}
.testimonial-item.style-box-1 .rating {
  margin-bottom: 18px;
}
.testimonial-item.style-box-1 .rating i {
  font-size: 13px;
  color: #00b67a;
}
.testimonial-item.style-box-1 .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--main);
  flex-grow: 1;
}
.testimonial-item.style-box-1 .metas {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-item.style-box-1 .metas i {
  font-size: 16px;
  color: #00b67a;
}
.testimonial-item.lg .icon {
  font-size: 28px;
}
.testimonial-item.lg .text {
  font-size: 16px;
  line-height: 25.6px;
  margin-bottom: 16px;
}
.testimonial-item.lg .divider {
  margin-left: 0;
}
.testimonial-item .box-author {
  display: flex;
  gap: 16px;
}
.testimonial-item .box-author .box-img {
  width: 70px;
  height: 74px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonial-item.lg-2 .box-author {
  margin-bottom: 16px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 7px;
}
.rating i {
  font-size: 16px;
  color: var(--bg-5);
}
.rating.color-black i {
  color: var(--main);
}

.flat-wrap-tes-text {
  margin-bottom: 25px;
}
.flat-wrap-tes-text .testimonial-ver-text {
  padding: 0 50px;
}

.testimonial-ver-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.testimonial-ver-text .heading {
  letter-spacing: 0.8px;
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 20px;
}
.testimonial-ver-text .content {
  font-size: 16px;
  line-height: 25.6px;
}

.thumb-tes-brands .swiper-slide {
  width: auto !important;
}
.thumb-tes-brands .swiper-wrapper {
  justify-content: center;
}
.thumb-tes-brands .thumb-tes-item {
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.thumb-tes-brands .thumb-tes-item img {
  max-width: 100px;
  cursor: pointer;
}
.thumb-tes-brands .thumb-tes-item:hover {
  opacity: 1;
}
.thumb-tes-brands .swiper-slide-thumb-active .thumb-tes-item {
  opacity: 1;
}

.testimonial-gaming-accessories {
  position: relative;
}
.testimonial-gaming-accessories > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/*------------ lookbook ---------------- */
.tf-lookbook {
  display: flex;
}

.wrap-lookbook {
  width: 100%;
  position: relative;
}
.wrap-lookbook .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap-lookbook.lookbook-sw .navigation-sw-dot {
  position: absolute;
}
.wrap-lookbook.lookbook-sw .nav-next-lookbook {
  top: 5%;
  left: 19%;
}
.wrap-lookbook.lookbook-sw .nav-prev-lookbook {
  top: 52%;
  left: 30%;
}

.lookbook-item {
  position: absolute;
  width: 26px;
  height: 26px;
}
.lookbook-item .tf-pin-btn {
  width: 26px;
  height: 26px;
  background-color: rgb(242, 242, 242);
  border-radius: 50%;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lookbook-item .tf-pin-btn span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--main);
}
.lookbook-item .tf-pin-btn.pin-white {
  background-color: var(--white);
}
.lookbook-item .tf-pin-btn.pin-black {
  background-color: var(--main);
}
.lookbook-item .tf-pin-btn.pin-black span {
  background-color: var(--white);
}
.lookbook-item .dropdown-menu {
  margin: 20px 0 !important;
  top: unset !important;
  bottom: 23px !important;
  transform: translateX(-46%) !important;
}

.lookbook-product {
  padding: 10px 14px 12px 11px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 334px;
  background-color: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lookbook-product .image {
  width: 62px;
  height: 70px;
  flex-shrink: 0;
}
.lookbook-product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lookbook-product .content-wrap {
  flex-grow: 1;
}
.lookbook-product .content-wrap .product-title {
  margin-bottom: 6px;
}
.lookbook-product .content-wrap .product-title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.lookbook-product .content-wrap .product-title a:hover {
  color: var(--primary);
}
.lookbook-product .content-wrap .price {
  font-weight: 600;
  color: var(--main);
}
.lookbook-product > a {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--line);
  color: var(--main);
  font-size: 14px;
}
.lookbook-product > a:hover {
  background-color: var(--main);
  color: var(--white);
}
.lookbook-product::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0;
  left: 50%;
  z-index: 2;
}

.tf-pin_btn:hover:after, .tf-pin_btn:hover:before {
  animation: ripple 3s infinite;
}

.lookbook-1 .item-1 {
  top: 85%;
  left: 62%;
}
.lookbook-1 .item-2 {
  top: 63%;
  left: 45%;
}

.lookbook-2 .item-1 {
  top: 20%;
  left: 62%;
}

.lookbook-3 .item-1 {
  top: 42%;
  left: 58%;
}
.lookbook-3 .item-2 {
  top: 83%;
  left: 40%;
}
.lookbook-3 .item-3 {
  top: 52%;
  left: 30%;
}

.tf-sw-lookbook {
  padding-top: 70px;
  margin-top: -70px;
}
.tf-sw-lookbook .wrap-pagination {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  left: 15px;
  right: 15px;
}
.tf-sw-lookbook .wrap-pagination .sw-dots {
  margin: 0;
}

.lookbook-kid {
  position: relative;
}
.lookbook-kid .lookbook-item {
  position: absolute;
}
.lookbook-kid .lookbook-item .tf-pin-btn {
  background-color: var(--white);
}
.lookbook-kid .item-1 {
  left: 24%;
  top: 32%;
}
.lookbook-kid .item-2 {
  left: 24%;
  top: 78%;
}
.lookbook-kid .item-3 {
  left: 50%;
  top: 70%;
}

.lookbook-dog {
  position: relative;
}
.lookbook-dog .lookbook-item {
  position: absolute;
}
.lookbook-dog .lookbook-item .tf-pin-btn {
  background-color: var(--white);
}
.lookbook-dog .item-1 {
  left: 37%;
  top: 32%;
}
.lookbook-dog .item-2 {
  left: 53%;
  top: 70%;
}
.lookbook-dog .item-3 {
  left: 64%;
  top: 25%;
}

.slideshow-lookbook-furniture .lookbook-1 .item-1 {
  left: 40%;
  top: 40%;
}
.slideshow-lookbook-furniture .lookbook-1 .item-2 {
  left: 50%;
  top: 50%;
}
.slideshow-lookbook-furniture .lookbook-2 .item-1 {
  left: 50%;
  top: 50%;
}
.slideshow-lookbook-furniture .lookbook-3 .item-1 {
  top: 45%;
  left: 45%;
}

.lookbook-kitchen-wear form .tf-lookbook {
  height: unset !important;
}
.lookbook-kitchen-wear form .swiper-slide:last-child .tf-bundle-product-item {
  border: 0;
}
.lookbook-kitchen-wear form .tf-btn {
  width: 100%;
  max-width: 461px;
}
.lookbook-kitchen-wear .wrap-lookbook .item-1 {
  top: 65%;
  left: 50%;
}
.lookbook-kitchen-wear .wrap-lookbook .item-2 {
  top: 17%;
  left: 57%;
}
.lookbook-kitchen-wear .wrap-lookbook .item-3 {
  top: 70%;
  left: 85%;
}

.flat-activewear-lookbook .wrap-lookbook .item-1 {
  top: 20%;
  left: 65%;
}
.flat-activewear-lookbook .wrap-lookbook .item-2 {
  top: 60%;
  left: 16%;
}
.flat-activewear-lookbook .wrap-lookbook .item-3 {
  top: 61%;
  left: 80%;
}
.flat-activewear-lookbook .inner-sw-lookbook .tf-btn {
  margin-top: 16px;
  border-radius: 60px;
}

.lookbook-handbag .lookbook-item {
  position: absolute;
}
.lookbook-handbag .item-1 {
  left: 49%;
  top: 28%;
}
.lookbook-handbag .item-2 {
  left: 30%;
  top: 45%;
}
.lookbook-handbag .item-3 {
  left: 50%;
  top: 68%;
}

.lookbook-sneaker .lookbook-item {
  position: absolute;
}
.lookbook-sneaker .item-1 {
  left: 64%;
  top: 21%;
}
.lookbook-sneaker .item-2 {
  left: 38%;
  top: 45%;
}

.lookbook-gaming-accessories .lookbook-item {
  position: absolute;
}
.lookbook-gaming-accessories .item-1 {
  left: 74%;
  top: 28%;
}
.lookbook-gaming-accessories .item-2 {
  left: 26%;
  top: 32%;
}
.lookbook-gaming-accessories .item-3 {
  left: 45%;
  top: 75%;
}

/*------------ featured ---------------- */
.tf-featured {
  position: relative;
}
.tf-featured .content .sub-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--main);
  margin-bottom: 15px;
}
.tf-featured .content h3 {
  margin-bottom: 24px;
}
.tf-featured .content p {
  margin-bottom: 40px;
}
.tf-featured.full-width {
  padding-top: 265px;
  padding-bottom: 290px;
}
.tf-featured.style-1 {
  display: flex;
}
.tf-featured.style-1 .image {
  width: 50%;
}
.tf-featured.style-1 .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f9f3ea;
}
.tf-featured.style-1 .content a {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.tf-hero-image-liquid {
  position: relative;
}
.tf-hero-image-liquid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-hero-image-liquid .box-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tf-hero-image-liquid .box-content .heading {
  font-size: 52px;
  line-height: 62.4px;
}
.tf-hero-image-liquid .box-content p {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
}
.tf-hero-image-liquid .box-content .tf-btn {
  margin-top: 20px;
}

.banner-countdown-v2 .box-content {
  left: 3%;
  right: 3%;
}

.tf-countdown .countdown__timer {
  display: flex;
  gap: 16px;
}
.tf-countdown .countdown__timer .countdown__item {
  width: 90px;
  height: 90px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tf-countdown .countdown__timer .countdown__item .countdown__value {
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  color: var(--main);
}
.tf-countdown .countdown__timer .countdown__item .countdown__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: 0.5px;
  color: var(--main);
  text-transform: uppercase;
}
.tf-countdown.style-rectangle .countdown__item {
  width: 61px;
  height: 72px;
  border-radius: 3px;
}
.tf-countdown.style-1 .countdown__timer {
  gap: 5px;
  justify-content: center;
}
.tf-countdown.style-1 .countdown__timer .countdown__item {
  width: unset;
  height: unset;
  display: block;
  background-color: unset;
}
.tf-countdown.style-1 .countdown__timer .countdown__item .countdown__value,
.tf-countdown.style-1 .countdown__timer .countdown__item .countdown__label {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #db1215;
  text-transform: capitalize;
}

.tf-countdown-v2 .countdown__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.tf-countdown-v2 .countdown__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 60px;
  min-height: 60px;
  padding: 6px 10px;
  border: 1px solid var(--main);
  background-color: transparent;
  border-radius: 3px;
}
.tf-countdown-v2 .countdown__value {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 500;
}
.tf-countdown-v2 .countdown__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 25.6px;
}

.tf-countdown-v3 {
  display: inline-flex;
  align-items: center;
  color: #ff0b0b;
  gap: 13px;
  background-color: rgba(255, 11, 11, 0.1);
  border-radius: 22px;
  padding: 4px 10px;
}
.tf-countdown-v3 .countdown__timer {
  display: inline-flex;
}
.tf-countdown-v3 .countdown__item {
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 600;
}
.tf-countdown-v3 .countdown__item:not(:last-child)::after {
  content: ":";
  margin-left: 10px;
  margin-right: 10px;
}

/*------------ accordion ---------------- */
.flat-accordion1 .flat-toggle1 .toggle-title,
.flat-accordion1 .flat-toggle .toggle-title,
.flat-accordion .flat-toggle1 .toggle-title,
.flat-accordion .flat-toggle .toggle-title {
  background-color: #F5F5F5;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: var(--main);
  padding: 14px 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-accordion1 .flat-toggle1 .toggle-title:hover,
.flat-accordion1 .flat-toggle .toggle-title:hover,
.flat-accordion .flat-toggle1 .toggle-title:hover,
.flat-accordion .flat-toggle .toggle-title:hover {
  color: var(--primary);
}
.flat-accordion1 .flat-toggle1 .toggle-content,
.flat-accordion1 .flat-toggle .toggle-content,
.flat-accordion .flat-toggle1 .toggle-content,
.flat-accordion .flat-toggle .toggle-content {
  display: none;
  padding: 35px;
  border: 1px solid var(--line);
}
.flat-accordion1.has-btns .flat-toggle .toggle-title::after,
.flat-accordion.has-btns .flat-toggle .toggle-title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #545454;
  right: 0px;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-accordion1.has-btns .flat-toggle .toggle-title::before,
.flat-accordion.has-btns .flat-toggle .toggle-title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #545454;
  right: 5px;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.flat-accordion1.has-btns .flat-toggle .toggle-title.active::before,
.flat-accordion.has-btns .flat-toggle .toggle-title.active::before {
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
.flat-accordion1.has-btns .flat-toggle.style-2:not(:last-child),
.flat-accordion.has-btns .flat-toggle.style-2:not(:last-child) {
  margin-bottom: 15px;
}
.flat-accordion1.has-btns .flat-toggle.style-2 .toggle-title::after,
.flat-accordion.has-btns .flat-toggle.style-2 .toggle-title::after {
  right: 15px;
}
.flat-accordion1.has-btns .flat-toggle.style-2 .toggle-title::before,
.flat-accordion.has-btns .flat-toggle.style-2 .toggle-title::before {
  right: 20px;
}
.flat-accordion1.has-btns-arrow .flat-toggle .toggle-title::after,
.flat-accordion.has-btns-arrow .flat-toggle .toggle-title::after {
  display: none;
}
.flat-accordion1.has-btns-arrow .flat-toggle .toggle-title::before,
.flat-accordion.has-btns-arrow .flat-toggle .toggle-title::before {
  position: absolute;
  content: "\e904";
  /*font-family: "icomoon";*/
  font-size: 8px;
  color: var(--main);
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-accordion1.has-btns-arrow .flat-toggle .toggle-title.active::before,
.flat-accordion.has-btns-arrow .flat-toggle .toggle-title.active::before {
  transform: rotate(180deg);
}
.flat-accordion1.style-default .toggle-title,
.flat-accordion.style-default .toggle-title {
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: var(--main);
  padding: 15px 0px;
  padding-right: 15px;
  border-bottom: 1px solid var(--line);
}
.flat-accordion1.style-default .toggle-content,
.flat-accordion.style-default .toggle-content {
  padding: 24px 0 22px;
  border: 0;
}

/*------------ zoom ---------------- */
.tf-zoom-main1,
.tf-zoom-main {
  position: sticky;
  top: 30px;
  z-index: 50;
}
.tf-zoom-main1 .drift-zoom-pane,
.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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;
}

.icv {
  border-radius: 20px;
}

.icv__label {
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 600;
  background-color: var(--main);
  color: var(--white);
}

.icv__control-line {
  width: 1px !important;
  background: #ebebeb !important;
}

/*------------ shop ---------------- */
.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: -17px;
  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: 3px;
}

.noUi-target {
  border: 0;
}

.noUi-base .noUi-connects {
  border-radius: 999px;
  background-color: var(--line);
}

.noUi-connect {
  background-color: var(--primary);
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border-color: var(--primary);
  background-color: var(--primary);
  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;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -8px;
}

.tf-shop-control {
  margin-bottom: 30px;
  gap: 5px;
}

.tf-control-layout {
  display: flex;
  gap: 12px;
}
.tf-control-layout .tf-view-layout-switch .item {
  color: var(--main);
  opacity: 0.4;
  padding: 0 5px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-control-layout .tf-view-layout-switch:hover .item, .tf-control-layout .tf-view-layout-switch.active .item {
  opacity: 1;
}

.tf-pagination-wrap {
  padding-top: 45px;
}

.tf-pagination-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
}
.tf-pagination-list .pagination-link {
  width: 45px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: var(--main);
  border: 1px solid;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.tf-pagination-list .pagination-link .icon {
  font-size: 12px;
}
.tf-pagination-list .active .pagination-link {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px 0px;
  background-color: var(--main);
  color: var(--white);
  border-color: var(--main);
}

.widget-facet {
  margin-bottom: 26px;
}
.widget-facet .facet-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.widget-facet .facet-title .icon {
  transition: transform 0.35s linear;
  font-size: 8px;
}
.widget-facet .facet-title.collapsed .icon {
  transform: rotate(180deg);
}
.widget-facet.wd-categories {
  border-bottom: 1px solid var(--line);
}
.widget-facet:not(:last-child) {
  border-bottom: 1px solid var(--line);
}
.widget-facet .cate-item a {
  display: flex;
  color: var(--main);
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 500;
}
.widget-facet .cate-item.current a {
  color: var(--primary);
}
.widget-facet .cate-item:not(:first-child) {
  margin-top: 10px;
}
.widget-facet .list-item .label {
  display: flex;
  color: var(--main);
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 500;
}
.widget-facet .list-item:not(:first-child) {
  margin-top: 10px;
}
.widget-facet .current-scrollbar {
  max-height: 200px;
  overflow-y: auto;
  margin-right: 5px;
}
.widget-facet .current-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.widget-facet .current-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15);
}
.widget-facet .current-scrollbar::-webkit-scrollbar-thumb {
  background: var(--main);
}
.widget-facet .filter-color {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.widget-facet .filter-color .list-item {
  margin: 0;
}

.widget-featured-products {
  display: grid;
  gap: 15px;
}
.widget-featured-products .featured-product-item {
  display: flex;
  gap: 15px;
}
.widget-featured-products .featured-product-item .card-product-wrapper {
  width: 92px;
  min-width: 92px;
  border-radius: 10px;
  overflow: hidden;
}
.widget-featured-products .featured-product-item .card-product-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget-featured-products .featured-product-item .card-product-info .title {
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 1px;
}
.widget-featured-products .featured-product-item .card-product-info .price {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.widget-iconbox-list {
  display: grid;
  gap: 18px;
}
.widget-iconbox-list .iconbox-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.widget-iconbox-list .iconbox-item .box-icon {
  border: 1px solid var(--line);
}
.widget-iconbox-list .iconbox-item .iconbox-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.widget-iconbox-list .iconbox-item .iconbox-content .iconbox-title {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
}
.widget-iconbox-list .iconbox-item .iconbox-content .iconbox-desc {
  color: var(--text-3);
}

.widget-price {
  margin-top: 24px;
  margin-bottom: 35px;
}
.widget-price .box-title-price {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget-price .caption-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget-price .caption-price .price-val {
  width: 85px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.widget-price .caption-price .price-val::after {
  content: attr(data-currency);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.widget-price .caption-price .weight-val {
  width: 85px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.widget-price .caption-price .weight-val::after {
  content: attr(data-weight);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.widget-price .price-val-range {
  padding: 0px 10px;
}

.widget-weight {
  margin-top: 24px;
  margin-bottom: 35px;
}
.widget-weight .box-title-weight {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget-weight .caption-weight {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget-weight .caption-weight .weight-val {
  width: 68px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.widget-weight .caption-weight .weight-val::after {
  content: attr(data-currency);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.widget-weight .price-val-range {
  padding: 0px 10px;
}

.wrapper-shop {
  transition: all 0.3s ease-in-out;
  animation: fadeShop 0.5s ease-in-out;
}

@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: var(--line);
}
.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
  border: 1px solid var(--main);
  background-color: var(--main);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
}
.meta-filter-shop .remove-all-filters .icon {
  font-size: 10px;
}
.meta-filter-shop .remove-all-filters:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.loadItem.hidden {
  display: none !important;
}
.loadItem.card-product.style-list:not(.hidden) {
  display: flex !important;
}

.sidebar-filter {
  background-color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.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;
}

/*------------ sections ---------------- */
.btn-sidebar-mobile {
  display: none;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 100;
  width: max-content;
}
.btn-sidebar-mobile button {
  width: 40px;
  height: 48px;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}
.btn-sidebar-mobile button i {
  font-size: 17px;
  color: var(--main);
}
.btn-sidebar-mobile button.type-hover {
  padding: 0 11.5px;
}
.btn-sidebar-mobile button.type-hover span {
  display: none;
}
.btn-sidebar-mobile button.type-hover:hover {
  width: max-content;
  padding-right: 24px;
  gap: 11.5px;
}
.btn-sidebar-mobile button.type-hover:hover span {
  display: block;
}
.btn-sidebar-mobile.left {
  right: auto;
  left: 0;
}

.btn-sidebar-account,
.btn-sidebar-style2 {
  display: none;
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 100;
}
.btn-sidebar-account button,
.btn-sidebar-style2 button {
  width: 38px;
  height: 38px;
  display: flex;
  border: 1px solid var(--line-2);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}
.btn-sidebar-account button .icon,
.btn-sidebar-style2 button .icon {
  font-size: 17px;
  color: var(--main);
}
.btn-sidebar-account.right,
.btn-sidebar-style2.right {
  right: 0;
  left: auto;
}

.btn-sidebar-account {
  top: 20%;
}

.loadmore-item .fl-item {
  display: none;
}

.loadmore-item2 .fl-item2 {
  display: none;
}

.loadmore-item3 .fl-item3 {
  display: none;
}

.tf-marquee {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}
.tf-marquee .wrap-marquee {
  display: flex;
  -webkit-animation: slide-har 6s linear infinite;
  animation: slide-har 6s linear infinite;
  transition: animation-duration 300ms;
}
.tf-marquee .wrap-marquee:hover {
  animation-play-state: paused;
}
.tf-marquee .marquee-item {
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tf-marquee .marquee-item .text {
  font-size: 18px;
  line-height: 21.6px;
  white-space: nowrap;
}
.tf-marquee .marquee-item p {
  white-space: nowrap;
}
.tf-marquee.marquee-md {
  padding-top: 30px;
  padding-bottom: 32px;
}
.tf-marquee.marquee-md p {
  font-size: 32px;
  line-height: 38.4px;
}
.tf-marquee.marquee-xl {
  padding-top: 75px;
  padding-bottom: 75px;
}
.tf-marquee.marquee-xl svg {
  width: 29px;
  height: auto;
  fill: var(--main);
}
.tf-marquee.marquee-xl .marquee-item {
  gap: 60px;
  padding: 0 29px;
}
.tf-marquee.marquee-xl .marquee-item .text {
  font-size: 40px;
  line-height: 48px;
}
.tf-marquee.marquee-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tf-marquee.marquee-sm .marquee-item {
  gap: 22.5px;
  padding-left: 12px;
  padding-right: 12px;
}
.tf-marquee.marquee-sm .marquee-item .text {
  font-size: 12px;
  line-height: 19.2px;
}
.tf-marquee.type-big .marquee-item {
  gap: 65px;
  padding: 0 32.5px;
}
.tf-marquee.type-big .marquee-item p {
  font-size: 80px;
  line-height: 96px;
}
.tf-marquee.not-hover .wrap-marquee:hover {
  animation-play-state: running;
}
.tf-marquee.type-brown .marquee-item .text {
  color: #704228;
}
.tf-marquee.type-brown .marquee-item .icon svg {
  fill: #704228;
}
.tf-marquee.type-md .marquee-item {
  gap: 32px;
}
.tf-marquee.type-md .marquee-item .icon svg {
  width: 20px;
  height: auto;
}
.tf-marquee.type-md .marquee-item .text {
  font-size: 16px;
  line-height: 19.2px;
}
.tf-marquee.marquee-white .marquee-item svg path {
  fill: var(--white);
}
.tf-marquee.marquee-st2 .marquee-item {
  padding-left: 15px;
  padding-right: 15px;
  gap: 30px;
}

.flat-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.flat-title .title {
  font-size: 22px;
  line-height: 26.4px;
}
.flat-title .sub-title {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.flat-title.mb_1 {
  margin-bottom: 30px;
}
.flat-title .sw-dots {
  margin-top: 0;
}
.flat-title.title-upper .title {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 800;
  text-transform: uppercase;
}

.flat-title-v2 {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 33px;
}

.flat-bg-collection .collection-other-link {
  margin-top: 30px;
  color: var(--white);
}
.flat-bg-collection .collection-other-link::after {
  background-color: var(--white);
}
.flat-bg-collection .collection-other-link:hover {
  color: var(--primary);
}
.flat-bg-collection .collection-other-link:hover::after {
  background-color: var(--primary);
}

.tf-sw-brand {
  border-radius: 10px;
  overflow: hidden;
  /*border: 1px solid var(--line);*/
}
.tf-sw-brand .swiper-slide:not(:last-child) .brand-item {
  border-right: 1px solid var(--line);
}

.brand-item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.brand-item-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hover-img-brand img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.3;
}
.hover-img-brand:hover img {
  opacity: 1;
}

.row-brand {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.row-brand .brand-item-v2 {
  width: max-content;
  max-width: 215px;
}

.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-item::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  transition: 0.4s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}
.gallery-item .box-icon {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--white);
  width: 33px;
  height: 33px;
  font-size: 12px;
}
.gallery-item .box-icon .tooltip {
  top: -100%;
  margin-top: -5px;
}
.gallery-item .box-icon .tooltip::before {
  top: unset;
  bottom: -4px;
}
.gallery-item .box-icon:hover {
  background-color: var(--main);
  color: var(--white);
}
.gallery-item .box-icon:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
}

.masonry-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.masonry-layout .collection-inner {
  width: 100%;
  height: 100%;
}
.masonry-layout .collection-item .img-style {
  height: 220px;
}
.masonry-layout.style-2 {
  grid-template-areas: "item1 item1" "item2 item3" "item4 item4";
}
.masonry-layout.style-2 .collection-image {
  height: 250px;
}
.masonry-layout.style-2 .item-1 {
  grid-area: item1;
}
.masonry-layout.style-2 .item-2 {
  grid-area: item2;
}
.masonry-layout.style-2 .item-3 {
  grid-area: item3;
}
.masonry-layout.style-2 .item-4 {
  grid-area: item4;
}
.masonry-layout.style-3 .item-1 {
  grid-area: item1;
}
.masonry-layout.style-3 .item-2 {
  grid-area: item2;
}
.masonry-layout.style-3 .item-3 {
  grid-area: item3;
}
.masonry-layout.style-3 .item-4 {
  grid-area: item4;
}

.masonry-layout-v2 {
  display: grid;
  gap: 30px;
  grid-template-areas: "item1 item1 item2 item3" "item4 item5 item6 item6";
}
.masonry-layout-v2 .item-1 {
  grid-area: item1;
}
.masonry-layout-v2 .item-2 {
  grid-area: item2;
}
.masonry-layout-v2 .item-3 {
  grid-area: item3;
}
.masonry-layout-v2 .item-4 {
  grid-area: item4;
}
.masonry-layout-v2 .item-5 {
  grid-area: item5;
}
.masonry-layout-v2 .item-6 {
  grid-area: item6;
}

.masonry-layout-v3,
.masonry-layout-v4,
.grid-3-layout-md {
  display: grid;
  gap: 15px;
}
.masonry-layout-v3 .collection-inner,
.masonry-layout-v3 .collection-image,
.masonry-layout-v4 .collection-inner,
.masonry-layout-v4 .collection-image,
.grid-3-layout-md .collection-inner,
.grid-3-layout-md .collection-image {
  width: 100%;
  height: 100%;
}

.masonry-layout-v4.style-2 .item-1 .collection-image {
  height: 810px;
}
.masonry-layout-v4.style-2 .item-2 .collection-image,
.masonry-layout-v4.style-2 .item-3 .collection-image {
  height: 390px;
}
.masonry-layout-v4.type-1 {
  display: grid;
  grid-template-areas: "item1" "item2" "item3";
  grid-template-columns: repeat(1, 1fr);
}
.masonry-layout-v4.type-1 .item-2,
.masonry-layout-v4.type-1 .item-3 {
  height: 240px;
}
.masonry-layout-v4.type-1 .collection-inner {
  height: 100%;
}
.masonry-layout-v4.type-1 .item-1 {
  grid-area: item1;
  max-width: calc(100vw - 30px);
}
.masonry-layout-v4.type-1 .item-2 {
  grid-area: item2;
}
.masonry-layout-v4.type-1 .item-3 {
  grid-area: item3;
}

.masonry-layout-v5 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.masonry-layout-v5 .tf-gallery-image {
  grid-area: span 1/span 1;
}
.masonry-layout-v5 .tf-gallery-image.item-1 {
  grid-area: span 2/span 2;
}

.masonry-layout-v6 {
  display: grid;
  grid-template-areas: "item1 item1" "item1 item1" "item2 item3" "item4 item4";
  gap: 15px;
}
.masonry-layout-v6 .item-1 {
  grid-area: item1;
}
.masonry-layout-v6 .item-2 {
  grid-area: item2;
}
.masonry-layout-v6 .item-3 {
  grid-area: item3;
}
.masonry-layout-v6 .item-4 {
  grid-area: item4;
}

.masonry-layout-v7 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item2 item3 item4" "item5 item5 item6 item6";
}
.masonry-layout-v7 .item-1 {
  grid-area: item1;
}
.masonry-layout-v7 .item-2 {
  grid-area: item2;
}
.masonry-layout-v7 .item-3 {
  grid-area: item3;
}
.masonry-layout-v7 .item-4 {
  grid-area: item4;
}
.masonry-layout-v7 .item-5 {
  grid-area: item5;
}
.masonry-layout-v7 .item-6 {
  grid-area: item6;
}
.masonry-layout-v7 .collection-item {
  height: 280px;
}
.masonry-layout-v7 .collection-item .collection-inner {
  height: 100%;
  overflow: hidden;
}
.masonry-layout-v7 .collection-item .collection-image {
  height: 100%;
}

.tf-gallery-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tf-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-gallery-image::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  transition: 0.4s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}
.tf-gallery-image:hover::before {
  opacity: 1;
  visibility: visible;
}

.tf-img-with-text .tf-content-wrap {
  place-self: center;
}
.tf-img-with-text.style-1 {
  background-color: rgb(247, 247, 247);
}
.tf-img-with-text.style-1 .tf-image-wrap {
  order: unset;
}
.tf-img-with-text.style-2 {
  gap: 0;
}
.tf-img-with-text.style-2 .tf-image-wrap {
  order: unset;
}
.tf-img-with-text.style-2 .tf-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-img-with-text.style-3 {
  background-color: #fbf7f0;
}
.tf-img-with-text.style-3 .tf-image-wrap {
  order: unset;
}
.tf-img-with-text.style-3 .tf-content-wrap {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-img-with-text.style-4 .grid-img-group {
  padding-bottom: 50px;
}
.tf-img-with-text.style-4 .tf-image-wrap {
  order: unset;
}
.tf-img-with-text.style-4 .heading {
  font-size: 28px;
  line-height: 33.6px;
}
.tf-img-with-text.style-4 .text {
  margin-top: 18px;
  color: var(--text);
}
.tf-img-with-text.style-4 .item-2 {
  margin-left: unset;
  width: 75%;
}
.tf-img-with-text.style-4 .item-1 {
  width: 43%;
  bottom: 0;
  right: 0;
  height: max-content;
  top: unset;
}
.tf-img-with-text.style-5 {
  border-radius: 10px;
  overflow: hidden;
}
.tf-img-with-text.style-5 .tf-image-wrap {
  order: unset;
}
.tf-img-with-text.style-6 {
  background-color: #eaf7f9;
  border-radius: 10px;
  overflow: hidden;
}
.tf-img-with-text .tf-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-img-with-text.bg-f5fbfd {
  background-color: #f5fbfd;
}
.tf-img-with-text.bg_primary {
  background-color: var(--primary);
}

.tf-img-with-text-2 .tf-image-wrap {
  border-radius: 20px;
}
.tf-img-with-text-2 .tf-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-img-with-text-2 .tf-content-wrap {
  place-self: center;
  padding: 14px 14px 24px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.tf-img-with-text-2 .tf-content-wrap .item {
  display: grid;
  gap: 14px;
}
.tf-img-with-text-2.style-2 {
  border-radius: 20px;
}
.tf-img-with-text-2 .item-list-box {
  display: flex;
  gap: 12px;
}
.tf-img-with-text-2 .item-list-box .content {
  display: grid;
  gap: 16px;
}
.tf-img-with-text-2 .item-list-box .img-box {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  padding: 10px;
  border: 2px solid #557328;
  border-radius: 9999px;
}
.tf-img-with-text-2 .item-list-box .img-box img {
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-text-3 .grid-img-group .item-1 {
  top: 20%;
  width: 39%;
  height: max-content;
}
.img-text-3 .grid-img-group .item-2 {
  left: 14%;
  margin-left: unset;
  width: 66.67%;
}
.img-text-3 .grid-img-group .item-3 {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 30%;
}
.img-text-3 .tf-content-wrap {
  padding: 14px 0 0 0;
  text-align: start;
}
.img-text-3 .tf-content-wrap .desc {
  margin-top: 14px;
}
.img-text-3.img-text-3-style-2 .grid-img-group .item-1 {
  top: -8%;
  width: 33%;
}
.img-text-3.img-text-3-style-2 .grid-img-group .item-3 {
  width: 50%;
  top: 54%;
}
.img-text-3.img-text-3-style-2 .tf-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.img-text-3.img-text-3-style-2 .tf-image {
  padding: 30px 0px;
}

.tf-img-video-text .content-wrap {
  padding: 67px 92px 90px 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tf-img-video-text .content-wrap .heading {
  font-size: 52px;
  line-height: 62.4px;
  margin-bottom: 18px;
}
.tf-img-video-text .content-wrap p {
  margin-bottom: 60px;
}
.tf-img-video-text .content-wrap li {
  display: flex;
  gap: 17px;
  align-items: center;
}
.tf-img-video-text .content-wrap li:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.15);
  margin-bottom: 30px;
}
.tf-img-video-text .content-wrap li .number {
  flex-shrink: 0;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-img-video-text .content-wrap li .text {
  font-size: 16px;
  line-height: 24px;
}
.tf-img-video-text video {
  height: 710px;
}

.tf-content-wrap {
  padding: 14px;
  padding-bottom: 24px;
}
.tf-content-wrap .sub-heading {
  font-size: 14px;
  line-height: 16.8px;
}
.tf-content-wrap .heading {
  margin-top: 14px;
  font-size: 24px;
  line-height: 28.8px;
}
.tf-content-wrap .description {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22.4px;
}
.tf-content-wrap .tf-btn {
  margin-top: 16px;
}

.count-down .description {
  margin-bottom: 20px;
  margin-top: 16px;
}
.count-down .tf-countdown-v2 .countdown__item {
  min-width: 60px;
  min-height: 50px;
  padding: 4px 8px;
  border-color: var(--white);
  background-color: var(--white);
}
.count-down .tf-countdown-v2 .countdown__item .countdown__value {
  font-size: 14px;
  line-height: 22.4px;
}
.count-down .tf-countdown-v2 .countdown__item .countdown__label {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
}

.tf-content-wrap-v2 .description {
  margin-top: 12px;
  font-size: 16px;
  line-height: 19.2px;
}
.tf-content-wrap-v2 .tf-btn {
  margin-top: 22px;
}

.flat-wrap-countdown .tf-content-wrap-v2 {
  text-align: center;
}

.tf-image-wrap {
  position: relative;
  overflow: hidden;
}

.wrap-sw-over {
  padding-bottom: 40px;
  margin-bottom: -40px;
  padding-left: 30px;
  margin-left: -30px;
}

.widget-card-store {
  background-color: var(--bg-10);
}
.widget-card-store .store-heading {
  margin-bottom: 21px;
}
.widget-card-store .store-img {
  width: 100%;
  height: 100%;
}
.widget-card-store .store-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-card-store .description p {
  font-size: 14px;
  line-height: 22.4px;
  color: var(--text-3);
}
.widget-card-store .description p:not(:last-child) {
  margin-bottom: 12px;
}
.widget-card-store .store-item-info {
  padding: 30px 15px;
}
.widget-card-store.type-1 {
  gap: 0;
}
.widget-card-store.type-1 .description {
  margin-bottom: 20px;
}
.widget-card-store.type-1 .store-heading {
  font-size: 24px;
  line-height: 28.8px;
}
.widget-card-store.type-1 .store-item-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--main);
}
.widget-card-store.type-2 .description {
  margin-bottom: 27px;
}
.widget-card-store.type-2 .store-heading {
  font-size: 22px;
  line-height: 26.4px;
  margin-bottom: 15px;
}
.widget-card-store.type-3 .store-heading {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 38px;
}
.widget-card-store.type-3 .description {
  margin-bottom: 18px;
}
.widget-card-store.type-4 .store-heading {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
}
.widget-card-store.type-4 .description {
  margin-bottom: 16px;
}
.widget-card-store.type-bg-img {
  gap: 0;
}
.widget-card-store.type-bg-img .store-item-info {
  height: 100%;
  position: relative;
  display: flex;
}
.widget-card-store.type-bg-img .store-item-info > .img-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-card-store.type-bg-img .store-item-info .wrap {
  place-self: center start;
  z-index: 1;
}

.flat-testimonial-v2 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.wrapper-thumbs-testimonial {
  display: flex;
  padding: 0px 100px;
  align-items: center;
}
.wrapper-thumbs-testimonial .nav-next-slider {
  left: 0;
}
.wrapper-thumbs-testimonial .nav-prev-slider {
  right: 0;
}
.wrapper-thumbs-testimonial .box-left {
  width: 47%;
  padding-left: 24px;
  padding-right: 83px;
}
.wrapper-thumbs-testimonial .box-right {
  width: 53%;
}
.wrapper-thumbs-testimonial .img-sw-thumb {
  border-radius: 10px;
  overflow: hidden;
}

.wrapper-thumbs-testimonial-v2 {
  display: flex;
  align-items: center;
}
.wrapper-thumbs-testimonial-v2 .box-left {
  width: 50%;
  padding-right: 60px;
}
.wrapper-thumbs-testimonial-v2 .box-right {
  width: 50%;
}
.wrapper-thumbs-testimonial-v2 .box-right img {
  width: 100%;
}
.wrapper-thumbs-testimonial-v2.type-1 .box-left {
  width: 60%;
}
.wrapper-thumbs-testimonial-v2.type-1 .box-right {
  width: 40%;
}

.flat-thumbs-testimonial-v2 {
  padding: 30px 15px;
  border-radius: 10px;
  overflow: hidden;
}
.flat-thumbs-testimonial-v2 .box-left {
  width: 70%;
  padding-right: 30px;
}
.flat-thumbs-testimonial-v2 .box-left .text {
  font-size: 16px;
  line-height: 25.6px;
}
.flat-thumbs-testimonial-v2 .box-left .box-sw-navigation {
  margin-top: 40px;
}
.flat-thumbs-testimonial-v2 .box-right {
  width: 30%;
}

.flat-lookbook-v2 {
  display: flex;
  gap: 15px;
  flex-direction: column-reverse;
}

.flat-lookbook-v3 .flat-title-lookbook {
  margin-bottom: 22px;
}
.flat-lookbook-v3 form {
  max-width: 80%;
}
.flat-lookbook-v3 .tf-lookbook {
  height: 830px;
  flex-direction: column;
}

.slider-wrap-lookbook {
  position: relative;
}
.slider-wrap-lookbook .nav-sw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slider-wrap-lookbook .nav-next-slider {
  left: -7px;
}
.slider-wrap-lookbook .nav-prev-slider {
  right: -7px;
}

.flat-title-lookbook {
  margin-bottom: 20px;
}
.flat-title-lookbook .heading {
  margin-top: 8px;
  font-size: 30px;
  line-height: 36px;
}
.flat-title-lookbook .label {
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  color: rgb(84, 84, 84);
}

.flat-iconbox-v2 .tf-sw-mobile {
  border-radius: 10px;
  border: 1px solid var(--line);
  padding: 5px 0px;
}
.flat-iconbox-v2 .tf-icon-box {
  padding: 15px;
}
.flat-iconbox-v2 .tf-icon-box .title {
  font-weight: 400;
}
.flat-iconbox-v2 .tf-icon-box .icon {
  margin-bottom: 22px;
}
.flat-iconbox-v2 .tf-icon-box .icon i {
  color: var(--main);
}
.flat-iconbox-v2.style-2 .tf-icon-box {
  padding: 0px;
  border: none !important;
}
.flat-iconbox-v2.style-2 .tf-icon-box .icon i {
  font-size: 36px;
}

.flat-iconbox-v3 .tf-icon-box .icon {
  width: 74px;
  height: 74px;
  border: 1px solid var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}
.flat-iconbox-v3 .tf-icon-box .icon i {
  color: var(--main);
  font-size: 30px;
}
.flat-iconbox-v3 .tf-icon-box .icon.no-border {
  border: 0;
  border-radius: 0;
}
.flat-iconbox-v3 .tf-icon-box .icon.w-40 {
  width: 40px;
  height: 40px;
}
.flat-iconbox-v3 .tf-icon-box .icon.w-40 i {
  font-size: 40px;
}
.flat-iconbox-v3 .tf-icon-box .icon.w-50 {
  width: 50px;
  height: 50px;
}
.flat-iconbox-v3 .tf-icon-box.small .content .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.flat-iconbox-v3 .tf-icon-box.small .content p {
  font-size: 14px;
}
.flat-iconbox-v3 .tf-icon-box.style-icon-color .icon {
  border-color: #a47447;
}
.flat-iconbox-v3 .tf-icon-box.style-icon-color .icon i {
  color: #a47447;
}

.wrap-spacing-iconbox {
  padding: 33px 15px;
}

.tf-icon-box-v2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.tf-icon-box-v2 .icon {
  font-size: 26px;
  flex-shrink: 0;
}
.tf-icon-box-v2 .icon svg {
  width: 30px;
  height: 30px;
}
.tf-icon-box-v2 .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
}

.tf-icon-box-v3 .title {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 25.2px;
}

.flat-wrap-iconbox-v2 {
  padding: 73px 15px;
}

.flat-location {
  position: relative;
}
.flat-location .banner-map {
  width: 100%;
  height: 300px;
}
.flat-location .banner-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-location .content {
  padding: 20px;
  text-align: center;
  background-color: var(--white);
}
.flat-location .content .heading {
  font-size: 18px;
  line-height: 21.6px;
}
.flat-location .content .subtext {
  margin-top: 16px;
  color: var(--text);
}
.flat-location .content .tf-btn {
  margin-top: 20px;
}

.scroll-process {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.scroll-process .value-process {
  position: absolute;
  inset: 0;
  background-color: var(--main);
  width: 30%;
  transition: width 1s;
}

.scroll-snap {
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  scroll-snap-type: x mandatory;
}

.fullwidth {
  display: block;
  width: 100%;
  height: 100%;
}
.fullwidth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-marquee.marquee-lg p {
  white-space: nowrap;
}
.tf-marquee.marquee-lg p a {
  border-bottom: 1px solid currentColor;
}
.tf-marquee.marquee-lg p {
  font-size: 40px;
  line-height: 56px;
}

.tf-marquee.marquee-lg {
  padding: 30px;
}
.tf-marquee.style-2 .marquee-item {
  gap: 39px;
}

.icv__circle {
  width: 34px;
  height: 34px;
  background-color: var(--main);
  border: 0 !important;
}

.icv__arrow-wrapper svg {
  width: 15px !important;
  height: 15px !important;
  margin: 0px 5px;
}

.flat-wrap-giftcard .wrap-content {
  display: flex;
  gap: 25px;
  align-items: center;
}
.flat-wrap-giftcard .wrap-content p {
  font-size: 20px;
  margin-top: 5px;
}

.tf-breadcrumb-wrap {
  padding: 22.5px 0;
  gap: 15px;
}
.tf-breadcrumb-wrap .tf-breadcrumb-list {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.tf-breadcrumb-wrap .tf-breadcrumb-list .icon {
  font-size: 8px;
  font-weight: 700;
}
.tf-breadcrumb-wrap .tf-breadcrumb-list span {
  color: var(--text);
}
.tf-breadcrumb-wrap .tf-breadcrumb-prev-next {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 17px;
}

.tf-brands-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10px;
  padding-bottom: 30px;
}
.tf-brands-filter .tf-btns-filter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main);
  background-color: transparent;
  border: solid 1px var(--line-2);
  border-radius: 3px;
  padding: 8px 15px;
  min-width: 42px;
  font-weight: 600;
  max-width: 100%;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.tf-brands-filter .tf-btns-filter.is--active, .tf-brands-filter .tf-btns-filter:hover {
  background-color: var(--main);
  color: var(--white);
}
.tf-brands-filter .tf-btns-filter.is-disable {
  pointer-events: none;
}
.tf-brands-filter .tf-btns-filter.is-disable span {
  opacity: 0.2;
}

.tf-brands-source-linklist {
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.tf-brands-source-linklist.style-row {
  border-top: 1px solid var(--line);
}
.tf-brands-source-linklist.style-row .tf-filter-item {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 15px;
}
.tf-brands-source-linklist.style-row .tf-filter-item-inner {
  gap: 20px;
  flex-direction: row;
}
.tf-brands-source-linklist.style-row .tf-titles-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.66666667%;
}
.tf-brands-source-linklist.style-row .tf-titles-filter h4 {
  width: 100%;
  text-align: center;
  border-right: 1px solid var(--line);
  padding-right: 10px;
}
.tf-brands-source-linklist.style-row .tf-content-brands {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.tf-brands-source-linklist.style-row .tf-item-inner {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tf-brands-source-linklist.style-row .tf-item-inner a {
  margin-bottom: 0;
}

.tf-filter-item {
  animation: slideInRight 0.5s ease-in-out;
  padding: 15px;
  border-radius: 2.5px;
  border: 1px solid var(--line);
}
.tf-filter-item.is-disable {
  display: none;
}
.tf-filter-item .tf-filter-item-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tf-filter-item .tf-item-inner a {
  color: var(--text);
  margin-bottom: 5px;
}
.tf-filter-item .tf-item-inner a:hover {
  color: var(--primary);
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.tf-content-left.has-mt {
  margin-top: 10px;
}

.tf-accordion-wrap > .box,
.tf-accordion-wrap > .content {
  width: 100%;
}
.tf-accordion-wrap .tf-other-content {
  padding: 30px 31px 64px 35px;
  height: max-content;
}

.tf-accordion-link-list {
  padding: 25px 38px 29px;
}
.tf-accordion-link-list .tf-link-item a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tf-accordion-link-list .tf-link-item a:hover {
  border-color: var(--main);
}
.tf-accordion-link-list .tf-link-item a:hover .icon {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.tf-accordion-link-list .tf-link-item a .icon {
  font-size: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease 0.1s;
  transform: translate(-20px);
}

.tf-ourstore-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tf-ourstore-img:hover img {
  transform: scale(1.1);
}
.tf-ourstore-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s linear;
}

.tf-store-item {
  padding: 18px 15px 20px;
  border-radius: 10px;
  border: 1px solid var(--line);
  cursor: pointer;
}
.tf-store-item .tf-store-title {
  position: relative;
  transition: 0.4s ease 0s;
  margin-bottom: 17px;
  line-height: 24px;
}
.tf-store-item .tf-store-title .icon {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  z-index: 1;
  margin: auto;
  transition: 0.4s ease 0s;
  position: absolute;
  left: 0;
  font-size: 16px;
}
.tf-store-item .tf-store-info span {
  font-weight: 600;
}
.tf-store-item.active {
  color: var(--white);
  background-color: var(--main);
}
.tf-store-item.active .tf-store-title {
  padding-left: 26px;
  color: var(--white);
}
.tf-store-item.active .tf-store-title .icon {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  color: var(--white);
}

.tf-timeline-wrap {
  padding-top: 130px;
  padding-bottom: 20px;
}

.tf-timeline-line {
  position: absolute;
  width: 1px;
  border: 1px dashed var(--line);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tf-timeline-line::after, .tf-timeline-line::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  z-index: 3;
  background-color: var(--line);
  border-radius: 50%;
}
.tf-timeline-line::before {
  top: 0;
}
.tf-timeline-line::after {
  bottom: 0;
}

.tf-timeline-inner {
  gap: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
}

.tf-timeline-time {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main);
  color: var(--white);
  border-radius: 2.5px;
  padding: 0 35px;
  font-size: 20px;
  line-height: 36px;
}

.tf-timeline-content,
.tf-timeline-image {
  max-width: 490px;
}

.tf-timeline-content {
  background-color: var(--white);
  text-align: center;
}
.tf-timeline-content .tf-timeline-label {
  margin-bottom: 7px;
}
.tf-timeline-content .tf-timeline-title {
  margin-bottom: 10px;
}

.tf-compare-table {
  border: 1px solid var(--line);
  border-radius: 2.5px;
  overflow-x: scroll;
}
.tf-compare-table::-webkit-scrollbar {
  height: 4px;
}
.tf-compare-table::-webkit-scrollbar-thumb {
  background: var(--line-2);
}

.tf-compare-row {
  display: flex;
}
.tf-compare-row:nth-child(2n+2) > div {
  background-color: rgba(0, 0, 0, 0.05);
}

.tf-compare-col {
  min-width: 180px;
  border-right: 1px solid var(--line);
  position: relative;
}

.tf-compare-item {
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.tf-compare-item .tf-compare-remove {
  font-size: 12px;
  line-height: 19px;
  color: var(--text);
  text-decoration: underline;
  transition: 0.3s ease;
  cursor: pointer;
}
.tf-compare-item .tf-compare-image {
  width: 100%;
  padding: 18px 0;
}
.tf-compare-item .tf-compare-title {
  font-size: 16px;
  line-height: 25.6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.tf-compare-item .price {
  margin-top: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.tf-compare-item .price .compare-at-price {
  font-size: 13px;
  line-height: 13px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.55);
  margin-right: 10px;
}
.tf-compare-item .price .price-on-sale {
  color: var(--primary);
}
.tf-compare-item .tf-compare-group-btns {
  margin-top: 21px;
  margin-bottom: 24px;
  justify-content: center;
}
.tf-compare-item .tf-compare-group-btns a {
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  gap: 10px;
  border-color: var(--line);
}
.tf-compare-item .tf-compare-group-btns a i {
  font-size: 15px;
}
.tf-compare-item .tf-compare-group-btns a span {
  display: none;
}

.tf-compare-field,
.tf-compare-value {
  padding: 16px 10px;
}

.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;
}

.tf-main-area-page h4 {
  font-size: 22px;
  font-weight: 400;
  color: var(--main);
  margin-bottom: 26px;
  line-height: 28px;
}
.tf-main-area-page p {
  margin-top: 15px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  color: rgb(134, 134, 134);
}
.tf-main-area-page p:last-child {
  margin-bottom: 0px;
}
.tf-main-area-page .box:not(:last-child) {
  margin-bottom: 15px;
}
.tf-main-area-page .tag-list li {
  color: rgb(134, 134, 134);
  line-height: 26px;
  margin-bottom: 8px;
  margin-top: 15px;
}
.tf-main-area-page .tag-list li:last-child {
  margin-bottom: 0px;
}
.tf-main-area-page .cf-mail {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  transition: text-decoration-thickness 1s ease;
  color: rgb(134, 134, 134);
}
.tf-main-area-page .cf-mail:hover {
  color: rgba(0, 0, 0, 0.85);
}

.tf-page-delivery h4 {
  margin-bottom: 20px;
}
.tf-page-delivery p {
  margin-bottom: 10px;
}

.tf-terms-conditions .box:not(:last-child) {
  margin-bottom: 50px;
}
.tf-terms-conditions .box span {
  color: rgb(134, 134, 134);
}

.images-group-item.active {
  display: block;
}
.images-group-item.hidden {
  display: none;
}

.tf-cart-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tf-cart-countdown p {
  font-size: 16px;
  line-height: 25.6px;
}
.tf-cart-countdown svg {
  margin-top: -3px;
  animation: tf-ani-flash 2s infinite;
}
.tf-cart-countdown .timer-count {
  color: var(--white);
  background-color: var(--primary);
  padding: 2px 10px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  min-width: 110px;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 25.6px;
}
.tf-cart-countdown .title-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@keyframes tf-ani-flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.tf-table-page-cart {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
  line-height: 1.4;
}
.tf-table-page-cart th {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  color: var(--main);
  text-align: center;
  padding: 18px 0px;
}
.tf-table-page-cart th:first-child {
  text-align: start;
}
.tf-table-page-cart th:last-child {
  text-align: end;
}
.tf-table-page-cart tr {
  border-bottom: 1px dashed var(--line);
}
.tf-table-page-cart tr:last-child {
  border-bottom-style: solid;
}
.tf-table-page-cart td {
  padding: 18px 10px;
}
.tf-table-page-cart td:first-child {
  text-align: start;
  padding-left: 0;
}
.tf-table-page-cart td:last-child {
  text-align: end;
  padding-right: 0;
  width: 10.65%;
}

.tf-cart-item .tf-cart-item_product {
  display: flex;
}
.tf-cart-item .tf-cart-item_product .cart-info .cart-title {
  font-size: 14px;
  line-height: 19.6px;
  display: block;
}
.tf-cart-item .tf-cart-item_product .cart-info .cart-meta-variant {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 16.8px;
  color: var(--text);
}
.tf-cart-item .tf-cart-item_product .cart-info .remove-cart {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 16.8px;
  text-decoration: underline;
  cursor: pointer;
}
.tf-cart-item .tf-cart-item_product .img-box {
  width: 80px;
  max-height: 110px;
  margin-right: 24px;
  border-radius: 2.5px;
  overflow: hidden;
}
.tf-cart-item .cart-quantity,
.tf-cart-item .cart-total,
.tf-cart-item .cart-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: self-end;
  justify-content: safe center;
  gap: 10px;
  line-height: 1;
}
.tf-cart-item .cart-total {
  justify-content: flex-end;
  font-weight: 600;
}
.tf-cart-item .wg-quantity {
  min-width: 86px;
  width: 86px;
  height: 30px;
}
.tf-cart-item .wg-quantity .btn-quantity {
  width: 25px;
  height: 30px;
  line-height: 25px;
}
.tf-cart-item .wg-quantity input {
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
}

.tf-page-cart-footer .tf-free-shipping-bar {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px dashed var(--line);
  border-radius: 2.5px;
}
.tf-page-cart-footer .tf-free-shipping-bar .tf-progress-msg {
  margin-top: 28px;
}

.tf-page-cart-checkout {
  padding: 15px;
  background-color: var(--bg-11);
  border-radius: 2.5px;
}
.tf-page-cart-checkout .shipping-calculator {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.tf-page-cart-checkout .shipping-calculator .shipping-calculator-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}
.tf-page-cart-checkout .shipping-calculator .shipping-calculator_accordion-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-inline-start: 5px;
  position: relative;
}
.tf-page-cart-checkout .shipping-calculator .shipping-calculator_accordion-icon::after, .tf-page-cart-checkout .shipping-calculator .shipping-calculator_accordion-icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  width: 12px;
  height: 2px;
  opacity: 1;
  border-radius: 9999px;
}
.tf-page-cart-checkout .shipping-calculator .shipping-calculator_accordion-icon::after {
  height: 12px;
  width: 2px;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-header:not(.collapsed) .shipping-calculator_accordion-icon::after, .tf-page-cart-checkout .shipping-calculator .accordion-shipping-header:not(.collapsed) .shipping-calculator_accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-header:not(.collapsed) .shipping-calculator_accordion-icon::before {
  opacity: 0;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content {
  margin-top: 20px;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .tf-select {
  height: 50px;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .field {
  margin-bottom: 15px;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .field .label {
  margin-bottom: 8px;
  font-weight: 400;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .field .tf-select,
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .field input {
  border-color: transparent;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .tf-btn {
  font-weight: 600;
  min-width: 199px;
}
.tf-page-cart-checkout .cart-checkbox {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.tf-page-cart-checkout .cart-checkbox .tf-check {
  width: 16px;
  height: 16px;
  border-color: var(--line);
  background-color: var(--white);
  border-radius: 999px;
  overflow: hidden;
}
.tf-page-cart-checkout .cart-checkbox .tf-check:checked {
  border-color: var(--primary);
  background-color: var(--primary);
}
.tf-page-cart-checkout .cart-checkbox .tf-check::before {
  font-size: 6px;
}
.tf-page-cart-checkout .cart-checkbox a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.tf-page-cart-checkout .tf-cart-totals-discounts {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tf-page-cart-checkout .tf-cart-totals-discounts h3 {
  font-size: 20px;
  line-height: 24px;
}
.tf-page-cart-checkout .tf-cart-totals-discounts .total-value {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.tf-page-cart-checkout .tf-cart-tax {
  margin-top: 18px;
  color: var(--text);
}
.tf-page-cart-checkout .tf-cart-tax a {
  color: rgba(0, 0, 0, 0.85);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  transition: text-decoration-thickness 1s ease;
}
.tf-page-cart-checkout .tf-cart-tax a:hover {
  color: var(--main);
  text-decoration-thickness: 2px;
}
.tf-page-cart-checkout .cart-checkout-btn {
  margin-top: 18px;
}
.tf-page-cart-checkout .cart-checkout-btn .tf-btn {
  font-weight: 400;
}
.tf-page-cart-checkout .tf-page-cart_imgtrust {
  margin-top: 18px;
}
.tf-page-cart-checkout .tf-page-cart_imgtrust p {
  margin-bottom: 10px;
}
.tf-page-cart-checkout .tf-page-cart_imgtrust .cart-list-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tf-page-cart-note label {
  margin-bottom: 20px;
  display: block;
}

#cart-note {
  min-height: 126px;
  border: 1px solid var(--line);
  padding: 15px 20px;
  width: 100%;
  max-width: 460px;
  resize: none;
  border-radius: 3px;
  outline: none;
}

/* 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(--line);
  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);
  }
}
.flat-alert {
  margin-bottom: 10px;
}
.flat-alert.msg-success {
  font-weight: 500;
  color: var(--bs-success);
}
.flat-alert.msg-error {
  font-weight: 500;
  color: var(--bs-danger);
}

#subscribe-msg {
  color: var(--bs-success);
}
#subscribe-msg .notification_ok {
  font-weight: 500;
  color: var(--bs-success);
}
#subscribe-msg .notification_error {
  font-weight: 500;
  color: var(--bs-danger);
}

.flat-wrap-iconbox {
  padding: 51px 15px 85px;
}

.flat-wrap-countdown.countdown-black {
  color: var(--white);
}
.flat-wrap-countdown.countdown-black .heading,
.flat-wrap-countdown.countdown-black .description,
.flat-wrap-countdown.countdown-black .tf-btn {
  color: var(--white);
}
.flat-wrap-countdown.countdown-black .tf-btn::after {
  background-color: var(--white);
}
.flat-wrap-countdown.countdown-black .tf-btn:hover {
  color: var(--primary);
}
.flat-wrap-countdown.countdown-black .tf-btn:hover::after {
  background-color: var(--primary);
}
.flat-wrap-countdown.countdown-black .countdown__item {
  border-color: var(--white);
}

.tf-flash-sale {
  border: 2px solid var(--primary);
  padding: 75px 20px 20px;
  border-radius: 10px;
  position: relative;
}
.tf-flash-sale .heading-flash-sale {
  position: absolute;
  left: 0;
  top: -4%;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  padding: 4px 16px;
  margin-left: 15px;
  color: var(--primary);
  font-weight: 400;
  font-size: 22px;
  line-height: 26.4px;
}

.wrap-mobile .collection-item-v2 .collection-content {
  inset: 7%;
}

.form-checkout .box:not(:last-child) {
  margin-bottom: 15px;
}
.form-checkout .grid-2 {
  gap: 15px;
}
.form-checkout label {
  margin-bottom: 10px;
  position: relative;
}
.form-checkout label::after {
  content: "*";
  position: absolute;
  color: var(--primary);
}
.form-checkout .tf-select {
  height: 50px;
  color: var(--main);
}
.form-checkout .select-custom::after {
  right: 15px;
}
.form-checkout input,
.form-checkout textarea {
  color: var(--main);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-checkout input:focus,
.form-checkout textarea:focus {
  border-color: var(--main);
}

.widget-wrap-checkout {
  display: grid;
  gap: 0px;
  background-color: #fbfbfc;
  border: 10px;
}
.widget-wrap-checkout .checkout-product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.widget-wrap-checkout .checkout-product-item:not(:last-child) {
  margin-bottom: 15px;
}
.widget-wrap-checkout .checkout-product-item .img-product {
  width: 64px;
  height: 64px;
  border: 1px solid var(--line);
  border-radius: 3px;
  position: relative;
}
.widget-wrap-checkout .checkout-product-item .img-product .quantity {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #666;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.widget-wrap-checkout .checkout-product-item .img-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.widget-wrap-checkout .checkout-product-item .content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-wrap-checkout .checkout-product-item .content .variant {
  font-size: 12px;
  line-height: 18px;
  color: var(--text);
}
.widget-wrap-checkout .coupon-box {
  display: flex;
  gap: 10px;
}
.widget-wrap-checkout .coupon-box .tf-btn {
  flex-shrink: 0;
}
.widget-wrap-checkout .wd-check-payment .fieldset-radio {
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget-wrap-checkout .wd-check-payment .fieldset-radio label {
  margin-top: 2px;
  font-weight: 400;
  color: var(--text);
}
.widget-wrap-checkout .wd-check-payment input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.widget-wrap-checkout .wd-check-payment input:checked ~ label {
  color: var(--main);
}
.widget-wrap-checkout .wd-check-payment .box-checkbox input {
  border-radius: 3px;
  width: 18px;
  height: 18px;
}

.hover-sw-nav .tf-sw-lookbook .nav-sw {
  top: 55%;
}
.hover-sw-nav .tf-sw-lookbook .nav-next-slider {
  left: 40px;
}
.hover-sw-nav .tf-sw-lookbook .nav-prev-slider {
  right: 40px;
}

.page-search-inner .tf-search-head {
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 77px;
}
.page-search-inner .tf-col-quicklink {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.page-search-inner .tf-col-quicklink .title {
  font-weight: 600;
  margin-right: 9px;
}
.page-search-inner .tf-search-content-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.pagination-wrap-spacing {
  margin-top: 57px;
}

.box-video-wrap video {
  max-height: 702px;
}

.tf-form-sneaker .flat-title .title {
  font-size: 18px;
  line-height: 21px;
}
.tf-form-sneaker .box-content {
  max-width: 650px;
  padding: 20px;
  margin: 0 auto;
}

.my-account-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 0;
}
.my-account-nav .my-account-nav-item {
  display: flex;
  width: 100%;
  border: 1px solid var(--line);
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
.my-account-nav .my-account-nav-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #db1215;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.my-account-nav .my-account-nav-item:hover, .my-account-nav .my-account-nav-item.active {
  background-color: var(--bg-11);
  color: var(--primary);
  border-color: transparent;
}

.account-order .wrap-account-order {
  overflow-x: auto;
}
.account-order .wrap-account-order::-webkit-scrollbar {
  height: 3px;
}
.account-order .wrap-account-order::-webkit-scrollbar-thumb {
  background: var(--bg-11);
  border-radius: 999px;
}
.account-order table {
  width: 100%;
  min-width: 700px;
}
.account-order table thead,
.account-order table td,
.account-order table th {
  padding: 15px 20px;
}
.account-order table thead tr {
  border: 1px solid var(--line);
  background-color: var(--bg-11);
}
.account-order table tbody {
  border: 1px solid var(--line);
  border-top: 0;
}
.account-order table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--line);
}

.list-account-address {
  display: grid;
  gap: 40px 30px;
}

.show-form-address,
.edit-form-address {
  display: none;
}

.widget-order-tab {
  margin-top: 30px;
}
.widget-order-tab.widget-tabs {
  border: none;
}
.widget-order-tab.widget-tabs .widget-menu-tab {
  margin: 0 !important;
  gap: 20px !important;
}
.widget-order-tab.widget-tabs .widget-menu-tab .item-title {
  padding: 5px 0px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-order-tab.widget-tabs .widget-menu-tab .item-title::after {
  left: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}
.widget-order-tab.widget-tabs .widget-menu-tab .item-title.active, .widget-order-tab.widget-tabs .widget-menu-tab .item-title:hover {
  color: var(--primary);
}
.widget-order-tab.widget-tabs .widget-menu-tab .item-title.active::after, .widget-order-tab.widget-tabs .widget-menu-tab .item-title:hover::after {
  background-color: var(--primary);
  width: 100%;
}
.widget-order-tab.widget-tabs .widget-content-tab .widget-content-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.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(--text-2);
}
.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(--text-2);
}
.widget-timeline .timeline > li .timeline-badge::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  background: var(--text-2);
}
.widget-timeline .timeline > li .timeline-badge.success {
  border-color: var(--success);
}
.widget-timeline .timeline > li .timeline-badge.success::after {
  background: var(--success);
}

.wrapper-invoice {
  background-color: var(--bg-11);
  display: flex;
  justify-content: center;
  align-items: center;
}

.invoice-section {
  padding: 120px 0px;
  width: 100%;
}

.invoice-section .top {
  text-align: right;
  margin-bottom: 36px;
}

.box-invoice {
  background: var(--white);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.box-invoice .header {
  padding: 133px 100px 122px;
  border-bottom: 1px solid var(--line);
}

.box-invoice .wrap-top {
  display: flex;
  margin-bottom: 56px;
  align-items: center;
  gap: 15px;
}

.box-invoice .box-left {
  width: 60%;
}

.box-invoice .wrap-top .box-right {
  width: 40%;
}

.box-invoice .wrap-top .title {
  font-size: 28px;
  line-height: 36.46px;
  color: var(--theme-color-dark);
  font-weight: 700;
  white-space: nowrap;
}

.box-invoice .wrap-top .price {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.box-invoice .wrap-date {
  display: flex;
  margin-bottom: 60px;
}

.box-invoice .wrap-date label {
  font-size: 15px;
  line-height: 28px;
  display: block;
}

.box-invoice .wrap-date .date {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.box-invoice .wrap-info {
  margin-bottom: 40px;
  display: flex;
}

.box-invoice .wrap-info .title {
  font-size: 20px;
  line-height: 26.04px;
  font-weight: 500;
  margin-bottom: 12px;
}

.box-invoice .wrap-info .sub {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.box-invoice .wrap-info .desc {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

.invoice-table {
  width: 100%;
}

.invoice-table thead {
  background-color: #f6f6f6;
}

.invoice-table .title th {
  padding: 20px 65px 20px 40px;
  color: var(--primary);
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  text-wrap: nowrap;
}

.invoice-table .title th:first-child {
  border-radius: 8px 0 0 8px;
  width: 40%;
}

.invoice-table .title th:last-child {
  border-radius: 0px 8px 8px 0px;
}

.invoice-table .content td {
  padding: 20px 65px 20px 40px;
  font-size: 15px;
  line-height: 28px;
  border-bottom: 1px solid rgb(225, 225, 225);
  text-wrap: nowrap;
}

.invoice-table .content .total {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.invoice-table .content:last-child td {
  border-bottom: none;
}

.box-invoice .footer {
  padding: 43px 30px;
}

.box-invoice .footer .box-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.box-invoice .footer .box-contact li {
  font-size: 15px;
  line-height: 28px;
}

.box-invoice .footer .box-contact li:first-child {
  color: var(--primary);
}

.page-404-wrap {
  padding: 75px 0 56px;
  text-align: center;
}
.page-404-wrap .image {
  margin-bottom: 35px;
}
.page-404-wrap .title {
  font-size: 24px;
  line-height: 29px;
}
.page-404-wrap p {
  margin-top: 14px;
  color: var(--text);
}
.page-404-wrap .tf-btn {
  margin-top: 16px;
}

.section-full-1 {
  margin-left: 15px;
  margin-right: 15px;
}

.section-cls-personalized-pod {
  position: relative;
  margin-top: 40px;
}
.section-cls-personalized-pod > img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 15.3738% 42.5225%;
  border-radius: 20px;
}
.section-cls-personalized-pod .tf-grid-layout-4 {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, 1fr);
}
.section-cls-personalized-pod .tf-grid-layout-4 .collection-item {
  height: 350px;
}
.section-cls-personalized-pod .tf-grid-layout-4 .collection-item .collection-inner {
  height: 100%;
  display: flex;
}

.widget-video {
  position: relative;
  overflow: hidden;
}
.widget-video .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px solid rgba(243, 243, 243, 0.6);
  font-size: 18px;
  color: var(--white);
}

.feature-electric-bike {
  position: relative;
}
.feature-electric-bike > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.padding-content {
  padding: 28px 15px;
}

/* sib-form */
.sib-form {
  padding: 0;
  font-family: "Albert Sans", sans-serif !important;
}

#sib-container {
  background-color: unset;
  padding: 0;
  display: block;
}

.sib-form .entry__field {
  background-color: unset;
  border: 0;
  box-shadow: none !important;
  margin: 0;
}

.sib-form .sib-form-container .input {
  border: 1px solid var(--line);
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 14.5px 18px;
  width: 100%;
  background: var(--white);
  color: var(--text-2);
  font-weight: 400;
  height: unset;
  box-sizing: border-box !important;
}

.sib-form .entry__specification,
.sib-form .entry__error,
.entry__specification,
.entry__label {
  margin: 0 !important;
}

.sib-form-block {
  padding: 0;
}

.sib-optin {
  display: none;
}

#sib-form {
  position: relative;
}

#error-message {
  color: #ff4949;
}

#success-message {
  color: var(--success);
}

.sib-form-message-panel {
  border: 0;
  padding: 0;
  margin: 0;
}
.sib-form-message-panel .sib-form-message-panel__text {
  justify-content: center;
  padding: 0;
}

.sib-form-block__button .clickable__icon {
  display: none;
}

.flat-subscrite-wrap .subscribe-content {
  align-items: start;
}
.flat-subscrite-wrap .subscribe-content .sib-form-block__button {
  height: 55px;
}

.page-wrap-icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.page-wrap-icon .item {
  min-width: 150px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.page-wrap-icon .box-icon {
  border-radius: 8px;
  color: var(--primary);
  font-size: 18px;
}

/*-------------- Responsive ----------------- */
/* Media Queries
-------------------------------------------------------------- */
@media (min-width: 576px) {
  .page-wrap-icon {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-product .description {
    display: block;
  }
  .card-product .countdown-box {
    bottom: 46px;
  }
  .card-product .btn-quick-add {
    height: 36px;
    line-height: 36px;
  }
  .card-product.style-4 .size-list {
    bottom: 36px;
  }
  .card-product.style-9 .card-product-info .box-icon {
    width: 36px;
    height: 36px;
  }
  .list-product-btn .box-icon {
    width: 36px;
    height: 36px;
  }
  .modal-newleter .modal-dialog {
    max-width: 625px;
  }
  .tf-img-with-text-2 .item-list-box {
    gap: 30px;
  }
  .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) {
  .page-wrap-icon {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout-3 .collection-item-v4 .collection-image {
    height: 530px;
  }
  .tf-countdown-v2.type-end .countdown__timer {
    justify-content: end;
  }
  .map-gaming-accessories iframe {
    height: 450px;
  }
  .padding-content {
    padding: 47.6px 30px;
  }
  .tf-grid-layout {
    gap: 30px;
  }
  .tf-grid-layout.md-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.md-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.md-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.md-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .section-full-1 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .section-cls-personalized-pod .tf-grid-layout-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .text-base {
    font-size: 16px !important;
    line-height: 19.2px !important;
  }
  .text-base2 {
    font-size: 16px !important;
    line-height: 25.6px !important;
  }
  .text-lg {
    font-size: 18px !important;
    line-height: 21.6px !important;
  }
  .text-lg2 {
    font-size: 18px !important;
    line-height: 28.8px !important;
  }
  .tf-countdown-v4 {
    padding: 8px 14px;
  }
  .banner-gr-item.type-1 .title {
    font-size: 32px;
    line-height: 38.4px;
  }
  .text-md-start {
    text-align: start !important;
  }
  .list-account-address {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-404-wrap {
    padding: 85px 0 64px;
  }
  .page-404-wrap .image {
    margin-bottom: 50px;
  }
  .page-404-wrap .title {
    font-size: 40px;
    line-height: 48px;
  }
  .page-404-wrap .tf-btn {
    margin-top: 22px;
  }
  .wd-form-address {
    padding: 10px 40px 20px;
  }
  .widget-tab-5 .nav-tab-item a {
    font-size: 16px;
    line-height: 19.2px;
  }
  .flat-title-tab {
    gap: 30px;
  }
  .collection-item-v4.st-lg .collection-content .heading {
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 14px;
  }
  .collection-item-circle.circle-line .collection-image {
    padding: 17px;
  }
  .flat-categories-bg {
    padding: 48px 30px;
  }
  .flat-categories-bg .collection-item-circle .collection-content .title {
    font-size: 20px;
    line-height: 24px;
  }
  .tf-countdown-v3 {
    padding: 8px 14px;
  }
  .tf-form-sneaker .flat-title .title {
    font-size: 28px;
    line-height: 33px;
  }
  .tf-form-sneaker .box-content {
    padding: 50px 140px;
    max-width: 750px;
  }
  .tf-form-sneaker form .tf-btn {
    border-radius: 3px;
  }
  .tf-grid-layout .collection-item-centered .tf-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flat-wrap-iconbox-v2 {
    padding: 83px 15px;
  }
  .tf-icon-box-v3 .title {
    font-size: 28px;
    line-height: 33.6px;
  }
  .pagination-wrap-spacing {
    margin-top: 76px;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .masonry-layout-v5 {
    grid-template-columns: repeat(10, 1fr);
  }
  .masonry-layout-v5 .tf-gallery-image {
    grid-area: span 1/span 2;
  }
  .masonry-layout-v5 .tf-gallery-image.item-1 {
    grid-area: span 2/span 4;
  }
  .flat-thumbs-testimonial-v2 {
    padding: 85px 110px;
  }
  .tf-icon-box-v2 {
    flex-direction: row;
  }
  .tf-icon-box-v2 .icon {
    font-size: 30px;
  }
  .flat-testimonial-bg {
    padding: 85px 0px 60px;
  }
  .tf-slideshow .card-box-2 .title {
    font-size: 20px;
    line-height: 24px;
  }
  .tf-slideshow .card-box-2 .price {
    margin-bottom: 30px;
  }
  .img-text-3 .tf-content-wrap {
    padding: 20px 20px 20px 20px;
  }
  .banner-parallax {
    height: 780px;
  }
  .slider-home-decor .reverse .img-slider {
    margin-left: unset;
  }
  .slider-home-decor .reverse .content-left {
    left: 50%;
  }
  .slider-home-decor .content-left .box-content {
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tf-compare-col {
    min-width: 300px;
  }
  .form-register-wrap {
    width: 551px;
    margin: 0 auto;
  }
  .tf-timeline-content {
    text-align: right;
    width: 50%;
  }
  .tf-timeline-image {
    width: 50%;
  }
  .tf-timeline-inner {
    gap: 100px;
    flex-direction: row;
  }
  .tf-timeline-inner::after, .tf-timeline-inner::before {
    position: absolute;
    content: "";
    width: 20px;
    background-color: var(--line);
    height: 1px;
    z-index: 3;
    top: calc(50% + 5px);
  }
  .tf-timeline-inner::before {
    left: calc(50% + 20px);
    transform: translate(-50%);
  }
  .tf-timeline-inner::after {
    right: calc(50% + 20px);
    transform: translate(50%);
  }
  .tf-timeline-inner.tf-timeline-content-end {
    flex-direction: row-reverse;
  }
  .tf-timeline-inner.tf-timeline-content-end .tf-timeline-content {
    text-align: left;
  }
  .tf-timeline-item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
  }
  .tf-store-item {
    padding: 18px 17px 20px;
  }
  .tf-ourstore-content {
    padding-left: 40px;
    padding-right: 20px;
  }
  .tf-accordion-wrap > .content {
    width: 58.33333333%;
  }
  .tf-accordion-wrap .box {
    width: 41.66666667%;
  }
  .tf-content-left.has-mt {
    margin-top: 40px;
  }
  .tf-filter-item {
    padding: 25px 30px;
  }
  .tf-brands-source-linklist {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .tf-brands-source-linklist.style-row .tf-content-brands {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-brands-source-linklist.style-row .tf-item-inner {
    gap: 20px;
  }
  .tf-brands-filter {
    padding-bottom: 47px;
  }
  .tf-brands-filter .tf-tab-link_all {
    padding: 8px 20px;
  }
  .tf-breadcrumb-wrap {
    padding: 25.5px 0;
  }
  .tf-breadcrumb-wrap .tf-breadcrumb-list .icon {
    margin: 0 10px;
  }
  .tf-slideshow .banner-wrapper .description {
    font-size: 20px;
    line-height: 24px;
  }
  .logo-header img {
    width: 70%;
  }
  .canvas-mb {
    width: 100% !important;
    max-width: 367px;
  }
  .container-full,
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sw-wrapper-right {
    margin-right: -30px;
  }
  .slider-giftcard .wrap-slider {
    height: 700px;
  }
  .slider-collection .collection-item .collection-title {
    line-height: 54px;
    height: 54px;
    min-width: 100px;
    font-size: 20px;
  }
  .slider-collection .collection-item .collection-title .icon {
    display: block;
  }
  .slider-collection .collection-item .collection-image {
    border-radius: 3px;
  }
  .tf-hero-image-liquid .box-content .tf-btn {
    margin-top: 36px;
  }
  .hover-sw-nav .sw-dots {
    margin-top: 30px;
  }
  .slideshow-effect-zoom {
    padding-top: 62px;
    padding-bottom: 85px;
  }
  .card-product .card-product-info {
    padding-top: 15px;
    gap: 10px;
  }
  .card-product.list-layout {
    gap: 30px;
  }
  .card-product.list-layout:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .card-product.list-layout .countdown-box {
    bottom: 56px;
  }
  .card-product .countdown-box {
    max-width: 212px;
    bottom: 86px;
  }
  .card-product .card-product-wrapper .list-product-btn {
    bottom: 40px;
  }
  .card-product .card-product-wrapper .list-product-btn.absolute-2 {
    bottom: 10px;
  }
  .card-product .card-product-wrapper .list-product-btn.absolute-3 {
    bottom: 43px;
  }
  .card-product .card-product-wrapper .column-left {
    left: 10px;
    top: 10px;
  }
  .card-product .card-product-wrapper .column-right {
    right: 10px;
    top: 10px;
  }
  .card-product .card-product-wrapper .sold-out {
    height: 83px;
    width: 83px;
    padding: 0 10px;
  }
  .card-product .card-product-wrapper .sold-out span {
    font-size: 14px;
    line-height: 22px;
  }
  .card-product .card-product-wrapper .on-sale-wrap {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    padding: 0 10px;
    min-width: 59px;
    font-size: 14px;
    line-height: 29px;
  }
  .card-product.style-7 .card-product-info {
    padding-top: 10px;
  }
  .card-product.style-8 {
    padding: 10px 10px 30px;
  }
  .card-product.type-1 {
    padding: 10px 10px 30px;
  }
  .wrapper-shop .card-product {
    margin-bottom: 30px;
  }
  .tf-btn-filter {
    padding: 8px 12px;
  }
  .canvas-filter {
    max-width: 410px;
  }
  .canvas-filter .canvas-body {
    padding: 32px 36px;
  }
  .widget-facet .facet-title {
    font-size: 20px;
    line-height: 30px;
  }
  .featured-product-item .card-product-info {
    gap: 10px;
  }
  .canvas-sidebar .canvas-header {
    padding: 0 20px;
  }
  .canvas-sidebar .canvas-body {
    padding: 30px;
  }
  .canvas-sidebar-blog .canvas-header .title {
    font-size: 20px;
    line-height: 24px;
  }
  .canvas-sidebar-blog .canvas-body {
    padding: 20px;
  }
  .tf-pagination-wrap {
    padding-top: 60px;
  }
  .collection-item .collection-title {
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
  }
  .collection-item .collection-content {
    bottom: 30px;
  }
  .collection-item.style-2 .collection-content {
    bottom: 25px;
  }
  .collection-item.style-left .collection-content {
    bottom: 30px;
    left: 15px;
  }
  .collection-item-v2 .collection-content .heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .collection-item-v2 .collection-content .subheading {
    margin-bottom: 10px;
  }
  .collection-item-v3 .collection-image .box-icon {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .collection-item-v3 .collection-content {
    margin-top: 20px;
  }
  .collection-item-v3 .collection-content .title {
    font-size: 18px;
    line-height: 21.6px;
  }
  .collection-item-v4 .collection-content .tf-btn {
    margin-top: 22px;
  }
  .collection-item-v4 .collection-content .subheading {
    margin-bottom: 8px;
  }
  .collection-item-v4 .collection-content .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .collection-item-v5 .collection-content {
    left: 25px;
    bottom: 25px;
  }
  .collection-item-v5 .collection-content .collection-title {
    padding: 12px 14px;
    font-size: 18px;
    line-height: 21.6px;
  }
  .collection-item-circle .collection-content {
    margin-top: 30px;
  }
  .collection-item-circle .collection-content .title {
    font-size: 18px;
    line-height: 21.6px;
  }
  .tf-marquee {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .tf-marquee .wrap-marquee {
    -webkit-animation: slide-har 10s linear infinite;
    animation: slide-har 10s linear infinite;
  }
  .tf-marquee .marquee-item .text {
    font-size: 24px;
    line-height: 28.8px;
  }
  .tf-marquee.marquee-sm {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .tf-marquee.marquee-sm .marquee-item {
    gap: 25px;
  }
  .tf-marquee.marquee-lg p {
    font-size: 60px;
    line-height: 76px;
  }
  .flat-title {
    margin-bottom: 50px;
  }
  .flat-title .title {
    font-size: 32px;
    line-height: 38.4px;
  }
  .flat-title .sub-title {
    font-size: 16px;
    line-height: 22px;
  }
  .flat-title.title-upper .title {
    font-size: 28px;
    line-height: 33.6px;
  }
  .tf-loading-default.style-2 {
    height: 46px;
    min-width: 130px;
  }
  .flat-seller .grid-layout {
    row-gap: 50px;
  }
  .testimonial-item .text {
    font-size: 18px;
    line-height: 28.8px;
  }
  .testimonial-item.style-column {
    padding: 44px 36px 24px;
  }
  .testimonial-item.style-column .text {
    margin-bottom: 26px;
  }
  .testimonial-item.style-column .author {
    margin-bottom: 34px;
  }
  .testimonial-item.style-column .rating {
    margin-bottom: 16px;
  }
  .testimonial-item.style-column.style-2 {
    padding: 36px 32px;
  }
  .testimonial-item.style-column.style-2 .text {
    margin-bottom: 20px;
  }
  .flat-iconbox .wrap-iconbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .flat-iconbox-v2 .wrap-iconbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .flat-iconbox-v2 .wrap-iconbox .swiper-slide:last-child {
    grid-column: 1/3;
  }
  .flat-iconbox-v2 .tf-icon-box {
    max-width: 450px;
    margin: auto;
    width: 100%;
  }
  .flat-iconbox-v2 .tf-icon-box .icon {
    margin-bottom: 28px;
  }
  .flat-iconbox-v2 .tf-icon-box .icon.lg i {
    font-size: 60px !important;
  }
  .flat-iconbox-v2.style-2 .tf-icon-box .icon i {
    font-size: 40px;
  }
  .flat-iconbox-v3 .wrap-iconbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .flat-iconbox-v3 .wrap-iconbox .swiper-slide:last-child {
    grid-column: 1/3;
  }
  .flat-iconbox-v3 .tf-icon-box .icon {
    width: 60px;
    height: 60px;
  }
  .flat-iconbox-v3 .tf-icon-box .icon.w-74 {
    width: 74px;
    height: 74px;
  }
  .flat-iconbox-v3 .tf-icon-box .content .title {
    font-size: 28px;
    line-height: 34px;
  }
  .wrap-iconbox.lg .tf-icon-box-v3,
  .wrap-iconbox.lg .tf-icon-box {
    max-width: 450px;
    margin: auto;
    width: 100%;
  }
  .wrap-mobile .grid-mobile-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .flat-price .wrap-price {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .tf-icon-box.style-lg .icon img {
    width: 58px;
    height: 58px;
  }
  .tf-icon-box.style-lg .content .title {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 14px;
  }
  .tf-icon-box.style-lg .content p {
    font-size: 16px;
    line-height: 25.6px;
  }
  .masonry-layout {
    display: grid;
    grid-template-areas: "item1 item2 item4" "item1 item3 item4";
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .masonry-layout .item-1 {
    grid-area: item1;
  }
  .masonry-layout .item-2 {
    grid-area: item2;
  }
  .masonry-layout .item-3 {
    grid-area: item3;
  }
  .masonry-layout .item-4 {
    grid-area: item4;
  }
  .masonry-layout .collection-item .img-style {
    height: 100%;
  }
  .masonry-layout.style-2 {
    grid-template-areas: "item1 item2" "item3 item4";
    grid-template-columns: 1fr 1fr;
  }
  .masonry-layout.style-2 .collection-image {
    height: 390px;
  }
  .tf-img-with-text .tf-image-wrap {
    order: 1;
  }
  .tf-content-wrap {
    padding: 20px;
  }
  .tf-content-wrap .description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 25.6px;
  }
  .tf-content-wrap .tf-btn {
    margin-top: 24px;
  }
  .tf-content-wrap .heading {
    font-size: 40px;
    line-height: 48px;
  }
  .tf-content-wrap .count-down .tf-countdown-v2 .countdown__timer {
    justify-content: flex-start;
  }
  .tf-content-wrap-v2 .description {
    font-size: 20px;
    line-height: 24px;
  }
  .widget-tab-2 {
    gap: 20px;
  }
  .widget-card-store .description {
    margin-bottom: 20px;
  }
  .widget-card-store .description p:not(:last-child) {
    margin-bottom: 22px;
  }
  .widget-card-store .store-item-info {
    padding-left: 32px;
  }
  .widget-card-store.type-3 .store-heading {
    margin-bottom: 18px;
  }
  .widget-card-store.type-3 .description {
    margin-bottom: 34px;
  }
  .widget-card-store.type-4 .store-heading {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 39px;
  }
  .widget-card-store.type-4 .description {
    margin-bottom: 30px;
  }
  .tf-countdown-v2 {
    justify-content: flex-end;
  }
  .tf-countdown-v2 .countdown__item {
    min-height: 60px;
    min-width: 70px;
  }
  .tf-countdown-v2 .countdown__label {
    font-size: 16px;
    line-height: 25.6px;
  }
  .tf-countdown-v2 .countdown__value {
    font-size: 26px;
    line-height: 31.2px;
  }
  .tf-countdown-v2.justify-content-end .countdown__timer {
    justify-content: end;
  }
  .flat-wrap-countdown .tf-content-wrap-v2 {
    text-align: left;
  }
  .flat-testimonial-v2 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .testimonial-item.lg .icon {
    font-size: 34px;
  }
  .flat-lookbook-v2 {
    flex-direction: row;
    gap: 30px;
  }
  .flat-lookbook-v2 .col-left,
  .flat-lookbook-v2 .col-right {
    width: 50%;
  }
  .flat-lookbook-v2 .col-right {
    padding: 0 60px;
  }
  .flat-lookbook-v2 .col-right .nav-next-slider {
    left: -50px;
  }
  .flat-lookbook-v2 .col-right .nav-prev-slider {
    right: -50px;
  }
  .flat-title-lookbook {
    margin-bottom: 30px;
  }
  .flat-title-lookbook .heading {
    font-size: 40px;
    line-height: 48px;
  }
  .flat-location .banner-map {
    height: 450px;
  }
  .flat-location .content {
    max-width: 350px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    text-align: start;
  }
  .flat-location .content .heading {
    font-size: 28px;
    line-height: 33.6px;
  }
  .flat-location .content .tf-btn {
    margin-top: 30px;
  }
  .flat-location .content .subtext {
    margin-top: 22px;
  }
  .flat-location.style-right .content {
    border-radius: 20px;
    left: unset;
    right: 7%;
  }
  .tf-grid-layout-v2 {
    gap: 30px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .tf-grid-layout-v2 .widget-tab-4 {
    grid-column: span 4;
  }
  .tf-grid-layout-v2 .tab-content {
    grid-column: span 8;
  }
  .widget-tab-4 {
    flex-direction: column;
    padding-top: 27px;
    padding-bottom: 27px;
    gap: 0;
  }
  .widget-tab-4 .nav-tab-item:not(:last-child) .nav-tab-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .widget-tab-4 .nav-tab-item .nav-tab-link {
    justify-content: space-between;
    padding: 10px 0px;
  }
  .widget-tab-4 .nav-tab-item .nav-tab-link .text {
    font-size: 22px;
    line-height: 26.4px;
  }
  .widget-tab-4 .nav-tab-item .nav-tab-link .count {
    font-size: 14px;
  }
  .widget-tab-4 .nav-tab-item .nav-tab-link.active {
    border-color: var(--main);
  }
  .collection-item-v4.style-2 .collection-content {
    bottom: 7%;
    left: 8%;
    right: 8%;
    top: unset;
    transform: unset;
    text-align: start;
  }
  .collection-item-v4.style-2 .collection-content .heading {
    font-size: 32px;
    line-height: 38.4px;
  }
  .collection-item-v4.style-2 .collection-content .subtext {
    margin-top: 14px;
  }
  .canvas-mb .mb-canvas-content {
    min-width: 367px;
  }
  .tf-marquee.marquee-lg {
    padding: 85px;
  }
  .sw-pagination-wrapper .box-sw-navigation {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sw-pagination-wrapper .box-sw-navigation .sw-dots {
    margin-top: 10px;
  }
  .tf-img-with-text.style-3 {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    overflow: hidden;
  }
  .widget-card-store.type-1 .store-item-info {
    padding: 30px;
  }
  .widget-card-store.type-1 .store-heading {
    font-size: 40px;
    line-height: 48px;
  }
  .widget-card-store.type-3 .store-heading {
    font-size: 40px;
    line-height: 48px;
  }
  .blog-detail .blog-detail-main .tf-article-navigation .icon {
    width: 30px;
    height: 30px;
  }
  .blog-detail .blog-detail-main .tf-article-navigation .item {
    gap: 30px;
  }
  .blog-detail-main .tf-article-navigation h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .box-nav-pagination {
    padding: 12px;
    min-width: 94px;
  }
  .box-nav-pagination .dots-default {
    gap: 8px;
  }
  .dots-default .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .masonry-layout-v3 {
    grid-template-areas: "item1 item2" "item3 item4";
  }
  .masonry-layout-v3 .item-1 {
    grid-area: item1;
  }
  .masonry-layout-v3 .item-2 {
    grid-area: item2;
  }
  .masonry-layout-v3 .item-3 {
    grid-area: item3;
  }
  .masonry-layout-v3 .item-4 {
    grid-area: item4;
  }
  .banner-hero-collection-wrap .img-wrap {
    height: 780px;
  }
  .banner-hero-collection-wrap .card-box {
    padding: 40px 20px;
  }
  .banner-hero-collection-wrap .card-box .heading {
    font-size: 40px;
    line-height: 48px;
  }
  .banner-hero-collection-wrap .card-box .text {
    margin-top: 25px;
  }
  .banner-hero-collection-wrap .card-box .tf-btn {
    margin-top: 35px;
  }
  .card-product.lg .tf-countdown-v2 .countdown__item .countdown__value {
    font-size: 20px;
  }
  .card-product.style-10 {
    padding: 15px;
  }
  .card-product.style-10 .btn-add-cart {
    height: 36px;
    line-height: 36px;
  }
  .count-down .tf-countdown-v2 .countdown__item {
    min-width: 60px;
    min-height: 70px;
    padding: 6px 10px;
  }
  .count-down .tf-countdown-v2 .countdown__item .countdown__value {
    font-size: 30px;
    line-height: 36px;
  }
  .tf-marquee.style-2 .marquee-item {
    gap: 44.2px;
  }
  .tf-marquee.marquee-md {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .tf-flash-sale {
    padding: 95px 20px 20px;
  }
  .tf-flash-sale .heading-flash-sale {
    font-size: 32px;
    line-height: 38.4px;
  }
  .masonry-layout-v4 {
    grid-template-areas: "item1 item2" "item1 item3";
    gap: 30px;
  }
  .masonry-layout-v4 .item-1 {
    grid-area: item1;
  }
  .masonry-layout-v4 .item-2 {
    grid-area: item2;
  }
  .masonry-layout-v4 .item-3 {
    grid-area: item3;
  }
  .masonry-layout-v4.type-1 {
    grid-template-areas: "item1 item1" "item1 item1" "item2 item3";
    grid-template-columns: repeat(2, 1fr);
  }
  .masonry-layout-v4.type-1 .item-2,
  .masonry-layout-v4.type-1 .item-3 {
    height: 227px;
  }
  .masonry-layout-v6 {
    grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4";
    gap: 30px;
  }
  .grid-3-layout-md {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .collection-line-upper .collection-content .collection-title {
    padding: 12px 24px;
  }
  .collection-line-upper .collection-content .heading {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 17px;
  }
  .tf-marquee.type-md .marquee-item .text {
    font-size: 20px;
    line-height: 24px;
  }
  .tf-marquee.marquee-lg.space-1 {
    padding: 60px 0px;
  }
  .flat-wrap-tes-text {
    margin-bottom: 30px;
  }
  .testimonial-ver-text {
    gap: 10px;
  }
  .testimonial-ver-text .heading {
    margin-bottom: 30px;
  }
  .testimonial-ver-text .content {
    font-size: 20px;
    line-height: 32px;
  }
  .tf-thumb-tes .thumb-tes-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slideshow-tee .wrap-slider .box-content .heading {
    font-size: 44px;
    line-height: 52.8px;
  }
  .slideshow-tee.tf-slideshow .wrap-slider {
    height: 840px;
  }
  .flat-testimonial-bg-v2 {
    padding: 90px 0px;
  }
  .flat-testimonial-bg-v2 .wrap-content-left .rating {
    margin-bottom: 14px;
  }
  .flat-testimonial-bg-v2 .wrap-content-right {
    margin-top: 30px;
  }
  .tf-img-with-text-2 .tf-content-wrap {
    padding: 20px;
  }
  .tf-img-with-text-2 .tf-content-wrap p {
    font-size: 16px;
    line-height: 22.4px;
  }
  .tf-img-with-text-2 .item-list-box .content {
    gap: 18px;
  }
  .tf-product-buyx-gety .buyx-gety-heading .title {
    margin: 0 30px;
  }
  .tf-product-buyx-gety .buyx-gety-heading::after, .tf-product-buyx-gety .buyx-gety-heading::before {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.lg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.lg-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.lg-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.lg-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
/*  .tf-slideshow .wrap-pagination {
    bottom: 40px;
  }*/
  .slider-parallax {
    background-attachment: fixed;
  }
  .row-brand {
    gap: 30px;
  }
  .wd-form-order {
    padding: 30px;
  }
  .list-product-btn .box-icon {
    width: 40px;
    height: 40px;
  }
  .card-product .countdown-box {
    bottom: 90px;
  }
  .card-product:where(.style-2, .style-3) .countdown-box {
    bottom: 100px;
  }
  .card-product.list-layout .countdown-box {
    bottom: 60px;
  }
  .card-product .card-product-wrapper .list-product-btn.absolute-3 {
    bottom: 50px;
  }
  .card-product .btn-quick-add {
    height: 40px;
    line-height: 40px;
  }
  .card-product.style-4 .size-list {
    bottom: 40px;
  }
  .card-product.style-height .card-product-wrapper img {
    min-height: 430px;
  }
  .card-product.style-9 .card-product-info .box-icon {
    width: 40px;
    height: 40px;
  }
  .size-list {
    height: 30px;
    gap: 15px;
  }
  .size-list.style-2 {
    height: 40px;
    gap: 6px;
  }
  .size-list.style-2 span {
    height: 30px;
    min-width: 35px;
  }
  .modal-newleter .modal-content .modal-bottom {
    padding: 39px 37px 30px;
  }
  .modal-newleter .modal-content .modal-bottom h6 {
    padding: 0px 40px;
  }
  .collection-item-v2.type-small .collection-content {
    inset: 27px;
  }
  .form-checkout .box:not(:last-child) {
    margin-bottom: 30px;
  }
  .form-checkout .grid-2 {
    gap: 30px;
  }
  .slideshow-tee .wrap-slider .box-content p {
    font-size: 44px;
    line-height: 52.8px;
  }
}
@media (min-width: 1025px) {
  .page-404-wrap .title {
    font-size: 52px;
    line-height: 62px;
  }
  .page-404-wrap .tf-btn {
    margin-top: 22px;
  }
  .collection-item-v4.st-lg .collection-content .heading {
    font-size: 42px;
    line-height: 50.4px;
    margin-bottom: 18px;
  }
  .testimonial-ver-text .heading {
    margin-bottom: 40px;
  }
  .widget-card-store.type-2 .store-heading {
    font-size: 32px;
    line-height: 38.4px;
  }
  .tf-sticky-btn-atc .tf-sticky-atc-img {
    width: 80px;
    height: 80px;
  }
  .flat-title-lookbook .heading {
    font-size: 52px;
    line-height: 62.4px;
  }
  .flat-location .content {
    padding: 40px;
    padding-bottom: 48px;
  }
  .collection-item-v4.style-2 .collection-content .heading {
    font-size: 42px;
    line-height: 50.4px;
  }
  .collection-item-v4.style-2 .collection-content .heading.fs-52 {
    font-size: 52px;
    line-height: 62px;
  }
  .banner-hero-collection-wrap .card-box .heading {
    font-size: 52px;
    line-height: 62.4px;
  }
  .tf-flash-sale .heading-flash-sale {
    font-size: 42px;
    line-height: 50.4px;
  }
  .tf-marquee.marquee-md p {
    font-size: 68px;
    line-height: 81.6px;
  }
  .slideshow-tee .wrap-slider .box-content .heading {
    font-size: 80px;
    line-height: 96px;
  }
  .slideshow-tee .wrap-slider .box-content p {
    font-size: 80px;
    line-height: 96px;
  }
  .card-product.style-10 .card-product-info .btn-add-cart {
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1150px) {
  .page-wrap-icon {
    grid-template-columns: repeat(6, 1fr);
  }
  .sidebar-filter .canvas-body {
    padding: 0;
  }
  .map-gaming-accessories iframe {
    height: 600px;
  }
  .padding-content {
    padding: 56px 95px;
  }
  .masonry-layout-v4.type-1 {
    grid-template-areas: "item1 item1 item2" "item1 item1 item3";
    grid-template-columns: repeat(3, 1fr);
  }
  .masonry-layout-v4.type-1 .item-1 .collection-item-v4 {
    height: 850px;
  }
  .masonry-layout-v4.type-1 .item-2,
  .masonry-layout-v4.type-1 .item-3 {
    height: 410px;
  }
  /*.tf-slideshow .wrap-pagination {
    bottom: 90px;
  }
  .tf-slideshow .wrap-pagination.pos2 {
    bottom: 40px;
  }*/
  .slider-parallax {
    min-height: 100vh;
  }
  .slider-parallax .desc {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 24px;
  }
  .banner-parallax {
    background-attachment: fixed;
  }
  .section-full-1 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .section-cls-personalized-pod .tf-grid-layout-4 {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
  .section-cls-personalized-pod .tf-grid-layout-4 .collection-item {
    height: 400px;
  }
  .banner-gr-item.type-1 .img-style {
    margin-bottom: 30px;
  }
  .banner-gr-item.type-1 .title {
    font-size: 42px;
    line-height: 50.4px;
    margin-bottom: 14px;
  }
  .banner-gr-item.type-1 .desc {
    margin-bottom: 28px;
  }
  .form-newsletter-1 .subscribe-wrap input,
  .form-newsletter-1 .subscribe-wrap button {
    height: 48px;
  }
  .form-newsletter-1 .subscribe-wrap button {
    padding: 0 24px;
  }
  .wrap-lookbook-hover .bundle-pin-item {
    cursor: pointer;
  }
  .wrap-lookbook-hover .bundle-hover-item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .wrap-lookbook-hover .bundle-hover-item.no-hover {
    opacity: 0.3;
  }
  .page-404-wrap {
    padding: 100px 0 75px;
  }
  .page-404-wrap .image {
    margin-bottom: 72px;
  }
  .page-404-wrap .tf-btn {
    margin-top: 38px;
  }
  .grid-2-lg {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .img-text-3.img-text-3-style-2 .tf-image {
    padding: 50px 0px;
  }
  .img-text-3.img-text-3-style-2 .subheading {
    font-size: 18px;
  }
  .img-text-3.img-text-3-style-2 .heading {
    font-size: 46px;
    line-height: 55.2px;
  }
  .slider-baby .wrap-slider .subheading {
    font-size: 30px;
    line-height: 36px;
  }
  .slider-baby .wrap-slider .heading {
    margin-bottom: 38px;
  }
  .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);
  }
  #header .nav-icon .cart-lg {
    padding-left: 15px;
    border-left: 1px solid var(--line);
  }
  .collection-item-v4.st-lg .collection-content .subtext {
    font-size: 20px;
    line-height: 24px;
  }
  .collection-item-v6 .collection-content {
    padding: 24px 20px 26px;
  }
  .collection-item-v6 .collection-content .heading {
    font-size: 28px;
    line-height: 33.6px;
  }
  .collection-item-v6 .collection-content .subheading {
    font-size: 20px;
    line-height: 24px;
  }
  .collection-item-circle.has-bg {
    padding: 20px 0px;
  }
  .flat-categories-bg {
    padding: 56px 50px;
  }
  .tf-countdown-v3 {
    padding: 10px 16px;
  }
  .tf-form-sneaker .box-content {
    max-width: 950px;
    padding: 81px 182px 89px 231px;
    z-index: 10;
  }
  .tf-grid-layout .collection-item-centered .tf-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .flat-wrap-iconbox-v2 {
    padding: 98px 15px;
  }
  .tf-icon-box-v3 .title {
    font-size: 42px;
    line-height: 50.4px;
  }
  .tf-icon-box-v3 .desc {
    font-size: 18px;
    line-height: 28.8px;
  }
  .flat-testimonial-bg-v2 {
    padding: 106px 0px;
  }
  .flat-testimonial-bg-v2 .wrap-content-right {
    margin-top: 0px;
  }
  .testimonial-item.style-column.style-2 .text {
    margin-bottom: 70px;
  }
  .slideshow-tee .wrap-slider .box-content .heading {
    font-size: 150px;
    line-height: 180px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .flat-wrap-tes-text {
    margin-bottom: 88px;
  }
  .testimonial-ver-text .content {
    font-size: 28px;
    line-height: 44.8px;
  }
  .tf-thumb-tes .thumb-tes-item {
    padding-left: 42px;
    padding-right: 42px;
  }
  .tf-thumb-tes .thumb-tes-item img {
    max-width: 157px;
  }
  .testimonial-item.style-row {
    padding-right: 40px;
  }
  .testimonial-item.style-row .rating {
    margin-bottom: 18px;
  }
  .testimonial-item.style-row .text {
    margin-bottom: 38px;
  }
  .lookbook-sw .navigation-sw-dot {
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .lookbook-sw .navigation-sw-dot span {
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .lookbook-sw .navigation-sw-dot:hover {
    width: 32px;
    height: 32px;
  }
  .lookbook-sw .navigation-sw-dot:hover span {
    width: 12px;
    height: 12px;
  }
  .flat-activewear-lookbook .inner-sw-lookbook .tf-btn {
    padding: 0 94px;
  }
  .flat-thumbs-testimonial-v2 .box-left .text {
    font-size: 28px;
    line-height: 44.8px;
  }
  .col-xl-8 .flat-accordion .flat-toggle .toggle-title {
    font-size: 18px;
    line-height: 21.6px;
  }
  .widget-card-store.type-2 .store-heading {
    font-size: 42px;
    line-height: 50.4px;
  }
  .widget-card-store.type-3 .store-heading {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 62px;
  }
  .widget-card-store.type-3 .description {
    margin-bottom: 24px;
  }
  .widget-card-store.type-4 .store-heading {
    margin-bottom: 26px;
    font-size: 42px;
    line-height: 50px;
  }
  .widget-card-store.type-4 .description {
    margin-bottom: 30px;
  }
  .flat-testimonial-bg {
    padding: 100px 0px 68px;
  }
  .img-text-3 .tf-content-wrap {
    padding: 20px 20px 20px 90px;
  }
  .sw-pagination-wrapper .box-sw-navigation .sw-dots {
    margin-top: 15px;
  }
  .collection-item-circle .tf-shopall-icon .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .collection-item-circle .tf-shopall-icon:hover {
    border-color: var(--primary);
  }
  .collection-item-circle .tf-shopall-icon:hover .icon {
    color: var(--primary);
  }
  .tf-compare-field,
  .tf-compare-value {
    padding: 16px 34px;
  }
  .tf-compare-item {
    padding: 16px 34px;
  }
  .tf-compare-item .tf-compare-group-btns a span {
    display: block;
  }
  .tf-compare-col {
    min-width: 360px;
  }
  .tf-login-wrap .tf-login-content,
  .tf-login-wrap .tf-login-form {
    width: 551px;
    margin: 0 auto;
  }
  .tf-login-wrap form button {
    max-width: 270px;
  }
  .tf-timeline-inner {
    gap: 190px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .tf-timeline-inner::before, .tf-timeline-inner::after {
    width: 40px;
  }
  .tf-timeline-inner::before {
    left: calc(50% + 35px);
  }
  .tf-timeline-inner::after {
    right: calc(50% + 35px);
  }
  .tf-store-item {
    padding: 28px 27px 30px;
  }
  .tf-ourstore-content {
    padding-left: 93px;
  }
  .tf-ourstore-content.pl-124 {
    padding-left: 124px;
  }
  .tf-accordion-wrap > .content {
    width: 58.33333333%;
  }
  .tf-accordion-wrap .box {
    width: 33.33%;
  }
  .form-contact.mw-705 {
    max-width: 705px;
  }
  .tf-content-left {
    margin-left: 122px;
  }
  .tf-content-left.has-mt {
    margin-top: 72px;
  }
  .tf-content-right {
    margin-right: 122px;
  }
  .tf-brands-source-linklist {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-brands-source-linklist.style-row .tf-content-brands {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-pickup-availability-list {
    gap: 42px;
  }
  .tf-breadcrumb-wrap {
    padding: 15px 0;
  }
  .tf-categories-wrap {
    justify-content: center;
  }
  .tf-categories-wrap .tf-categories-container {
    overflow-x: auto;
  }
  .animate-hover-btn:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
  }
  .lg-px_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sw-wrapper-right {
    margin-right: -40px;
  }
  .tf-md-hidden {
    display: block;
  }
  .tf-lg-hidden {
    display: none;
  }
  .header-default .wrapper-header {
    min-height: 94px;
  }
  .header-style-2 .wrapper-header {
    min-height: 68px;
  }
  .header-style-3 .wrapper-header {
    min-height: 86px;
  }
  .header-style-4 .wrapper-header {
    min-height: 103px;
  }
  .header-absolute {
    margin-bottom: -94px;
  }
  .tf-slideshow .banner-wrapper .tf-btn {
    margin-top: 40px;
  }
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-full {
    padding-left: 40px;
    padding-right: 40px;
  }
  .slider-collection .collection-item .collection-title {
    line-height: 64px;
    height: 64px;
    min-width: 297px;
  }
  .card-product.type-line-padding {
    padding: 40px 30px;
  }
  .card-product .card-product-info {
    padding-top: 20px;
    gap: 12px;
  }
  .card-product .card-product-info .price-primary {
    font-size: 20px;
    line-height: 20px;
    color: var(--red_1);
    font-weight: 600;
  }
  .card-product.list-layout .countdown-box,
  .card-product .countdown-box {
    bottom: 20px;
    padding: 10px;
    max-height: 42px;
  }
  .card-product .size-list {
    height: 33px;
  }
  .card-product .btn-quick-add {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    height: 42px;
    line-height: 42px;
  }
  .card-product .btn-quick-add:hover {
    background-color: var(--white);
    color: var(--main);
  }
  .card-product:not(.list-layout) .box-icon {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
  .card-product:not(.list-layout) .box-icon:nth-child(1) {
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  }
  .card-product:not(.list-layout) .box-icon:nth-child(2) {
    transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0s;
  }
  .card-product:not(.list-layout) .box-icon:nth-child(3) {
    transition: transform 0.4s ease 0.3s, opacity 0.4s ease 0s;
  }
  .card-product:not(.list-layout) .box-icon:nth-child(4) {
    transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0s;
  }
  .card-product:not(.list-layout) .size-list {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  .card-product .card-product-wrapper .list-product-btn.absolute-2 {
    bottom: 20px;
  }
  .card-product .card-product-wrapper .list-product-btn.absolute-3 {
    bottom: 52px;
  }
  .card-product .card-product-wrapper .column-left .box-icon {
    transform: translate(-20px);
  }
  .card-product .card-product-wrapper .column-right .box-icon {
    transform: translate(20px);
  }
  .card-product .card-product-wrapper .sold-out {
    height: 93px;
    width: 93px;
  }
  .card-product .card-product-wrapper .on-sale-wrap {
    top: 15px;
    left: 15px;
    right: 15px;
  }
  .card-product.style-4 .column-right .box-icon {
    transform: translateY(20px);
  }
  .card-product.style-4 .size-list {
    bottom: 42px;
  }
  .card-product.style-6 .list-product-btn {
    gap: 10px;
  }
  .card-product.style-6 .card-product-info {
    margin-bottom: -52px;
    background-color: transparent;
  }
  .card-product.style-7 .btn-quick-add {
    transform: translateY(-100%);
  }
  .card-product.style-7 .card-product-info {
    padding-top: 15px;
    transform: translateY(-52px);
  }
  .card-product.style-7 .card-product-info::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 16px);
    height: calc(100% + 9px);
    left: -8px;
    right: -8px;
    pointer-events: none;
    background-color: var(--white);
    transition: 0.4s ease 0s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: -8px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 9px 0px;
  }
  .card-product.style-7:hover .card-product-info,
  .card-product.style-7:hover .card-product-info::before {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    margin: 0;
    pointer-events: auto;
  }
  .card-product.style-8 .card-product-wrapper .on-sale-wrap {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .card-product.style-9 .card-product-info .box-icon {
    width: 42px;
    height: 42px;
  }
  .card-product.style-9 .card-product-info .title {
    font-weight: 600;
  }
  .card-product.style-9 .card-product-info .price {
    font-size: 20px;
    line-height: 24px;
  }
  .card-product.style-10 .card-product-info {
    padding: 16px 13.5px 23.5px;
  }
  .card-product.style-10 .card-product-info .btn-add-cart {
    height: 42px;
    line-height: 42px;
  }
  .card-product .wrapper-border-box {
    padding: 15px;
  }
  .card-product:hover .countdown-box {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  .card-product:hover .btn-quick-add,
  .card-product:hover .box-icon,
  .card-product:hover .size-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .card-product:hover .column-right .box-icon,
  .card-product:hover .column-left .box-icon {
    transform: translate(0px);
  }
  .card-product.lg .card-product-info .title {
    font-size: 20px;
    line-height: 24px;
  }
  .card-product.lg .card-product-info .price {
    font-size: 20px;
    line-height: 24px;
  }
  .card-product.lg .card-product-info .price .old-price {
    opacity: 0.5;
  }
  .card-product.lg .tf-countdown-v2 .countdown__item .countdown__value {
    font-size: 26px;
  }
  .list-product-btn {
    gap: 6px;
  }
  .list-product-btn .box-icon {
    width: 42px;
    height: 42px;
  }
  .list-product-btn.column-left {
    gap: 6px;
  }
  .list-product-btn.column-right {
    gap: 6px;
  }
  .size-list.style-2 {
    height: 42px;
    gap: 9px;
  }
  .tf-shop-control {
    margin-bottom: 40px;
  }
  .tf-btn-filter {
    padding: 10px 12px;
  }
  .tf-btn-filter:hover {
    border-color: var(--main);
  }
  .tf-dropdown-sort {
    padding: 10px 18px;
    min-width: 190px;
  }
  .tf-row-flex .tf-shop-sidebar {
    width: calc(25% - 15px);
  }
  .tf-row-flex .tf-shop-content {
    width: calc(75% - 15px);
  }
  .featured-product-item .card-product-info {
    gap: 12px;
  }
  .tf-grid-layout.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.lg-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .collection-item .collection-title {
    line-height: 46px;
    height: 46px;
    padding: 0 30px;
    font-size: 18px;
  }
  .collection-item .collection-title.px-16 {
    padding: 0 16px;
  }
  .collection-item .collection-content {
    bottom: 36px;
  }
  .collection-item.large .collection-content {
    bottom: 46px;
  }
  .collection-item-v2 .collection-content {
    inset: 40px;
  }
  .collection-item-v2 .collection-content .heading {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 13px;
  }
  .collection-item-v2 .collection-content .subheading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .flat-banner-cls-kid .collection-item-v2 .collection-content {
    inset: 30px;
  }
  .collection-item-v3 .collection-image .box-icon {
    width: 45px;
    height: 45px;
  }
  .collection-item-v4 .collection-content .tf-btn {
    margin-top: 30px;
  }
  .collection-item-v4 .collection-content .subheading {
    margin-bottom: 11px;
  }
  .collection-item-v4 .collection-content .heading {
    font-size: 28px;
    line-height: 33.6px;
  }
  .collection-item-v5 .collection-content .collection-title {
    padding: 14px 16px;
    gap: 21px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .collection-item-circle .collection-content {
    margin-top: 45px;
  }
  .collection-line-upper .collection-content .heading {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 33.6px;
  }
  .tf-marquee {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tf-marquee .wrap-marquee {
    -webkit-animation: slide-har 15s linear infinite;
    animation: slide-har 15s linear infinite;
  }
  .tf-marquee.marquee-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tf-marquee.marquee-sm .marquee-item {
    padding-left: 15px;
    padding-right: 15px;
    gap: 30px;
  }
  .tf-marquee.marquee-lg p {
    font-size: 80px;
    line-height: 96px;
  }
  .tf-marquee.marquee-xl .marquee-item {
    gap: 70px;
    padding: 0 35px;
  }
  .tf-marquee.marquee-xl .marquee-item .text {
    font-size: 52px;
    line-height: 62.4px;
  }
  .blog-sidebar-main,
  .blog-list-main {
    display: flex;
    gap: 30px;
  }
  .blog-sidebar-main > .list-blog,
  .blog-list-main > .list-blog {
    width: calc(75% - 15px);
  }
  .blog-sidebar-main > .tf-section-sidebar,
  .blog-list-main > .tf-section-sidebar {
    width: calc(25% - 15px);
  }
  .flat-title {
    margin-bottom: 60px;
  }
  .flat-title .title {
    font-size: 42px;
    line-height: 50.4px;
  }
  .flat-title.lg .sub-title {
    font-size: 20px;
    line-height: 22px;
  }
  .flat-title.mb-lg {
    margin-bottom: 100px;
  }
  .flat-title.title-lg .title {
    font-size: 52px;
    line-height: 62.4px;
  }
  .flat-title-v4 {
    margin-bottom: 50px;
  }
  .flat-title-v5 {
    margin-bottom: 80px;
  }
  .flat-seller .grid-layout {
    row-gap: 80px;
  }
  .flat-iconbox .wrap-iconbox {
    grid-template-columns: repeat(4, 1fr);
  }
  .wrap-mobile .grid-mobile-1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .flat-iconbox-v2 .wrap-iconbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .flat-iconbox-v2 .wrap-iconbox .swiper-slide:last-child {
    grid-column: unset;
  }
  .flat-iconbox-v2 .wrap-iconbox .swiper-slide:not(:last-child) .tf-icon-box {
    border-right: 1px solid var(--line);
  }
  .flat-iconbox-v2.style-2 .wrap-iconbox {
    gap: 30px;
  }
  .flat-iconbox-v2 .tf-sw-mobile {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .flat-iconbox-v2 .tf-icon-box .icon {
    margin-bottom: 34px;
  }
  .flat-iconbox-v3 .wrap-iconbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .flat-iconbox-v3 .wrap-iconbox .swiper-slide:last-child {
    grid-column: unset;
  }
  .flat-iconbox-v3.lg .tf-icon-box .icon {
    width: 99px;
    height: 99px;
  }
  .flat-iconbox-v3.lg .tf-icon-box .icon i {
    font-size: 40px;
  }
  .flat-iconbox-v3.lg .wrap-iconbox {
    gap: 30px;
  }
  .masonry-layout {
    gap: 30px;
  }
  .masonry-layout.style-2 {
    grid-template-areas: "item1 item2 item4" "item1 item3 item4";
    grid-template-columns: 1fr 1fr 1fr;
  }
  .masonry-layout.style-2 .item-4 .collection-image,
  .masonry-layout.style-2 .item-1 .collection-image {
    height: 850px;
  }
  .masonry-layout.style-2 .item-2 .collection-image,
  .masonry-layout.style-2 .item-3 .collection-image {
    height: 410px;
  }
  .masonry-layout.style-2 .collection-image {
    height: 100%;
  }
  .tf-img-with-text .tf-content-wrap {
    place-self: center start;
  }
  .tf-img-with-text.style-5 .tf-content-wrap {
    padding-left: 78px;
  }
  .tf-image-wrap {
    position: relative;
  }
  .tf-image-wrap::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgb(0, 0, 0);
    transition: 0.25s;
    z-index: 3;
    opacity: 0.1;
  }
  .tf-image-wrap::after {
    content: "";
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgb(0, 0, 0);
    transition: 0.25s;
    z-index: 3;
    opacity: 0.1;
  }
  .tf-image-wrap:hover::after {
    bottom: 0;
    transition-delay: 0.25s;
  }
  .tf-image-wrap:hover::before {
    top: 0;
  }
  .tf-content-wrap {
    padding-left: 0;
  }
  .tf-content-wrap .heading {
    font-size: 52px;
    line-height: 62.4px;
  }
  .tf-content-wrap .heading.fs-42 {
    font-size: 42px;
    line-height: 50px;
  }
  .tf-content-wrap .description {
    margin-top: 24px;
  }
  .tf-content-wrap .tf-btn {
    margin-top: 34px;
  }
  .widget-tab-2 {
    gap: 30px;
    margin-bottom: 57px;
  }
  .widget-tab-2 .nav-tab-item a {
    padding-bottom: 14px;
  }
  .widget-card-store .store-heading {
    margin-bottom: 31px;
  }
  .widget-card-store .description p:not(:last-child) {
    margin-bottom: 22px;
  }
  .widget-card-store .store-item-info {
    padding-left: 122px;
  }
  .widget-card-store.type-1 .store-heading {
    font-size: 52px;
    line-height: 62.4px;
  }
  .tf-countdown-v2 .countdown__item {
    padding: 0px 20px;
    min-height: 84px;
    min-width: 90px;
  }
  .tf-countdown-v2 .countdown__value {
    font-size: 32px;
    line-height: 38.4px;
  }
  .flat-bg-collection .collection-other-link {
    margin-top: 50px;
  }
  .flat-testimonial-v2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .testimonial-item .icon {
    margin-bottom: 40px;
  }
  .testimonial-item.lg .text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 36px;
  }
  .testimonial-item .rating {
    margin-bottom: 26px;
  }
  .testimonial-item .divider {
    margin-bottom: 22px;
  }
  .testimonial-item.lg-2 .icon {
    margin-bottom: 22px;
  }
  .testimonial-item.lg-2 .rating {
    margin-bottom: 24px;
  }
  .testimonial-item.lg-2 .text {
    margin-bottom: 24px;
  }
  .testimonial-item.lg-2 .box-author {
    margin-bottom: 40px;
  }
  .testimonial-item.lg-3 .text {
    font-size: 28px;
    line-height: 44px;
  }
  .wrapper-thumbs-testimonial .box-right {
    padding-right: 80px;
  }
  .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-icon-box.style-row .icon {
    width: 74px;
    height: 74px;
  }
  .flat-lookbook-v2 .col-right {
    padding: 0 90px;
  }
  .flat-lookbook-v2 .col-right .nav-next-slider {
    left: -60px;
  }
  .flat-lookbook-v2 .col-right .nav-prev-slider {
    right: -60px;
  }
  .flat-title-lookbook {
    margin-bottom: 40px;
  }
  .flat-location .banner-map {
    height: 600px;
  }
  .flat-location .content {
    max-width: 460px;
  }
  .widget-tab-4 {
    padding: 46px 30px 58px;
  }
  .widget-tab-4 .nav-tab-item .nav-tab-link {
    padding: 15px 0px;
  }
  .widget-tab-4 .nav-tab-item .nav-tab-link .text {
    font-size: 26px;
    line-height: 31.2px;
  }
  .collection-item-v4.style-2 .collection-content {
    bottom: 15%;
    left: 10%;
    right: 10%;
  }
  .collection-item-v4.style-2 .collection-content .subtext {
    margin-top: 18px;
    font-size: 20px;
    line-height: 32px;
  }
  .collection-item-v4.style-2 .collection-content .tf-btn {
    margin-top: 28px;
  }
  .collection-item-v4.style-3 .collection-content {
    bottom: 7%;
    left: 7%;
    right: 7%;
  }
  .collection-item-v4.style-4 .collection-content {
    bottom: 10%;
  }
  .lg_py_30 {
    padding: 30px 0;
  }
  .lg_fs_18 {
    font-size: 18px;
  }
  .tf-cart-countdown {
    margin-bottom: 68px;
  }
  .tf-cart-countdown p {
    font-size: 20px;
    line-height: 32px;
  }
  .tf-cart-countdown .timer-count {
    font-size: 20px;
    line-height: 32px;
    min-width: 117px;
  }
  .tf-page-cart-wrap {
    display: grid;
    grid-template: repeat(2, auto)/66% 1fr;
    column-gap: 3rem;
  }
  .tf-page-cart-wrap.layout-2 {
    grid-template: repeat(2, auto)/60% 1fr;
  }
  .tf-cart-item .cart-info .cart-title {
    font-size: 16px;
    list-style: 22.4px;
  }
  .tf-cart-footer-inner {
    position: sticky;
    top: 100px;
    transition: top 0.3s ease;
  }
  .tf-marquee.marquee-lg {
    padding: 100px;
  }
  .collection-item-v4.lg .collection-content {
    left: 60px;
    right: 60px;
  }
  .widget-card-store.type-1 .store-item-info {
    padding: 50px;
  }
  .footer.background-black .footer-body {
    padding-top: 60px;
  }
  .blog-detail .blog-detail-main .tf-article-navigation .icon {
    width: 46px;
    height: 46px;
  }
  .flat-wrap-iconbox {
    padding: 109px 90px 132px;
  }
  .lookbook-item .tf-pin-btn::after, .lookbook-item .tf-pin-btn::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
  }
  .lookbook-item .tf-pin-btn::after {
    animation-delay: 0.5s;
  }
  .lookbook-item .tf-pin-btn::before {
    animation-delay: 0.9s;
  }
  .lookbook-item .tf-pin-btn:hover::after, .lookbook-item .tf-pin-btn:hover::before {
    animation: ripple 3s infinite;
  }
  .lookbook-item .tf-pin-btn.pin-black:hover::after, .lookbook-item .tf-pin-btn.pin-black:hover::before {
    animation: ripple_black 3s infinite;
  }
  .masonry-layout-v3 {
    gap: 30px;
    grid-template-areas: "item1 item2 item3" "item1 item2 item4";
  }
  .banner-hero-collection-wrap .card-box {
    padding: 80px 44px;
    max-width: 700px;
  }
  .banner-hero-collection-wrap .box-content {
    left: 0;
    right: 0;
  }
  .widget-tab-3.style-2 {
    gap: 45px;
  }
  .tf-marquee.style-2 .marquee-item {
    gap: 52px;
  }
  .tf-flash-sale {
    padding: 60px 30px;
  }
  .tf-flash-sale .heading-flash-sale {
    margin-left: 35px;
    padding: 4px 20px;
    gap: 15px;
  }
  .tf-img-with-text-2 .tf-content-wrap {
    padding: 20px;
    padding-left: 100px;
  }
  .tf-img-with-text-2 .item-list-box .content {
    gap: 24px;
  }
  .collection-video .banner-video {
    width: 100%;
    height: 820px;
  }
}
@media (min-width: 1440px) {
  .page-wrap-icon {
    grid-template-columns: repeat(8, 1fr);
  }
  .tf-grid-layout.xxl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.xxl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xxl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.xxl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.xxl-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.xxl-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  #header .nav-icon .cart-lg {
    padding-left: 22px;
  }
  #header .nav-icon .cart-lg .icon {
    font-size: 26px;
  }
  .collection-item-circle.has-bg-2 {
    padding: 35px 45px;
  }
  .box-video-wrap {
    max-width: 612px;
    margin-left: auto;
  }
  .flat-testimonial-bg-v2 .wrap-content-right {
    padding-left: 50px;
  }
  .slider-home-decor .content-left .box-content {
    width: max-content;
  }
  .card-product.list-layout .countdown-box,
  .card-product .countdown-box {
    bottom: 25px;
  }
  .card-product .card-product-wrapper .list-product-btn {
    bottom: 48px;
  }
  .card-product .card-product-wrapper .list-product-btn.absolute-2 {
    bottom: 25px;
  }
  .card-product .card-product-wrapper .list-product-btn.absolute-3 {
    bottom: 57px;
  }
  .list-product-btn.column-left {
    gap: 8px;
  }
  .list-product-btn.column-right {
    gap: 8px;
  }
  .flat-lookbook-v2 .col-left {
    width: calc(58.3333333333% - 15px);
  }
  .flat-lookbook-v2 .col-right {
    width: calc(41.6666666667% - 15px);
    margin-top: 63px;
  }
  .flat-lookbook-v2 .col-right.type-1 {
    width: calc(37.666667% - 15px);
  }
  .flat-title-lookbook {
    margin-bottom: 60px;
  }
  .widget-tab-4 {
    padding: 66px 79px 78px 56px;
  }
  .widget-tab-4 .nav-tab-item .nav-tab-link {
    padding: 20px 0px;
  }
  .widget-tab-4 .nav-tab-item .nav-tab-link .text {
    font-size: 30px;
    line-height: 36px;
  }
  .widget-tab-4 .nav-tab-item .nav-tab-link:hover .icon,
  .widget-tab-4 .nav-tab-item .nav-tab-link:hover span {
    color: var(--primary);
  }
  .header-default .box-nav-ul {
    gap: 30px;
  }
  .header-default .box-nav-ul .menu-item > a::after {
    width: calc(100% + 60px);
  }
  .header-default .box-nav-ul.gap-40 {
    gap: 40px;
  }
  .header-default .box-nav-ul.gap-40 .menu-item > a::after {
    width: calc(100% + 60px);
  }
  .tf-flash-sale {
    padding: 60px 40px;
  }
  .tf-flash-sale .heading-flash-sale {
    margin-left: 55px;
    padding: 4px 30px;
    gap: 20px;
  }
  .card-product.style-9 .card-product-info .box-icon {
    width: 57px;
    height: 57px;
  }
  .tf-img-with-text-2.style-2 {
    padding: 90px 90px 110px 0px;
  }
}
@media (min-width: 1600px) {
  .flat-lookbook-v2 .col-right {
    margin-left: 20px;
  }
}
@media (min-width: 1660px) {
  .radius-100 {
    border-radius: 100px;
  }
}
@media only screen and (max-width: 1599px) {
  .wrap-carousel .nav-next-slider {
    left: -24px;
  }
  .wrap-carousel .nav-prev-slider {
    right: -24px;
  }
  .wrap-carousel.style-2 .nav-next-slider {
    left: -50px;
  }
  .wrap-carousel.style-2 .nav-prev-slider {
    right: -50px;
  }
}
@media only screen and (max-width: 1470px) {
  .footer .footer-wrap .footer-body::before {
    left: 15px;
    right: 15px;
    transform: unset;
    width: unset;
  }
  .has-line-bottom {
    position: relative;
  }
  .has-line-bottom::after {
    left: 15px;
    right: 15px;
    transform: unset;
    width: unset;
  }
  .slider-personalized-pod .box-content .heading {
    font-size: 52px;
    line-height: 62.4px;
  }
}
@media only screen and (max-width: 1399px) {
  .tf-control-layout .sw-layout-5,
  .tf-control-layout .sw-layout-6,
  .tf-control-layout .sw-layout-7 {
    display: none;
  }
  .canvas-compare .close-popup {
    top: 4px;
    right: 4px;
  }
  .card-product .count-down .countdown__item {
    min-width: 42px;
    min-height: 60px;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .tf-top-bar_wrap .tf-social-icon,
  .tf-top-bar_wrap .top-bar-language,
  .tf-top-bar_left {
    display: none !important;
  }
  .tf-top-bar .grid-3 {
    grid-template-columns: 1fr;
  }
  .wrapper-header .nav-icon {
    gap: 14px;
  }
  .footer .footer-logo,
  .footer .footer-heading {
    margin-top: 40px;
    margin-bottom: 22px;
  }
  .footer.has-all-border .footer-col,
  .footer.has-all-border .footer-newsletter {
    width: 100% !important;
    border-right: 0 !important;
    border-left: 0 !important;
    padding: 0px 20px 0 0 !important;
  }
  .footer.has-border .footer-col,
  .footer.has-border .footer-newsletter {
    width: 50% !important;
    border-right: 0 !important;
    padding: 0px 20px 0 0 !important;
  }
  .mega-menu .row-demo {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1149px) {
  .xl-radius-20 {
    border-radius: 20px !important;
  }
  .slider-parallax {
    height: 600px;
  }
  .sidebar-filter {
    position: fixed;
    bottom: 0;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
  }
  .sidebar-filter.left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .sidebar-filter.right {
    top: 0;
    right: 0;
    transform: translateX(100%);
  }
  .sidebar-filter.show {
    transform: none;
  }
  .tf-control-layout .sw-layout-5,
  .tf-control-layout .sw-layout-4 {
    display: none;
  }
  .slider-personalized-pod .box-content {
    bottom: 50px;
  }
  .slider-personalized-pod .box-content .heading {
    font-size: 68px;
    line-height: 81.6px;
  }
  .masonry-layout-v7 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6";
  }
  .masonry-layout-v7 .collection-item {
    height: 320px;
  }
  .card-product .count-down .countdown__timer {
    gap: 5px;
  }
  .card-product .count-down .countdown__item {
    min-height: 50px;
    padding: 0;
  }
  .sidebar-mobile-append .wrap-price {
    display: none;
  }
  .flat-testimonial-bg-v2 .wrap-content-right .sw-wrapper-right {
    margin-right: 0;
  }
  .header-style-2 .header-bottom .box-navigation {
    display: none;
  }
  .header-style-3 .box-navigation {
    display: none;
  }
  .header-style-3 .wrap-header-left {
    justify-content: center;
  }
  .header-style-4#header .nav-icon .nav-search {
    display: inline-flex;
  }
  .header-style-4#header .nav-icon .nav-account,
  .header-style-4#header .nav-icon .nav-wishlist,
  .header-style-4#header .nav-icon .nav-compare {
    display: none;
  }
  .logo-header {
    display: flex;
    justify-content: center;
  }
  .mega-menu .row-demo {
    grid-template-columns: repeat(3, 1fr);
  }
  .header-style-3 .wrap-header-left {
    justify-content: center;
  }
  .tf-sticky-btn-atc {
    bottom: 67px;
  }
  .tf-accordion-wrap {
    gap: 30px;
  }
  .tf-product-bundle-wrap {
    padding: 14px;
  }
  .tf-bundle-product-item {
    gap: 10px;
  }
  .tf-product-bundle-total-submit .compare-at-price {
    font-size: 22px;
  }
  .tf-model-viewer model-viewer {
    height: 780px;
  }
  .toggle-title {
    font-size: 14px !important;
    line-height: 22.4px !important;
  }
  .tf-img-video-text .content-wrap {
    padding: 30px 15px;
  }
  .tf-img-video-text .content-wrap li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .card-product.style-price .card-product-info {
    padding: 15px 20px 0 20px;
  }
  .card-product.style-price .card-product-info .title {
    font-size: 16px;
  }
  .card-product.style-price .tf-price-table-contents {
    padding: 20px;
  }
  .card-product.style-price .tf-price-table-contents ul li {
    font-size: 14px !important;
  }
  .card-product.style-price .tf-price-table-contents .tf-price-table-btn {
    margin-top: 20px !important;
  }
  .flat-lookbook-v3 form {
    max-width: 90%;
  }
  .flat-lookbook-v3 .tf-lookbook {
    height: 304px;
  }
  .flat-lookbook-v3 .sw-dots {
    margin-bottom: 16px;
  }
  .tf-bundle-product-item.type-lg {
    gap: 20px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0;
  }
  .form-sign-in .tf-login-form .bottom {
    flex-direction: column;
  }
  .canvas-search {
    max-width: 400px;
    padding-top: 10px;
  }
  .canvas-search .tf-search-head {
    padding: 0 15px;
    margin-bottom: 22px;
  }
  .canvas-search .tf-search-head .title {
    line-height: 40px;
    margin-bottom: 20px;
  }
  .canvas-search .tf-search-content {
    padding: 0 15px 16px 15px;
  }
  .canvas-search .tf-search-content-title {
    margin-bottom: 22px !important;
  }
  .canvas-search .tf-col-quicklink {
    margin-bottom: 17px;
  }
  .canvas-search .tf-search-hidden-inner {
    padding-top: 0;
  }
  .tf-mini-cart-tool-openable .tf-mini-cart-tool-content {
    padding: 20px;
  }
  .modal-shopping-cart .modal-content {
    max-width: 420px !important;
  }
  .modal-shopping-cart .header {
    margin: 0 15px;
  }
  .modal-shopping-cart .tf-mini-cart-threshold {
    margin: 0 15px;
  }
  .modal-shopping-cart .tf-mini-cart-threshold .tf-progress-msg {
    font-size: 14px;
    line-height: 22.4px;
  }
  .modal-shopping-cart .tf-mini-cart-item {
    margin: 0 15px;
  }
  .modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info a {
    font-size: 14px;
    line-height: 14px;
  }
  .modal-shopping-cart .tf-minicart-recommendations {
    padding: 15px;
    margin: 15px;
  }
  .modal-shopping-cart .tf-mini-cart-bottom-wrap {
    padding: 10px 15px 15px;
  }
  .modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
    flex-direction: column;
  }
  .slider-collection {
    margin-bottom: 10px;
  }
  .tf-product-modal .modal-dialog .modal-content {
    padding: 20px;
  }
  .popup-quickview .tf-product-media-wrap {
    width: 50% !important;
    padding-right: 15px;
  }
  .popup-quickview .tf-product-info-wrap .tf-product-info-list {
    padding: 20px 30px 20px 15px;
  }
  .popup-quickview .modal-content {
    margin: 0 !important;
  }
  .popup-quickview .modal-content .tf-product-info-title a {
    font-size: 26px !important;
  }
  #ask_question input {
    height: 42px !important;
  }
  #ask_question textarea {
    height: 120px;
  }
  .tf-product-info-wrap .tf-product-info-title h5 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .tf-product-modal .modal-dialog .modal-content {
    padding: 20px;
    border-radius: 3px;
  }
  .canvas-compare_color .modal-dialog {
    max-width: min(900px, 90vw);
    min-width: min(900px, 90vw);
  }
  .canvas-compare_color .modal-dialog .modal-content {
    padding: 20px;
  }
  .tf-compare-color-item {
    padding: 14px 15px 20px;
    min-width: 280px;
    max-width: 280px;
  }
  .blog-article-item.style-row .article-thumb {
    width: 300px;
    height: 300px;
  }
  .widget-tabs.style-has-border .widget-menu-tab {
    gap: 10px 25px;
    margin: 0 15px;
  }
  .widget-tabs.style-has-border .widget-menu-tab .item-title {
    padding: 12px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .widget-tabs.style-has-border .widget-content-tab .widget-content-inner {
    padding: 20px 15px;
  }
  .widget-tabs.style-two-col {
    display: block;
  }
  .widget-tabs.style-two-col .widget-menu-tab {
    flex-direction: row;
    gap: 10px 25px;
    border: 0;
  }
  .widget-tabs.style-two-col .widget-menu-tab .item-title {
    padding: 12px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .widget-tabs.style-two-col .widget-menu-tab .item-title::after {
    top: unset;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px !important;
  }
  .widget-tabs.style-two-col .widget-menu-tab .item-title.active::after {
    width: 100%;
  }
  .widget-tabs.style-two-col .widget-content-tab {
    margin-top: 20px;
    border-radius: 5px;
  }
  .widget-tabs.style-two-col .widget-content-tab .widget-content-inner {
    padding: 20px 15px;
  }
  .tf-product-des-demo {
    grid-template-columns: unset;
  }
  .thumbs-slider1,
  .thumbs-slider2,
  .thumbs-slider3,
  .thumbs-slider4,
  .thumbs-slider {
    flex-direction: column !important;
  }
  .thumbs-slider1 > div,
  .thumbs-slider2 > div,
  .thumbs-slider3 > div,
  .thumbs-slider4 > div,
  .thumbs-slider > div {
    width: 100%;
  }
  .thumbs-slider1 .tf-product-media-thumbs,
  .thumbs-slider2 .tf-product-media-thumbs,
  .thumbs-slider3 .tf-product-media-thumbs,
  .thumbs-slider4 .tf-product-media-thumbs,
  .thumbs-slider .tf-product-media-thumbs {
    order: 1;
  }
  .thumbs-slider1 .tf-product-media-thumbs .swiper-slide,
  .thumbs-slider2 .tf-product-media-thumbs .swiper-slide,
  .thumbs-slider3 .tf-product-media-thumbs .swiper-slide,
  .thumbs-slider4 .tf-product-media-thumbs .swiper-slide,
  .thumbs-slider .tf-product-media-thumbs .swiper-slide {
    width: auto;
    height: 107px;
  }
  .tf-product-info-list {
    padding-left: 0;
  }
  .tf-product-info-countdown .countdown-wrap {
    min-width: unset;
  }
  .tf-product-info-countdown .countdown-wrap .countdown__timer {
    flex-wrap: wrap;
  }
  .tf-product-delivery {
    margin-bottom: 30px;
  }
  .tf-product-fbt-wrap {
    margin-top: 30px;
  }
  .tf-product-fbt-wrap .title {
    margin-bottom: 20px;
  }
  .tf-product-fbt-wrap form {
    gap: 30px;
  }
  .wrap-sidebar-mobile {
    display: none;
  }
  .btn-sidebar-style2,
  .btn-sidebar-mobile {
    display: block;
  }
  .tf-toolbar-bottom.type-1150 {
    display: flex;
  }
  .announcement-bar {
    padding-right: 40px;
  }
  .announcement-bar .close-announcement-bar {
    right: 0;
  }
  .wrap-slider .box-content p {
    margin-bottom: 32px;
  }
  .tf-slideshow .sw-absolute-2 .sw-dots {
    justify-content: center;
  }
  .tf-slideshow .card-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
    width: max-content;
  }
  .tf-slideshow .card-box .tf-btn {
    font-size: 14px;
    line-height: 46px;
  }
  .tf-slideshow .card-box .heading br {
    display: none;
  }
  .tf-slideshow .sw-absolute-3 {
    left: 0;
    right: 0;
  }
  .tf-slideshow .sw-absolute-3 .sw-dots {
    flex-direction: row;
    justify-content: center;
  }
  .sw-dots.style-2 span::before {
    width: 6px;
    height: 6px;
  }
  .sw-dots.style-2 span.swiper-pagination-bullet-active {
    border-width: 1px;
  }
  .sw-dots.style-2 span.swiper-pagination-bullet-active::before {
    width: 4px;
    height: 4px;
  }
  .slider-skincare .sw-absolute-3 {
    top: unset;
    transform: unset;
    bottom: 57px;
  }
  .testimonial-item.style-row {
    flex-direction: column;
  }
  .testimonial-item.style-row .image {
    margin-left: auto;
    margin-right: auto;
  }
  .hover-sw-nav .sw-dots {
    display: flex;
  }
  .hover-sw-nav .nav-sw {
    display: none;
  }
  .slider-effect .box-content .heading {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 14px;
  }
  .slider-effect .box-content .heading br {
    display: none;
  }
  .slideshow-effect-zoom .content-left .tf-btn {
    margin-top: 32px;
  }
  .slider-radius .tf-sw-slideshow {
    border-radius: 20px;
  }
  .slider-radius .tf-sw-slideshow .heading {
    margin-bottom: 20px;
  }
  .list-color-product .list-color-item {
    width: 20px;
    height: 20px;
    padding: 2px;
  }
  .list-color-product .list-color-item .swatch-value {
    width: 14px;
    height: 14px;
    border-width: 1px;
  }
  .tf-control-layout .sw-layout-4 {
    display: none;
  }
  [data-grid=grid-4],
  [data-grid=grid-5],
  [data-grid=grid-6] {
    grid-template-columns: repeat(3, 1fr);
  }
  .discovery-new-item {
    padding: 30px;
  }
  .flat-spacing-4 {
    padding-top: 46px;
    padding-bottom: 85px;
  }
  .flat-spacing-5 {
    padding: 64px 0px;
  }
  .flat-spacing-6 {
    padding: 34px 0px 85px;
  }
  .flat-spacing-7 {
    padding-bottom: 50px;
  }
  .flat-spacing-8 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .flat-spacing-9 {
    padding: 55px 0px;
  }
  .flat-spacing-10 {
    padding: 46px 0px;
  }
  .flat-spacing-11 {
    padding-top: 68px;
    padding-bottom: 60px;
  }
  .flat-spacing-12 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .flat-spacing-13 {
    padding-top: 28px;
    padding-bottom: 34px;
  }
  .flat-spacing-14 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .flat-spacing-15 {
    padding-top: 66px;
    padding-bottom: 85px;
  }
  .flat-spacing-16 {
    padding-top: 100px;
    padding-bottom: 55px;
  }
  .flat-spacing-17 {
    padding-top: 85px;
    padding-bottom: 67px;
  }
  .flat-spacing-18 {
    padding-top: 68px;
    padding-bottom: 80px;
  }
  .flat-spacing-23 {
    padding-top: 68px;
    padding-bottom: 80px;
  }
  .flat-spacing-24 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flat-spacing-27 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .flat-spacing-29 {
    padding-top: 22px;
    padding-bottom: 76px;
  }
  .flat-spacing-30 {
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .flat-spacing-31 {
    padding-top: 85px;
    padding-bottom: 60px;
  }
  .flat-spacing-32 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .flat-image-text-section {
    padding-bottom: 0;
  }
  .nav-sw.lg {
    width: 40px;
    height: 40px;
  }
  .wrap-carousel .nav-next-slider {
    left: -18px;
  }
  .wrap-carousel .nav-prev-slider {
    right: -18px;
  }
  .wrap-carousel.style-2 .nav-next-slider {
    left: -18px;
  }
  .wrap-carousel.style-2 .nav-prev-slider {
    right: -18px;
  }
  .wrap-brand-v2 .sw-dots {
    margin-top: 30px;
  }
  .banner-gr-item .content > a {
    margin-top: 14px;
  }
  .wrapper-thumbs-testimonial {
    padding: 0 50px;
  }
  .wrapper-thumbs-testimonial .box-left {
    padding-right: 33px;
    padding-left: 10px;
  }
  .tf-hero-image-liquid .box-content p {
    font-size: 16px;
    line-height: 25.6px;
  }
  .tf-hero-image-liquid .box-content .heading {
    font-size: 40px;
    line-height: 48px;
  }
  .tf-hero-image-liquid .tf-countdown .countdown__item .countdown__value {
    font-size: 20px;
    line-height: 24px;
  }
  .tf-hero-image-liquid .tf-countdown .countdown__item .countdown__label {
    font-size: 10px;
    line-height: 12px;
  }
  .lookbook-sw .navigation-sw-dot {
    width: 30px;
    height: 30px;
  }
  .lookbook-sw .navigation-sw-dot span {
    width: 12px;
    height: 12px;
  }
  .flat-iconbox-v2 .tf-icon-box .title {
    margin-bottom: 8.5px;
  }
  .widget-tab-3 {
    margin-bottom: 30px;
    gap: 30px;
  }
  .widget-tab-3 .nav-tab-item a {
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 31.2px;
  }
  .collection-item-v4.style-2 .collection-image {
    height: 450px;
  }
  .masonry-layout-v2 {
    gap: 15px;
    grid-template-areas: "item1 item1 item2 item2" "item1 item1 item3 item3" "item4 item5 item6 item6" "item4 item5 item6 item6";
  }
  .masonry-layout-v2 .item-1,
  .masonry-layout-v2 .item-6 {
    height: 455px;
  }
  .masonry-layout-v2 .item-2,
  .masonry-layout-v2 .item-3 {
    height: 220px;
  }
  .tf-page-cart-footer {
    margin-top: 30px;
  }
  .flat-accordion.style-default .toggle-content {
    padding: 20px 0;
  }
  .popup-quickadd .modal-content {
    padding: 15px 0px 15px;
  }
  .popup-quickadd .modal-content > .wrap {
    padding: 0px 15px;
  }
  .popup-quickadd .modal-content .icon-close-popup {
    right: 15px;
  }
  .popup-quickadd .tf-btn {
    font-size: 14px !important;
  }
  .popup-quickview .tf-btn {
    font-size: 14px !important;
  }
  .tf-product-btn-wishlist {
    width: 46px;
    height: 46px;
  }
  .tf-content-wrap .heading br,
  .tf-content-wrap .description br {
    display: none;
  }
  .description p br {
    display: none;
  }
  .nav-sw.w_46 {
    width: 40px;
    height: 40px;
  }
  .canvas-sidebar-blog.canvas-sidebar {
    max-width: 410px;
    width: 100%;
  }
  .masonry-layout-v3 .collection-image {
    height: 415px;
  }
  .col-xl-8 .flat-accordion {
    margin-top: 30px;
  }
  .masonry-layout-v4.style-2 {
    gap: 15px;
  }
  .masonry-layout-v4.style-2 .item-1 .collection-image {
    height: 795px;
  }
  /*.slider-sock .tf-slideshow .wrap-pagination {
    bottom: 20px;
  }*/
}
@media only screen and (max-width: 1024px) {
  .tf-slideshow .text-extra-heading {
    font-size: 64px;
    margin-left: 0px;
    line-height: 1.2em;
    margin-bottom: 60px;
  }
  .slider-personalized-pod .box-content .heading {
    margin-bottom: 18px;
    font-size: 50px;
    line-height: 60px;
  }
  .slider-personalized-pod .box-content .heading br {
    display: none !important;
  }
  .slider-personalized-pod .box-content .sub {
    margin-bottom: 32px;
  }
  .tf-slideshow.about-us-page .text {
    font-size: 50px;
    line-height: 60px;
  }
  .tf-sticky-btn-atc {
    bottom: 67px;
  }
  .tf-toolbar-bottom.type-1024 {
    display: flex;
  }
  .tf-marquee.type-big .marquee-item p {
    font-size: 60px;
    line-height: 72px;
  }
  .canvas-compare .canvas-body {
    padding: 20px 0;
  }
  .tf-compare-list {
    flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
    gap: 20px;
  }
  .tf-compare-list > div {
    flex: 0 0 100% !important;
  }
  .tf-compare-list .tf-compare-offcanvas {
    width: 100%;
  }
  .tf-compare-list .tf-compare-offcanvas .tf-compare-item {
    flex: 0 0 25%;
  }
  .tf-compare-list .tf-compare-buttons {
    width: 100%;
  }
  .tf-compare-list .tf-compare-buttons .tf-compare-buttons-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
  }
  .tf-compare-list .tf-compare-buttons .tf-compare-buttons-wrap a {
    max-width: 147px;
  }
  .tf-page-title .heading {
    font-size: 32px;
    line-height: 38px;
  }
  .blog-detail-main-heading .title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  h1 {
    font-size: 44px;
    line-height: 52.8px;
  }
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
  h4 {
    font-size: 32px;
    line-height: 30.4px;
  }
  .tf-slideshow .card-box .heading {
    font-size: 40px;
    line-height: 48px;
  }
  .tf-countdown-v2 .countdown__timer {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .lg-radius-20 {
    border-radius: 20px !important;
  }
  .wrap-sidebar-account {
    display: none;
  }
  .btn-sidebar-account {
    display: block;
  }
  .button-style-arrow {
    width: 40px;
    height: 40px;
  }
  .wrap-table-invoice {
    overflow: auto;
  }
  .invoice-table .title th {
    padding: 15px 30px;
  }
  .invoice-table .content td {
    padding: 15px 30px;
  }
  .box-invoice .footer {
    padding: 30px;
  }
  .box-invoice .header {
    padding: 30px;
  }
  .box-invoice .wrap-top,
  .box-invoice .wrap-date,
  .box-invoice .wrap-info {
    gap: 20px;
  }
  .box-invoice .box-left,
  .box-invoice .box-right {
    width: 50%;
  }
  .my-account-nav {
    gap: 10px;
    margin-bottom: 30px;
  }
  .my-account-nav .my-account-nav-item {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 15px;
  }
  .card-product .list-product-btn .box-icon .tooltip {
    margin-top: 0;
  }
  .collection-item-v2.type-small .collection-content .tf-btn {
    padding: 12px 24px;
  }
  .tf-marquee.type-big .marquee-item {
    gap: 50;
    padding: 0 20px;
  }
  .tab-reviews .tab-reviews-heading .top {
    gap: 15px;
  }
  .reply-comment .reply-comment-item.type-reply {
    margin-left: 30px;
  }
  .form-write-review .form-content {
    margin-bottom: 15px;
  }
  .form-write-review .form-content .box-field:not(:last-child) {
    margin-bottom: 15px;
  }
  .form-write-review .form-content .group-2 {
    gap: 15px;
  }
  .flat-accordion .flat-toggle .toggle-content {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 850px) {
  .slider-wrap-lookbook .flat-title-lookbook .heading {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mb-radius-0 {
    border-radius: 0px !important;
  }
  .md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .slider-supplement .container {
    place-items: center;
  }
  .slider-supplement .container .wrap {
    width: 100%;
    max-width: 300px;
    text-align: end;
  }
  .slider-supplement .container .wrap .subheading {
    display: none;
  }
  .slider-supplement .container .wrap .heading {
    margin-bottom: 24px;
  }
  .slider-supplement .wrap-slider img {
    min-height: 250px;
  }
  .slider-parallax {
    height: 450px;
  }
  .slider-cosmetic img,
  .slider-ceramic img {
    height: 400px !important;
  }
  .slider-electric-bike .card-box {
    max-width: 331px;
    background: rgba(33, 35, 40, 0.5) !important;
  }
  .slider-electric-bike .card-box .heading {
    font-weight: 400;
    font-size: 34px !important;
    line-height: 41px !important;
  }
  .slider-personalized-pod .box-content .heading {
    font-size: 32px;
    line-height: 38.4px;
  }
  .slider-personalized-pod .box-content .sub {
    display: none;
  }
  .masonry-layout-v7 {
    gap: 15px;
    grid-template-areas: "item1 item1" "item2 item3" "item4 item4" "item5 item5" "item6 item6";
  }
  .masonry-layout-v7 .collection-item {
    height: 250px;
  }
  .flat-title-tab {
    display: grid;
    justify-content: center !important;
  }
  .flat-title-tab .title {
    text-align: center;
  }
  .card-product .count-down {
    display: none;
  }
  .box-video-wrap {
    margin-bottom: 35px;
  }
  .slider-sock .img-mb {
    display: block;
  }
  .slider-sock .img-dk {
    display: none;
  }
  .slider-sock.tf-slideshow .wrap-slider {
    height: 300px;
  }
  .slider-home-decor .wrap-pagination .sw-dots {
    justify-content: center !important;
  }
  .tf-product-btn-wishlist .tooltip,
  .list-color-product .list-color-item .tooltip {
    display: none;
  }
  .tf-store-list {
    margin-bottom: 15px;
  }
  .tf-store-list .tf-store-item.active .tf-store-title {
    margin-bottom: 17px;
  }
  .tf-store-list .tf-store-item.active .tf-store-info {
    display: block;
  }
  .tf-store-list .tf-store-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
  }
  .tf-store-list .tf-store-info {
    display: none;
  }
  .tf-accordion-wrap {
    gap: 50px;
    flex-direction: column;
  }
  .tf-slideshow.about-us-page .text {
    font-size: 24px;
    line-height: 29px;
  }
  .tf-product-bundle-image img {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
  }
  .tf-sticky-btn-atc .tf-sticky-atc-product {
    display: none !important;
  }
  .tf-sticky-btn-atc .tf-sticky-atc-infos {
    width: 100%;
  }
  .tf-sticky-btn-atc .tf-sticky-atc-infos form {
    flex-direction: column;
  }
  .flat-iconbox-v3 .tf-icon-box .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
  }
  .tf-img-video-text .content-wrap .heading {
    font-size: 24px;
    line-height: 29px;
  }
  .tf-img-video-text .content-wrap .number {
    width: 40px !important;
    height: 40px !important;
  }
  .tf-img-video-text video {
    height: 410px;
  }
  .tf-marquee.type-big .marquee-item svg {
    width: 20px;
  }
  .tf-marquee.type-big .marquee-item p {
    font-size: 40px;
    line-height: 48px;
  }
  .tf-banner-collection img {
    min-height: 300px;
  }
  .tf-banner-collection .box-content .heading {
    font-size: 22px;
    line-height: 26px;
  }
  .tf-banner-collection .box-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .flat-lookbook-v3 {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .flat-lookbook-v3 > div {
    width: 100% !important;
  }
  .flat-lookbook-v3 form {
    max-width: 100%;
    text-align: center;
  }
  .flat-lookbook-v3 form button {
    width: unset !important;
  }
  .toolbar-shop-mobile .sub-nav-menu {
    margin-left: 17px !important;
  }
  .toolbar-shop-mobile .sub-menu-level-2 {
    margin-left: 34px !important;
  }
  .form-sign-in .modal-dialog {
    margin-top: 8px;
    margin-bottom: 8px;
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
  }
  .form-sign-in .modal-dialog .modal-content {
    padding: 20px;
  }
  .form-sign-in .modal-dialog .modal-content .bottom {
    gap: 15px;
  }
  .canvas-search {
    max-width: 320px;
  }
  .canvas-search .tf-search-head .title {
    font-size: 18px;
  }
  .canvas-search .tf-search-content-title {
    font-size: 16px;
    line-height: 19px;
  }
  .modal-shopping-cart .modal-content {
    max-width: 90% !important;
  }
  .modal-shopping-cart .tf-mini-cart-threshold {
    padding: 10px 0;
  }
  .modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
    width: 50px;
    height: 38px;
    line-height: 38px;
    margin: 18px 8px;
    font-size: 18px;
  }
  .modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout a {
    height: 39px;
  }
  .modal-shopping-cart .tf-mini-cart-threshold .tf-progress-msg {
    font-size: 13px;
    line-height: 20.8px;
  }
  .modal-shopping-cart .tf-mini-cart-item {
    gap: 14px;
  }
  .popup-quickview .wrap {
    flex-direction: column;
    overflow-y: auto;
  }
  .popup-quickview .wrap .tf-product-media-wrap {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .popup-quickview .wrap .tf-product-info-wrap .tf-product-info-list {
    overflow-y: unset;
    position: unset;
    padding: 20px 15px;
  }
  .tf-compare-list .tf-compare-head .title {
    font-size: 24px;
  }
  .tf-compare-list .tf-compare-offcanvas .tf-compare-item {
    flex: 0 0 33.333%;
    padding: 0 8px;
  }
  .modal-part-content .modal-dialog {
    min-width: unset;
    align-items: flex-end;
  }
  .modal-part-content .modal-dialog .header {
    margin-bottom: 22px;
  }
  .tf-compare-color-item {
    min-width: 180px;
    max-width: 180px;
    padding: 10px 10px 12px;
  }
  .tf-compare-color-item form a {
    height: 41px;
  }
  .modal-dialog {
    max-width: 500px !important;
  }
  .modal-dialog .demo-title {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
  }
  #ask_question button {
    font-size: 14px !important;
    height: 39px;
  }
  .popup-findsize .modal-dialog {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .popup-findsize .tf-page-size-chart-content {
    grid-template-columns: unset;
  }
  .popup-findsize .tf-page-size-chart-content > div:last-child {
    text-align: center;
  }
  [qol-data-title]:before {
    content: attr(qol-data-title);
    color: var(--main);
    text-align: start;
    flex: 1 1 auto;
  }
  .tf-quick-order-list-total {
    bottom: 67px;
  }
  .tf-quick-order-list-total .tf-total-wrap {
    flex-direction: column;
    gap: 5px;
  }
  .tf-quick-order-list-total .tf-total-wrap > div {
    width: 100%;
  }
  .tf-quick-order-list-total .tf-total-wrap .tf-total-item-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 18px;
    line-height: 29px;
  }
  .tf-quick-order-list-total .tf-total-wrap .tf-viewcart {
    order: 999;
    margin-top: 10px;
  }
  .tf-quick-order-list-total .tf-total-wrap .tf-total-price {
    text-align: start;
  }
  .tf-quick-order-list-total .tf-total-wrap .tf-total-price .tf-totals-variant-total {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .tf-quick-order-list-total .tf-total-wrap .tf-total-price .tf-totals-variant-total p {
    font-size: 18px;
  }
  .tf-variant-item {
    display: block;
    position: relative;
    padding-left: 90px;
    margin-bottom: 15px;
  }
  .tf-variant-item > * {
    width: 100%;
    display: flex;
    padding: 10px 0;
  }
  .tf-variant-item > *:first-child {
    padding: 0;
  }
  .tf-variant-item .tf-variant-item-image-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tf-qol-head {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .blog-article-item.style-row {
    flex-direction: column;
    gap: 15px;
  }
  .blog-article-item.style-row .article-thumb {
    width: 100%;
    height: unset;
  }
  .blog-article-item.style-row .article-content {
    gap: 10px;
  }
  .blog-article-item.style-row .article-title a {
    font-size: 16px;
    line-height: 19px;
  }
  .blog-article-item.style-row .article-btn {
    margin-top: 10px;
  }
  .tf-product-fbt-wrap form .tf-product-fbt-list img {
    width: 90px;
    max-width: 90px;
    height: unset;
  }
  .tf-product-fbt-wrap form .tf-fbt-col-total-price {
    width: 100%;
  }
  .tf-product-media-wrap {
    margin-bottom: 15px;
  }
  .tf-product-info-countdown .countdown-wrap {
    width: 100%;
  }
  h1 {
    font-size: 34px;
    line-height: 40.8px;
  }
  h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  h4 {
    font-size: 22px;
    line-height: 26.4px;
  }
  h5 {
    font-size: 18px;
    line-height: 21.6px;
  }
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .footer .footer-heading-desktop {
    display: none;
  }
  .footer .footer-col-block .footer-heading-moblie {
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    position: relative;
  }
  .footer .footer-col-block .footer-heading-moblie::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: var(--main);
    transition: 0.25s ease-in-out;
  }
  .footer .footer-col-block .footer-heading-moblie::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: var(--main);
    transition: 0.25s ease-in-out;
  }
  .footer .footer-col-block.open .footer-heading-moblie::before {
    opacity: 0;
  }
  .footer .footer-col-block.open .footer-heading-moblie::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .footer .tf-collapse-content {
    display: none;
  }
  .footer .footer-bottom .footer-bottom-wrap {
    flex-wrap: wrap;
  }
  .footer .footer-bottom .footer-bottom-wrap > div {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .footer.has-all-border .footer-col,
  .footer.has-all-border .footer-newsletter, .footer.has-border .footer-col,
  .footer.has-border .footer-newsletter {
    width: 100% !important;
  }
  .footer.bg_green-9 .footer-heading-moblie::after, .footer.bg_green-9 .footer-heading-moblie::before, .footer.background-black .footer-heading-moblie::after, .footer.background-black .footer-heading-moblie::before {
    background-color: var(--white);
  }
  #header .nav-icon .nav-account,
  #header .nav-icon .nav-wishlist,
  #header .nav-icon .nav-compare {
    display: none;
  }
  .mega-menu .row-demo {
    grid-template-columns: 1fr;
  }
  .box-sw-announcement-bar {
    animation: slide-har 4s linear infinite;
  }
  .speed-1 {
    animation: slide-har 15s linear infinite !important;
  }
  .tf-slideshow .wrap-slider {
    height: 450px;
  }
  .tf-slideshow .banner-wrapper {
    height: 500px;
  }
  .tf-slideshow.flat-banner-sock .wrap-slider {
    height: 300px;
  }
  .tf-slideshow.slider-grocery .wrap-slider {
    height: 350px;
  }
  .slider-home-2 .wrap-slider {
    height: 300px;
    margin-right: -80px;
  }
  .slider-home-4 .wrap-slider {
    height: 250px;
  }
  .slider-women .wrap-slider {
    height: 400px;
    overflow: hidden;
  }
  .slider-women .wrap-slider img {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    min-width: max(100%, 700px);
  }
  .slider-baby .wrap-slider {
    height: 300px;
  }
  .slider-radius .wrap-slider {
    height: 350px;
  }
  .tf-hero-image-liquid {
    height: 350px;
  }
  .tf-hero-image-liquid .box-content {
    text-align: center;
  }
  .tf-hero-image-liquid .box-content .heading {
    font-size: 24px;
    line-height: 28.8px;
  }
  .tf-hero-image-liquid .tf-countdown .countdown__timer {
    justify-content: center;
    gap: 10px;
  }
  .tf-hero-image-liquid .tf-countdown .countdown__item {
    width: 60px;
    height: 60px;
  }
  .banner-countdown-v2 {
    height: 250px;
  }
  .tf-btn.btn-xl {
    font-size: 16px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wrap-slider .box-content p {
    display: none;
  }
  .wrap-slider .card-box .tf-btn {
    font-size: 14px;
    line-height: 38px;
  }
  .wrap-slider .card-box p {
    display: block;
  }
  .sw-dots {
    gap: 4px;
  }
  .sw-dots .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .md-hidden {
    display: none;
  }
  .slider-home-5 .box-content p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .slider-giftcard .box-content {
    padding-right: 40px;
  }
  .slider-giftcard .box-content .heading br {
    display: none;
  }
  .slider-giftcard .box-content p {
    display: block;
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 24px;
  }
  .tf-page-title {
    padding: 52px 0 49px;
  }
  .tf-page-title .heading {
    font-size: 22px;
    line-height: 26px;
  }
  .blog-detail-main-heading .title {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .wrap-slider .card-box {
    margin: auto;
  }
  .wrap-slider .card-box p {
    display: none;
  }
  .wrap-slider .card-box .heading {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 24px;
  }
  .slider-effect {
    display: flex;
    flex-direction: column-reverse;
  }
  .slider-effect .box-content .heading {
    font-size: 34px;
    line-height: 40.8px;
  }
  .slider-effect .box-content .desc {
    display: block;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 19.2px;
  }
  .slider-effect .content-left {
    position: unset;
    padding: 40px 0px;
    text-align: center;
  }
  .slider-effect .img-slider {
    width: 100%;
    height: 300px;
  }
  .slideshow-effect .wrap-pagination {
    bottom: 15px;
  }
  .slideshow-effect .wrap-pagination .sw-dots {
    justify-content: center;
  }
  .slideshow-effect.style-padding .content-left {
    padding-bottom: 60px;
  }
  .slideshow-effect-zoom {
    padding: 0;
  }
  .slideshow-effect-zoom .content-left {
    padding: 14px;
    padding-bottom: 24px;
  }
  .slideshow-effect-zoom .content-left .desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28.8px;
  }
  .slideshow-effect-zoom .content-left .tf-btn {
    margin-top: 18px;
  }
  .slideshow-effect-zoom .wrap-content {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .slideshow-effect-zoom .wrap-content .content-left,
  .slideshow-effect-zoom .wrap-content .content-right {
    width: 100%;
  }
  .slideshow-effect-zoom .wrap-content .content-left {
    text-align: center;
  }
  .slideshow-effect-zoom .wrap-content .content-left .heading br {
    display: none;
  }
  .slider-radius {
    padding: 0;
  }
  .slider-radius .tf-sw-slideshow {
    border-radius: 0px;
  }
  .slider-radius .tf-sw-slideshow .subheading {
    display: block;
  }
  .slider-radius .tf-sw-slideshow .heading {
    margin-bottom: 20px;
  }
  .card-product .countdown-box,
  .card-product .size-list,
  .card-product .wishlist,
  .card-product .compare {
    display: none;
  }
  .card-product .card-product-wrapper .list-product-btn {
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  .card-product .card-product-wrapper .list-product-btn.absolute-2 {
    bottom: 5px;
  }
  .card-product .card-product-wrapper .list-product-btn.absolute-3 {
    bottom: 5px;
  }
  .card-product .card-product-wrapper .column-right {
    top: 5px;
    right: 5px;
  }
  .card-product .card-product-wrapper .column-left {
    top: 5px;
    left: 5px;
  }
  .card-product.style-6 .list-product-btn, .card-product.style-7 .list-product-btn {
    justify-content: flex-start;
  }
  .card-product.has-marquee .list-product-btn {
    bottom: 40px;
  }
  .card-product.has-marquee .card-product-wrapper {
    padding-bottom: 36px;
  }
  .tf-control-layout .sw-layout-3 {
    display: none;
  }
  [data-grid=grid-2],
  [data-grid=grid-3],
  [data-grid=grid-4],
  [data-grid=grid-5],
  [data-grid=grid-6] {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .flat-title-v2 {
    margin-bottom: 30px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .nav-sw {
    width: 24px;
    height: 24px;
  }
  .discovery-new-item {
    height: auto;
    margin-top: 12px;
    padding: 10px 15px;
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .discovery-new-item h5 {
    font-size: 22px;
    line-height: 26.4px;
  }
  .discovery-new-item a {
    width: 40px;
    height: 40px;
  }
  .flat-spacing-1 {
    padding: 52px 0px;
  }
  .flat-spacing-3 {
    padding: 30px 0;
  }
  .flat-spacing-4 {
    padding-top: 33px;
    padding-bottom: 60px;
  }
  .flat-spacing-5 {
    padding: 38px 0px;
  }
  .flat-spacing-6 {
    padding: 30px 0px 70px;
  }
  .flat-spacing-7 {
    padding-bottom: 45px;
  }
  .flat-spacing-8 {
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .flat-spacing-9 {
    padding: 48px 0px;
  }
  .flat-spacing-10 {
    padding: 40px 0px;
  }
  .flat-spacing-11 {
    padding-top: 35px;
    padding-bottom: 22px;
  }
  .flat-spacing-12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flat-spacing-13 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .flat-spacing-14 {
    padding-top: 42px;
    padding-bottom: 30px;
  }
  .flat-spacing-15 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .flat-spacing-16 {
    padding-top: 65px;
    padding-bottom: 32px;
  }
  .flat-spacing-17 {
    padding-top: 30px;
    padding-bottom: 23px;
  }
  .flat-spacing-18 {
    padding-top: 26px;
    padding-bottom: 30px;
  }
  .flat-spacing-19 {
    padding: 50px 0;
  }
  .flat-spacing-21 {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .flat-spacing-27 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .flat-spacing-29 {
    padding-top: 19px;
    padding-bottom: 67px;
  }
  .flat-spacing-30 {
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .flat-spacing-31 {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .flat-spacing-32 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .lookbook-item .tf-pin-btn {
    width: 20px;
    height: 20px;
  }
  .lookbook-item .tf-pin-btn span {
    width: 6px;
    height: 6px;
  }
  .wrap-carousel .nav-sw {
    display: none;
  }
  .wrap-carousel .sw-dots {
    display: flex;
    margin-top: 15px;
  }
  .tf-img-with-text .tf-content-wrap {
    text-align: center;
  }
  .tf-btn.style-3, .tf-btn.style-2 {
    line-height: 38px;
  }
  .tf-btn.btn-md {
    padding: 0px 24px;
  }
  .banner-gr-item .img-style {
    margin-bottom: 15px;
  }
  .banner-gr-item .content .title {
    font-size: 20px;
    line-height: 24px;
  }
  .banner-gr-item .content > a {
    margin-top: 10px;
  }
  .md-pb-70 {
    padding-bottom: 70px;
  }
  .wrapper-thumbs-testimonial {
    padding: 0;
  }
  .wrapper-thumbs-testimonial .box-left {
    display: none;
  }
  .wrapper-thumbs-testimonial .box-right {
    width: 100%;
  }
  .tf-sw-testimonial.mb_60 {
    margin-bottom: 15px;
  }
  .testimonial-item .box-author .content {
    margin-top: 5px;
  }
  .testimonial-item.style-box {
    padding: 15px 24px;
  }
  .wrapper-thumbs-testimonial-v2 .box-right {
    display: none;
  }
  .wrapper-thumbs-testimonial-v2 .box-left {
    width: 100% !important;
    padding: 0;
  }
  .tf-icon-box.style-row {
    flex-direction: column;
    text-align: center;
  }
  .slider-wrap-lookbook .nav-sw {
    display: none;
  }
  .slider-wrap-lookbook .sw-dots {
    justify-content: center;
  }
  .slider-wrap-lookbook .card-product {
    display: flex;
    gap: 10px;
  }
  .slider-wrap-lookbook .card-product .card-product-wrapper {
    max-width: 100px;
  }
  .slider-wrap-lookbook .card-product .card-product-info {
    place-self: flex-start;
    padding-top: 0px;
  }
  .lookbook-sw .navigation-sw-dot {
    width: 24px;
    height: 24px;
  }
  .lookbook-sw .navigation-sw-dot span {
    width: 8px;
    height: 8px;
  }
  .lookbook-sw .navigation-sw-dot.swiper-button-disabled {
    width: 30px;
    height: 30px;
  }
  .flat-iconbox-v2 .tf-icon-box .title {
    margin-bottom: 6.5px;
  }
  .widget-tab-3 .nav-tab-item a {
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }
  .collection-item-v4.style-2 .collection-image {
    height: 300px;
  }
  .masonry-layout-v2 {
    gap: 15px;
    grid-template-areas: "item1 item1" "item2 item3" "item4 item5" "item6 item6";
  }
  .masonry-layout-v2 .item-1,
  .masonry-layout-v2 .item-6 {
    height: 455px;
  }
  .masonry-layout-v2 .item-2,
  .masonry-layout-v2 .item-3,
  .masonry-layout-v2 .item-4,
  .masonry-layout-v2 .item-5 {
    height: 200px;
  }
  .tf-table-page-cart thead {
    display: none;
  }
  .tf-cart-item td[cart-data-title]:before {
    content: attr(cart-data-title);
    color: var(--main);
    text-align: start;
    flex: 1 1 auto;
  }
  .tf-cart-item {
    margin-bottom: 15px;
    padding-inline-start: 98px;
    min-height: 140px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
  }
  .tf-cart-item td {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
  }
  .tf-cart-item td:not(:last-child) {
    border-bottom: 1px dashed var(--line);
  }
  .tf-cart-item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .tf-page-cart-checkout {
    padding: 30px 15px;
  }
  .tf-page-cart-checkout .tf-btn {
    height: 38px;
  }
  .lookbook-product {
    gap: 10px;
    width: 260px;
  }
  .tf-img-with-text.style-3 .tf-content-wrap {
    order: 2;
  }
  .tf-img-with-text.style-3 .tf-image-wrap {
    order: 1;
  }
  .btn-md {
    min-height: 40px;
  }
  .masonry-layout-v3 .collection-image {
    height: 350px;
  }
  .masonry-layout-v4 .collection-inner {
    height: 315px;
  }
  .tf-btn:not(.btn-xl, .btn-md, .btn-line, .style-2, .style-3) {
    padding: 10px 24px;
  }
  .tf-btn.style-2 {
    line-height: 36px;
  }
  .lookbook-product .content-wrap .product-title a {
    font-size: 14px;
    line-height: 18px;
  }
  .lookbook-product .content-wrap .price {
    font-size: 14px;
    line-height: 18px;
  }
  .lookbook-product .image {
    width: 52px;
    height: 60px;
  }
  .lookbook-product > a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .wrap-mobile .collection-item-v2 .collection-image {
    height: 300px;
  }
  .form-checkout .grid-2 {
    grid-template-columns: 1fr;
  }
  .coupon-box input,
  .coupon-box .tf-btn {
    height: 40px;
  }
  .sw-dots.style-2 span, .sw-dots.medium span {
    width: 16px;
    height: 16px;
    border-width: 1px !important;
  }
  .flat-control-sw {
    position: relative;
  }
  .flat-control-sw .box-sw-navigation {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .grid-3-layout-md .collection-line-upper .collection-image {
    height: 313px;
  }
  .masonry-layout-v4.style-2 .item-1 .collection-image,
  .masonry-layout-v4.style-2 .item-2 .collection-image,
  .masonry-layout-v4.style-2 .item-3 .collection-image {
    height: 250px;
  }
  .masonry-layout.style-3 {
    grid-template-areas: "item1 item2" "item3 item3" "item4 item4";
  }
  .masonry-layout.style-3 .collection-image {
    height: 330px;
  }
  .masonry-layout.style-4 {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4";
  }
  .text-22 {
    font-size: 18px !important;
  }
  .wrap-slider .box-content p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19.2px;
  }
  .form-write-review .form-content .group-2 {
    grid-template-columns: 1fr;
  }
  .tf-img-with-text-2.style-2 .tf-content-wrap {
    order: 1;
  }
  .tf-control-layout {
    gap: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .tf-slideshow .text-extra-heading {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .box-invoice .wrap-top,
  .box-invoice .wrap-date,
  .box-invoice .wrap-info {
    flex-wrap: wrap;
  }
  .box-invoice .box-left,
  .box-invoice .box-right {
    width: 100%;
  }
  .tf-compare-list .tf-compare-offcanvas .tf-compare-item {
    flex: 0 0 50%;
  }
  .card-product .list-product-btn .box-icon .tooltip {
    display: none;
  }
  .card-product:not(.style-3) .list-product-btn .box-icon .text {
    display: none;
  }
  .card-product:not(.style-3) .list-product-btn .box-icon.style-2 {
    width: 32px;
  }
  .card-product .list-color-product {
    overflow: hidden;
  }
  .tf-dropdown-sort .dropdown-menu {
    min-width: 150px;
  }
  .lookbook-1 .item-1 {
    top: 78%;
    left: 57%;
  }
  .lookbook-1 .item-2 {
    top: 58%;
    left: 40%;
  }
  .lookbook-2 .item-1 {
    top: 20%;
    left: 57%;
  }
  .widget-tab-3.style-2 {
    justify-content: flex-start !important;
  }
  .lookbook-kid .item-1 {
    left: 35%;
  }
  .lookbook-kid .item-2 {
    left: 35%;
  }
  .lookbook-kid .item-3 {
    left: 56%;
  }
  .banner-countdown-v2 .box-content {
    text-align: left;
    left: 10%;
    right: 10%;
  }
  .banner-countdown-v2 .tf-countdown .countdown__timer {
    justify-content: start;
  }
  .tf-img-with-text-2 .item-list-box {
    flex-direction: column;
    align-items: center;
  }
}
/*-------------- RTL ----------------- */
#toggle-rtl {
  padding: 0;
  position: fixed;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  min-width: 30px;
  text-transform: uppercase;
  z-index: 999;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rtl .tf-icon-box.style-row {
  direction: rtl;
}
.rtl #toggle-rtl {
  left: 15px;
  right: auto;
}
.rtl .canvas-mb .mb-body {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .noUi-horizontal .noUi-handle {
  left: auto;
  right: -8px;
}
.rtl .widget-facet {
  overflow: hidden;
}
.rtl #goTop {
  left: 40px;
  right: unset;
}
.rtl .collection-item-v3,
.rtl .collection-item-v2,
.rtl .card-product {
  direction: rtl;
}
.rtl .tf-sw-slideshow .wrap-slider {
  direction: rtl;
}
.rtl .tf-sw-slideshow .wrap-slider img {
  transform: rotateY(180deg);
}
.rtl .slider-setup-gear .wrap-slider img {
  transform: none;
}
.rtl .slider-effect .img-slider {
  margin-left: unset;
  margin-right: auto;
}
.rtl .slider-effect .content-left {
  direction: rtl;
}
.rtl .slider-home-2 .wrap-slider {
  margin-right: 0;
}
.rtl .slider-radius .row-end .box-content {
  left: 0;
}
.rtl .slider-radius .row-end img {
  transform: unset;
}
.rtl .banner-hero-collection-wrap .img-wrap img {
  transform: rotateY(180deg);
}
.rtl .tf-breadcrumb-wrap .tf-breadcrumb-prev-next,
.rtl .box-nav-pagination {
  direction: ltr;
}
.rtl .wrap-header-left .box-navigation {
  padding-left: 0;
  padding-right: 40px;
}
.rtl .wrap-sw-over {
  margin-left: 0;
  padding-left: 0;
  margin-right: -30px;
  padding-right: 30px;
}
.rtl .tf-banner-collection .box-content {
  left: auto;
  right: 0;
}
.rtl .tf-banner-collection img {
  transform: rotateY(180deg);
}
.rtl .tf-hero-image-liquid img {
  transform: rotateY(180deg);
}
.rtl .tf-slideshow .grid-img-group .item-2 {
  margin-left: unset;
  margin-right: auto;
}
.rtl .slideshow-effect-zoom .content-left {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .tf-img-with-text.img-text-3 .grid-img-group {
  direction: ltr;
}
.rtl .box-sw-navigation {
  direction: ltr;
}
.rtl .tf-currencies {
  direction: ltr;
}
.rtl .tf-currencies .dropdown-menu .text {
  justify-content: flex-end !important;
}
.rtl .tf-currencies .dropdown-menu::after {
  display: none !important;
}
.rtl .testimonial-item {
  direction: rtl;
}
.rtl .testimonial-item .product > a {
  right: auto;
  left: 0;
}
.rtl .footer .footer-col-block .footer-heading-moblie::before {
  left: 15px;
  right: auto;
}
.rtl .footer .footer-col-block .footer-heading-moblie::after {
  left: 10px;
  right: auto;
}
.rtl .footer .footer-newsletter form input {
  padding-left: 143px;
  padding-right: 18px;
}
.rtl .footer .footer-newsletter form .button-submit {
  right: auto;
  left: 8px;
}
.rtl .modal.fullRight .modal-dialog {
  transform: translate(-100%, 0) !important;
  transition: all 0.3s !important;
}
.rtl .modal.fullRight .modal-dialog .modal-content {
  left: 0;
  right: unset;
}
.rtl .modal.fullRight.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.rtl .offcanvas.offcanvas-end {
  left: 0;
  right: unset;
  transform: translateX(-100%);
}
.rtl .offcanvas.offcanvas-start {
  right: 0;
  left: unset;
  transform: translateX(100%);
}
.rtl .offcanvas.show:not(.hiding),
.rtl .offcanvas.showing {
  transform: none;
}
.rtl .offcanvas.hiding,
.rtl .offcanvas.show,
.rtl .offcanvas.showing {
  visibility: visible;
}
.rtl .card-product .on-sale-item,
.rtl .widget-price,
.rtl .icv__theme-wrapper {
  direction: ltr;
}
.rtl .drift-zoom-pane.drift-inline {
  display: flex;
  justify-content: flex-end;
}
.rtl .tf-zoom-main1 .drift-zoom-pane,
.rtl .tf-zoom-main .drift-zoom-pane {
  display: flex;
  justify-content: flex-end;
}
.rtl .box-nav-ul .menu-item-2::after {
  left: 0;
  right: unset;
  content: "\e905";
}
.rtl .box-nav-ul .menu-item-2 .sub-menu {
  right: calc(100% + 23px);
  left: unset;
}
.rtl .box-nav-ul .menu-item-2 .sub-menu::after {
  left: 90%;
}
.rtl .tf-marquee .wrap-marquee {
  animation: slide-har-reverse 6s linear infinite;
}
.rtl .box-sw-announcement-bar {
  animation: slide-har-reverse 4s linear infinite;
}
.rtl .speed-1 {
  animation: slide-har-reverse 15s linear infinite !important;
}
.rtl .collection-item-v4 .collection-inner {
  direction: rtl;
}
.rtl .banner-gr-item,
.rtl .tf-bundle-product-item {
  direction: rtl;
}
.rtl .wrapper-thumbs-testimonial-v2 .box-sw-navigation {
  justify-content: flex-end;
}
.rtl .slider-home-decor .content-left .box-content {
  right: auto;
}
.rtl .footer.has-border .footer-col.footer-col-1 {
  padding-right: 90px;
  padding-left: 30px;
}
.rtl .footer.has-border .footer-col.footer-col-2 {
  padding-right: 0px;
  padding-left: 30px;
}
.rtl .footer.has-border .footer-col.footer-col-3 {
  padding-right: 0px;
  padding-left: 30px;
}
.rtl .footer.has-border .footer-newsletter {
  padding-left: 123px;
  padding-right: 0;
  border-right: 0;
  border-left: 1px solid var(--line);
}
.rtl .footer.has-all-border .footer-col {
  border-right: 0;
  border-left: 1px solid var(--line);
}
@keyframes slide-har-reverse {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.rtl .wrapper-thumbs-testimonial .box-left {
  padding-left: 33px;
  padding-right: 10px;
}
.rtl .flat-title .box-pagi-arr {
  direction: ltr;
}
.rtl .blog-article-item .article-content {
  direction: rtl;
}
.rtl .flat-banner-sock img {
  transform: rotateY(180deg);
}
.rtl .tf-form-search .search-box .tf-btn {
  left: 5px;
  right: auto;
}
.rtl .tf-form-search .search-box input {
  padding-left: 40px;
  padding-right: 18px;
}
.rtl .btn-sidebar-style2 {
  left: auto;
  right: 0;
}
.rtl .btn-sidebar-style2.right {
  left: 0;
  right: auto;
}
.rtl .btn-sidebar-mobile {
  left: 0;
  right: auto;
}
.rtl .btn-sidebar-mobile.left {
  left: auto;
  right: 0;
}
.rtl .btn-sidebar-mobile.left button {
  transform: rotateY(180deg);
}
.rtl .flat-accordion1.has-btns .flat-toggle .toggle-title::before,
.rtl .flat-accordion.has-btns .flat-toggle .toggle-title::before {
  left: 5px;
  right: unset;
}
.rtl .flat-accordion1.has-btns .flat-toggle .toggle-title::after,
.rtl .flat-accordion.has-btns .flat-toggle .toggle-title::after {
  left: 0;
  right: unset;
}
.rtl .flat-accordion1.has-btns .flat-toggle.style-2 .toggle-title::before,
.rtl .flat-accordion.has-btns .flat-toggle.style-2 .toggle-title::before {
  left: 20px;
}
.rtl .flat-accordion1.has-btns .flat-toggle.style-2 .toggle-title::after,
.rtl .flat-accordion.has-btns .flat-toggle.style-2 .toggle-title::after {
  left: 15px;
}
.rtl .flat-accordion1.style-default .toggle-title,
.rtl .flat-accordion.style-default .toggle-title {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .flat-accordion1.has-btns-arrow .toggle-title::before,
.rtl .flat-accordion.has-btns-arrow .toggle-title::before {
  left: 0;
  right: auto;
}
.rtl .tf-brands-source-linklist.style-row .tf-titles-filter h4 {
  border-left: 1px solid var(--line);
  border-right: 0;
  padding-left: 10px;
  padding-right: 0;
}
.rtl .tf-cart-item .tf-cart-item_product .img-box {
  margin-left: 24px;
  margin-right: 0px;
}

@media (min-width: 768px) {
  .rtl .wrapper-thumbs-testimonial-v2 .box-left {
    padding-right: 0;
    padding-left: 60px;
  }
  .rtl .tf-marquee .wrap-marquee {
    animation: slide-har-reverse 10s linear infinite;
  }
  .rtl .box-sw-announcement-bar {
    animation: slide-har-reverse 14s linear infinite;
  }
  .rtl .speed-1 {
    animation: slide-har-reverse 40s linear infinite !important;
  }
}
@media (min-width: 1150px) {
  .rtl .widget-card-store .store-item-info {
    padding-left: 15px;
    padding-right: 122px;
  }
  .rtl .tf-ourstore-content {
    padding-right: 93px;
    padding-left: 20px;
  }
  .rtl .tf-content-left {
    margin-right: 122px;
    margin-left: 0;
  }
  .rtl .tf-content-right {
    margin-left: 122px;
    margin-right: 0;
  }
  .rtl #header .nav-icon .cart-lg {
    padding-right: 15px;
    border-left: 0;
    border-right: 1px solid var(--line);
  }
  .rtl .tf-marquee .wrap-marquee {
    animation: slide-har-reverse 15s linear infinite;
  }
  .rtl .tf-content-wrap {
    padding-right: 0;
    padding-left: 20px;
  }
  .rtl .wrapper-thumbs-testimonial .box-left {
    padding-right: 24px;
    padding-left: 83px;
  }
  .rtl .wrapper-thumbs-testimonial .box-right {
    padding-left: 80px;
    padding-right: 0;
  }
  .rtl .tf-img-with-text.style-5 .tf-content-wrap {
    padding-right: 78px;
    padding-left: 0;
  }
  .rtl .img-text-3 .tf-content-wrap {
    padding: 20px 90px 20px 20px;
  }
}
@media (min-width: 1441px) {
  .rtl #header .nav-icon .cart-lg {
    padding-right: 22px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .tf-cart-item .img-box {
    left: auto;
    right: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
/* Gold/Bullion Brand Theme */
.trust-strip-gold {
  background: linear-gradient(180deg, #FFF9F0 0%, #FFFBF5 100%);
  border-top: 1px solid #F2E6CF;
  border-bottom: 1px solid #F2E6CF;
  padding: 14px 0;
  color: #111;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Responsive Grid (all visible, no slider) */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0,1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 560px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }

/* Item layout */
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #F1E6CC;
  border-radius: 12px;
  padding: 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

/* Lucide Icon styling */
.trust-icon {
  width: 36px;
  height: 36px;
  color: #C9A552;
  stroke-width: 1.8;
  flex: 0 0 36px;
}

/* Text Styling */
.trust-text strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
}
.trust-text small {
  display: block;
  font-size: 13px;
  color: #3b3b3b;
  opacity: .9;
  margin-top: 2px;
  line-height: 1.3;
}

/* Hover (desktop only) */
@media (hover:hover) {
  .trust-item:hover {
    transform: translateY(-2px);
    border-color: #E6D09B;
    box-shadow: 0 6px 16px rgba(201,165,82,0.12);
  }
}

/* ======================================
   ELEGANT DARK THEME (Gold Project)
   ====================================== */

.trust-strip-gold-dark {
  background: linear-gradient(180deg, #1A1C1F 0%, #222427 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 16px 0;
  color: #F7F7F7;
  /*font-family: "Inter", "Segoe UI", Roboto, sans-serif;*/
}

/* Responsive grid – same as light theme */
.trust-strip-gold-dark .trust-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0,1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 560px) { .trust-strip-gold-dark .trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .trust-strip-gold-dark .trust-grid { grid-template-columns: repeat(4, 1fr); } }

/* Each trust item card */
.trust-strip-gold-dark .trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(145deg, #232629 0%, #2D3034 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 14px 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Lucide icons — refined champagne tone */
.trust-strip-gold-dark .trust-icon {
  width: 40px;
  height: 40px;
  color: #E8C37A;        /* elegant champagne gold */
  stroke-width: 1.8;
  flex: 0 0 40px;
  filter: drop-shadow(0 1px 2px rgba(255,255,255,0.08));
}

/* Text – elegant contrast */
.trust-strip-gold-dark .trust-text strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #FAFAFA;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
.trust-strip-gold-dark .trust-text small {
  display: block;
  font-size: 13px;
  color: #C9C9C9;
  opacity: 0.9;
  margin-top: 3px;
  line-height: 1.3;
}

/* Soft hover glow */
@media (hover:hover) {
  .trust-strip-gold-dark .trust-item:hover {
    transform: translateY(-3px);
    border-color: rgba(232,195,122,0.25);
    background: linear-gradient(145deg, #2A2D31 0%, #33363A 100%);
    box-shadow: 0 10px 24px rgba(232,195,122,0.12);
  }
}


.tf-marquee-gold {
  background: linear-gradient(90deg, #D4AF37 0%, #A67C00 100%);
  color: #fff;
  padding: 8px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /*font-family: 'Inter', system-ui, sans-serif;*/
}

.wrap-marquee {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 60px;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #fff;
}

.marquee-item svg {
  color: #fff;
  stroke: currentColor;
  flex-shrink: 0;
}

.marquee-item strong {
  font-weight: 600;
}

.wrap-marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* Animation */
@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
  .marquee-track { gap: 30px; animation-duration: 14s; }
  .marquee-item { font-size: 14px; }
}

/* Wrapper for multiple tags */
.collection-tags {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 5;
}

/* Individual tag buttons (scoped — won't override other <a> styles) */
.collection-tags .tag-item {
    display: inline-flex;
    align-items: center;
    background: #ffffff;         /* white background */
    color: #000000;              /* black text */
    padding: 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.25s ease;
}
.collection-tags .tag-item.gold {
   background: linear-gradient(
     to bottom right,
     rgba(255, 240, 200, 0.35),
     rgba(200, 150, 60, 0.18)
   );
   backdrop-filter: blur(10px);
   border: 1px solid rgba(212, 168, 63, 0.45);
}
.collection-tags .tag-item.silver {
   background: linear-gradient(
     to bottom right,
     rgba(240, 240, 240, 0.35),
     rgba(180, 180, 190, 0.18)
   );
   backdrop-filter: blur(10px);
   border: 1px solid rgba(180, 180, 190, 0.45);
}
/* Icon color inside button */
.collection-tags .tag-item i {
    color: inherit;
    margin-left: 6px;
}

/* Hover — reversed colors */
.collection-tags .tag-item:hover {
    background: #000000;         /* black background */
    color: #ffffff;              /* white text */
}

/* Ensure title + description stack vertically */
.flat-title .left-block {
    max-width: 75%;          /* adjust if needed */
}

/* Make sure title and description align nicely */
.flat-title .title {
    display: block;
    margin-bottom: 6px;
}

/* Optional: reduce top spacing between description and arrows */
.flat-title .box-sw-navigation {
    white-space: nowrap;
}

/* Top bar price style (namespaced to avoid conflicts) */
.top-bar-prices { display:flex; gap:18px; align-items:center; }
.top-bar-prices .price-item { display:flex; align-items:center; gap:10px; /*font-family: Inter, system-ui, Arial, sans-serif;*/ }
.price-label { font-size:16px; color:#fff; display:block; min-width:80px; text-align:right;font-weight:bold; }
.price-viewport { width:auto; overflow:hidden; height:28px; position:relative; }
.price-stack { display:block; transition: transform 400ms ease; position:relative; }
.price-stack span { display:block; line-height:28px; font-weight:600; font-size:16px; color:#FFF; }
.price-trend { width:22px; text-align:center; }
.trend-icon { font-size:14px; display:inline-block; vertical-align:middle; }

/* arrows colors */
.trend-up { color:#16a34a; }   /* green */
.trend-down { color:#dc2626; } /* red */
.trend-neutral { color:#9ca3af; }

/* small responsive tweaks */
@media (max-width:991px){
  .price-label { min-width:70px; font-size:11px; }
  .price-viewport { width:100px; height:26px; }
  .price-stack span { font-size:14px; line-height:26px; }
}

/* LIVE badge */
.live-badge {
    display: inline-block;
    background: #D4AF37;      /* premium gold */
    color: #000;
    font-weight: 700;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 6px;
    letter-spacing: 0.5px;
}

/* price labels */
.top-bar-prices .price-label {
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* blinking effect (optional) */
.live-badge {
    animation: liveBlink 1.4s infinite ease-in-out;
}

@keyframes liveBlink {
    0% { opacity: 1; }
    50% { opacity: .5; }
    100% { opacity: 1; }
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #ff3b30;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    animation: pulse 1.4s infinite;
}
@keyframes pulse {
    0% { transform: scale(0.9); opacity: .6; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(0.9); opacity: .6; }
}


/* Mega menu: vertical tab style (scoped) */
.mega-menu-vertical-tabs { padding: 18px 0; }
.mega-menu-vertical-tabs .mega-wrap { display:flex; gap:20px; align-items:stretch; }
.mega-menu-vertical-tabs .mega-left { width:220px; min-width:180px; }
.mega-menu-vertical-tabs .mega-tabs { list-style:none; margin:0; padding:6px; }
.mega-menu-vertical-tabs .mega-tab {
  display:block;
  width:100%;
  text-align:left;
  padding:12px 14px;
  border-radius:8px;
  background:transparent;
  border:0;
  cursor:pointer;
  font-weight:600;
  color:#0a0a0a;
}
.mega-menu-vertical-tabs .mega-tab:focus,
.mega-menu-vertical-tabs .mega-tab:hover,
.mega-menu-vertical-tabs .mega-tab.active {
  background: rgba(255, 215, 0, 0.12); /* subtle gold highlight */
  color: #1a1a1a;
  outline: none;
}

/* Right panel */
.mega-menu-vertical-tabs .mega-right { flex:1; padding:6px 12px; }
.mega-menu-vertical-tabs .mega-panel { display:none; }
.mega-menu-vertical-tabs .mega-panel.active { display:block; }

/* Grid of items inside panel */
.mega-menu-vertical-tabs .panel-grid {
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:12px;
}
.mega-menu-vertical-tabs .panel-item {
  display:block;
  text-decoration:none;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  box-shadow: 0 4px 14px rgba(10,10,10,0.06);
  transition:transform .18s ease, box-shadow .18s ease;
  color: inherit;
}
.mega-menu-vertical-tabs .panel-item img {
  width:100%;
  height:120px;
  object-fit:cover;
  display:block;
}
.mega-menu-vertical-tabs .panel-label {
  padding:10px;
  font-size:14px;
  font-weight:600;
  color:#111;
}

/* brand grid variation */
.mega-menu-vertical-tabs .brands-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.mega-menu-vertical-tabs .panel-item.brand img { height:72px; object-fit:contain; padding:8px; background:#fff; }

/* hover lift */
.mega-menu-vertical-tabs .panel-item:hover { transform:translateY(-4px); box-shadow:0 8px 28px rgba(10,10,10,0.08); }

/* Responsive: stack tabs above panels on small screens */
@media (max-width: 991px) {
  .mega-menu-vertical-tabs .mega-wrap { flex-direction:column; }
  .mega-menu-vertical-tabs .mega-left { width:100%; }
  .mega-menu-vertical-tabs .mega-right { width:100%; }
  .mega-menu-vertical-tabs .panel-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 540px) {
  .mega-menu-vertical-tabs .panel-grid { grid-template-columns: repeat(1,1fr); }
  .mega-menu-vertical-tabs .mega-left { overflow-x:auto; white-space:nowrap; }
  .mega-menu-vertical-tabs .mega-tab { display:inline-block; margin-right:8px; border-radius:6px; }
}

.tf-product-deals {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background-color: var(--surface);
}

.tf-product-deals-list .tf-product-deals-item:not(:last-child) {
  margin-bottom: 12px!important;
}

.tf-product-deals-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
.tf-product-deals-grid::-webkit-scrollbar {
  height: 8px;
}
.tf-product-deals-grid::-webkit-scrollbar-thumb {
  background: var(--secondary-2);
}
.tf-product-deals-grid::-webkit-scrollbar-track {
  background: var(--line);
}

.tf-product-deals-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 10px 19px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background-color: var(--white);
  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;
  margin-bottom:12px;
}
.tf-product-deals-item .tf-check-rounded::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;
}
.tf-product-deals-item.select-option, .tf-product-deals-item:hover {
  border-color: var(--main);
}
.tf-product-deals-item.select-option .tf-check-rounded::before, .tf-product-deals-item:hover .tf-check-rounded::before {
  opacity: 1;
}
.tf-product-deals-item.style-column {
  gap: 12px;
  justify-content: center;
  min-width: 181px;
}
.tf-product-deals-item.style-column .image {
  max-width: 140px;
  max-height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-product-deals-item.style-column .tf-product-info-price {
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.tf-product-deals-item.style-column .tf-product-info-price > div {
  margin-right: 0;
}

.price-current { font-weight:700; font-size:1.05rem; color:#111; }
.price-old { color:#9aa0a6; text-decoration:line-through; margin-left:8px; font-weight:400; }
.discount-badge {
    display:inline-block;
    background:#ef3b2d;
    color:#fff;
    padding:4px 8px;
    border-radius:999px;
    font-size:0.85rem;
    margin-left:10px;
    vertical-align:middle;
}
.price-cell { text-align:right; padding:8px; border-bottom:1px solid #f2f2f2; }
.qty-cell { padding:8px; border-bottom:1px solid #f2f2f2; text-align:left; }
.unit-cell { text-align:right; padding:8px; border-bottom:1px solid #f2f2f2; }
.vat-cell { text-align:right; padding:8px; border-bottom:1px solid #f2f2f2; }

/* Combo list container */
.combo-list { max-width: 900px; margin: 16px auto; /*font-family: Arial, sans-serif;*/ }

/* Each combo card */
.combo-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid #ececec;
  border-radius: 10px;
  margin-bottom: 12px;
  background: #fff;
  transition: box-shadow .15s, border-color .15s;
}

/* Hover and selected */
.combo-item:hover { box-shadow: 0 6px 18px rgba(0,0,0,.06); }
.combo-item.selected { border-color: #111; box-shadow: 0 8px 20px rgba(0,0,0,.08); }

/* Left: description */
.combo-desc { flex: 1 1 auto; font-size: 15px; color: #333; }

/* Right: totals block */
.combo-total {
  display:flex;
  align-items:center;
  gap: 14px;
  min-width: 270px;
  justify-content:flex-end;
}

/* total text */
.combo-total .label { font-size: 14px; color: #666; margin-right:8px; white-space:nowrap; }
.combo-total .amount-wrap { text-align:right; }

/* Big amount */
.combo-total .amount { display:block; font-size: 28px; color: #ff7a00; font-weight:700; line-height:1; }

/* Old price (struck) */
.combo-total .old { display:block; font-size: 13px; color:#888; text-decoration: line-through; margin-top:2px; }

/* Discount badge */
.combo-badge {
  background:#ff5b3d;
  color:#fff;
  border-radius: 20px;
  padding:6px 10px;
  font-weight:600;
  font-size:13px;
  margin-left: 12px;
}

/* Mobile: stack elements */
@media (max-width:640px) {
  .combo-item { flex-direction:column; align-items:stretch; }
  .combo-total { justify-content:space-between; margin-top:12px; }
}

/* description tab */
.widget-menu-tab .item-title { cursor: pointer; display:inline-block; padding:10px 14px; }
.widget-menu-tab .item-title.active { font-weight:600; }
.widget-content-tab .widget-content-inner { display: none; }
.widget-content-tab .widget-content-inner.active { display: block; }
/* description tab */

.search-item.active {
    background: #f5f5f5;
}

mark {
    background: #ffe58f;
    padding: 0 2px;
}

.badge-gold {
    background: #d4af37;
    color: #000;
    margin-left: 6px;
}

.badge-silver {
    background: #c0c0c0;
    color: #000;
    margin-left: 6px;
}

.badge-new {
    background: #000;
    color: #fff;
    margin-left: 6px;
}
.product-meta {
    margin-top: 4px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-weight {
    font-weight: 600;
    color: #555;
}

.product-actions {
    margin-top: 6px;
}

.product-actions .btn {
    padding: 4px 10px;
    font-size: 12px;
}
/* ---- Skeleton Loader ---- */
.skeleton .image {
    width: 70px;
    height: 70px;
    background: #e0e0e0;
    border-radius: 4px;
}

.skeleton .line {
    height: 12px;
    background: #e0e0e0;
    margin-top: 6px;
    border-radius: 3px;
}

.skeleton .w60 { width: 60%; }
.skeleton .w40 { width: 40%; }
.skeleton .w30 { width: 30%; }

.skeleton {
    display: flex;
    gap: 10px;
    padding: 10px;
    animation: pulse 1.4s infinite ease-in-out;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

/* ---- Stock Badges ---- */
.badge-in {
    background: #e6f4ea;
    color: #1e7e34;
}

.badge-low {
    background: #fff3cd;
    color: #856404;
}

.badge-out {
    background: #f8d7da;
    color: #721c24;
}

.badge {
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 3px;
    font-weight: 600;
}
.account-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.account-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 16px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;

    text-align: center;
    text-decoration: none;
    color: #111;

    transition: all 0.2s ease;
}

.account-card:hover {
    border-color: #111;
    background: #fafafa;
}

.icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddd;
    margin-bottom: 8px;
}

.icon-wrap i {
    font-size: 18px;
}

.account-card span {
    font-size: 13px;
    font-weight: 500;
}
.password-hints .hint {
    font-size: 13px;
    color: #999;
}

.password-hints .hint.valid {
    color: #28a745;
}
.order-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 20px;
    background: #fff;
}

.order-card-header .badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.order-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}
/* Address Card */
.card-address {
    position: relative;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 20px 22px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}

.card-address:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

/* Default badge */
.badge-default {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
}

/* Header */
.address-card-header {
    margin-bottom: 10px;
}

.address-name {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

/* Body */
.address-card-body {
    font-size: 14px;
    color: #444;
}

.address-line {
    margin-bottom: 6px;
}

.address-meta {
    margin-bottom: 4px;
    color: #666;
}

.address-contact {
    margin-top: 8px;
    font-weight: 500;
    color: #000;
}

/* Actions */
.address-card-actions {
    margin-top: 16px;
    display: flex;
    gap: 10px;
}

/* Edit form wrapper */
.address-edit-wrap {
    margin-top: 20px;
    display: none; /* toggle via JS */
}

/* toast */
.toast-container-top {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.app-toast {
    min-width: 300px;
    max-width: 520px;
    background: #198754;
    color: #fff;
    border-radius: 6px;
    padding: 12px 16px 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
    font-size: 14px;
    font-weight: 500;
    pointer-events: auto;
    overflow: hidden;
    animation: slideDown 0.25s ease-out;
}

/* Types */
.app-toast.success {
    background-color: #198754; /* Bootstrap success */
}

.app-toast.error {
    background-color: #dc3545; /* Bootstrap danger */
}

/* Content */
.toast-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toast-icon {
    font-size: 16px;
    line-height: 1;
}

.toast-message {
    flex: 1;
}

/* Progress bar */
.toast-progress {
    height: 3px;
    background: rgba(255,255,255,.7);
    width: 100%;
    margin-top: 8px;
    animation: toastProgress linear forwards;
}

/* Animations */
@keyframes toastProgress {
    from { width: 100%; }
    to { width: 0%; }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* end of toast */

.checkout-step-delivery .toggle-title.locked {
    opacity: 0.5;
    cursor: not-allowed;
}
/* ===============================
   Checkout – Delivery Address Only
   =============================== */

/* =================================
   Checkout – Delivery Address Header
   ================================= */

.checkout-step-delivery .toggle-title {
    padding: 16px 20px;
}

/* Edit button (icon + text) */
.checkout-step-delivery .delivery-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #111;
    text-decoration: none;
    transition: all 0.2s ease;
}

.checkout-step-delivery .delivery-edit-btn i {
    font-size: 14px;
}

.checkout-step-delivery .delivery-edit-btn:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

/* Content padding */
.checkout-step-delivery .toggle-content {
    padding: 20px;
}

/* Address list */
.checkout-step-delivery .delivery-address-item {
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
}

/* Footer alignment */
.checkout-step-delivery .delivery-step-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
    border-top: 1px solid #eee;
}
/* Delivery Address – right aligned edit button in body */
.checkout-step-delivery .delivery-edit-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

/* Edit button styling */
.checkout-step-delivery .delivery-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #111;
    text-decoration: none;
    transition: all 0.2s ease;
}

.checkout-step-delivery .delivery-edit-btn i {
    font-size: 14px;
}

.checkout-step-delivery .delivery-edit-btn:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

/* Contact Details – WhatsApp input */
.flat-toggle[data-step="3"] .whatsapp-input-wrap {
    max-width: 420px;
}

.flat-toggle[data-step="3"] .whatsapp-label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111;
}

/* Input group */
.flat-toggle[data-step="3"] .whatsapp-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

/* Country prefix */
.flat-toggle[data-step="3"] .whatsapp-prefix {
    padding: 10px 12px;
    background: #f7f7f7;
    border-right: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

/* Input */
.flat-toggle[data-step="3"] .whatsapp-input {
    border: none;
    border-radius: 0;
    flex: 1;
    padding: 10px 12px;
}

.flat-toggle[data-step="3"] .whatsapp-input:focus {
    outline: none;
    box-shadow: none;
}

/* Focus state */
.flat-toggle[data-step="3"] .whatsapp-input-group:focus-within {
    border-color: #000;
}

/* Helper text */
.flat-toggle[data-step="3"] .whatsapp-helper {
    font-size: 13px;
    color: #000;
    margin-top: 6px;
}

/* WhatsApp marketing opt-in box */
.whatsapp-optin-box {
    padding: 14px 16px;
    border: 1px dashed #d4d4d4;
    border-radius: 8px;
    background: #fafafa;
}

.whatsapp-optin-box:hover {
    border-color: #25D366; /* WhatsApp green */
    background: #f6fff9;
}

.whatsapp-optin-box input[type="checkbox"]:checked + span {
    color: #0f5132;
}
.checkout-page .whatsapp-info-note {
    display: flex;
    gap: 8px;
    font-size: 13px;
    color: #6c757d;
    margin-top: 10px;
    line-height: 1.4;
}

.checkout-page .whatsapp-info-note .info-icon {
    color: #17a2b8; /* info blue */
    flex-shrink: 0;
    margin-top: 2px;
}
.checkout-page .delivery-method-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;
}

.checkout-page .delivery-method-item input {
    margin-top: 4px;
}

.checkout-page .delivery-method-info {
    flex: 1;
}

.checkout-page .delivery-method-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-page .delivery-method-desc,
.checkout-page .delivery-method-eta {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}
.checkout-page .delivery-whatsapp-note {
    font-size: 13px;
    color: #666;
    margin-top: 12px;
    padding-left: 12px;
    border-left: 3px solid #25D366;
}
/* =====================================================
   CHECKOUT – PAYMENT STEP ONLY
===================================================== */

.checkout-page .checkout-step-payment .payment-methods {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* CARD */
.checkout-page .checkout-step-payment .payment-method-card {
    cursor: pointer;
}

.checkout-page .checkout-step-payment .payment-method-card input {
    display: none;
}

.checkout-page .checkout-step-payment .payment-card-body {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.checkout-page .checkout-step-payment .payment-method-card:hover .payment-card-body {
    border-color: #ccc;
}

/* SELECTED STATE */
.checkout-page .checkout-step-payment
.payment-method-card input:checked + .payment-card-body {
    border-color: #111;
    box-shadow: 0 0 0 1px #111 inset;
}

/* LEFT */
.checkout-page .checkout-step-payment .payment-card-left {
    width: 65px;
    text-align: center;
    flex-shrink: 0;
}

.checkout-page .checkout-step-payment .payment-card-logo {
    max-height: 60px;
    max-width: 100%;
}

/* CENTER */
.checkout-page .checkout-step-payment .payment-card-center {
    flex: 1;
}

.checkout-page .checkout-step-payment .payment-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.checkout-page .checkout-step-payment .payment-desc {
    font-size: 14px;
    color: #555;
}

.checkout-page .checkout-step-payment .payment-hint {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

/* RIGHT RADIO */
.checkout-page .checkout-step-payment .payment-card-right {
    flex-shrink: 0;
}

.checkout-page .checkout-step-payment .payment-radio-indicator {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #bbb;
    position: relative;
}

.checkout-page .checkout-step-payment
.payment-method-card input:checked
+ .payment-card-body .payment-radio-indicator {
    border-color: #111;
}

.checkout-page .checkout-step-payment
.payment-method-card input:checked
+ .payment-card-body .payment-radio-indicator::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #111;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkout-page .step-status-icon {
    color: #28a745;
    font-size: 16px;
    margin-left: 8px;
}

.checkout-page .toggle-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-page .checkout-step-note textarea {
    resize: vertical;
}
.brand-card {
    display: block;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 20px;
    transition: all .2s ease;
    text-decoration: none;
}

.brand-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    transform: translateY(-2px);
}

.brand-card-image img {
    max-height: 80px;
    object-fit: contain;
}

.brand-name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.brand-count {
    font-size: 13px;
    color: #777;
}
/* default heart */
.btn-wishlist .icon-heart {
    /*color: #555;*/
    transition: all 0.2s ease;
}

/* active wishlist */
.btn-wishlist.active .icon-heart {
    color: #e53935; /* red */
}

/* optional hover effect */
.btn-wishlist:hover .icon-heart {
    transform: scale(1.1);
}
.btn-wishlist .icon{
    transition: all 0.25s ease;
    display:block!important;
}

.btn-wishlist.active .icon{
    color: #d68b00 !important;
    transform: scale(1.1);
}

.flat-spacing-9{

    background:#fff;
}


.bullion-heading{

    text-align:center;
    margin-bottom:55px;
}


.section-tag{

    display:inline-block;

    font-size:14px;

    font-weight:600;

    color:#b8892f;

    letter-spacing:3px;

    text-transform:uppercase;

    position:relative;

    margin-bottom:18px;
}

.section-tag:before,
.section-tag:after{

    content:"";

    width:70px;

    height:1px;

    background:#cda349;

    position:absolute;

    top:50%;
}

.section-tag:before{

    right:100%;

    margin-right:20px;
}

.section-tag:after{

    left:100%;

    margin-left:20px;
}


.bullion-heading h2{
    font-size:45px;

    font-weight:500;

    color:#111;

    margin-bottom:15px;
}

.bullion-heading p{

    max-width:700px;

    margin:auto;

    color:#666;

    font-size:18px;

    line-height:30px;
}



.bullion-category-card{

    border-radius:12px;

    overflow:hidden;

    position:relative;

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    transition:.35s;
}


.bullion-category-card:hover{

    /*transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);*/
}



.bullion-category-image{

    display:flex;

    justify-content:center;

    align-items:center;

    height:320px;

    padding:35px 40px;

    background:transparent;
}


.bullion-category-image img{

    max-width:92%;

    max-height:250px;

    transition:.35s;
}

.bullion-category-card:hover img{
    transform:scale(1.05);
}

.bullion-category-content{
    /*background:#fff;*/
    padding:25px;
    display:flex;
    justify-content:center;
}



.bullion-category-btn{

    background:#fff;

    display:inline-block;

    padding:14px 38px;

    font-size:18px;

    font-weight:700;

    color:#111;

    text-transform:uppercase;

    text-decoration:none;

    transition:.3s;

    min-width:190px;

    text-align:center;

    box-shadow:0 8px 25px rgba(0,0,0,.05);
}


.bullion-category-btn:hover{

    background:#c89a2b;

    color:#fff;
}
.bullion-btn:before{

    content:"";

    position:absolute;

    left:-120%;

    top:0;

    width:70px;

    height:100%;

    background:rgba(255,255,255,.20);

    transform:skewX(-25deg);

    transition:.6s;
}

.bullion-btn:hover:before{

    left:130%;
}
.gold-btn{

    background:linear-gradient(180deg,#D8A63A 0%,#C38A18 100%);
    color:#ffffff;
}

.gold-btn:hover{

    background:linear-gradient(180deg,#E3B34A 0%,#B77E13 100%);
}
.silver-btn {
    background: #102444;
    color: #ffffff;
}

.silver-btn span,
.silver-btn i,
.silver-btn svg {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
}

.silver-btn:hover {
    background: #1A355F; /* Slightly lighter for hover */
    color: #ffffff;
}

.silver-btn:hover span,
.silver-btn:hover i,
.silver-btn:hover svg {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
}
.gold-bar-bg{

    background-image:url("../../images/gold-bar-bg.png");
}
.gold-coin-bg{

    background-image:url("../../images/gold-coin-bg.png");
}
.silver-bar-bg{
    background-image:url("../../images/silver-bar-bg.png");
}
.silver-coin-bg{
    background-image:url("../../images/silver-coin-bg.png");
}



/****************************************************
SHOP BY WEIGHT
****************************************************/

.bullion-weight-section{

    padding:90px 0;

    background:#faf8f4;

    position:relative;

    overflow:hidden;
}

.bullion-weight-section .container{

    max-width:1400px;

    margin:auto;

}


/****************************************************
HEADING
****************************************************/

.bullion-weight-heading{

    text-align:center;

    max-width:900px;

    margin:0 auto 65px;

}

.bullion-section-label{

    display:inline-flex;

    align-items:center;

    gap:18px;

    font-size:13px;

    letter-spacing:4px;

    text-transform:uppercase;

    color:#B8872F;

    font-weight:600;

    margin-bottom:18px;

}

.bullion-section-label:before,
.bullion-section-label:after{

    content:"";

    width:60px;

    height:1px;

    background:#d7be82;

}

.bullion-weight-heading h2{

    margin:0;

    font-size:45px;

    line-height:1.15;

    font-weight:500;

    color:#17233D;

    /*font-family:var(--heading-font);*/

}

.bullion-weight-heading h2 span{

    color:#C4952F;

}

.bullion-weight-heading p{

    margin:28px auto 0;

    max-width:760px;

    font-size:18px;

    line-height:1.9;

    color:#666;

}



/****************************************************
GRID
****************************************************/

.bullion-weight-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:34px;

}



/****************************************************
CARD
****************************************************/

.bullion-weight-card{

    position:relative;

    overflow:hidden;

    background:#fff;

    border-radius:24px;

    padding:38px 42px 38px;

    min-height:390px;

    border:1px solid #ECE6D9;

    box-shadow:
        0 12px 40px rgba(25,35,60,.06);

    transition:.35s;

}

.bullion-weight-card:hover{

    transform:translateY(-6px);

    box-shadow:
        0 24px 60px rgba(20,30,60,.12);

}



/****************************************************
CARD HEADER
****************************************************/

.bullion-weight-card-header{

    display:flex;

    align-items:center;

    gap:22px;

    margin-bottom:22px;

}



/****************************************************
ICON
****************************************************/

.bullion-weight-icon{

    width:86px;

    height:86px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

    box-shadow:
        0 10px 24px rgba(0,0,0,.08);

}

.gold-icon{

    background:
        linear-gradient(180deg,
        #C89C37,
        #9D6D08);

}

.silver-icon{

    background:
        linear-gradient(180deg,
        #223A65,
        #102444);

}

.bullion-weight-icon img{

    width:38px;

}



/****************************************************
TITLE
****************************************************/

.bullion-weight-title-wrap h3{

    margin:0;

    font-size:40px;

    line-height:1;

    font-weight:500;

    color:#B88626;

    font-family:var(--heading-font);

}

.silver-bars h3,
.silver-coins h3{

    color:#182D4F;

}

.bullion-weight-title-wrap p{

    margin:12px 0 0;

    color:#666;

    font-size:17px;

}



/****************************************************
DIVIDER
****************************************************/

.bullion-weight-divider{

    position:relative;

    width:100%;

    height:1px;

    background:#ECE3D1;

    margin:5px 0 34px;

}

.bullion-weight-divider:after{

    content:"";

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:10px;

    height:10px;

    border-radius:50%;

    background:#C4952F;

}

.silver-bars .bullion-weight-divider:after,
.silver-coins .bullion-weight-divider:after{

    background:#18345A;

}
/****************************************************
CARD DECORATION
****************************************************/

.bullion-weight-card{

    isolation:isolate;

}

.bullion-weight-card:before{

    content:"";

    position:absolute;

    inset:0;

    background-repeat:no-repeat;

    background-position:bottom left;

    background-size:230px;

    opacity:.22;

    pointer-events:none;

    z-index:0;

}

.gold-bars:before,
.gold-coins:before{

    background-image:url('../images/ui/gold-pattern.png');

}

.silver-bars:before,
.silver-coins:before{

    background-image:url('../images/ui/silver-pattern.png');

}



/****************************************************
PRODUCT IMAGE
****************************************************/

.bullion-weight-product{

    position:absolute;

    right:18px;

    top:12px;

    width:185px;

    z-index:1;

    pointer-events:none;

    transition:.35s;

}

.bullion-weight-product.coin{

    width:170px;

    right:8px;

    top:18px;

}

.bullion-weight-card:hover .bullion-weight-product{

    transform:
        translateY(-6px)
        rotate(-2deg);

}



/****************************************************
CONTENT
****************************************************/

.bullion-weight-card-header,
.bullion-weight-divider,
.bullion-weight-options,
.bullion-weight-link{

    position:relative;

    z-index:3;

}



/****************************************************
WEIGHT BUTTONS
****************************************************/

.bullion-weight-options{

    display:flex;

    flex-wrap:wrap;

    gap:16px;

    max-width:100%;

}

.bullion-weight-options a{

    min-width:75px;

    height:50px;

    padding:0 2px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:12px;

    text-decoration:none;

    font-size:20px;

    font-weight:500;

    transition:.3s;

    background:#fff;

}



/****************************************************
GOLD BUTTON
****************************************************/

.gold-bars .bullion-weight-options a,
.gold-coins .bullion-weight-options a{

    border:1px solid #D9BC79;

    color:#A77512;

}

.gold-bars .bullion-weight-options a:hover,
.gold-coins .bullion-weight-options a:hover{

    background:#B88626;

    color:#fff;

    border-color:#B88626;

    transform:translateY(-4px);

    box-shadow:
        0 14px 28px rgba(184,134,38,.25);

}



/****************************************************
SILVER BUTTON
****************************************************/

.silver-bars .bullion-weight-options a,
.silver-coins .bullion-weight-options a{

    border:1px solid #8EA0BF;

    color:#18345A;

}

.silver-bars .bullion-weight-options a:hover,
.silver-coins .bullion-weight-options a:hover{

    background:#18345A;

    color:#fff;

    border-color:#18345A;

    transform:translateY(-4px);

    box-shadow:
        0 14px 28px rgba(24,52,90,.22);

}



/****************************************************
VIEW LINK
****************************************************/

.bullion-weight-link{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:34px;

    text-decoration:none;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.gold-bars .bullion-weight-link,
.gold-coins .bullion-weight-link{

    color:#A77512;

}

.silver-bars .bullion-weight-link,
.silver-coins .bullion-weight-link{

    color:#18345A;

}

.bullion-weight-link:after{

    content:"→";

    font-size:20px;

    transition:.3s;

}

.bullion-weight-link:hover:after{

    transform:translateX(6px);

}



/****************************************************
SPECIAL POSITIONING
****************************************************/

.gold-bars .bullion-weight-product{

    width:200px;

    right:10px;

    top:6px;

}

.gold-coins .bullion-weight-product{

    width:175px;

    right:-8px;

    top:18px;

}

.silver-bars .bullion-weight-product{

    /*width:190px;

    right:20px;

    top:32px;

    transform:rotate(18deg);*/

}

.silver-bars:hover .bullion-weight-product{

    /*transform:
        rotate(15deg)
        translateY(-6px);*/

}

.silver-coins .bullion-weight-product{

    width:175px;

    right:-10px;

    top:20px;

}



/****************************************************
SUBTLE GLOW
****************************************************/

.gold-bars{

    background:
        radial-gradient(circle at top right,
        rgba(234,197,117,.22),
        transparent 48%),
        #fff;

}

.gold-coins{

    background:
        radial-gradient(circle at top right,
        rgba(234,197,117,.20),
        transparent 48%),
        #fff;

}

.silver-bars{

    background:
        radial-gradient(circle at top right,
        rgba(176,190,210,.18),
        transparent 48%),
        #fff;

}

.silver-coins{

    background:
        radial-gradient(circle at top right,
        rgba(176,190,210,.18),
        transparent 48%),
        #fff;

}
/****************************************************
TRUST STRIP
****************************************************/

.bullion-trust-strip{

    margin-top:55px;

    background:#fff;

    border:1px solid #ECE6D9;

    border-radius:20px;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    overflow:hidden;

    box-shadow:0 8px 28px rgba(0,0,0,.05);

}

.bullion-trust-item{

    display:flex;

    align-items:center;

    gap:15px;

    padding:24px 22px;

    transition:.3s;

}

.bullion-trust-item:not(:last-child){

    border-right:1px solid #ECE6D9;

}

.bullion-trust-item:hover{

    background:#faf8f4;

}

.bullion-trust-item img{

    width:42px;

    height:42px;

    object-fit:contain;

    flex-shrink:0;

}

.bullion-trust-item strong{

    display:block;

    font-size:16px;

    font-weight:600;

    color:#17233D;

    margin-bottom:4px;

}

.bullion-trust-item span{

    display:block;

    font-size:14px;

    color:#777;

}


/****************************************************
RESPONSIVE
****************************************************/

@media (max-width:1400px){

    .bullion-weight-heading h2{

        font-size:52px;

    }

    .bullion-weight-product{

        width:170px;

    }

    .gold-bars .bullion-weight-product{

        width:185px;

    }

}


@media (max-width:1200px){

    .bullion-weight-section{

        padding:75px 0;

    }

    .bullion-weight-grid{

        gap:25px;

    }

    .bullion-weight-card{

        padding:35px;

        min-height:370px;

    }

    .bullion-weight-title-wrap h3{

        font-size:38px;

    }

    .bullion-weight-product{

        width:150px;

    }

    .gold-bars .bullion-weight-product{

        width:165px;

    }

    .bullion-weight-options{

        max-width:68%;

    }

    .bullion-weight-options a{

        min-width:74px;

        height:52px;

        font-size:22px;

    }

}


@media (max-width:992px){

    .bullion-weight-grid{

        grid-template-columns:1fr;

    }

    .bullion-weight-heading{

        margin-bottom:45px;

    }

    .bullion-weight-heading h2{

        font-size:42px;

    }

    .bullion-weight-card{

        min-height:350px;

    }

    .bullion-trust-strip{

        grid-template-columns:repeat(2,1fr);

    }

    .bullion-trust-item:nth-child(2){

        border-right:none;

    }

    .bullion-trust-item:nth-child(4){

        border-right:none;

    }

}


@media (max-width:768px){

    .bullion-weight-section{

        padding:60px 0;

    }

    .bullion-weight-heading h2{

        font-size:34px;

    }

    .bullion-weight-heading p{

        font-size:16px;

        line-height:1.7;

    }

    .bullion-weight-card{

        padding:30px;

        min-height:auto;

    }

    .bullion-weight-card-header{

        gap:16px;

    }

    .bullion-weight-icon{

        width:70px;

        height:70px;

    }

    .bullion-weight-icon img{

        width:30px;

    }

    .bullion-weight-title-wrap h3{

        font-size:30px;

    }

    .bullion-weight-options{

        max-width:100%;

    }

    .bullion-weight-options a{

        min-width:68px;

        height:48px;

        font-size:18px;

        padding:0 16px;

    }

    .bullion-weight-product{

        position:relative;

        top:auto;

        right:auto;

        display:block;

        margin:30px auto 0;

        width:160px !important;

        transform:none !important;

    }

    .bullion-weight-link{

        margin-top:25px;

    }

}


@media (max-width:576px){

    .bullion-section-label{

        letter-spacing:2px;

        font-size:12px;

    }

    .bullion-section-label:before,
    .bullion-section-label:after{

        width:35px;

    }

    .bullion-weight-heading h2{

        font-size:28px;

    }

    .bullion-weight-card{

        border-radius:18px;

        padding:24px;

    }

    .bullion-weight-title-wrap h3{

        font-size:26px;

    }

    .bullion-weight-title-wrap p{

        font-size:15px;

    }

    .bullion-weight-options{

        gap:10px;

    }

    .bullion-weight-options a{

        min-width:60px;

        height:42px;

        font-size:16px;

        border-radius:10px;

    }

    .bullion-trust-strip{

        grid-template-columns:1fr;

    }

    .bullion-trust-item{

        border-right:none !important;

        border-bottom:1px solid #ECE6D9;

    }

    .bullion-trust-item:last-child{

        border-bottom:none;

    }

}


@media (max-width:420px){

    .bullion-weight-card-header{

        flex-direction:column;

        align-items:flex-start;

    }

    .bullion-weight-icon{

        width:62px;

        height:62px;

    }

    .bullion-weight-title-wrap h3{

        font-size:24px;

    }

    .bullion-weight-options a{

        flex:1 1 calc(33.333% - 10px);

        min-width:unset;

    }

    .bullion-weight-product{

        width:135px !important;

    }

}
.portfolio_section {background-color:#faf8f4;}
.home_brand_section {background-color:#faf8f4;}
.home_knowledge_center_section {background-color:#faf8f4;}

.beginner-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    min-width:220px;
    height:58px;

    background:rgba(93,134,105,.14);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    border:1px solid rgba(93,134,105,.28);

    color:#45674B;

    font-size:16px;
    font-weight:600;
    letter-spacing:.5px;

    border-radius:50px;

    transition:.35s ease;

}

.beginner-btn:hover{

    background:rgba(93,134,105,.22);

    border-color:rgba(93,134,105,.45);

    color:#2f5137;

    transform:translateY(-2px);

}
.growing-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    min-width:220px;
    height:58px;

    background:rgba(184,138,53,.15);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    border:1px solid rgba(184,138,53,.30);

    color:#9A6D12;

    font-size:16px;
    font-weight:600;

    border-radius:50px;

    transition:.35s ease;

}

.growing-btn:hover{

    background:rgba(184,138,53,.24);

    border-color:rgba(184,138,53,.45);

    color:#7D5608;

    transform:translateY(-2px);

}
.legacy-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    min-width:220px;
    height:58px;

    background:rgba(46,95,157,.14);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    border:1px solid rgba(46,95,157,.30);

    color:#2E5F9D;

    font-size:16px;
    font-weight:600;

    border-radius:50px;

    transition:.35s ease;

}

.legacy-btn:hover{

    background:rgba(46,95,157,.22);

    border-color:rgba(46,95,157,.42);

    color:#1D4E89;

    transform:translateY(-2px);

}
.portfolio-btn{

    position:absolute;

    left:50%;

    bottom:32px;

    transform:translateX(-50%);

    text-decoration:none;

    box-shadow:

        0 12px 35px rgba(0,0,0,.10);

}

.portfolio-btn i{

    margin-left:10px;

    transition:.3s;

}

.portfolio-btn:hover i{

    transform:translateX(5px);

}

.brand-card{

    background:#fff;

    border:1px solid #ECE7DD;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    height:100%;
}

.brand-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.brand-logo{

    display:flex;

    align-items:center;

    justify-content:center;

    height:165px;

    padding:30px;

    border-bottom:1px solid #F1ECE2;

}

.brand-logo img{

    max-width:170px;

    max-height:165px;

    object-fit:contain;

}

.brand-info{

    padding:28px 30px 24px;;

}

.brand-row{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:18px;

    color:#555;

    font-size:15px;

}

.brand-row img{

    width:20px;

    opacity:.75;

}

.brand-btn{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    margin:0 28px 28px;

    height:48px;

    border-radius:12px;

    border:1px solid #C89B3C;

    color:#9D6C00;

    font-weight:600;

    transition:.3s;

}

.brand-btn:hover{

    background:#C89B3C;

    color:#fff;

}
.brand-details{
    margin:0;
    padding:0;
    list-style:none;
}

.brand-details li{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:16px;      /* Increased spacing between rows */

    font-size:16px;          /* Increased from 14/15px */
    font-weight:500;
    line-height:1.4;
    color:#2d2d2d;
}

.brand-details li:last-child{
    margin-bottom:0;
}

.brand-details li i{
    width:22px;
    min-width:22px;
    text-align:center;
    font-size:20px;          /* Slightly bigger icons */
    line-height:1;
    margin-top:1px;          /* Better vertical alignment */
}
/* Country */
.brand-details .country i,
.brand-details .country i:before{
    color:#9B6A12;
}

/* Established */
.brand-details .established i,
.brand-details .established i:before{
    color:#9B6A12;
}

/* LBMA Approved */
.brand-details .lbma i,
.brand-details .lbma i:before{
    color:#9B6A12;
}

/* Investment Grade */
.brand-details .grade i,
.brand-details .grade i:before{
    color:#9B6A12;
}
.brand-name{
    margin:20px 0 0px;
    text-align:center;
    font-size:22px;
    font-weight:700;
    line-height:1.3;
}

.brand-name a{
    color:#1f1f1f;
    text-decoration:none;
    transition:.25s;
}

.brand-name a:hover{
    color:#A66B00;
}
/* Final buy-metal mega menu */
.box-nav-ul .mega-menu-vertical-tabs { /*width:min(1495px,calc(100vw - 44px));*/ width:100%; max-height:calc(90vh - 92px); overflow:auto; padding:32px 24px 0; border:1px solid #e9e9e9; border-radius:0px; box-shadow:
                                                                                                                                                                                                                0 2px 6px rgba(0,0,0,0.05),
                                                                                                                                                                                                                0 18px 36px rgba(0,0,0,0.18); }
.mega-menu-vertical-tabs .mega-wrap { display:flex; align-items:stretch; min-height:540px; }
.mega-menu-vertical-tabs .mega-left { flex:0 0 280px; padding:14px 18px 46px 0; border-right:1px solid #ececec; }
.mega-menu-vertical-tabs .mega-eyebrow,.mega-menu-vertical-tabs .mega-panel-eyebrow { display:block; color:#a96100; font-size:14px; font-weight:700; letter-spacing:2px; line-height:1; text-transform:uppercase; }
.mega-menu-vertical-tabs .mega-tabs { display:grid; gap:5px; list-style:none; margin:35px 0 0; padding:0; }
.mega-menu-vertical-tabs .mega-tab { display:flex; align-items:center; gap:23px; width:100%; min-height:74px; padding:16px 20px; border:0; border-left:5px solid transparent; border-radius:8px; background:transparent; color:#161616; cursor:pointer; font-size:19px; font-weight:600; text-align:left; transition:background .18s ease,color .18s ease; }
.mega-menu-vertical-tabs .mega-tab-icon { width:30px; height:30px; flex:0 0 30px; }
.mega-menu-vertical-tabs .mega-tab:focus,.mega-menu-vertical-tabs .mega-tab:hover,.mega-menu-vertical-tabs .mega-tab.active { background:linear-gradient(90deg,#fff5e4,#fffbf5); border-left-color:#b56a00; color:#a96100; outline:0; }
.mega-menu-vertical-tabs .mega-right { flex:1; min-width:0; padding:14px 12px 62px 44px; }
.mega-menu-vertical-tabs .mega-panel { display:none; }
.mega-menu-vertical-tabs .mega-panel.active { display:block; animation:megaPanelIn .18s ease-out; }
.mega-menu-vertical-tabs .mega-panel-title { margin:15px 0 14px; color:#111218; font-size:36px; font-weight:600; letter-spacing:-1.15px; line-height:1.12; }
.mega-menu-vertical-tabs .mega-panel-rule { width:45px; height:2px; margin:0 0 23px; background:#b86b00; }
.mega-menu-vertical-tabs .mega-subheading { margin:0 0 12px; font-size:21px; font-weight:600; }
.mega-menu-vertical-tabs .mega-card-grid { display:grid; gap:22px; }
.mega-menu-vertical-tabs .mega-category-grid { grid-template-columns:repeat(5,minmax(0,1fr)); }
.mega-menu-vertical-tabs .mega-brand-grid { grid-template-columns:repeat(6,minmax(0,1fr)); }
.mega-menu-vertical-tabs .mega-collection-grid { grid-template-columns:repeat(6,minmax(0,1fr)); }
.mega-menu-vertical-tabs .mega-weight-grid { grid-template-columns:repeat(8,minmax(0,1fr)); gap:14px; }
.mega-menu-vertical-tabs .mega-card,.mega-menu-vertical-tabs .mega-weight-card { overflow:hidden; border:1px solid #e9e9e9; border-radius:10px; background:#fff; transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.mega-menu-vertical-tabs .mega-card:hover,.mega-menu-vertical-tabs .mega-weight-card:hover { border-color:#d6a05c; box-shadow:0 10px 24px rgba(66,42,13,.09); transform:translateY(-3px); }
.mega-menu-vertical-tabs .mega-card a { display:block; height:100%; color:inherit; text-decoration:none; }
.mega-menu-vertical-tabs .mega-card-image { /*height:175px; */background:#f8f4ef; }
.mega-menu-vertical-tabs .mega-card-image img { display:block; /*width:100%; height:100%; object-fit:cover;*/ }
.mega-menu-vertical-tabs .mega-card-body { padding:17px 20px 19px; }
.mega-menu-vertical-tabs .mega-card-body h3 { margin:0 0 7px; color:#161616; font-size:17px; font-weight:650; line-height:1.25; }
.mega-menu-vertical-tabs .mega-card-body p { display:-webkit-box; overflow:hidden; min-height:39px; margin:0 0 14px; color:#454545; font-size:14px; line-height:1.45; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.mega-menu-vertical-tabs .mega-card-body span { color:#ae6400; font-size:15px; font-weight:600; }
.mega-menu-vertical-tabs .mega-card-body b { margin-left:8px; font-size:20px; font-weight:400; vertical-align:-1px; }
.mega-menu-vertical-tabs .mega-brand-card { min-height:242px; }
.mega-menu-vertical-tabs .mega-brand-image { display:grid; height:113px; place-items:center; padding:22px 18px 7px; }
.mega-menu-vertical-tabs .mega-brand-image img { max-width:100%; max-height:73px; object-fit:contain; }
.mega-menu-vertical-tabs .mega-brand-card .mega-card-body { padding-top:9px; text-align:center; }
.mega-menu-vertical-tabs .mega-brand-card .mega-card-body p { min-height:0; margin-bottom:13px; }
.mega-menu-vertical-tabs .mega-weight-card { display:flex; /*min-height:140px;*/ flex-direction:column; align-items:center; justify-content:center; padding:13px 8px; color:#171717; text-align:center; text-decoration:none; }
.mega-menu-vertical-tabs .mega-weight-icon { color:#b56a00; font-size:47px; line-height:.9; transform:rotate(-6deg); }
.mega-menu-vertical-tabs .mega-weight-card strong { margin-top:14px; font-size:17px; }
.mega-menu-vertical-tabs .mega-weight-card small { min-height:16px; margin-top:3px; color:#4b4b4b; font-size:12px; }
@keyframes megaPanelIn { from { opacity:0; transform:translateY(4px); } to { opacity:1; transform:none; } }
@media (max-width:1199px) { .mega-menu-vertical-tabs .mega-brand-grid,.mega-menu-vertical-tabs .mega-weight-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } }
/* Portrait category frames preserve and center the full artwork. */
.mega-menu-vertical-tabs .mega-category-grid .mega-card-image { display:grid; place-items:center; }
.mega-menu-vertical-tabs .mega-category-grid .mega-card-image img { object-fit:contain; object-position:center; }
/* Scale category images by the portrait frame height without distorting them. */
/*.mega-menu-vertical-tabs .mega-category-grid .mega-card-image img { width:auto; height:100%; max-width:100%; object-fit:contain; object-position:center; }*/
/* Weight-card icon and layout refinements. */
.bullion-weight-card { display:flex; flex-direction:column; }
.bullion-weight-icon { color:#fff; display:grid; place-items:center; }
.bullion-weight-icon-svg { width:90%; height:90%; }
.bullion-weight-link { margin-top:auto; align-self:flex-end; }

/* Keep the dynamic weight list to two rows and indicate additional sizes. */
.bullion-weight-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, 50px);
    overflow: hidden;
    padding-top:5px;
}
.bullion-weight-options a:nth-of-type(n + 9) { display: none; }
.bullion-weight-more { display: none; }
.bullion-weight-options:has(a:nth-of-type(9)) .bullion-weight-more {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 50px;
    padding: 0 2px;
    border-radius: 12px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
}
.gold-bars .bullion-weight-more,
.gold-coins .bullion-weight-more { border: 1px solid #D9BC79; color: #A77512; }
.silver-bars .bullion-weight-more,
.silver-coins .bullion-weight-more { border: 1px solid #8EA0BF; color: #18345A; }
/* =========================================
   COLLECTION BUTTONS
   ========================================= */

.collection-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    min-width: 235px;
    height: 48px;
    padding: 0 24px;

    border-radius: 28px;

    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    text-decoration: none !important;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}


/* Arrow */
.collection-btn .btn-arrow {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;

    transition: transform 0.3s ease;
}


/* =========================================
   GOLD BUTTON - PRIMARY
   ========================================= */

.collection-btn-gold {
    color: #161616 !important;

    background: linear-gradient(
        135deg,
        #d9a62e 0%,
        #f0c75e 45%,
        #dcae35 100%
    );

    border: 1px solid #d2a12f;

    box-shadow:
        0 5px 12px rgba(160, 113, 19, 0.22);
}

.collection-btn-gold:hover {
    color: #111 !important;

    background: linear-gradient(
        135deg,
        #c99522 0%,
        #e7b947 45%,
        #d29e28 100%
    );

    box-shadow:
        0 7px 18px rgba(160, 113, 19, 0.30);

    transform: translateY(-2px);
}

.collection-btn-gold:hover .btn-arrow {
    transform: translateX(4px);
}


/* =========================================
   DARK PREMIUM BUTTON
   ========================================= */

.collection-btn-dark {
    color: #e7bc45 !important;

    background: #161a1c;

    border: 1px solid #c99b2e;

    box-shadow:
        0 5px 12px rgba(0, 0, 0, 0.18);
}

.collection-btn-dark:hover {
    color: #fff !important;

    background: #22282b;

    border-color: #e2b73e;

    box-shadow:
        0 7px 18px rgba(0, 0, 0, 0.28);

    transform: translateY(-2px);
}

.collection-btn-dark:hover .btn-arrow {
    transform: translateX(4px);
}


/* =========================================
   OUTLINE GOLD BUTTON
   ========================================= */

.collection-btn-outline {
    color: #a87918 !important;

    background: #fff;

    border: 1px solid #c99a2e;

    box-shadow: none;
}

.collection-btn-outline:hover {
    color: #fff !important;

    background: #c99a2e;

    border-color: #c99a2e;

    box-shadow:
        0 6px 15px rgba(160, 113, 19, 0.20);

    transform: translateY(-2px);
}

.collection-btn-outline:hover .btn-arrow {
    transform: translateX(4px);
}


/* =========================================
   LIGHT BUTTON
   ========================================= */

.collection-btn-light {
    color: #a87918 !important;

    background: rgba(255, 255, 255, 0.96);

    border: 1px solid #dedede;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.10);
}

.collection-btn-light:hover {
    color: #8b6416 !important;

    background: #fff;

    border-color: #c99a2e;

    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.15);

    transform: translateY(-2px);
}

.collection-btn-light:hover .btn-arrow {
    transform: translateX(4px);
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .collection-btn {
        min-width: 190px;
        height: 44px;
        padding: 0 18px;

        font-size: 12px;
        gap: 10px;
    }

    .collection-btn .btn-arrow {
        font-size: 18px;
    }
}

/* =========================================
   INVESTMENT JOURNEY CTA BUTTONS
   ========================================= */

.investment-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    min-width: 220px;
    height: 48px;
    padding: 0 26px;

    border-radius: 26px;

    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none !important;

    border: 1px solid transparent;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* Arrow */
.investment-cta .cta-arrow {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;

    transition: transform 0.25s ease;
}


/* =========================================
   BEGINNER - GREEN
   ========================================= */

.investment-cta.beginner {
    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #7b9d36 0%,
        #8eae43 50%,
        #769832 100%
    );

    border-color: #718f30;

    box-shadow:
        0 5px 12px rgba(82, 110, 35, 0.22);
}

.investment-cta.beginner:hover {
    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #6d8f2e 0%,
        #819f38 50%,
        #688a2c 100%
    );

    box-shadow:
        0 8px 18px rgba(82, 110, 35, 0.30);

    transform: translateY(-2px);
}

.investment-cta.beginner:hover .cta-arrow {
    transform: translateX(5px);
}


/* =========================================
   GROWING - GOLD
   ========================================= */

.investment-cta.growing {
    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #d59d18 0%,
        #e6b52f 50%,
        #d39a12 100%
    );

    border-color: #c79216;

    box-shadow:
        0 5px 12px rgba(180, 130, 18, 0.24);
}

.investment-cta.growing:hover {
    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #c58d0d 0%,
        #dca827 50%,
        #bd890b 100%
    );

    box-shadow:
        0 8px 18px rgba(180, 130, 18, 0.32);

    transform: translateY(-2px);
}

.investment-cta.growing:hover .cta-arrow {
    transform: translateX(5px);
}


/* =========================================
   LEGACY - BLUE
   ========================================= */

.investment-cta.legacy {
    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #2d66a8 0%,
        #3d78ba 50%,
        #285d9b 100%
    );

    border-color: #285c98;

    box-shadow:
        0 5px 12px rgba(37, 88, 145, 0.22);
}

.investment-cta.legacy:hover {
    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #285b96 0%,
        #356eaa 50%,
        #245488 100%
    );

    box-shadow:
        0 8px 18px rgba(37, 88, 145, 0.30);

    transform: translateY(-2px);
}

.investment-cta.legacy:hover .cta-arrow {
    transform: translateX(5px);
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .investment-cta {
        min-width: 190px;
        height: 44px;
        padding: 0 20px;

        font-size: 12px;
        gap: 10px;
    }

    .investment-cta .cta-arrow {
        font-size: 18px;
    }
}
.portfolio_section .collection-content {bottom:12%;}

/* Product-listing market top bar */
.listing-topbar { min-height:64px; background:#030303; color:#fff; }
.listing-topbar__inner { display:flex; align-items:center; justify-content:space-between; min-height:64px; gap:24px; padding:0 32px; }
.listing-topbar__contact, .listing-topbar__markets, .listing-topbar__market { display:flex; align-items:center; }
.listing-topbar__contact { gap:22px; font-size:14px; font-weight:500; white-space:nowrap; }
.listing-topbar__contact-item { display:flex; align-items:center; gap:9px; }
.listing-topbar__contact-item + .listing-topbar__contact-item { padding-left:22px; border-left:1px solid rgba(255,255,255,.32); }
.listing-topbar__contact svg { width:19px; height:19px; stroke:#fff; }
.listing-topbar__markets { gap:0; margin-left:auto; }
.listing-topbar__market { gap:9px; padding:0 21px; font-size:16px; white-space:nowrap; }
.listing-topbar__market + .listing-topbar__market { border-left:1px solid rgba(255,255,255,.3); }
.listing-topbar__market:first-child { padding-left:0; }
.listing-topbar__market svg { width:26px; height:24px; }
.listing-topbar__market--gold svg { color:#d6a21c; fill:currentColor; }
.listing-topbar__market--silver svg { color:#d1d1d1; fill:currentColor; }
.listing-topbar .price-item { display:flex; align-items:center; gap:8px; }
.listing-topbar .price-label { min-width:0; color:#f4f4f4; font-size:16px; font-weight:500; text-align:left; }
.listing-topbar .live-dot, .listing-topbar .price-trend { display:none; }
.listing-topbar .price-viewport { width:auto; height:25px; overflow:visible; }
.listing-topbar .price-stack span { color:#fff; font-size:16px; font-weight:700; line-height:25px; }
.listing-topbar__live { display:inline-flex; order:3; align-items:center; gap:6px; margin-left:2px; padding:5px 10px; border:1px solid #347c45; border-radius:5px; color:#75dc8a; font-size:12px; font-weight:600; line-height:1; }
.listing-topbar__live::before { width:6px; height:6px; border-radius:50%; content:""; background:#42d16b; box-shadow:0 0 7px #42d16b; }
@media (max-width:1199.98px) { .listing-topbar__inner { padding:0 28px; } .listing-topbar__market { padding:0 15px; font-size:15px; } .listing-topbar__contact { gap:16px; font-size:13px; } .listing-topbar__contact-item + .listing-topbar__contact-item { padding-left:16px; } }
@media (max-width:767.98px) { .listing-topbar { min-height:64px; } .listing-topbar__inner { justify-content:center; min-height:64px; gap:0; padding:0 14px; } .listing-topbar__contact { display:none; } .listing-topbar__markets { width:100%; justify-content:center; margin:0; } .listing-topbar__market { gap:7px; padding:0 14px; font-size:15px; } .listing-topbar__market:first-child { padding-left:14px; } .listing-topbar__market svg { width:24px; height:22px; } .listing-topbar .price-label, .listing-topbar .price-stack span { font-size:15px; } .listing-topbar__live { order:-1; margin:0 12px 0 0; padding:5px 9px; font-size:11px; } }
@media (max-width:420px) { .listing-topbar__market { padding:0 9px; } .listing-topbar__market:first-child { padding-left:9px; } .listing-topbar__live { margin-right:7px; } .listing-topbar .price-label, .listing-topbar .price-stack span { font-size:13px; } }

/* Full-width mobile navigation with desktop mega-menu content. */
.site-mobile-menu { width:100vw !important; max-width:none !important; }
.site-mobile-menu .mb-canvas-content { max-width:none; padding:62px 20px 24px; }
.site-mobile-menu .mb-body { padding-right:0; }
.site-mobile-menu .icon-close-popup { left:auto; right:17px; }
.site-mobile-menu .nav-ul-mb .nav-mb-item .mb-menu-link { min-height:53px; font-size:16px; font-weight:600; }
.site-mobile-menu .nav-ul-mb .nav-mb-item { padding:0; }
.site-mobile-menu .nav-ul-mb .btn-open-sub { width:42px; }
.site-mobile-menu .mobile-menu-panel { padding:4px 0 34px; }
.site-mobile-menu .mobile-menu-panel__all { display:flex; justify-content:space-between; align-items:center; margin:4px 0 18px; padding:13px 15px; border-radius:7px; background:#ad7300; color:#fff; font-size:14px; font-weight:600; }
.site-mobile-menu .mobile-menu-group { margin:30px 0 0; padding:24px 0 0; border-top:1px solid #ebe7df; }
.site-mobile-menu .mobile-menu-group h3 { margin:0; color:#a66e00; font-size:11px; font-weight:700; letter-spacing:.15em; line-height:1.2; text-transform:uppercase; }
.site-mobile-menu .mobile-menu-group p { margin:7px 0 15px; color:#1a1a1a; font-size:18px; font-weight:600; line-height:1.25; }
.site-mobile-menu .mobile-menu-card-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.site-mobile-menu .mobile-menu-card { min-height:151px; overflow:hidden; border:1px solid #e8e4dc; border-radius:8px; background:#fff; color:#161616; }
.site-mobile-menu .mobile-menu-card img { display:block; width:100%; height:88px; padding:6px; object-fit:contain; background:#faf7f1; }
.site-mobile-menu .mobile-menu-card strong, .site-mobile-menu .mobile-menu-card small { display:block; padding:0 10px; }
.site-mobile-menu .mobile-menu-card strong { margin-top:9px; font-size:14px; }
.site-mobile-menu .mobile-menu-card small { margin:3px 0 9px; color:#666; font-size:11px; line-height:15px; }
.site-mobile-menu .mobile-menu-chip-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.site-mobile-menu .mobile-menu-chip-grid a { display:flex; align-items:center; justify-content:center; min-height:42px; padding:6px; border:1px solid #e6e2da; border-radius:6px; color:#262626; font-size:12px; font-weight:500; text-align:center; }
.site-mobile-menu .mobile-menu-link-list { border-top:1px solid #eee9df; }
.site-mobile-menu .mobile-menu-link-list a { display:flex; justify-content:space-between; padding:12px 2px; border-bottom:1px solid #eee9df; color:#242424; font-size:14px; }
.site-mobile-menu .mobile-menu-link-list span { color:#a66e00; }
.site-mobile-menu .mobile-menu-group--curated { margin-top:22px; padding:22px 16px 16px; border:1px solid #eee7d9; border-left:3px solid #bd8107; border-radius:8px; background:linear-gradient(135deg,#fffdf8 0%,#faf5e9 100%); }
.site-mobile-menu .mobile-menu-group--curated + .mobile-menu-group--curated { margin-top:18px; }
.site-mobile-menu .mobile-menu-group--gifts { border-left-color:#8e6839; background:linear-gradient(135deg,#fffcf7 0%,#f8eee0 100%); }
.site-mobile-menu .mobile-menu-group--curated p { margin:7px 0 14px; color:#66533a; font-size:13px; font-weight:500; line-height:1.4; }
.site-mobile-menu .mobile-menu-group--curated .mobile-menu-link-list { overflow:hidden; border:1px solid #eee7dc; border-radius:6px; background:#fff; }
.site-mobile-menu .mobile-menu-group--curated .mobile-menu-link-list a { align-items:center; padding:13px 12px; border:0; border-bottom:1px solid #eee9df; font-size:13px; font-weight:500; }
.site-mobile-menu .mobile-menu-group--curated .mobile-menu-link-list a:last-child { border-bottom:0; }
.site-mobile-menu .mobile-menu-link-list__arrow { font-size:17px; line-height:1; }
@media (max-width:390px) { .site-mobile-menu .mobile-menu-chip-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }

/* Final mobile-menu navigation: focused panels mirror desktop menu content. */
.site-mobile-menu--final { color:#151515; background:#fff; }
.site-mobile-menu--final .mb-canvas-content { display:block; height:100%; padding:0; overflow-y:auto; grid-auto-rows:unset; align-content:normal; }
.site-mobile-menu--final .mobile-menu-header { position:sticky; z-index:3; top:0; display:grid; grid-template-columns:42px 1fr 76px; align-items:center; min-height:58px; padding:0 14px; border-bottom:1px solid #ebe8e2; background:#fff; }
.site-mobile-menu--final .mobile-menu-header__close { display:grid; width:32px; height:32px; padding:0; place-items:center; border:0; background:transparent; color:#171717; font-size:18px; }
.site-mobile-menu--final .mobile-menu-header__logo { justify-self:center; }
.site-mobile-menu--final .mobile-menu-header__logo img { display:block; width:auto; max-width:116px; max-height:31px; }
.site-mobile-menu--final .mobile-menu-header__actions { display:flex; justify-content:flex-end; align-items:center; gap:14px; }
.site-mobile-menu--final .mobile-menu-header__actions a { position:relative; color:#111; font-size:20px; line-height:1; }
.site-mobile-menu--final .mobile-menu-header__bag span { position:absolute; top:-8px; right:-9px; display:grid; width:16px; height:16px; place-items:center; border-radius:50%; background:#a97000; color:#fff; font-size:9px; font-weight:700; }
.site-mobile-menu--final .mb-body { padding:0 16px 22px; }
.site-mobile-menu--final .nav-ul-mb { margin:0; }
.site-mobile-menu--final .nav-mb-item .mb-menu-link { display:flex; width:100%; align-items:center; justify-content:space-between; min-height:52px; padding:0 2px; border:0; border-bottom:1px solid #eeeae4; background:transparent; color:#171717; font-size:15px; font-weight:600; text-align:left; }
.site-mobile-menu--final .mobile-menu-list-arrow { margin-left:auto; color:#9d6500; font-size:25px; font-weight:400; line-height:1; }
.site-mobile-menu--final .mobile-menu-view-container { display:block; margin:0; padding:0; list-style:none; }
.site-mobile-menu--final .mobile-menu-view { display:none; padding:18px 0 24px; }
.site-mobile-menu--final .mobile-menu-view.is-active { display:block; }
.site-mobile-menu--final.is-detail-view .nav-ul-mb > .nav-mb-item, .site-mobile-menu--final.is-detail-view .mb-other-content { display:none; }
.site-mobile-menu--final.is-detail-view .mobile-menu-view-container:not(.is-active-container) { display:none; }
.site-mobile-menu--final .mobile-menu-view__title, .site-mobile-menu--final .mobile-menu-back { display:flex; width:100%; align-items:center; gap:8px; min-height:42px; margin:0 0 8px; padding:0; border:0; background:transparent; color:#ad7300; font-size:13px; font-weight:700; line-height:1; text-align:left; text-transform:uppercase; }
.site-mobile-menu--final .mobile-menu-view__title { justify-content:space-between; }
.site-mobile-menu--final .mobile-menu-view__title .icon { font-size:12px; }
.site-mobile-menu--final .mobile-menu-back { font-size:24px; }
.site-mobile-menu--final .mobile-menu-back span { font-size:13px; }
.site-mobile-menu--final .mobile-menu-view__list { overflow:hidden; border-top:1px solid #eeeae4; }
.site-mobile-menu--final .mobile-menu-section-link { display:flex; width:100%; align-items:center; gap:14px; min-height:58px; padding:0 5px; border:0; border-bottom:1px solid #eeeae4; background:#fff; color:#202020; font-size:14px; font-weight:600; text-align:left; }
.site-mobile-menu--final .mobile-menu-section-link__icon { width:22px; height:22px; flex:0 0 22px; color:#a97000; }
.site-mobile-menu--final .mobile-menu-section-link--plain { padding-left:5px; }
.site-mobile-menu--final .mobile-menu-section-link b, .site-mobile-menu--final .mobile-menu-detail-card > b, .site-mobile-menu--final .mobile-menu-view-all b, .site-mobile-menu--final .mobile-menu-tip-card > b { margin-left:auto; color:#9d6500; font-size:24px; font-weight:400; line-height:1; }
.site-mobile-menu--final .mobile-menu-section-link--all { min-height:54px; padding-left:5px; color:#202020; font-size:13px; }
.site-mobile-menu--final .mobile-menu-help-card { display:flex; gap:12px; margin-top:22px; padding:15px; border-radius:8px; background:linear-gradient(135deg,#fff9ef,#faf0df); color:#4c4235; }
.site-mobile-menu--final .mobile-menu-help-card__icon { width:34px; height:34px; flex:0 0 34px; color:#ae7200; }
.site-mobile-menu--final .mobile-menu-help-card strong { display:block; margin:0 0 4px; font-size:12px; }
.site-mobile-menu--final .mobile-menu-help-card p { margin:0 0 7px; font-size:11px; line-height:1.45; }
.site-mobile-menu--final .mobile-menu-help-card a { color:#a56b00; font-size:11px; font-weight:700; }
.site-mobile-menu--final .mobile-menu-detail-list { display:grid; gap:8px; }
.site-mobile-menu--final .mobile-menu-detail-card { display:grid; grid-template-columns:62px minmax(0,1fr) 20px; align-items:center; gap:12px; min-height:72px; padding:8px; border:1px solid #eee9e2; border-radius:9px; background:#fff; color:#1d1d1d; }
.site-mobile-menu--final .mobile-menu-detail-card__image { display:grid; width:62px; height:56px; place-items:center; border-radius:6px; background:#fcf8f0; color:#ad7300; }
.site-mobile-menu--final .mobile-menu-detail-card__image img { display:block; width:100%; height:100%; object-fit:contain; }
.site-mobile-menu--final .mobile-menu-detail-card strong, .site-mobile-menu--final .mobile-menu-detail-card small { display:block; }
.site-mobile-menu--final .mobile-menu-detail-card strong { margin-bottom:4px; font-size:12px; font-weight:700; }
.site-mobile-menu--final .mobile-menu-detail-card small { color:#5d5a55; font-size:10px; line-height:1.35; }
.site-mobile-menu--final .mobile-menu-detail-card--brand .mobile-menu-detail-card__image { background:#fff; }
.site-mobile-menu--final .mobile-menu-detail-card--collection .mobile-menu-detail-card__image { color:#ad7300; }
.site-mobile-menu--final .mobile-menu-view-all { display:flex; align-items:center; min-height:52px; margin-top:10px; padding:0 5px; border-top:1px solid #eeeae4; color:#a56b00; font-size:12px; font-weight:700; }
.site-mobile-menu--final .mobile-menu-weight-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.site-mobile-menu--final .mobile-menu-weight-group-title { margin:16px 0 9px; color:#4b4741; font-size:12px; font-weight:700; }
.site-mobile-menu--final .mobile-menu-back + .mobile-menu-weight-group-title { margin-top:0; }
.site-mobile-menu--final .mobile-menu-weight-grid a { display:flex; min-height:72px; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:7px 4px; border:1px solid #eee9e2; border-radius:9px; color:#292522; }
.site-mobile-menu--final .mobile-menu-weight-grid__icon { width:21px; height:21px; color:#b37500; }
.site-mobile-menu--final .mobile-menu-weight-grid strong { font-size:11px; font-weight:600; }
.site-mobile-menu--final .mobile-menu-tip-card { display:flex; align-items:center; gap:10px; margin-top:20px; padding:14px 12px; border-radius:8px; background:#fcf6ec; }
.site-mobile-menu--final .mobile-menu-tip-card__icon { width:31px; height:31px; flex:0 0 31px; color:#ac7100; }
.site-mobile-menu--final .mobile-menu-tip-card strong { display:block; margin-bottom:3px; font-size:11px; }
.site-mobile-menu--final .mobile-menu-tip-card p { margin:0; color:#5f5950; font-size:10px; line-height:1.4; }
.site-mobile-menu--final .mb-other-content { margin-top:15px; }

/* Home hero uses the CMS-provided mobile artwork without desktop cropping. */
.home-hero-slider picture { display:block; }
.home-metal-categories .bullion-category-image { height:285px; padding:28px 34px; }
.home-metal-categories .bullion-category-image img { max-height:220px; }
.home-metal-categories .bullion-category-content { padding:20px; }
.home-metal-categories .bullion-category-btn { padding:12px 32px; font-size:16px; min-width:175px; }
@media only screen and (max-width:767px) {
  .home-hero-slider .wrap-slider { height:auto !important; }
  .home-hero-slider .wrap-slider picture, .home-hero-slider .wrap-slider img { display:block; width:100%; height:auto; }
  .home-hero-slider .wrap-slider img { max-height:none; object-fit:contain; }
  .home-hero-slider .wrap-pagination { bottom:10px; }
  .home-metal-categories .bullion-category-image { height:220px; padding:20px 24px; }
  .home-metal-categories .bullion-category-image img { max-height:180px; }
  .home-metal-categories .bullion-category-content { padding:15px 12px 18px; }
  .home-metal-categories .bullion-category-btn { min-width:152px; padding:11px 22px; font-size:14px; }
}

/* Compact, horizontal mobile layout for every Shop by Weight card. */
@media only screen and (max-width:767px) {
  .bullion-weight-card { min-height:0; padding:20px; border-radius:16px; }
  .bullion-weight-card-header { display:flex; flex-direction:row; align-items:center; gap:13px; margin-bottom:16px; }
  .bullion-weight-icon { width:54px; height:54px; flex:0 0 54px; }
  .bullion-weight-icon-svg { width:30px; height:30px; }
  .bullion-weight-title-wrap { min-width:0; }
  .bullion-weight-title-wrap h3 { font-size:22px; line-height:1.1; }
  .bullion-weight-title-wrap p { margin:4px 0 0; font-size:13px; line-height:1.35; }
  .bullion-weight-divider { margin:0 0 18px; }
  .bullion-weight-options { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); grid-template-rows:repeat(3,42px); gap:9px; max-width:none; }
  .bullion-weight-options a { display:flex; min-width:0; height:42px; align-items:center; justify-content:center; padding:4px; border-radius:8px; font-size:13px; line-height:1.15; text-align:center; }
  .bullion-weight-options a:nth-of-type(n+6) { display:flex; }
  .bullion-weight-options a:nth-of-type(n+10) { display:none; }
  .bullion-weight-link { margin-top:20px; }
  .bullion-weight-product { display:none !important; }
}

/* A clear single-column collection stack on mobile. */
@media only screen and (max-width:767px) {
  .home-investment-collections .masonry-layout-v7 { display:grid; grid-template-columns:1fr; grid-template-areas:"item1" "item2" "item3" "item4" "item5" "item6"; gap:14px; }
  .home-investment-collections .masonry-layout-v7 .collection-item { height:210px; }
  .home-investment-collections .masonry-layout-v7 .collection-inner, .home-investment-collections .masonry-layout-v7 .collection-image, .home-investment-collections .masonry-layout-v7 .collection-image img { width:100%; height:100%; }
  .home-investment-collections .masonry-layout-v7 .collection-image img { display:block; object-fit:cover; object-position:center; }
  .home-investment-collections .masonry-layout-v7 .item-5 .collection-image img,
  .home-investment-collections .masonry-layout-v7 .item-6 .collection-image img { object-fit:fill; }
  .hover-img .img-style img { object-fit:fill; }
}

/* Investor Favourites mirror the product-listing cards. */
.home-investor-favourites .card-product { display:flex; min-width:0; flex-direction:column; overflow:hidden; border:1px solid #ededed; border-radius:9px; background:#fff; box-shadow:0 2px 7px rgba(0,0,0,.045); text-align:left; }
.home-investor-favourites .product-listing-card__media { position:relative; aspect-ratio:1 / 1.04; overflow:hidden; background:linear-gradient(145deg,#fff,#faf8f4); }
.home-investor-favourites .card-product .product-img { align-items:center; justify-content:center; }
.home-investor-favourites .card-product .card-product-wrapper img { padding:17px; object-fit:contain; }
.home-investor-favourites .card-product .img-hover { display:block; transform:translateX(100%); }
.home-investor-favourites .product-listing-card__actions { top:13px !important; right:13px !important; bottom:auto !important; left:auto !important; }
.home-investor-favourites .product-listing-card__actions .box-icon { width:25px; height:25px; padding:0; border:0; background:transparent; color:#8a8a8a; box-shadow:none; }
.home-investor-favourites .product-listing-card__actions .box-icon .icon { font-size:20px; }
.home-investor-favourites .product-listing-card__actions .tooltip { display:none; }
.home-investor-favourites .card-product .card-product-wrapper .on-sale-wrap { top:13px; right:auto; bottom:auto; left:13px; }
.home-investor-favourites .card-product .card-product-wrapper .on-sale-wrap .on-sale-item { min-width:42px; padding:0 9px; border-radius:16px; background:#ff593c; font-size:12px; font-weight:600; line-height:25px; }
.home-investor-favourites .product-listing-card__info { display:grid; flex:1; align-content:start; gap:5px; padding:11px 18px 18px; }
.home-investor-favourites .product-listing-card__brand { min-height:16px; font-size:11px; line-height:16px; text-transform:uppercase; }
.home-investor-favourites .product-listing-card__brand strong { color:#bc8308; font-weight:600; }
.home-investor-favourites .card-product-info .title { min-height:38px; color:#181818; font-size:15px; font-weight:600; line-height:19px; }
.home-investor-favourites .product-listing-card__spec { display:flex; align-items:center; gap:6px; min-height:17px; color:#555; font-size:12px; line-height:17px; }
.home-investor-favourites .price-block { min-height:30px; margin-top:11px; }
.home-investor-favourites .card-product-info .price { color:#111; font-size:22px; font-weight:600; line-height:30px; }
.home-investor-favourites .text-sale { margin-right:5px; color:#888; font-size:12px; text-decoration:line-through; }
.home-investor-favourites .product-listing-card__buttons { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:12px; }
.home-investor-favourites .product-listing-card__add, .home-investor-favourites .product-listing-card__view { display:flex; height:45px; min-width:0; align-items:center; justify-content:center; gap:6px; border:1px solid #c88b10; border-radius:6px; color:#c88b10; font-size:12px; font-weight:600; white-space:nowrap; }
.home-investor-favourites .product-listing-card__add { background:#c88b10; color:#fff; }
.home-investor-favourites .product-listing-card__details { display:none; }
.home-investor-favourites .sw-pagination-investor-favourites { margin-top:20px; }
@media only screen and (max-width:767px) { .home-investor-favourites .tf-sw-investor-favourites { max-width:300px; margin:0; overflow:visible; } .home-investor-favourites .product-listing-card__info { padding:10px 12px 13px; } .home-investor-favourites .card-product-info .price { font-size:19px; } }
+
/* Why Buy From Us: confidence and FAQ panels above the guides section. */
.home-why-buy { padding-block:70px; border-block:1px solid #ecdfcb; background:linear-gradient(135deg,#fffdf9 0%,#fff 52%,#fdf9f1 100%); }
.home-why-buy__heading { max-width:1080px; margin:0 auto 24px; text-align:center; }
.home-why-buy__eyebrow { display:inline-flex; align-items:center; gap:12px; color:#b97909; font-size:16px; font-weight:700; letter-spacing:2px; }
.home-why-buy__eyebrow::before, .home-why-buy__eyebrow::after { width:72px; height:1px; background:#c78c28; content:""; }
.home-why-buy__eyebrow i { font-size:20px; }
.home-why-buy__heading h2 { margin:10px 0 7px; color:#111d34;/* font-family:Georgia,"Times New Roman",serif;*/ font-size:45px; font-weight:500; line-height:1.08; }
.home-why-buy__heading h2 span { color:#c58212; }
.home-why-buy__heading p { margin:0; color:#263249; font-size:17px; }
.home-why-buy__slider { position:relative; }
.tf-sw-why-buy { padding:2px; }
.why-buy-card { display:flex; min-height:450px; flex-direction:column; align-items:center; padding:18px 20px 20px; border:1px solid #ece4d8; border-radius:14px; background:linear-gradient(155deg,#fff 0%,#fdfaf4 100%); box-shadow:0 8px 22px rgba(42,30,14,.05); text-align:center; }
.why-buy-card__icon { display:flex; width:76px; height:76px; align-items:center; justify-content:center; margin-bottom:12px; border:2px solid #c98a17; border-radius:50%; background:#101d34; box-shadow:inset 0 0 0 4px #101d34,0 3px 7px rgba(0,0,0,.14); color:#f2bd42; font-size:34px; line-height:1; }
.why-buy-card__icon--chart { position:relative; gap:4px; align-items:flex-end; padding:19px 16px 16px; }.why-buy-card__icon--chart > span { display:block; width:8px; border:2px solid currentColor; border-radius:1px 1px 0 0; }.why-buy-card__icon--chart > span:nth-child(1) { height:11px; }.why-buy-card__icon--chart > span:nth-child(2) { height:19px; }.why-buy-card__icon--chart > span:nth-child(3) { height:29px; }.why-buy-card__icon--chart b { position:absolute; top:11px; right:12px; /*font-family:Arial,sans-serif;*/ font-size:25px; font-weight:500; line-height:1; }
.why-buy-card__icon--delivery svg { width:44px; height:44px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2.15; }
.why-buy-card h3 { margin:0; color:#141b30; font-size:17px; font-weight:700; line-height:1.35; text-transform:uppercase; }
.why-buy-card__rule { display:block; width:78%; height:1px; margin:14px auto; background:linear-gradient(90deg,transparent,#e8d6b6 18%,#c98718 48%,#e8d6b6 82%,transparent); }
.why-buy-card p { min-height:76px; margin:0; color:#263047; font-size:13px; line-height:1.55; }
.why-buy-card__bullion { display:flex; align-items:flex-end; justify-content:center; gap:5px; margin-top:auto; padding-top:15px; }
.why-buy-card__bullion-image { width:calc(100% + 40px); height:190px; margin:auto -20px -20px; overflow:hidden; /*background:#faf7f1;*/ }.why-buy-card__bullion-image img { display:block; width:100%; height:100%; /*object-fit:contain; object-position:center bottom; */}
.why-buy-card__bullion span { display:flex; width:63px; height:136px; flex-direction:column; justify-content:center; border:1px solid #ae7615; border-radius:8px; background:linear-gradient(115deg,#8e5b0d,#fbd36d 32%,#d89e23 57%,#77510b); box-shadow:4px 5px 8px rgba(63,41,7,.18); color:#5e3d0a; font-size:20px; font-weight:700; line-height:1.05; transform:rotate(-7deg); }
.why-buy-card__bullion span + span { height:128px; background:linear-gradient(115deg,#8a8e92,#f5f5f2 34%,#b2b4b3 58%,#76797b); color:#4b4d4c; transform:rotate(7deg); }
.why-buy-card__bullion small { font-size:10px; }
.why-buy-card__price { display:flex; width:132px; flex-direction:column; gap:3px; margin:auto 0 15px; padding:12px 14px; border-radius:8px; background:#fff; box-shadow:0 4px 14px rgba(29,29,29,.11); text-align:left; }
.why-buy-card__price small { color:#bd7607; font-size:11px; font-weight:700; }
.why-buy-card__price strong { color:#151d31; font-size:18px; }
.why-buy-card__price em { color:#009657; font-size:11px; font-style:normal; }
.why-buy-card__chart { width:100%; height:54px; margin-top:auto; opacity:.9; background:linear-gradient(135deg,transparent 0 17%,#d78911 17.5% 19%,transparent 19.5% 31%,#d78911 31.5% 33%,transparent 33.5% 44%,#d78911 44.5% 46%,transparent 46.5% 61%,#d78911 61.5% 63%,transparent 63.5% 76%,#d78911 76.5% 78%,transparent 78.5%),linear-gradient(172deg,transparent 48%,#edc98e 49% 50%,transparent 51%); }
.why-buy-card__parcel { width:88%; min-height:128px; margin-top:auto; padding:24px 24px 14px; border-radius:7px; background:linear-gradient(140deg,#111d2e,#293750); box-shadow:0 9px 14px rgba(6,18,38,.22); color:#e4b33f; /*font-family:Georgia,serif;*/ font-size:16px; font-weight:600; letter-spacing:1px; line-height:1; text-align:left; }
.why-buy-card__parcel b { font-size:19px; }
.why-buy-card__parcel small { float:right; margin-top:35px; padding:8px 5px; border:1px solid #d8a92e; border-radius:50%; color:#e4b33f; /*font-family:Arial,sans-serif;*/ font-size:7px; letter-spacing:0; }
.why-buy-card__payments { display:grid; width:100%; grid-template-columns:repeat(2,1fr); gap:7px; margin-top:auto; }
.why-buy-card__payments b { display:flex; min-height:42px; align-items:center; justify-content:center; border-radius:6px; background:#fff; box-shadow:0 2px 7px rgba(22,22,22,.09); color:#131b2c; font-size:16px; }
.why-buy-card__payments b:nth-child(1) { color:#1254a5; font-style:italic; }.why-buy-card__payments b:nth-child(2) { color:#e93824; letter-spacing:2px; }.why-buy-card__payments b:nth-child(4) span,.why-buy-card__payments b:nth-child(6) span { color:#178c51; }.why-buy-card__payments small { font-size:9px; line-height:1; }
.why-buy-card__contact { width:100%; margin:auto 0 0; padding:0; list-style:none; text-align:left; }
.why-buy-card__contact li { display:flex; align-items:center; gap:10px; padding:8px 0; border-bottom:1px solid #eee5d8; color:#bc790d; font-size:18px; }.why-buy-card__contact li:last-child { border:0; }.why-buy-card__contact a { color:#182038; font-size:12px; }
.why-buy-card__contact-icon { display:inline-flex; width:20px; height:20px; flex:0 0 20px; align-items:center; justify-content:center; color:#c17c0b; font-size:20px; line-height:1; }.why-buy-card__contact-icon--chat { position:relative; width:19px; height:15px; border:1.8px solid currentColor; border-radius:9px; }.why-buy-card__contact-icon--chat::before { content:"•••"; position:absolute; top:-5px; left:3px; font-size:12px; font-weight:700; letter-spacing:0; }.why-buy-card__contact-icon--chat::after { position:absolute; bottom:-4px; left:3px; width:6px; height:6px; border-bottom:1.8px solid currentColor; border-left:1.8px solid currentColor; background:#fffdf9; content:""; transform:skewY(-32deg); }
.home-why-buy__cta { display:flex; max-width:960px; align-items:center; gap:17px; margin:18px auto 0; padding:13px 26px; border-radius:13px; background:linear-gradient(105deg,#1b2b45,#0e192c); box-shadow:0 8px 18px rgba(8,19,37,.18); color:#fff; }
.home-why-buy__cta-icon { display:flex; width:48px; height:48px; flex:0 0 48px; align-items:center; justify-content:center; border:1px solid #dca62f; border-radius:50%; color:#e3ae37; font-size:26px; }
.home-why-buy__cta span:nth-child(2) { display:grid; gap:2px; }.home-why-buy__cta strong { font-size:15px; }.home-why-buy__cta small { font-size:12px; }
.home-why-buy__cta a { display:flex; min-height:39px; align-items:center; gap:18px; margin-left:auto; padding:8px 19px; border-radius:5px; background:linear-gradient(135deg,#f9d26b,#c88712); color:#1a1a1a; font-size:12px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; white-space:nowrap; }
.home-why-buy__faq { margin-top:42px; padding-top:14px; border-top:1px solid #e9dfd1; }
.home-why-buy__faq-heading { text-align:center; }.home-why-buy__faq-heading span { color:#bd790a; font-size:13px; font-weight:700; letter-spacing:2px; }.home-why-buy__faq-heading h3 { margin:4px 0 18px; color:#142038; /*font-family:Georgia,"Times New Roman",serif;*/ font-size:34px; font-weight:500; }
.why-buy-faq-card { min-height:168px; padding:17px; border:1px solid #ede5da; border-radius:10px; background:#fff; }.why-buy-faq-card h4 { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; min-height:41px; margin:0 0 12px; color:#172039; font-size:13px; font-weight:700; line-height:1.35; }.why-buy-faq-card h4 i { flex:0 0 auto; color:#bd790a; font-size:12px; }.why-buy-faq-card p { margin:0; color:#30394d; font-size:12px; line-height:1.55; }
.home-why-buy__faq-link { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:18px; color:#b87309; font-size:13px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; }
.sw-pagination-why-buy, .sw-pagination-why-buy-faq { margin-top:16px; }

/* Product listing hero */
.product-listing-hero { position:relative; overflow:hidden; min-height:246px; padding:16px 0 20px; background:#fffdfb url("../../images/product-listing.png") right center/auto 100% no-repeat; border-bottom:1px solid #efefef; }
.product-listing-hero .container { position:relative; z-index:1; }
.product-listing-hero__breadcrumbs { position:relative; z-index:2; display:flex; align-items:center; gap:10px; margin:0 0 21px; color:#8a8a8a; font-size:12px; line-height:1; }
.product-listing-hero__breadcrumbs a { color:inherit; }.product-listing-hero__breadcrumbs .current { color:#555; }.product-listing-hero__chevron { font-size:15px; color:#aaa; }
.product-listing-hero__content { position:relative; z-index:2; max-width:620px; }.product-listing-hero h1 { margin:0 0 6px; color:#101010; font-size:34px; font-weight:600; letter-spacing:-1px; line-height:1.1; }.product-listing-hero__kicker { margin:0 0 7px; color:#b37a00; font-size:20px; font-weight:500; line-height:1.25; }.product-listing-hero__description { max-width:485px; margin:0; color:#484848; font-size:13px; line-height:1.45; }
.product-listing-hero__benefits { display:flex; align-items:stretch; max-width:710px; margin-top:21px; }.product-listing-hero__benefit { display:flex; align-items:center; gap:10px; min-width:0; padding:0 23px; border-left:1px solid #d9d9d9; }.product-listing-hero__benefit:first-child { padding-left:0; border-left:0; }.product-listing-hero__benefit svg { flex:0 0 24px; width:24px; height:28px; color:#b78208; }.product-listing-hero__benefit strong,.product-listing-hero__benefit span { display:block; white-space:nowrap; }.product-listing-hero__benefit strong { color:#292929; font-size:11px; font-weight:600; line-height:1.2; }.product-listing-hero__benefit span { margin-top:2px; color:#555; font-size:10px; line-height:1.2; }
.product-listing-hero__visual { display:none; }
@media (max-width:991.98px) { .product-listing-hero { background-size:auto 88%; background-position:right bottom; }.product-listing-hero__content { max-width:700px; } }
@media (max-width:767.98px) { .product-listing-hero { min-height:0; padding:14px 0 18px; background-size:auto 58%; background-position:right bottom; }.product-listing-hero__breadcrumbs { margin-bottom:17px; }.product-listing-hero h1 { font-size:30px; }.product-listing-hero__kicker { font-size:18px; }.product-listing-hero__description { max-width:530px; }.product-listing-hero__benefits { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px 0; max-width:480px; }.product-listing-hero__benefit { padding:0 13px; }.product-listing-hero__benefit:nth-child(odd),.product-listing-hero__benefit:nth-child(3) { padding-left:0; border-left:0; }.product-listing-hero__benefit strong,.product-listing-hero__benefit span { white-space:normal; } }
@media (max-width:459.98px) { .product-listing-hero__benefits { grid-template-columns:1fr; gap:11px; }.product-listing-hero__benefit,.product-listing-hero__benefit:nth-child(even) { padding-left:0; border-left:0; } }

/* Mobile product-listing controls */
.product-listing-toolbar__actions { display:flex; align-items:center; gap:12px; }.product-listing-toolbar__filter { display:none; }
.product-listing-filter-float { display:none !important; }
@media (max-width:767.98px) {
  #product-listing-section .product-listing-toolbar { gap:14px; margin-bottom:22px; } #product-listing-section .product-listing-toolbar .meta-filter-shop { width:100%; flex-basis:100%; }
  #product-listing-section .product-listing-toolbar__actions { width:100%; justify-content:space-between; } #product-listing-section .product-listing-toolbar__filter { display:inline-flex; align-items:center; gap:7px; min-height:38px; padding:0 13px; border:1px solid #d7a133; border-radius:5px; background:#fff; color:#1d1d1d; font:600 13px/1 inherit; } #product-listing-section .product-listing-toolbar__filter .icon { color:#b77a00; font-size:16px; }
  #product-listing-section .product-listing-toolbar .tf-control-sorting { width:auto; margin-left:0; gap:8px; } #product-listing-section .product-listing-toolbar__sort-label { font-size:12px; } #product-listing-section .product-listing-toolbar .tf-dropdown-sort { min-width:142px; }
  .product-listing-filter-float { display:block !important; top:auto; right:auto; bottom:20px; left:14px; z-index:110; visibility:hidden; opacity:0; transform:translateY(12px); transition:opacity .2s ease,transform .2s ease,visibility .2s ease; } .product-listing-filter-float.is-visible { visibility:visible; opacity:1; transform:translateY(0); } .product-listing-filter-float button.type-hover { display:flex; width:auto; height:42px; gap:7px; padding:0 14px; border:1px solid #d7a133; border-radius:22px; background:#fff; box-shadow:0 4px 14px rgba(0,0,0,.14); } .product-listing-filter-float button.type-hover span { display:block; font-size:13px; } .product-listing-filter-float button.type-hover:hover { width:auto; padding-right:14px; gap:7px; }
}

/* Listing filter panel */
    .product-filter-panel { width:25% !important; flex:0 0 calc(25% - 14px); align-self:flex-start; height:max-content; padding:0; border:1px solid #ececec; border-radius:9px; background:#fff; overflow:hidden; }
    .product-filter-panel .canvas-wrapper { padding:0; }
    .product-filter-panel .canvas-body { display:flex; flex-direction:column; padding:0 16px 10px; }
    .product-filter-panel__head { display:flex; align-items:center; justify-content:space-between; padding:15px 16px 14px; border-bottom:1px solid #ededed; }
    .product-filter-panel__head h2 { margin:0; color:#171717; font-size:16px; font-weight:600; line-height:1.25; }
    .product-filter-panel__clear { padding:0; border:0; border-bottom:1px solid #222; background:none; color:#222; font:500 12px/1.3 inherit; cursor:pointer; }
    .product-filter-panel .wd-categories { display:none; }
    .product-filter-panel .widget-facet:has(#availability) { order:1; }
    .product-filter-panel .widget-facet:has(#price) { order:2; }
    .product-filter-panel .widget-facet:has(#weight) { order:3; }
    .product-filter-panel .widget-facet:has(#brand) { order:4; }
    .product-filter-panel .widget-facet:has(#highlights) { order:5; }
    .product-filter-panel .widget-facet { margin:0; padding:14px 0 13px; border-bottom:1px solid #e8e8e8; }
    .product-filter-panel .widget-facet:last-child { border-bottom:0; }
    .product-filter-panel .widget-facet .facet-title { gap:9px; padding:0; color:#252525; font-size:12px; font-weight:600; line-height:18px; }
    .product-filter-panel .widget-facet .facet-title::before { width:15px; height:15px; content:""; background:center/contain no-repeat; opacity:.85; }
    .product-filter-panel .widget-facet .facet-title span:first-child { flex:1; }
    .product-filter-panel .widget-facet .facet-title .icon { font-size:8px; }
    .product-filter-panel .widget-facet:has(#availability) .facet-title::before { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23222222' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M8.5 8.5a3.5 3.5 0 1 0-5 5l1 1 5-5-1-1ZM15.5 8.5a3.5 3.5 0 1 1 5 5l-1 1-5-5 1-1ZM12 11.5l-1.5 1.5 1.5 1.5 1.5-1.5-1.5-1.5ZM7 17l2 2M17 17l-2 2'/%3E%3C/svg%3E"); }
    .product-filter-panel .widget-facet:has(#price) .facet-title::before { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23222222' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M14.5 9.5c-.4-1-1.4-1.5-2.5-1.5-1.4 0-2.5.8-2.5 2s1.1 1.8 2.5 2c1.4.2 2.5.8 2.5 2s-1.1 2-2.5 2c-1.1 0-2.1-.5-2.5-1.5M12 6.5v11'/%3E%3C/svg%3E"); }
    .product-filter-panel .widget-facet:has(#weight) .facet-title::before { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23222222' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M5 19h14l-2-10H7L5 19ZM8 9V6h8v3M12 12v3'/%3E%3C/svg%3E"); }
    .product-filter-panel .tf-filter-group { margin:12px 0 0 !important; overflow:visible; }
    .product-filter-panel .widget-facet .list-item { gap:9px !important; }
    .product-filter-panel .widget-facet .list-item:not(:first-child) { margin-top:8px; }
    .product-filter-panel .widget-facet .list-item .label { color:#343434; font-size:12px; font-weight:400; line-height:16px; }
    .product-filter-panel .tf-check { width:13px; height:13px; min-width:13px; border-color:#cfcfcf; border-radius:2px; }
    .product-filter-panel .tf-check:checked { border-color:#c78b08; background-color:#c78b08; }
    .product-filter-panel .widget-price { display:flex; flex-direction:column; gap:11px; margin:12px 0 2px; }
    .product-filter-panel .widget-price .box-title-price { order:1; display:block; margin:0; }
    .product-filter-panel .widget-price .title-price, .product-filter-panel .widget-price .caption-price > span { display:none; }
    .product-filter-panel .widget-price .caption-price { gap:10px; }
    .product-filter-panel .widget-price .caption-price .price-val, .product-filter-panel .widget-price .caption-price .weight-val { width:calc(50% - 5px); height:31px; justify-content:flex-start; padding:7px 23px 7px 9px; border-color:#e3e3e3; border-radius:5px; color:#333; font-size:12px; }
    .product-filter-panel .widget-price .caption-price .price-val::after { left:9px; font-size:12px; }
    .product-filter-panel .widget-price .caption-price .weight-val::after { right:9px; font-size:12px; }
    .product-filter-panel .widget-price .caption-price .price-val::before, .product-filter-panel .widget-price .caption-price .weight-val::before { position:absolute; top:7px; right:8px; content:"⌄"; color:#999; font-size:13px; }
    .product-filter-panel .widget-price .price-val-range { order:2; padding:0 5px; }
    .product-filter-panel .noUi-target { height:3px; border:0; border-radius:3px; background:#dedede; box-shadow:none; }
    .product-filter-panel .noUi-connect { background:#d59a06; }
    .product-filter-panel .noUi-horizontal .noUi-handle { top:-5px; width:12px; height:12px; border:2px solid #d59a06; border-radius:50%; background:#fff; box-shadow:none; cursor:pointer; }
    .product-filter-panel .noUi-handle::before, .product-filter-panel .noUi-handle::after { display:none; }
    @media (min-width: 1200px) { .tf-row-flex:has(.product-filter-panel) { gap:28px; align-items:flex-start; } .product-filter-panel { position:sticky; top:20px; max-height:calc(100vh - 40px); overflow-x:hidden; overflow-y:auto; } .product-filter-panel .canvas-body { overflow:visible; overscroll-behavior-y:auto; } .product-filter-panel::-webkit-scrollbar { width:5px; } .product-filter-panel::-webkit-scrollbar-thumb { border-radius:5px; background:#cfcfcf; } .tf-row-flex:has(.product-filter-panel) .tf-shop-content { width:calc(65% - 14px); flex:1 1 0; } }
    @media (max-width: 1199.98px) { .product-filter-panel { width:auto !important; border:0; border-radius:0; } .product-filter-panel .canvas-body { padding:0 20px; } .product-filter-panel__head { display:none; } }

    .product-listing-toolbar { display:flex; align-items:flex-start; gap:18px; margin-bottom:30px; }
    .product-listing-toolbar .meta-filter-shop { flex:1; min-width:0; margin:0; }
    .product-listing-toolbar .tf-control-sorting { display:flex; align-items:center; gap:10px; margin-left:auto; white-space:nowrap; }
    .product-listing-toolbar__sort-label { color:#333; font-size:13px; }
    .product-listing-toolbar .tf-dropdown-sort { min-width:165px; }
    @media (max-width: 767.98px) { .product-listing-toolbar { flex-wrap:wrap; } .product-listing-toolbar .tf-control-sorting { width:100%; justify-content:space-between; } }

    /* Product listing cards */
    #gridLayout { position:relative; z-index:2; isolation:isolate; overflow:visible; }
    #footer { position:relative; z-index:1; }
    #gridLayout .card-product { position:relative; z-index:0; display:flex; flex-direction:column; min-width:0; border:1px solid #ededed; border-radius:9px; background:#fff; box-shadow:0 2px 7px rgba(0,0,0,.045); overflow:visible; transition:transform .25s ease, box-shadow .25s ease; }
    #gridLayout .card-product:hover, #gridLayout .card-product:focus-within { z-index:50; transform:translateY(-9px) scale(1.018); box-shadow:0 18px 32px rgba(21,16,7,.2); }
    #gridLayout .card-product .product-listing-card__media { aspect-ratio:1 / 1.04; border-radius:0; overflow:hidden; background:linear-gradient(145deg,#fff 0%,#faf8f4 100%); }
    #gridLayout .card-product .product-img { align-items:center; justify-content:center; }
    #gridLayout .card-product .card-product-wrapper img { object-fit:contain; object-position:center; padding:17px; transition:transform .42s cubic-bezier(.22,.61,.36,1), opacity .42s ease; }
    #gridLayout .card-product .card-product-wrapper .img-product { transform:translateX(0); }
    #gridLayout .card-product .card-product-wrapper .img-hover { display:block; z-index:1; opacity:1; transform:translateX(100%); }
    #gridLayout .card-product .card-product-wrapper:hover .product-img .img-product, #gridLayout .card-product .card-product-wrapper:focus-within .product-img .img-product { opacity:1; transform:translateX(-100%); }
    #gridLayout .card-product .card-product-wrapper:hover .product-img .img-hover, #gridLayout .card-product .card-product-wrapper:focus-within .product-img .img-hover { opacity:1; transform:translateX(0); }
    #gridLayout .card-product .product-listing-card__actions { top:13px; right:13px; left:auto; bottom:auto; }
    #gridLayout .card-product .product-listing-card__actions .box-icon { width:25px; height:25px; padding:0; border:0; background:transparent; color:#8a8a8a; box-shadow:none; }
    #gridLayout .card-product .product-listing-card__actions .box-icon .icon { font-size:20px; }
    #gridLayout .card-product .product-listing-card__actions .tooltip { display:none; }
    #gridLayout .card-product .card-product-wrapper .on-sale-wrap { top:13px; left:13px; right:auto; }
    #gridLayout .card-product .card-product-wrapper .on-sale-wrap .on-sale-item { min-width:42px; padding:0 9px; border-radius:16px; background:#ff593c; font-size:12px; font-weight:600; line-height:25px; }
    #gridLayout .card-product .product-listing-card__info { flex:1; align-content:start; gap:5px; padding:11px 18px 18px; text-align:left; }
    #gridLayout .card-product .product-listing-card__brand { min-height:16px; color:#818181; font-size:11px; line-height:16px; text-transform:uppercase; }
    #gridLayout .card-product .product-listing-card__brand strong { color:#bc8308; font-weight:600; }
    #gridLayout .card-product .card-product-info .title { min-height:38px; color:#181818; font-size:15px; font-weight:600; line-height:19px; }
    #gridLayout .card-product .product-listing-card__spec { display:flex; align-items:center; gap:6px; min-height:17px; color:#555; font-size:12px; line-height:17px; }
    #gridLayout .card-product .product-listing-card__spec span { color:#b7b7b7; }
    #gridLayout .card-product .price-block { min-height:30px; margin-top:11px; }
    #gridLayout .card-product .card-product-info .price { color:#111; font-size:22px; font-weight:600; line-height:30px; }
    #gridLayout .card-product .text-sale { margin-right:5px; color:#888; font-size:12px; text-decoration:line-through; }
    #gridLayout .card-product .product-listing-card__buttons { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:12px; }
    #gridLayout .card-product .product-listing-card__add, #gridLayout .card-product .product-listing-card__view { display:flex; align-items:center; justify-content:center; gap:6px; min-width:0; height:45px; border:1px solid #c88b10; border-radius:6px; color:#c88b10; font-size:12px; font-weight:600; white-space:nowrap; transition:background .2s ease,color .2s ease; }
    #gridLayout .card-product .product-listing-card__add { background:#c88b10; color:#fff; }
    #gridLayout .card-product .product-listing-card__add .icon { font-size:16px; }
    #gridLayout .card-product .product-listing-card__add:hover { background:#9f6e05; border-color:#9f6e05; color:#fff; }
    #gridLayout .card-product .product-listing-card__view:hover { background:#c88b10; color:#fff; }
    #gridLayout .card-product .product-listing-card__details { display:none; }
    @media (min-width: 768px) and (hover:hover) {
        #gridLayout .card-product:has(.product-listing-card__details):hover .product-listing-card__details,
        #gridLayout .card-product:has(.product-listing-card__details):focus-within .product-listing-card__details { display:block; position:absolute; z-index:51; top:100%; left:-1px; right:-1px; padding:12px 18px 14px; border:1px solid #ededed; border-top:1px solid #c88b10; border-radius:0 0 9px 9px; background:#fff; box-shadow:0 15px 25px rgba(21,16,7,.2); }
        #gridLayout .card-product:has(.product-listing-card__details):hover, #gridLayout .card-product:has(.product-listing-card__details):focus-within { border-radius:9px 9px 0 0; }
    }
    #gridLayout .product-listing-card__specifications { display:grid; gap:7px; margin:0; }
    #gridLayout .product-listing-card__specifications > div { display:grid; grid-template-columns:minmax(0, 1fr) minmax(0, 1.25fr); gap:10px; color:#252525; font-size:12px; line-height:16px; }
    #gridLayout .product-listing-card__specifications dt, #gridLayout .product-listing-card__specifications dd { margin:0; }
    #gridLayout .product-listing-card__specifications dt { font-weight:600; }
    #gridLayout .product-listing-card__specifications dd { text-align:right; }
    #gridLayout .product-listing-card__full-details { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:12px; padding-top:11px; border-top:1px solid #c88b10; color:#c88b10; font-size:12px; font-weight:600; }
    #gridLayout .product-listing-card__full-details span { font-size:17px; line-height:12px; }
    @media (max-width: 767.98px) { #gridLayout .card-product .product-listing-card__info { padding:10px 12px 13px; } #gridLayout .card-product .card-product-info .price { font-size:19px; } }

/* International telephone input within floating-label fields */
.tf-field.style-1.mobile-phone-field .iti { display:block; width:100%; }.tf-field.style-1.mobile-phone-field .iti .tf-input { padding-left:80px !important; }.tf-field.style-1.mobile-phone-field .tf-field-label { left:80px; z-index:1; pointer-events:none; }
.tf-field.style-1.mobile-phone-field:focus-within .tf-field-label,.tf-field.style-1.mobile-phone-field:has(.tf-input:not(:placeholder-shown)) .tf-field-label { top:4px; left:80px; transform:scale(.8); background-color:transparent; padding:0; font-size:14px; }
@media only screen and (min-width:1150px) { .home-why-buy .sw-pagination-why-buy, .home-why-buy .sw-pagination-why-buy-faq { display:none; } }
@media only screen and (max-width:767px) {
  .home-why-buy { padding-block:45px; }.home-why-buy__heading { margin-bottom:19px; }.home-why-buy__eyebrow { gap:8px; font-size:12px; letter-spacing:1.4px; }.home-why-buy__eyebrow::before, .home-why-buy__eyebrow::after { width:30px; }.home-why-buy__heading h2 { font-size:35px; }.home-why-buy__heading p { font-size:14px; line-height:1.5; }
  .home-why-buy .tf-sw-why-buy, .home-why-buy .tf-sw-why-buy-faq { overflow:visible; }.why-buy-card { min-height:420px; padding:17px; }.why-buy-card__icon { width:64px; height:64px; font-size:28px; }.why-buy-card h3 { font-size:16px; }.why-buy-card p { min-height:68px; }.home-why-buy__cta { align-items:flex-start; flex-wrap:wrap; padding:16px; }.home-why-buy__cta a { width:100%; justify-content:center; margin:4px 0 0; }.home-why-buy__faq { margin-top:32px; }.home-why-buy__faq-heading h3 { font-size:28px; }.why-buy-faq-card { min-height:153px; }
}

/* Product detail redesign */
.product-detail-page{background:#fff;color:#101a2d}.product-detail-breadcrumb{padding:17px 0 9px}.product-detail-hero{padding:0 0 42px}.product-detail-gallery .tf-product-media-main{border-radius:18px;background:#f8f7f4;overflow:hidden}.product-detail-gallery .tf-product-media-main .item{display:block;aspect-ratio:1/1}.product-detail-gallery .tf-product-media-main .item img{object-fit:contain;background:#f8f7f4}.product-detail-gallery .tf-product-media-thumbs{max-height:500px}.product-detail-gallery .tf-product-media-thumbs .swiper-slide{height:94px}.product-detail-gallery .tf-product-media-thumbs .item{height:94px;border:1px solid #e8e3da;border-radius:10px;overflow:hidden;background:#fff}.product-detail-gallery .tf-product-media-thumbs .item img{object-fit:contain}.product-detail-gallery .tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item{border-color:#c98609}.product-detail-features{display:grid;grid-template-columns:repeat(4,1fr);margin-top:24px;border:1px solid #ece7df;border-radius:10px;background:#fff}.product-detail-features>div{min-width:0;padding:14px 8px;text-align:center;border-right:1px solid #ece7df}.product-detail-features>div:last-child{border:0}.product-detail-features__icon{display:block;color:#d28b08;font-size:21px;line-height:1}.product-detail-features strong,.product-detail-features small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-detail-features strong{margin-top:6px;font-size:12px}.product-detail-features small{font-size:10px;color:#697083}.product-detail-purchase{padding:4px 0 0 20px}.product-detail-purchase h1{margin:0 0 14px;color:#101827;/*font-family:Georgia,serif;*/font-size:34px;font-weight:500;line-height:1.16}.product-detail-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.product-detail-badges span{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #ece9e3;border-radius:20px;background:#fff;font-size:12px;line-height:1}.product-detail-badges span i{width:10px;height:10px;border-radius:50%;background:#31a326}.product-detail-badges .is-out-stock i{background:#ce3e32}.product-detail-summary{max-width:680px;margin:0 0 17px;font-size:14px;line-height:1.55}.product-detail-low-stock{display:grid;grid-template-columns:1.1fr 1fr;gap:18px;padding:12px 16px;margin:0 0 16px;border:1px solid #f4c7ad;border-radius:10px;background:#fffaf6}.product-detail-low-stock strong,.product-detail-low-stock span{display:block;font-size:13px}.product-detail-low-stock strong{color:#e56f00}.product-detail-low-stock b{display:block;height:5px;margin-top:9px;border-radius:5px;background:#f37500}.product-detail-low-stock p{align-self:center;margin:0;padding-left:18px;border-left:1px solid #eee1d7;font-size:12px;line-height:1.5}.product-detail-share-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.product-detail-share,.product-detail-payment{display:flex;align-items:center;gap:8px;font-size:12px}.product-detail-share a{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid #e8eaef;border-radius:50%;color:#1464b1;font-weight:700}.product-detail-payment{font-weight:600}.product-detail-payment .icon{font-size:17px}.product-detail-slabs{overflow:hidden;margin-bottom:17px;border:1px solid #ece9e3;border-radius:10px}.product-detail-slabs .choose-option-item{display:grid;grid-template-columns:1.25fr .65fr 1fr .45fr;align-items:center;gap:8px;min-height:39px;padding:7px 13px;border-bottom:1px solid #ece9e3;font-size:13px}.product-detail-slabs .choose-option-item:last-child{border-bottom:0}.product-detail-slabs strong{font-weight:600}.product-detail-slabs b{padding:4px 7px;border-radius:4px;background:#d68b00;color:#fff;font-size:10px}.product-detail-slabs em{color:#ce8200;font-size:17px;font-style:normal;font-weight:700;text-align:right}.product-detail-slabs small{color:#e56f00;text-align:right}.product-detail-order-row{display:grid;grid-template-columns:160px minmax(0,1fr) 75px;align-items:end;gap:16px}.product-detail-order-row .tf-product-info-quantity{margin:0}.product-detail-order-row .quantity-title{display:block;margin-bottom:6px;font-size:12px;font-weight:600}.product-detail-order-row .wg-quantity{height:50px;border:1px solid #e6e8ed;border-radius:8px}.product-detail-add-to-cart{min-height:50px;border-radius:7px!important;background:linear-gradient(90deg,#db9205,#e6a000)!important;color:#fff!important;font-weight:700}.product-detail-wishlist{display:flex!important;width:75px;height:50px;align-items:center;justify-content:center;border:1px solid #e0e3e8;border-radius:8px;background:#fff}.product-detail-wishlist .icon{font-size:23px}.product-detail-delivery-banner{display:flex;align-items:center;justify-content:center;gap:12px;min-height:42px;margin-top:19px;border-radius:8px;background:#f2f8f5;color:#1c5d42;font-size:13px}.product-detail-delivery-banner i{font-size:20px}.product-detail-security{display:grid;grid-template-columns:1fr 1fr;margin-top:8px;border:1px solid #e8ebee;border-radius:9px}.product-detail-security>div{display:flex;align-items:center;gap:13px;padding:13px 22px}.product-detail-security>div+div{border-left:1px solid #e0e3e8}.product-detail-security>div>i{color:#102957;font-size:27px}.product-detail-security p{margin:0}.product-detail-security strong,.product-detail-security span{display:block}.product-detail-security strong{font-size:12px}.product-detail-security span{margin-top:3px;color:#687083;font-size:11px}.product-detail-tabs{padding:8px 0 55px}.product-detail-tabs .widget-tabs{border-radius:10px;overflow:hidden}.product-detail-tabs .widget-content-inner{padding:22px 42px;color:#596174;font-size:14px;line-height:1.6}.product-detail-specifications{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 36px;margin:0}.product-detail-specifications>div{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #eceef1}.product-detail-specifications dt{font-weight:600}.product-detail-specifications dd{margin:0;text-align:right}
@media(max-width:991.98px){.product-detail-purchase{padding-left:0}.product-detail-gallery{position:static!important}.product-detail-purchase h1{font-size:30px}.product-detail-gallery .tf-product-media-thumbs{max-height:none}.product-detail-gallery .tf-product-media-thumbs .swiper-slide{height:76px}.product-detail-gallery .tf-product-media-thumbs .item{height:76px}}
@media(max-width:575.98px){.product-detail-breadcrumb{padding-top:11px}.product-detail-breadcrumb .tf-breadcrumb-list{overflow:hidden;white-space:nowrap;font-size:12px}.product-detail-hero{padding-bottom:27px}.product-detail-gallery .thumbs-slider{gap:8px}.product-detail-gallery .tf-product-media-main .item{aspect-ratio:1/1}.product-detail-gallery .tf-product-media-thumbs .swiper-slide,.product-detail-gallery .tf-product-media-thumbs .item{height:62px}.product-detail-features{margin-top:13px}.product-detail-features>div{padding:10px 4px}.product-detail-features strong{font-size:10px}.product-detail-features small{font-size:9px}.product-detail-purchase h1{font-size:26px}.product-detail-summary{font-size:13px}.product-detail-low-stock{grid-template-columns:1fr}.product-detail-low-stock p{padding:8px 0 0;border-top:1px solid #eee1d7;border-left:0}.product-detail-share-row{display:block}.product-detail-payment{margin-top:11px}.product-detail-slabs .choose-option-item{grid-template-columns:1.2fr .7fr 1fr .35fr;padding-inline:9px;font-size:12px}.product-detail-slabs em{font-size:14px}.product-detail-order-row{grid-template-columns:112px minmax(0,1fr) 48px;gap:8px}.product-detail-order-row .wg-quantity{height:47px}.product-detail-wishlist{width:48px;height:47px}.product-detail-add-to-cart{min-height:47px;padding-inline:6px;font-size:12px}.product-detail-delivery-banner{gap:7px;padding:8px;font-size:11px;text-align:center}.product-detail-security>div{padding:12px 8px;gap:8px}.product-detail-security>div>i{font-size:21px}.product-detail-security strong{font-size:10px}.product-detail-security span{font-size:9px}.product-detail-tabs .widget-menu-tab{overflow:auto;justify-content:flex-start}.product-detail-tabs .widget-content-inner{padding:17px;font-size:13px}.product-detail-specifications{grid-template-columns:1fr}}

/* Price-slab discount comparison */
.product-detail-slabs .choose-option-item{grid-template-columns:1.2fr .6fr 1fr .85fr .35fr}.product-detail-slabs del{color:#747983;font-size:12px;text-align:right}@media(max-width:575.98px){.product-detail-slabs .choose-option-item{grid-template-columns:1.08fr .55fr .92fr .75fr .35fr;padding-inline:7px;font-size:10px}.product-detail-slabs em{font-size:12px}.product-detail-slabs del{font-size:9px}.product-detail-slabs b{padding:3px;font-size:8px}}

/* Product detail social sharing */
.product-detail-share a{/*font-family:Arial,sans-serif;*/text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.product-detail-share a:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(15,38,73,.15)}.product-detail-share__facebook{color:#1769bb!important;font-size:19px;line-height:1;font-weight:700}.product-detail-share__twitter{color:#1da1f2!important;font-size:14px}.product-detail-share__pinterest{color:#e60023!important;font-size:14px}.product-detail-share__linkedin{color:#0a66c2!important;font-size:14px;font-weight:700}.product-detail-share__email{color:#d08a0c!important;font-size:14px}

/* Product-detail safe checkout strip */
.product-detail-share-row{align-items:center}.product-detail-payment{min-height:56px;padding-left:24px;border-left:1px solid #e6e8ec;flex-direction:column;align-items:flex-start;gap:4px}.product-detail-payment__title{display:flex;align-items:center;gap:7px;color:#182237;font-size:11px;font-weight:700;white-space:nowrap}.product-detail-payment__title .icon{font-size:16px}.product-detail-payment>img{display:block;width:196px;height:auto;object-fit:contain}
@media(max-width:767.98px){.product-detail-share-row{align-items:flex-start}.product-detail-payment{padding-left:0;border-left:0}.product-detail-payment>img{width:180px}}

/* Equal share and checkout columns */
.product-detail-share-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:stretch}.product-detail-share{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;min-width:0}.product-detail-share__title,.product-detail-share__icons{display:flex;align-items:center;gap:8px}.product-detail-share__title{color:#182237;font-size:11px;font-weight:700}.product-detail-share__title .icon{font-size:16px}.product-detail-share__icons a{flex:0 0 30px}@media(max-width:575.98px){.product-detail-share-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.product-detail-payment{min-width:0;padding-left:12px;border-left:1px solid #e6e8ec}.product-detail-payment>img{width:100%;max-width:180px}.product-detail-share__icons{gap:4px}.product-detail-share__icons a{flex-basis:26px;width:26px;height:26px}.product-detail-share__title,.product-detail-payment__title{font-size:10px}}

/* Product-detail purchase controls */
.product-detail-add-to-cart{justify-content:center!important;text-align:center}.product-detail-add-to-cart .icon{margin-right:3px;font-size:19px}.product-detail-wishlist .icon-heart-full{color:#d12c2c}

/* Product-detail price-match and reassurance area */
.product-detail-price-match{display:grid;grid-template-columns:52px minmax(0,1.1fr) minmax(160px,1fr) 20px;align-items:center;gap:12px;min-height:64px;padding:8px 14px;margin-top:22px;border-radius:8px;background:linear-gradient(90deg,#fff2cb,#fff9e9);color:#542607}.product-detail-price-match__seal{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center}.product-detail-price-match__seal svg{display:block;width:46px;height:46px;filter:drop-shadow(0 2px 2px rgba(103,62,0,.28))}.price-match-seal__rays{fill:#e1a20d;stroke:#ba7600;stroke-width:1.25;stroke-linejoin:round}.price-match-seal__inner{fill:#d18a00;stroke:#f8d76a;stroke-width:2}.price-match-seal__shield{fill:none;stroke:#fff4c9;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.price-match-seal__check{fill:none;stroke:#fff4c9;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.product-detail-price-match strong,.product-detail-price-match span{display:block}.product-detail-price-match strong{font-size:15px;font-weight:800;text-transform:uppercase}.product-detail-price-match span{margin-top:2px;font-size:12px;font-weight:600}.product-detail-price-match p{margin:0;padding-left:20px;border-left:1px solid #e6cf92;color:#3c321f;font-size:10px;line-height:1.35}.product-detail-price-match>i{color:#ecae09;font-size:18px;font-style:normal}.product-detail-security{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-security>div:last-child>i{border:2px solid currentColor;border-radius:50%;/*font-family:Georgia,serif;*/font-size:19px;font-style:normal;font-weight:700}
@media(max-width:767.98px){.product-detail-price-match{grid-template-columns:44px minmax(0,1fr);gap:8px}.product-detail-price-match__seal,.product-detail-price-match__seal svg{width:39px;height:39px}.product-detail-price-match strong{font-size:12px}.product-detail-price-match span{font-size:10px}.product-detail-price-match p,.product-detail-price-match>i{display:none}.product-detail-security{grid-template-columns:1fr}.product-detail-security>div+div{border-top:1px solid #e0e3e8;border-left:0}}

.product-detail-price-match__info{position:relative;display:inline-flex;width:15px;height:15px;padding:0;align-items:center;justify-content:center;border:1px solid #543415;border-radius:50%;background:transparent;color:#543415;/*font-family:Georgia,serif;*/font-size:10px;font-weight:700;line-height:1;vertical-align:middle;cursor:help}.product-detail-price-match__info>span{position:absolute;z-index:20;bottom:calc(100% + 9px);left:50%;display:block;width:220px;padding:9px 10px;border-radius:6px;background:#17233b;color:#fff;font-family:inherit;font-size:11px;font-weight:400;line-height:1.35;text-align:left;white-space:normal;opacity:0;pointer-events:none;transform:translate(-50%,4px);transition:opacity .18s ease,transform .18s ease}.product-detail-price-match__info>span::after{position:absolute;top:100%;left:50%;border:5px solid transparent;border-top-color:#17233b;content:"";transform:translateX(-50%)}.product-detail-price-match__info:hover>span,.product-detail-price-match__info:focus-visible>span{opacity:1;transform:translate(-50%,0)}

/* Three-column quantity-price slab layout */
.product-detail-slabs .choose-option-item{grid-template-columns:minmax(185px,1fr) minmax(190px,1.2fr) 55px}.product-detail-slab__range,.product-detail-slab__price{display:flex;align-items:center;gap:14px;min-width:0}.product-detail-slab__range b{flex:0 0 auto}.product-detail-slab__price{justify-content:flex-start}.product-detail-slab__price em{min-width:96px;text-align:left}.product-detail-slab__price del{font-size:12px;white-space:nowrap}.product-detail-slabs .choose-option-item>small{text-align:right}@media(max-width:575.98px){.product-detail-slabs .choose-option-item{grid-template-columns:minmax(106px,1fr) minmax(124px,1.25fr) 32px;gap:4px;padding-inline:8px}.product-detail-slab__range,.product-detail-slab__price{gap:6px}.product-detail-slab__price em{min-width:0;font-size:12px}.product-detail-slab__price del{font-size:9px}.product-detail-slab__range b{font-size:8px}}
+
/* Product gallery zoom pane */
.product-detail-gallery .tf-product-media-main{position:relative}.product-detail-gallery .tf-product-media-main>.drift-zoom-pane{z-index:10;border-radius:inherit}
@media(max-width:575.98px){.product-detail-order-row{grid-template-columns:minmax(0,1fr) 48px;align-items:end}.product-detail-order-row .tf-product-info-quantity{grid-column:1/-1;width:100%}.product-detail-order-row .tf-product-info-quantity .wg-quantity{width:100%}.product-detail-order-row .product-detail-add-to-cart{grid-column:1}.product-detail-order-row .product-detail-wishlist{grid-column:2}}
.product-detail-delivery-banner__icon{width:19px;height:19px;flex:0 0 19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Focused checkout experience.  The existing address, delivery and payment
   controls keep their original hooks; these rules only provide the checkout
   layout and visual hierarchy. */
body:has(.checkout-shell){background:#fafafa}body:has(.checkout-shell) #header{display:none}.checkout-journey{border-bottom:1px solid #e5e7eb;background:#fff}.checkout-journey__inner{display:grid;grid-template-columns:250px minmax(360px,1fr) 245px;align-items:center;min-height:94px;gap:32px}.checkout-journey__brand img{display:block;max-width:205px;max-height:78px;object-fit:contain}.checkout-journey__steps{display:flex;justify-content:center;gap:0;padding:0;margin:0;list-style:none}.checkout-journey__steps li{position:relative;display:grid;justify-items:center;min-width:88px;gap:6px;color:#8a8f99;font-size:11px}.checkout-journey__steps li+li:before{position:absolute;top:13px;right:calc(50% + 20px);width:50px;height:1px;background:#d9dde4;content:""}.checkout-journey__steps span{display:grid;width:27px;height:27px;place-items:center;border:1px solid #d5dae2;border-radius:50%;background:#fff;font-size:12px}.checkout-journey__steps strong{font-weight:500}.checkout-journey__steps .is-active{color:#946000}.checkout-journey__steps .is-active span{border-color:#c78500;background:#c78500;color:#fff}.checkout-journey__steps .is-active strong{font-weight:700}.checkout-journey__support{display:grid;gap:3px;padding-left:22px;border-left:1px solid #eceef1;color:#1d293b;font-size:11px}.checkout-journey__support strong{font-size:13px}.checkout-journey__support strong i{margin-right:5px;color:#b97a00;font-size:17px}.checkout-journey__support small{color:#7b8390}.checkout-journey__support b{color:#1d293b}.checkout-shell{padding:27px 0 55px!important;background:#fafafa}.checkout-page-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px}.checkout-page-heading h1{margin:0;color:#16191f;font-size:29px;font-weight:700;line-height:1.1}.checkout-page-heading>div>p{margin:5px 0 0;color:#707784;font-size:13px}.checkout-page-heading__insured{display:flex;align-items:center;gap:11px;margin:0;color:#313743}.checkout-page-heading__insured>i{color:#c9850b;font-size:29px}.checkout-page-heading__insured strong,.checkout-page-heading__insured small{display:block;font-size:11px;line-height:1.35}.checkout-page-heading__insured small{color:#747b85}.checkout-shell .tf-page-cart-wrap{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px;align-items:start}.checkout-shell .checkout-steps,.checkout-shell .tf-page-cart-footer{width:auto;min-width:0;margin:0}.checkout-shell .tf-page-cart-footer{position:sticky;top:18px;border:1px solid #e2e5e9;border-radius:9px;background:#fff;box-shadow:0 2px 7px rgba(18,28,44,.03)}.checkout-shell .tf-cart-footer-inner{padding:18px 14px 0}.checkout-order-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 15px}.checkout-order-heading h5{margin:0;color:#20242c;font-size:16px;font-weight:700}.checkout-order-heading a{color:#b87600;font-size:11px;font-weight:700}.checkout-shell #checkout-accordion{margin:0!important;border:1px solid #e1e5ea;border-radius:9px;background:#fff;overflow:hidden}.checkout-shell .flat-toggle{margin:0!important;border:0!important;border-bottom:1px solid #e8ebee}.checkout-shell .flat-toggle:last-child{border-bottom:0}.checkout-shell .toggle-title{position:relative;display:flex!important;align-items:center;min-height:54px;padding:0 42px 0 49px!important;background:#fff!important;color:#22272f!important;font-size:13px!important;font-weight:700!important}.checkout-shell .toggle-title:before{position:absolute;left:16px;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#c88300;color:#fff;font-size:11px;font-weight:700;content:""}.checkout-shell .flat-toggle[data-step="1"] .toggle-title:before{content:"1"}.checkout-shell .flat-toggle[data-step="2"] .toggle-title:before{content:"2"}.checkout-shell .flat-toggle[data-step="3"] .toggle-title:before{content:"3"}.checkout-shell .flat-toggle[data-step="4"] .toggle-title:before{content:"4"}.checkout-shell .flat-toggle[data-step="5"] .toggle-title:before{content:"5"}.checkout-shell .flat-toggle[data-step="6"] .toggle-title:before{content:"6"}.checkout-shell .toggle-title:after{position:absolute;right:18px;color:#667080;font-size:18px;content:"7"}.checkout-shell .flat-toggle.active .toggle-title{min-height:58px}.checkout-shell .flat-toggle.active .toggle-title:after{transform:rotate(180deg)}.checkout-shell .toggle-content{padding:0 16px 16px!important;background:#fff}.checkout-shell .delivery-address-list{display:grid;gap:12px}.checkout-shell .delivery-address-item,.checkout-shell .billing-address-item{position:relative;display:block;min-height:76px;padding:15px 42px 13px 49px;border:1px solid #e5e8eb;border-radius:6px;color:#4e5662;font-size:12px;line-height:1.65}.checkout-shell .delivery-address-item:has(input:checked),.checkout-shell .billing-address-item:has(input:checked){border-color:#d8a043;background:#fffdf8;box-shadow:inset 0 0 0 1px rgba(212,151,43,.15)}.checkout-shell .delivery-address-item input,.checkout-shell .billing-address-item input{position:absolute;top:20px;left:15px;appearance:none;width:15px;height:15px;border:1px solid #c9cfd7;border-radius:50%;background:#fff}.checkout-shell .delivery-address-item input:checked,.checkout-shell .billing-address-item input:checked{border:5px solid #c88300}.checkout-shell .delivery-edit-wrap,.checkout-shell .billing-edit-wrap{position:absolute;z-index:2;top:73px;right:32px}.checkout-shell .delivery-edit-btn,.checkout-shell .billing-edit-btn{display:inline-flex!important;gap:5px;color:#8c6108!important;font-size:11px!important}.checkout-shell .delivery-step-footer{display:flex;justify-content:flex-end;margin-top:12px}.checkout-shell .delivery-step-footer .tf-btn,.checkout-shell .toggle-content>.tf-btn{min-width:104px;min-height:39px;padding:0 17px!important;border-radius:4px!important;background:#111!important;color:#fff!important;font-size:12px!important}.checkout-shell .whatsapp-optin-box,.checkout-shell .delivery-whatsapp-note{font-size:12px}.checkout-shell .delivery-method-item,.checkout-shell .payment-method-card{border-color:#e2e5e9!important;border-radius:6px!important}.checkout-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:16px;border:1px solid #e1e5e9;border-radius:7px;background:#fff}.checkout-trust-grid>div{display:flex;gap:9px;padding:12px 10px}.checkout-trust-grid>div+div{border-left:1px solid #e8ebef}.checkout-trust-grid i{color:#c88300;font-size:23px}.checkout-trust-grid strong,.checkout-trust-grid small{display:block;line-height:1.35}.checkout-trust-grid strong{font-size:10px}.checkout-trust-grid small{color:#747c87;font-size:9px}.checkout-shell .wrap-checkout-product{max-height:286px;overflow:auto;padding:0 0 10px;margin:0 0 13px;border-bottom:1px solid #e9edf0}.checkout-shell .widget-wrap-checkout .checkout-product-item{gap:10px;padding:0 0 13px;margin:0 0 13px;border:0}.checkout-shell .widget-wrap-checkout .checkout-product-item .img-product{width:40px;height:56px;flex:0 0 40px;border:1px solid #e7ebef;border-radius:4px}.checkout-shell .widget-wrap-checkout .checkout-product-item .img-product img{width:100%;height:100%;object-fit:contain}.checkout-shell .widget-wrap-checkout .checkout-product-item .content{align-items:flex-start;gap:8px}.checkout-shell .widget-wrap-checkout .checkout-product-item .name{margin:0;color:#252a32;font-size:12px;font-weight:600;line-height:1.35}.checkout-shell .widget-wrap-checkout .checkout-product-item .unit-price{display:none}.checkout-shell .widget-wrap-checkout .checkout-product-item .qty{margin-top:5px;color:#727984!important;font-size:11px}.checkout-shell .widget-wrap-checkout .checkout-product-item .price{color:#1d232d;font-size:12px;font-weight:700}.checkout-shell .tf-page-cart-checkout .line{padding:6px 0!important;border:0!important;color:#535b66;font-size:11px}.checkout-shell .tf-page-cart-checkout .line>span:last-child{color:#29303a;font-weight:600}.checkout-shell .tf-page-cart-checkout .line:has(#checkout-cart-grand-total){margin-top:7px;padding:14px 0!important;border-top:1px solid #dfe4e9!important}.checkout-shell .tf-page-cart-checkout h6{font-size:17px!important}.checkout-shell #checkout-cart-grand-total{color:#1c222b;font-size:20px!important}.checkout-summary-insured{display:flex;align-items:center;gap:10px;margin:8px 0 13px;padding:10px;border:1px solid #f0e1bf;border-radius:6px;background:#fffaf1;color:#554326}.checkout-summary-insured i{color:#cf900b;font-size:23px}.checkout-summary-insured strong,.checkout-summary-insured small{display:block;line-height:1.35}.checkout-summary-insured strong{font-size:11px}.checkout-summary-insured small{color:#727984;font-size:10px}.checkout-promo-form{display:flex;gap:7px}.checkout-promo-form input{min-width:0;flex:1;height:35px;padding:0 10px;border:1px solid #dfe4e9;border-radius:4px;font-size:11px}.checkout-promo-form button{width:61px;border:1px solid #c9ced6;border-radius:4px;background:#fff;color:#262c35;font-size:11px;font-weight:700}.checkout-promo-message{min-height:17px;padding-top:5px;font-size:10px}.checkout-shell .wd-check-payment{margin-top:13px;padding-top:13px;border-top:1px solid #e8ebef}.checkout-shell .wd-check-payment p{font-size:10px;line-height:1.45}.checkout-shell .wd-check-payment label{font-size:10px;line-height:1.4}.checkout-shell .checkout-proceed-payment-btn{display:flex!important;min-height:40px;border-radius:4px!important;background:#050505!important;color:#fff!important;font-size:12px!important}.checkout-shell .checkout-proceed-payment-btn:before{margin-right:7px;font-family:inherit;content:"▣"}
@media(max-width:991.98px){.checkout-journey__inner{grid-template-columns:190px 1fr 190px;gap:16px}.checkout-journey__brand img{max-width:165px}.checkout-shell .tf-page-cart-wrap{grid-template-columns:minmax(0,1fr) 310px;gap:16px}.checkout-page-heading{margin-inline:0}.checkout-trust-grid{grid-template-columns:1fr}.checkout-trust-grid>div+div{border-top:1px solid #e8ebef;border-left:0}}
@media(max-width:767.98px){body:has(.checkout-shell) .listing-topbar{display:none}.checkout-journey__inner{grid-template-columns:1fr auto;min-height:62px;padding:0 15px}.checkout-journey__brand img{max-width:132px;max-height:45px}.checkout-journey__steps{display:none}.checkout-journey__support{padding:0;border:0;text-align:right}.checkout-journey__support small:last-child{display:none}.checkout-journey__support strong{font-size:11px}.checkout-journey__support small{font-size:9px}.checkout-shell{padding:20px 0 33px!important}.checkout-page-heading{align-items:flex-start;margin-bottom:14px}.checkout-page-heading h1{font-size:25px}.checkout-page-heading__insured{max-width:145px;gap:6px}.checkout-page-heading__insured>i{font-size:22px}.checkout-page-heading__insured strong,.checkout-page-heading__insured small{font-size:9px}.checkout-shell .tf-page-cart-wrap{grid-template-columns:1fr;gap:18px}.checkout-shell .tf-page-cart-footer{position:static;order:-1}.checkout-shell .tf-cart-footer-inner{padding:16px 13px 0}.checkout-shell .checkout-steps{order:1}.checkout-shell .toggle-title{min-height:51px;padding-left:45px!important;font-size:12px!important}.checkout-shell .toggle-content{padding-inline:12px!important}.checkout-shell .delivery-address-item,.checkout-shell .billing-address-item{padding-left:43px;font-size:11px}.checkout-shell .delivery-edit-wrap,.checkout-shell .billing-edit-wrap{right:25px}.checkout-trust-grid{grid-template-columns:1fr 1fr}.checkout-trust-grid>div:last-child{grid-column:1/-1;border-top:1px solid #e8ebef;border-left:0}.checkout-shell .wrap-checkout-product{max-height:210px}.checkout-shell .wd-check-payment{display:none}.checkout-shell .checkout-proceed-payment-btn{margin-bottom:14px}.checkout-shell .payment-methods{margin-top:12px!important}}

/* Checkout address-card content */
.checkout-shell #checkout-accordion{display:flex;flex-direction:column}.checkout-shell #checkout-accordion .flat-toggle[data-step="1"]{order:1}.checkout-shell #checkout-accordion .flat-toggle[data-step="2"]{order:2}.checkout-shell #checkout-accordion .flat-toggle[data-step="3"]{order:3}.checkout-shell #checkout-accordion .flat-toggle[data-step="4"]{order:4}.checkout-shell #checkout-accordion .flat-toggle[data-step="5"]{order:5}.checkout-shell #checkout-accordion .flat-toggle[data-step="6"]{order:6}
.checkout-shell .delivery-address-item strong,.checkout-shell .billing-address-item strong,.checkout-shell .delivery-address-item span,.checkout-shell .billing-address-item span{display:block}.checkout-shell .delivery-address-item strong,.checkout-shell .billing-address-item strong{color:#252b34;font-size:12px}.checkout-shell .delivery-address-item em{display:inline-block;margin-left:8px;padding:1px 5px;border-radius:3px;background:#fef1d5;color:#bc790b;font-size:8px;font-style:normal;font-weight:700;text-transform:uppercase}.checkout-shell .checkout-add-address{display:flex;align-items:center;justify-content:center;gap:8px;min-height:54px;margin-top:12px;border:1px dashed #cfd5dc;border-radius:6px;color:#2f353e;font-size:12px;font-weight:600}.checkout-shell .checkout-add-address b{font-size:21px;font-weight:400}
.checkout-shell .checkout-address-intro{margin:1px 0 13px;color:#737b86;font-size:11px}.checkout-shell .checkout-address-label{margin:0 0 9px;color:#3e4651;font-size:10px;font-weight:700;text-transform:uppercase}.checkout-no-address-note{display:flex;align-items:flex-start;gap:10px;padding:11px 12px;margin-bottom:16px;border:1px solid #f0e2c4;border-radius:4px;background:#fffaf1;color:#b97908}.checkout-no-address-note i{font-size:22px}.checkout-no-address-note strong,.checkout-no-address-note small{display:block;font-size:11px;line-height:1.45}.checkout-no-address-note small{color:#b17e23}.checkout-address-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 16px}.checkout-address-form__grid label{display:grid;gap:6px;color:#4b535f;font-size:10px;font-weight:600}.checkout-address-form__grid label small{font-size:9px;font-weight:400}.checkout-address-form__full{grid-column:1/-1}.checkout-address-form input,.checkout-address-form select{width:100%;height:35px;padding:0 10px;border:1px solid #dfe3e8;border-radius:4px;background:#fff;color:#303640;font:11px inherit}.checkout-address-form__billing{display:flex!important;align-items:center;gap:7px;margin:15px 0;color:#2f363f!important;font-size:10px!important}.checkout-address-form__billing input{width:13px;height:13px;accent-color:#111}.checkout-address-form__actions{display:flex;justify-content:flex-end}.checkout-address-form__actions button{min-width:113px;height:35px;border:0;border-radius:4px;background:#090909;color:#fff;font-size:11px;font-weight:700}.checkout-address-form__message{min-height:14px;margin:6px 0 0;font-size:10px;text-align:right}
.checkout-shell .delivery-address-item{padding-right:58px}.checkout-address-card__line2:empty,.checkout-address-card__locality:empty,.checkout-address-card__phone:empty{display:none}.checkout-edit-address{position:absolute;top:18px;right:15px;display:grid;width:25px;height:25px;padding:0;place-items:center;border:0;background:transparent;color:#765d32;font-size:16px;cursor:pointer}.checkout-edit-address:hover{color:#bb7907}.checkout-address-edit-form{padding-top:2px}.checkout-address-edit-form .checkout-address-form__actions{gap:8px}.checkout-address-edit-form .checkout-address-form__actions .checkout-cancel-edit{border:1px solid #c8ced6;background:#fff;color:#333942}.checkout-address-edit-success{margin:12px 0 0;padding:9px 11px;border:1px solid #bbddc7;border-radius:4px;background:#f3fbf5;color:#237a41;font-size:11px;font-weight:600}
.checkout-billing-form__intro{margin:0 0 12px;color:#232933;font-size:12px;font-weight:700}.checkout-billing-form__intro span{color:#c17800}.checkout-billing-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:11px 16px}.checkout-billing-form__grid label{display:grid;gap:5px;color:#3d4550;font-size:10px;font-weight:700}.checkout-billing-form__grid label small{font-weight:400}.checkout-billing-form__grid input,.checkout-billing-form__grid select{width:100%;height:34px;padding:0 9px;border:1px solid #dce2e8;border-radius:4px;background:#fff;color:#252b34;font:11px inherit}.checkout-billing-phone{display:grid!important;grid-template-columns:30px 42px minmax(0,1fr);gap:0;height:34px;border:1px solid #dce2e8;border-radius:4px;background:#fff;overflow:hidden}.checkout-billing-phone b,.checkout-billing-phone i{display:grid;place-items:center;border-right:1px solid #e5e8ec;background:#fafafa;font-size:11px;font-style:normal}.checkout-billing-phone input{height:32px!important;border:0!important;border-radius:0!important}.checkout-billing-form__save{display:flex!important;align-items:center;gap:7px;margin:14px 0;color:#3e4651!important;font-size:10px!important}.checkout-billing-form__save input{width:13px;height:13px;accent-color:#bd7900}.checkout-billing-form__actions{display:flex;justify-content:flex-end}.checkout-billing-form__actions button{min-width:113px;height:35px;border:0;border-radius:4px;background:#090909;color:#fff;font-size:11px;font-weight:700}.checkout-billing-saved .billing-address-item span:empty{display:none}
.checkout-delivery-security-note{display:flex;align-items:center;gap:11px;padding:11px 13px;margin:0 0 14px;border:1px solid #f1dfbf;border-radius:4px;background:#fffaf1;color:#252a31}.checkout-delivery-security-note i{color:#cf8a09;font-size:25px}.checkout-delivery-security-note strong,.checkout-delivery-security-note small{display:block;line-height:1.35}.checkout-delivery-security-note strong{font-size:11px}.checkout-delivery-security-note small{color:#66707c;font-size:10px}.checkout-step-delivery .checkout-add-address,.checkout-step-delivery .checkout-edit-address,.checkout-step-delivery .checkout-address-form,.checkout-step-delivery .checkout-no-address-note{display:none!important}
@media(max-width:575.98px){.checkout-billing-form__grid{grid-template-columns:1fr}.checkout-billing-form__actions button{width:100%}}
.checkout-delivery-method-list{display:grid;gap:12px}.checkout-shell .checkout-delivery-method-card{position:relative;display:block;min-height:104px;padding:20px 18px 16px 58px!important;border:1px solid #dfe4e9!important;border-radius:6px!important;background:#fff}.checkout-delivery-method-card:has(input:checked){border-color:#d89a25!important;background:linear-gradient(105deg,#fffdf9,#fff8ec)}.checkout-delivery-method-card>input{position:absolute;top:27px;left:18px;appearance:none;width:17px;height:17px;margin:0;border:1px solid #aeb6c0;border-radius:50%;background:#fff}.checkout-delivery-method-card>input:checked{border:5px solid #ca8505}.checkout-delivery-method-header,.checkout-delivery-method-card .delivery-method-header{display:flex;align-items:center;justify-content:space-between;gap:15px}.checkout-delivery-method-card .delivery-method-header>strong{color:#1b2028;font-size:13px}.delivery-method-meta{display:flex;align-items:center;gap:10px}.delivery-method-selected{display:none;padding:5px 8px;border-radius:4px;background:#fff0d2;color:#c67a00;font-size:9px;text-transform:uppercase}.checkout-delivery-method-card:has(input:checked) .delivery-method-selected{display:inline-block}.delivery-method-selected i{font-size:9px}.delivery-price{color:#1b2028;font-size:12px;font-weight:700}.delivery-price--free{padding:5px 9px;border-radius:4px;background:#e6f6ea;color:#21913c;font-size:10px;text-transform:uppercase}.checkout-delivery-method-card .delivery-method-desc{margin:12px 0 0;color:#4d5764;font-size:11px}.checkout-delivery-method-card .delivery-method-eta{display:flex;align-items:center;gap:7px;margin:12px 0 0;color:#3e4650;font-size:11px}.checkout-delivery-method-card .delivery-method-eta svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:#d2870c;stroke-width:1.6;stroke-linejoin:round}.checkout-delivery-security{display:flex;align-items:center;gap:12px;margin-top:14px;padding:12px 15px;border:1px solid #e0f0e4;border-radius:6px;background:linear-gradient(90deg,#f5fcf5,#fbfffb)}.checkout-delivery-security svg{width:27px;height:27px;flex:0 0 27px;fill:none;stroke:#248b3c;stroke-width:1.7}.checkout-delivery-security svg path:last-child{stroke-linecap:round;stroke-linejoin:round}.checkout-delivery-security strong,.checkout-delivery-security small{display:block;line-height:1.4}.checkout-delivery-security strong{color:#283431;font-size:11px}.checkout-delivery-security small{color:#4a5e55;font-size:10px}.checkout-delivery-whatsapp{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:12px;align-items:start;margin-top:10px;padding:15px 17px 0;border:1px solid #b8d7ff;border-radius:6px;background:#f7fbff;cursor:pointer;overflow:hidden}.checkout-delivery-whatsapp>input{position:absolute;opacity:0;pointer-events:none}.checkout-delivery-whatsapp__icon{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#1545a1;color:#fff}.checkout-delivery-whatsapp__icon i{font-size:18px}.checkout-delivery-whatsapp strong,.checkout-delivery-whatsapp small{display:block;line-height:1.45}.checkout-delivery-whatsapp strong{color:#173d91;font-size:12px}.checkout-delivery-whatsapp small{color:#556677;font-size:11px}.checkout-delivery-whatsapp__status{display:grid;justify-items:end;gap:5px;text-align:right}.checkout-delivery-whatsapp__status b{padding:5px 8px;border-radius:4px;background:#e8f7ea;color:#24933f;font-size:9px}.checkout-delivery-whatsapp__status small{font-size:10px;font-weight:700}.checkout-delivery-whatsapp__status .checkout-delivery-whatsapp__off{display:none;color:#a66a00}.checkout-delivery-whatsapp:not(:has(input:checked)){border-color:#d9e0e9;background:#fbfcfe}.checkout-delivery-whatsapp:not(:has(input:checked)) .checkout-delivery-whatsapp__on{display:none}.checkout-delivery-whatsapp:not(:has(input:checked)) .checkout-delivery-whatsapp__off{display:block}.checkout-delivery-whatsapp__footer{grid-column:1/-1;display:block;margin:3px -17px 0;padding:10px 17px;border-top:1px solid #dceaff;background:#edf5ff;color:#1f4eaa;font-size:10px;font-weight:700}.checkout-delivery-whatsapp__footer i{margin-right:7px;color:#4377d4;font-size:16px;vertical-align:middle}.checkout-delivery-whatsapp__footer small{display:inline;color:#5d75a0;font-size:10px;font-weight:400}
@media(max-width:575.98px){.checkout-shell .checkout-delivery-method-card{padding:17px 12px 14px 47px!important}.checkout-delivery-method-card>input{top:23px;left:14px}.checkout-delivery-method-card .delivery-method-header{align-items:flex-start}.delivery-method-meta{flex-direction:column-reverse;align-items:flex-end;gap:5px}.checkout-delivery-whatsapp{grid-template-columns:30px minmax(0,1fr)}.checkout-delivery-whatsapp__status{grid-column:2;justify-items:start;text-align:left}.checkout-delivery-whatsapp__footer small{display:block;margin-top:3px}}
.checkout-delivery-whatsapp{cursor:default}.checkout-delivery-whatsapp__on{display:flex!important;align-items:center;gap:6px}.checkout-delivery-whatsapp__on i{display:grid;width:13px;height:13px;place-items:center;border-radius:50%;background:#269a43;color:#fff;font-size:9px;font-style:normal;line-height:1}
.checkout-delivery-preference{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto!important;gap:15px;align-items:center;margin-top:14px!important;padding:20px!important;border:1px solid #bfd7ff!important;border-radius:7px!important;background:linear-gradient(105deg,#fafdff,#f2f8ff)!important;overflow:hidden}.checkout-delivery-preference__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#fff}.checkout-delivery-preference__icon--whatsapp{background:#0a3d99}.checkout-delivery-preference__icon--offers{background:#6533b3}.checkout-delivery-preference__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.checkout-delivery-preference__content strong,.checkout-delivery-preference__content small{display:block;line-height:1.5}.checkout-delivery-preference__content strong{color:#103584;font-size:14px}.checkout-delivery-preference__content small{color:#3c4d67;font-size:12px}.checkout-delivery-preference__action{display:grid;justify-items:end;gap:10px;min-width:165px}.checkout-delivery-preference__opted{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:5px;background:#e7f7e9;color:#238a3c;font-size:12px}.checkout-delivery-preference__opted i{display:grid;width:17px;height:17px;place-items:center;border-radius:50%;background:#23913d;color:#fff;font-size:11px;font-style:normal}.checkout-delivery-preference__optin{display:none;padding:9px 14px;border:1px dashed #6845cb;border-radius:5px;background:#fff;color:#5431b1;font-size:13px;font-weight:700;cursor:pointer}.checkout-delivery-preference__optin i{margin-left:6px}.checkout-delivery-preference__privacy{color:#5d6683;font-size:11px;line-height:1.45;text-align:left}.checkout-delivery-preference__privacy i{color:#6034bb;font-size:17px;font-style:normal}.checkout-delivery-offers{border-color:#d9c9fb!important;background:linear-gradient(105deg,#fffaff,#faf7ff)!important}.checkout-delivery-offers .checkout-delivery-preference__content strong{color:#283381}.checkout-delivery-preference.is-opted-out{border-color:#bfd7ff!important;background:linear-gradient(105deg,#fafdff,#f2f8ff)!important}.checkout-delivery-offers.is-opted-out{border-color:#d9c9fb!important;background:linear-gradient(105deg,#fffaff,#faf7ff)!important}.checkout-delivery-preference.is-opted-out .checkout-delivery-preference__opted{display:none}.checkout-delivery-preference.is-opted-out .checkout-delivery-preference__optin{display:inline-flex;align-items:center}.checkout-delivery-preference.is-opted-out .checkout-delivery-preference__privacy{display:block}.checkout-delivery-preference:not(.is-opted-out) .checkout-delivery-preference__privacy{display:none}@media(max-width:575.98px){.checkout-delivery-preference{grid-template-columns:40px minmax(0,1fr)!important;padding:15px!important}.checkout-delivery-preference__icon{width:36px;height:36px}.checkout-delivery-preference__action{grid-column:2;justify-items:start;min-width:0}.checkout-delivery-preference__content strong{font-size:12px}.checkout-delivery-preference__content small{font-size:10px}}
.checkout-delivery-whatsapp.is-opted-out{border-color:#d9e0e9;background:#fbfcfe}.checkout-delivery-whatsapp.is-opted-out .checkout-delivery-whatsapp__on{display:none!important}.checkout-delivery-whatsapp.is-opted-out .checkout-delivery-whatsapp__off{display:block;color:#a66a00}
.checkout-delivery-whatsapp__icon svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.checkout-delivery-whatsapp__footer svg{width:16px;height:16px;margin-right:7px;vertical-align:middle;fill:none;stroke:#4377d4;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.checkout-delivery-preference__privacy{display:flex;align-items:center;gap:8px}.checkout-delivery-preference__privacy svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:#6034bb;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.checkout-delivery-offers{cursor:pointer}
.checkout-shell .checkout-step-actions{display:flex;align-items:center;justify-content:space-between;gap:0px;margin-top:20px}.checkout-shell .checkout-step-actions--forward-only{justify-content:flex-end}.checkout-shell .checkout-step-back{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border:1px solid #d5dbe2;border-radius:6px;background:#fff;color:#10151c;font-size:13px;font-weight:700;line-height:1.2}.checkout-shell .checkout-step-back:hover{border-color:#bfc7d0;background:#fafafa}.checkout-shell .checkout-step-back i{font-size:15px}.checkout-shell .checkout-step-actions .tf-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:16px;min-width:280px;min-height:48px;margin:0!important;padding:0 24px!important;border-radius:6px!important;background:#080909!important;color:#fff!important;font-size:13px!important;font-weight:700}.checkout-shell .checkout-step-actions .tf-btn i{font-size:15px}.checkout-shell .checkout-payment-action{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-top:20px}.checkout-shell .checkout-payment-action p{grid-column:2;margin:8px 0 0}.checkout-shell .checkout-payment-action .checkout-proceed-payment-btn{grid-column:2;width:auto;min-width:280px}.checkout-shell .checkout-delivery-method-continue,.checkout-shell .checkout-delivery-note-continue{width:auto!important;margin-left:0!important}@media(max-width:575.98px){.checkout-shell .checkout-step-actions{align-items:stretch;flex-direction:column;gap:10px}.checkout-shell .checkout-step-actions--forward-only{align-items:stretch}.checkout-shell .checkout-step-back,.checkout-shell .checkout-step-actions .tf-btn{width:100%;min-width:0}.checkout-shell .checkout-payment-action{display:flex}.checkout-shell .checkout-payment-action p{margin-top:-2px}.checkout-shell .checkout-payment-action .checkout-proceed-payment-btn{width:100%;min-width:0;order:2}.checkout-shell .checkout-payment-action .checkout-step-back{order:1}.checkout-shell .checkout-payment-action p{order:3}}
.checkout-delivery-whatsapp .checkout-delivery-preference__optin{border-color:#1cab45;color:#1cab45}
.checkout-delivery-whatsapp .checkout-delivery-preference__icon--whatsapp{background:#1cab45}
.checkout-delivery-preference.d-none{display:none!important}
.checkout-shell .checkout-step-back{width:max-content;justify-self:start}.checkout-shell .checkout-proceed-payment-btn:before{display:none}
@media(max-width:575.98px){.checkout-shell .checkout-step-back{width:100%}}
.checkout-promo{margin-top:18px;padding-top:17px;border-top:1px solid #e5e9ee}.checkout-promo__title{display:block;margin-bottom:0px;color:#1d2530;font-size:12px}.checkout-promo-form{display:flex;gap:8px}.checkout-promo-form input{min-width:0;flex:1;height:42px;padding:0 12px;border:1px solid #dce2e8;border-radius:5px;color:#202935;font-size:12px}.checkout-promo-form button{min-width:82px;height:42px;border:1px solid #d5dce4;border-radius:5px;background:#fff;color:#25303c;font-size:12px;font-weight:700}.checkout-promo-form button:disabled,.checkout-promo-applied__card button:disabled{opacity:.55;cursor:not-allowed}.checkout-promo-message{min-height:18px;margin-top:7px;color:#2a9149;font-size:10px;font-weight:600}.checkout-promo-message.is-error{padding:8px 10px;border:1px solid #efc8c8;border-radius:4px;background:#fff8f8;color:#c43c3c}.checkout-promo__help{display:flex;align-items:center;gap:7px;margin:12px 0 0;color:#697482;font-size:10px}.checkout-promo__help i{color:#6c7785;font-size:14px}.checkout-promo-applied__divider{display:flex;align-items:center;gap:12px;margin:11px 0 13px;color:#42a45a;font-size:10px;font-weight:700}.checkout-promo-applied__divider span{height:1px;flex:1;border-top:1px dashed #bedec7}.checkout-promo-applied__card{padding:14px;border:1px solid #cfe9d4;border-radius:6px;background:linear-gradient(115deg,#f5fff6,#edfbef)}.checkout-promo-applied__heading{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#17222e;font-size:11px;font-weight:700}.checkout-promo-applied__heading span{display:flex;align-items:center;gap:8px}.checkout-promo-applied__heading i{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:#36a756;color:#fff;font-size:10px}.checkout-promo-applied__heading em{padding:4px 7px;border-radius:4px;background:#dff4e2;color:#33934b;font-size:9px;font-style:normal;white-space:nowrap}.checkout-promo-applied__card>strong{display:block;margin-top:5px;color:#18212c;font-size:13px;letter-spacing:.2px}.checkout-promo-applied__card>p{margin:5px 0 0;color:#5c6876;font-size:10px;line-height:1.45}.checkout-promo-applied__card button{display:block;margin:7px 0 0 auto;padding:0;border:0;background:transparent;color:#305cc3;font-size:10px;font-weight:700}.checkout-promo-applied__card button i{margin-left:4px;font-size:11px}@media(max-width:575.98px){.checkout-promo-form{gap:6px}.checkout-promo-form button{min-width:70px}.checkout-promo-applied__heading{align-items:flex-start;flex-direction:column}.checkout-promo-applied__heading em{white-space:normal}}
.checkout-contact-field>.checkout-contact-field__label{display:inline!important;min-height:0!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important;color:#111820;font-size:12px;font-weight:700}.checkout-contact-field>.checkout-contact-field__label b{display:inline;color:#d70000}.checkout-contact-field>.checkout-contact-field__label small{display:inline;margin-left:2px}.checkout-contact-field>.checkout-contact-field__box{display:flex;align-items:center;min-height:43px;border:1px solid #dfe3e8;border-radius:5px;background:#fff;overflow:hidden}.checkout-contact-field>.checkout-contact-field__box>i:first-child{display:grid;width:43px;height:43px;place-items:center;border-right:1px solid #e4e7eb;color:#65717d;font-size:17px}.checkout-uk-flag{display:flex;align-items:center;justify-content:center;gap:6px;min-width:70px;height:43px;border-right:1px solid #e4e7eb;background:#fafafa}.checkout-uk-flag .iti__flag{display:block;width:20px;flex:0 0 20px}.checkout-uk-flag>i{color:#222b36;font-size:12px;font-style:normal}.checkout-contact-phone> .checkout-uk-flag{min-width:70px}.checkout-contact-phone--whatsapp> .checkout-uk-flag{min-width:64px}.checkout-contact-phone--whatsapp .checkout-uk-flag .iti__flag{display:block}.checkout-contact-privacy>i{display:none}.checkout-contact-privacy__icon{width:28px;height:28px;flex:0 0 28px;stroke:#25883d;stroke-width:1.7;fill:none}.checkout-contact-privacy__icon path:last-child{stroke-linecap:round;stroke-linejoin:round}
.checkout-uk-flag .iti__flag{height:10px;background-image:url('../../src/vendor/phoneinput/img/flags.png');background-repeat:no-repeat;background-position:-1775px 0}
.checkout-shell .checkout-delivery-note-continue{display:flex!important;width:max-content;margin-left:auto!important;align-items:center;justify-content:center}.checkout-payment-action{display:flex;flex-direction:column;align-items:flex-end;margin-top:24px}.checkout-payment-action .checkout-proceed-payment-btn{display:flex!important;width:max-content;min-width:200px;align-items:center;justify-content:center;margin:0!important}.checkout-payment-action p{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin:8px 0 0;color:#6e7782;font-size:10px}.checkout-payment-action p i{color:#b97908;font-size:13px}
@media(max-width:575.98px){.checkout-payment-action .checkout-proceed-payment-btn{width:100%;min-width:0}.checkout-payment-action{align-items:stretch}.checkout-payment-action p{justify-content:center;text-align:center}}
.checkout-shell .checkout-delivery-method-continue{display:flex!important;width:max-content;margin-left:auto!important;align-items:center;justify-content:center}
.checkout-contact-details{color:#141a22}.checkout-contact-details__intro{margin:0 0 20px;color:#5d6774;font-size:12px}.checkout-contact-details__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 30px}.checkout-contact-field{display:grid;gap:7px;color:#111820;font-size:12px;font-weight:700}.checkout-contact-field>b{color:#d70000}.checkout-contact-field small{font-size:11px;font-weight:400}.checkout-contact-field>span{display:flex;align-items:center;min-height:43px;border:1px solid #dfe3e8;border-radius:5px;background:#fff;overflow:hidden}.checkout-contact-field>span>i:first-child{display:grid;width:43px;height:43px;place-items:center;border-right:1px solid #e4e7eb;color:#65717d;font-size:17px}.checkout-contact-field input{min-width:0;flex:1;height:41px;padding:0 12px;border:0!important;background:transparent!important;color:#18212b!important;font-size:13px;font-weight:600}.checkout-contact-field input:focus{outline:0;box-shadow:none}.checkout-contact-whatsapp{max-width:395px;margin-top:17px}.checkout-contact-phone{gap:0}.checkout-contact-phone em,.checkout-contact-phone>i,.checkout-contact-phone>b{display:grid;min-width:48px;height:43px;place-items:center;padding:0 8px;border-right:1px solid #e4e7eb;background:#fafafa;color:#202833;font-size:12px;font-style:normal;font-weight:700}.checkout-contact-phone em{min-width:58px;font-size:17px}.checkout-contact-phone>i{font-style:normal}.checkout-contact-phone--whatsapp .icon-whatsapp{width:38px!important;flex:0 0 38px;border:0!important;border-right:1px solid #e4e7eb!important;color:#25a948!important;font-size:16px!important}.checkout-contact-phone--whatsapp em{min-width:48px}.checkout-contact-phone--whatsapp>b{min-width:50px}.checkout-contact-phone--whatsapp .iti{flex:1;min-width:0}.checkout-contact-phone--whatsapp .iti__selected-country{display:none}.checkout-contact-phone--whatsapp .iti input{width:100%;padding-left:12px!important}.checkout-contact-privacy{display:flex;align-items:center;gap:13px;margin:13px 0 18px;padding:10px 13px;border:1px solid #bfe2c4;border-radius:6px;background:#f5fcf5;color:#1d6030}.checkout-contact-privacy>i{color:#25883d;font-size:27px}.checkout-contact-privacy strong,.checkout-contact-privacy small{display:block;line-height:1.45}.checkout-contact-privacy strong{font-size:12px}.checkout-contact-privacy small{font-size:11px}.checkout-contact-consents{display:grid;gap:11px}.checkout-contact-consent{position:relative;display:grid;grid-template-columns:20px 1fr 30px;align-items:center;gap:11px;min-height:69px;padding:11px 16px;border:1px solid #e0e4e8;border-radius:6px;background:#fff;cursor:pointer}.checkout-contact-consent input{appearance:none;width:16px;height:16px;margin:0;border:1px solid #c4cad1;border-radius:3px;background:#fff}.checkout-contact-consent input:checked{border-color:#c47700;background:#c47700}.checkout-contact-consent input:checked:after{display:block;color:#fff;font-size:12px;line-height:14px;text-align:center;content:'✓'}.checkout-contact-consent strong,.checkout-contact-consent small{display:block;line-height:1.4}.checkout-contact-consent strong{font-size:12px}.checkout-contact-consent small{color:#68727e;font-size:11px}.checkout-contact-consent .icon-whatsapp {justify-self:end;color:#1cab45;font-size:27px}.checkout-contact-consent .icon-gift {justify-self:end;color:#c78500;font-size:27px}.checkout-contact-consent:last-child>i{color:#1e242b}.checkout-contact-actions{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.checkout-contact-actions>button:first-child{display:inline-flex;align-items:center;gap:11px;min-width:136px;height:43px;padding:0 20px;border:1px solid #d7dce2;border-radius:5px;background:#fff;color:#121820;font-size:13px;font-weight:700}.checkout-contact-actions .tf-btn{display:inline-flex!important;align-items:center;gap:11px;justify-content:center;min-width:143px;min-height:43px;padding:0 20px!important;margin:0!important}.checkout-contact-actions .tf-btn i{font-size:13px}
@media(max-width:575.98px){.checkout-contact-details__grid{grid-template-columns:1fr;gap:14px}.checkout-contact-whatsapp{max-width:none;margin-top:14px}.checkout-contact-actions>button:first-child{min-width:112px;padding-inline:14px}.checkout-contact-actions .tf-btn{min-width:130px;padding-inline:14px!important}.checkout-contact-consent{padding-inline:12px}.checkout-contact-consent small{font-size:10px}}
.checkout-contact-consent-wrap{display:grid;gap:6px}.checkout-contact-optout-note{margin:0;padding:8px 11px;border-left:3px solid #d59a25;border-radius:3px;background:#fff9ef;color:#7a5a21;font-size:10px;line-height:1.45}
.checkout-contact-consent:last-child>i{color:#c88300}
.checkout-promo__help svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:#6c7785;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.checkout-shell .tf-page-cart-footer{border-color:#e1e6eb;border-radius:9px;box-shadow:0 6px 20px rgba(16,30,48,.055)}.checkout-shell .tf-cart-footer-inner{padding:26px 15px 24px;}.checkout-order-heading{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #edf0f3}.checkout-order-heading h5{font-size:18px}.checkout-order-heading__secure{display:inline-flex;align-items:center;gap:5px;color:#697583;font-size:10px;font-weight:700}.checkout-order-heading__secure i{color:#d09922;font-size:15px}.checkout-shell .wrap-checkout-product{max-height:330px;margin-bottom:8px;padding-bottom:0}.checkout-shell .widget-wrap-checkout .checkout-product-item{gap:14px;padding:0 0 10px;margin:0 0 10px}.checkout-shell .widget-wrap-checkout .checkout-product-item:not(:last-child){border-bottom:1px solid #edf0f2}.checkout-shell .widget-wrap-checkout .checkout-product-item .img-product{width:48px;height:64px;flex-basis:48px;border-radius:4px;box-shadow:0 1px 3px rgba(12,22,36,.08)}.checkout-shell .widget-wrap-checkout .checkout-product-item .name{max-width:165px;font-size:12px;line-height:1.45}.checkout-shell .widget-wrap-checkout .checkout-product-item .qty{margin-top:7px;font-size:11px}.checkout-shell .widget-wrap-checkout .checkout-product-item .price{font-size:12px}.checkout-shell .tf-page-cart-checkout .checkout-summary-line{padding:5px 0!important;color:#3b4653;font-size:11px}.checkout-shell .tf-page-cart-checkout .checkout-summary-line>span:first-child{color:#2c3540;font-weight:700}.checkout-shell .tf-page-cart-checkout .checkout-summary-line>span:last-child{color:#252e39;font-weight:700}.checkout-shell .tf-page-cart-checkout .checkout-summary-line--discount span{color:#35a052!important;font-weight:700}.checkout-shell .tf-page-cart-checkout .checkout-summary-total{align-items:flex-start;margin-top:8px;padding:14px 0!important;border-top:1px solid #dfe5ea!important}.checkout-shell .checkout-summary-total h6{margin:0;font-size:20px!important;line-height:1.1}.checkout-shell .checkout-summary-total small{display:block;margin-top:7px;color:#6c7684;font-size:10px}.checkout-shell #checkout-cart-grand-total{font-size:24px!important;line-height:1.05}.checkout-summary-insured{margin:10px 0 12px;padding:11px 12px;border-color:#f0e0bd;background:#fffaf1}.checkout-summary-insured__icon{width:24px;height:24px;flex:0 0 24px;fill:none;stroke:#cf900b;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.checkout-promo{margin-top:10px;padding-top:12px}.checkout-promo-message{min-height:14px;margin-top:4px}.checkout-promo-applied__divider{margin:8px 0 10px}.checkout-shell .checkout-promo-form input,.checkout-shell .checkout-promo-form button{height:42px}.checkout-shell .checkout-promo-form button{min-width:82px}.checkout-shell .wd-check-payment{margin-top:10px;padding-top:10px}@media(max-width:575.98px){.checkout-shell .tf-cart-footer-inner{padding:20px 16px 0}.checkout-order-heading h5{font-size:17px}.checkout-shell .widget-wrap-checkout .checkout-product-item{padding-bottom:9px;margin-bottom:9px}.checkout-shell .widget-wrap-checkout .checkout-product-item .name{max-width:none}.checkout-shell .wrap-checkout-product{max-height:250px}.checkout-shell #checkout-cart-grand-total{font-size:22px!important}}
.checkout-shell .toggle-content{padding-top:15px!important}.checkout-shell .checkout-billing-saved{position:relative}.checkout-shell .billing-edit-wrap{position:absolute!important;z-index:2;top:14px!important;right:15px!important}.checkout-shell .billing-edit-btn{display:inline-flex!important;align-items:flex-end;gap:5px;padding:0;border:0;background:transparent;color:#8c6108!important;font-size:11px!important;line-height:1;cursor:pointer}.checkout-shell .billing-edit-btn .icon-edit{line-height:1;transform:translateY(-1px)}.checkout-delivery-security-note{gap:12px;padding:12px 16px;color:#222831}.checkout-delivery-security-note i{display:grid;width:27px;height:27px;place-items:center;color:#ce8908;font-size:26px}.checkout-delivery-security-note strong{font-weight:700}.checkout-delivery-security-note small{color:#53606d;font-weight:500}
@media(max-width:575.98px){.checkout-address-form__grid{grid-template-columns:1fr;gap:11px}.checkout-address-form__full{grid-column:auto}.checkout-address-form__actions button{width:100%}}

/* Checkout sidebar finishing pass */
.checkout-shell .tf-page-cart-checkout .checkout-summary-line{display:flex!important;align-items:center;min-height:26px;padding-block:4px!important}.checkout-shell .tf-page-cart-checkout .checkout-summary-line>span:first-child{font-weight:700!important}.checkout-shell .tf-page-cart-checkout .checkout-summary-total{margin-top:6px!important;padding-block:12px!important}.checkout-shell .checkout-summary-insured{margin-block:8px 10px!important}.checkout-shell .checkout-summary-insured__icon{display:block!important}.checkout-shell .checkout-promo{margin-top:8px!important;padding-top:10px!important}.checkout-shell .checkout-promo-message{min-height:0!important;margin-top:3px!important}.checkout-shell .checkout-promo__help{margin-top:8px!important}.checkout-shell .checkout-promo-applied__divider{margin-block:7px 9px!important}.checkout-shell .wd-check-payment{margin-top:8px!important;padding-top:8px!important}
.checkout-delivery-security-note__icon{display:block;width:27px;height:27px;flex:0 0 27px;fill:none;stroke:#ce8908;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.checkout-shell .payment-method-card{border:1px solid #e1e5ea!important;border-radius:6px!important;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}.checkout-shell .payment-method-card:hover,.checkout-shell .payment-method-card:focus-within{border-color:#d2a24a!important;background:#fffdf9;box-shadow:0 5px 14px rgba(31,42,55,.08);transform:translateY(-1px)}.checkout-shell .payment-method-card:has(input:checked){border-color:#d49b28!important;background:#fffaf1;box-shadow:0 3px 10px rgba(174,119,13,.08)}
.checkout-shell .payment-method-card:has(input:checked) .payment-card-body{border-color:#d49b28!important;box-shadow:0 0 0 1px #d49b28 inset!important}.checkout-shell .payment-method-card:has(input:checked) .payment-radio-indicator{border-color:#d49b28!important}.checkout-shell .payment-method-card:has(input:checked) .payment-radio-indicator::after{background:#d49b28!important}
.checkout-shell .toggle-title:has(.checkout-step-summary){display:flex!important;align-items:center!important}.checkout-shell .toggle-title .checkout-step-title{min-width:0}.checkout-shell .toggle-title .checkout-step-summary{margin-left:auto;margin-right:18px;color:#657287;font-size:13px;font-weight:500;line-height:1.3;text-align:right}.checkout-shell .flat-toggle.active .toggle-title .checkout-step-summary{display:none}
@media(max-width:575.98px){.checkout-shell .toggle-title{gap:8px;padding-right:37px!important}.checkout-shell .toggle-title:has(.checkout-step-summary){display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:8px;row-gap:3px}.checkout-shell .toggle-title .checkout-step-summary{grid-column:1/-1;grid-row:2;margin:0;font-size:11px;line-height:1.3;text-align:left}.checkout-shell .toggle-title .step-status-icon{grid-column:2;grid-row:1}.checkout-shell .toggle-title .checkout-step-title{font-size:11px}}
.checkout-shell .toggle-title:before{top:14px!important;width:24px!important;height:24px!important;font-size:12px!important}.checkout-shell .flat-toggle:not(.active) .toggle-title:has(.checkout-step-summary){min-height:0!important;padding-top:10px!important;padding-bottom:9px!important}
@media(max-width:575.98px){.checkout-shell .toggle-title:has(.checkout-step-summary){row-gap:1px}.checkout-shell .flat-toggle:not(.active) .toggle-title:has(.checkout-step-summary){padding-top:9px!important;padding-bottom:8px!important}.checkout-shell .toggle-title .checkout-step-summary{line-height:1.15}}
@media(min-width:576px){.checkout-shell .flat-toggle.active .toggle-title:before{top:50%!important;transform:translateY(-50%)!important}.checkout-shell .flat-toggle:not(.active) .toggle-title:has(.checkout-step-summary){min-height:54px!important;padding-top:0!important;padding-bottom:0!important}}
.checkout-shell #checkout-accordion .flat-toggle[data-step="7"]{order:7}.checkout-review-heading{padding:7px 0 17px}.checkout-review-heading h3{margin:0 0 4px;color:#171d26;font-size:21px;font-weight:700}.checkout-review-heading p{margin:0;color:#5d697b;font-size:13px}.checkout-review-list{overflow:hidden;border:1px solid #dfe5ea;border-radius:7px}.checkout-review-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:78px;padding:13px 15px;border-bottom:1px solid #e5e9ed}.checkout-review-card:last-child{border-bottom:0}.checkout-review-card__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#fff8ed;color:#d28c05;font-size:20px}.checkout-review-card__content{min-width:0}.checkout-review-card__content>strong,.checkout-review-card__details{display:block}.checkout-review-card__content>strong{color:#1e252e;font-size:13px;font-weight:700}.checkout-review-card__details{margin-top:4px;color:#4e5d70;font-size:12px;line-height:1.5}.checkout-review-card__details--success{color:#138443;font-weight:600}.checkout-review-edit{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:#c98200;font-size:12px;font-weight:700}.checkout-review-insured{display:flex;align-items:center;gap:12px;margin:18px 0;padding:13px 16px;border:1px solid #bce4ca;border-radius:7px;background:#f5fcf7;color:#177d39}.checkout-review-insured>i{font-size:27px}.checkout-review-insured strong,.checkout-review-insured small{display:block}.checkout-review-insured strong{font-size:13px;font-weight:700}.checkout-review-insured small{margin-top:2px;color:#506073;font-size:11px}.checkout-review-terms{display:flex;align-items:flex-start;gap:10px;margin:0 0 18px;color:#465367;font-size:12px;line-height:1.45}.checkout-review-terms input{width:18px;height:18px;flex:0 0 18px;margin:0;accent-color:#cf8b05}.checkout-review-terms a{color:#1e252e;text-decoration:underline}.checkout-review-actions{margin-top:0!important}.checkout-review-actions>p{grid-column:2;margin:0!important;text-align:right}.checkout-shell .checkout-step-review .checkout-proceed-payment-btn{min-width:300px;justify-content:center}
@media(max-width:575.98px){.checkout-review-heading{padding:4px 0 12px}.checkout-review-heading h3{font-size:17px}.checkout-review-heading p{font-size:11px;line-height:1.4}.checkout-review-card{grid-template-columns:35px minmax(0,1fr) auto;gap:8px;min-height:66px;padding:10px}.checkout-review-card__icon{width:30px;height:30px;font-size:15px}.checkout-review-card__content>strong{font-size:11px}.checkout-review-card__details{margin-top:2px;font-size:10px;line-height:1.35}.checkout-review-edit{font-size:10px}.checkout-review-insured{margin:13px 0;padding:10px}.checkout-review-insured>i{font-size:22px}.checkout-review-insured strong{font-size:11px}.checkout-review-insured small{font-size:9px}.checkout-review-terms{margin-bottom:13px;font-size:10px}.checkout-review-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px}.checkout-review-actions .checkout-step-back,.checkout-review-actions .checkout-proceed-payment-btn{width:100%;min-width:0!important}.checkout-review-actions>p{grid-column:auto;text-align:center;font-size:9px!important}}
.checkout-review-card__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.checkout-review-whatsapp{display:flex;align-items:flex-start;flex-direction:column;gap:3px;margin-top:6px}.checkout-review-whatsapp__status{color:#9a6200;font-size:11px;line-height:1.35}.checkout-review-whatsapp__action{display:inline-flex;align-items:center;gap:4px;margin-top:2px;border:0;background:transparent;color:#168143;font-size:11px;font-weight:700;text-decoration:underline}.checkout-review-actions{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center;column-gap:16px;row-gap:8px}.checkout-review-actions .checkout-step-back{justify-self:start}.checkout-review-actions .checkout-proceed-payment-btn{justify-self:end}.checkout-review-actions>p{grid-column:2;justify-self:end;margin:0!important;text-align:right}
@media(max-width:575.98px){.checkout-review-whatsapp{gap:4px;margin-top:4px}.checkout-review-whatsapp__status,.checkout-review-whatsapp__action{font-size:9px}.checkout-review-actions{grid-template-columns:1fr!important}.checkout-review-actions .checkout-step-back,.checkout-review-actions .checkout-proceed-payment-btn,.checkout-review-actions>p{grid-column:auto;justify-self:stretch}.checkout-review-actions>p{text-align:center}}
.checkout-review-payable{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:10px 18px;border:1px solid #e2e7eb;border-radius:7px;background:#fafcfd;color:#1e2733}.checkout-review-payable>span{font-size:14px;font-weight:700}.checkout-review-payable small{display:block;margin-top:2px;color:#6c7787;font-size:9px;font-weight:500}.checkout-review-payable strong{font-size:25px;line-height:1;font-weight:700}.checkout-review-actions{grid-template-columns:auto minmax(245px,1fr) auto!important;gap:18px!important}.checkout-review-actions .checkout-step-back{margin-right:0}.checkout-review-actions .checkout-review-payable{border-radius:7px}.checkout-review-actions .checkout-proceed-payment-btn{width:auto;min-width:310px;min-height:64px;border-radius:7px!important}.checkout-review-actions>p{grid-column:3;justify-self:end;margin-top:-13px!important;padding-right:2px}
@media(max-width:575.98px){.checkout-review-actions{grid-template-columns:1fr!important;gap:9px!important}.checkout-review-actions .checkout-step-back{margin-right:0}.checkout-review-actions .checkout-review-payable{grid-column:auto;order:1;border-radius:7px}.checkout-review-actions .checkout-step-back{order:2}.checkout-review-actions .checkout-proceed-payment-btn{order:3;min-height:46px;border-radius:5px!important}.checkout-review-actions>p{grid-column:auto;order:4;margin-top:0!important}.checkout-review-payable{min-height:52px;padding:9px 12px}.checkout-review-payable>span{font-size:12px}.checkout-review-payable strong{font-size:21px}}
.checkout-shell #payment-discount-row.d-none{display:none!important}
.checkout-shell .flat-toggle[data-step="7"] .toggle-title:before{content:"7"}
.modal#login:has(.account-modal) .modal-dialog{max-width:620px}.modal#login:has(.account-modal) .modal-content{overflow:hidden;border:0;border-radius:12px;box-shadow:0 18px 55px rgba(0,0,0,.28)}.modal#login:has(.account-modal) .account-modal__header{justify-content:center;min-height:112px;padding:17px 32px 8px;border-bottom:0}.account-modal__logo{display:block;width:220px;max-height:82px;object-fit:contain}.account-modal__header .icon-close-popup{position:absolute;top:28px;right:29px;color:#c6820a;font-size:18px}.modal#login:has(.account-modal) .tf-login-form{padding:0}.account-modal{padding:0 32px 24px}.account-modal__divider{display:flex;align-items:center;gap:12px;margin:0 0 21px;color:#c78711;font-size:20px;text-align:center}.account-modal__divider:before,.account-modal__divider:after{height:1px;flex:1;background:#d7ad64;content:""}.account-modal__welcome{margin:0 0 20px;color:#161d29;font-size:17px;font-weight:500}.account-modal__welcome strong{color:#c17c08;font-size:20px}.account-modal__menu{display:grid;gap:5px}.account-modal__menu>a{display:grid;grid-template-columns:58px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:67px;padding:10px 15px 10px 17px;border:1px solid #ebe4da;border-radius:7px;background:linear-gradient(100deg,#fffdf9,#fff);color:#17202c;transition:.2s}.account-modal__menu>a:hover{border-color:#d2a050;background:#fffaf0;transform:translateX(2px)}.account-modal__menu-icon{display:grid;width:34px;height:34px;place-items:center;color:#c8860b;font-size:29px}.account-modal__menu strong,.account-modal__menu small{display:block}.account-modal__menu strong{font-size:15px;font-weight:700}.account-modal__menu small{margin-top:3px;color:#626976;font-size:12px;line-height:1.25}.account-modal__menu>a>i{color:#c8860b;font-size:15px}.account-modal__signout{display:flex;align-items:center;justify-content:center;gap:10px;min-height:52px;margin-top:13px;border:1px solid #e3cfc1;border-radius:7px;color:#ad211b;font-size:14px;font-weight:700}.account-modal__signout:hover{background:#fff6f5;color:#8d1712}.account-modal__help{display:grid;grid-template-columns:63px minmax(0,1fr) auto;align-items:center;gap:13px;margin:25px -32px -24px;padding:19px 32px;background:#fffaf2}.account-modal__help-icon{display:grid;width:56px;height:56px;place-items:center;border:1px solid #eed7aa;border-radius:50%;color:#cd8b0b;font-size:29px}.account-modal__help strong,.account-modal__help small{display:block}.account-modal__help strong{font-size:14px}.account-modal__help small{margin-top:4px;color:#4f5865;font-size:12px;line-height:1.45}.account-modal__help a{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 19px;border:1px solid #ce9130;border-radius:6px;color:#bd7907;font-size:13px;font-weight:700}.account-modal__assurances{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:12px 14px;background:#050505;color:#fff}.account-modal__assurances span{display:flex;align-items:center;gap:6px;padding:0 8px;border-right:1px solid rgba(210,140,0,.45);font-size:8px;font-weight:700;line-height:1.35;text-transform:uppercase}.account-modal__assurances span:last-child{border-right:0}.account-modal__assurances i{color:#d99109;font-size:21px}
@media(max-width:575.98px){.modal#login:has(.account-modal) .modal-dialog{max-width:calc(100% - 24px)}.modal#login:has(.account-modal) .account-modal__header{min-height:88px}.account-modal__logo{width:170px;max-height:61px}.account-modal{padding:0 17px 18px}.account-modal__welcome{font-size:15px}.account-modal__welcome strong{font-size:17px}.account-modal__menu>a{grid-template-columns:39px minmax(0,1fr) 14px;gap:8px;min-height:59px;padding-inline:10px}.account-modal__menu-icon{width:30px;height:30px;font-size:23px}.account-modal__menu strong{font-size:13px}.account-modal__menu small{font-size:10px}.account-modal__help{grid-template-columns:43px minmax(0,1fr);margin:18px -17px -18px;padding:15px 17px}.account-modal__help-icon{width:40px;height:40px;font-size:22px}.account-modal__help strong{font-size:12px}.account-modal__help small{font-size:10px}.account-modal__help a{grid-column:1/-1;justify-content:center;min-height:37px;font-size:12px}.account-modal__assurances{grid-template-columns:1fr 1fr;gap:8px;padding:10px}.account-modal__assurances span{border:0;font-size:7px}.account-modal__assurances i{font-size:17px}}
.checkout-journey__inner{grid-template-columns:250px minmax(620px,1fr) 245px}.checkout-journey__steps{width:100%;max-width:980px}.checkout-journey__steps li{flex:1;min-width:0;gap:7px;color:#202b3b;font-size:10px;white-space:nowrap}.checkout-journey__steps li+li:before{top:17px;right:50%;width:100%;background:#cfd6df}.checkout-journey__steps span{position:relative;z-index:1;width:34px;height:34px;border-color:#d08a05;background:#fff;color:#1d2632;font-size:12px;font-weight:700}.checkout-journey__steps strong{font-weight:600}.checkout-journey__steps .is-active,.checkout-journey__steps .is-complete{color:#c78000}.checkout-journey__steps .is-active span,.checkout-journey__steps .is-complete span{border-color:#cd8805;background:#cd8805;color:#fff}.checkout-journey__steps .is-complete+li:before{background:#d89924}
@media(max-width:1199.98px) and (min-width:768px){.checkout-journey__inner{grid-template-columns:170px minmax(0,1fr) 180px;gap:14px}.checkout-journey__brand img{max-width:145px}.checkout-journey__steps li{font-size:8px}.checkout-journey__steps span{width:28px;height:28px;font-size:10px}.checkout-journey__steps li+li:before{top:14px}.checkout-journey__support{font-size:9px}.checkout-journey__support strong{font-size:11px}}
.checkout-trust-grid{margin-top:28px!important;border:1px solid #dce2e8!important;border-radius:14px!important;background:#fff;box-shadow:0 2px 7px rgba(18,31,45,.025)}.checkout-trust-grid>div{align-items:center;gap:23px;padding:32px 40px!important}.checkout-trust-grid>div+div{border-color:#dfe4e9!important}.checkout-trust-grid__icon{width:54px;height:54px;flex:0 0 54px;fill:none;stroke:#ce8908;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.checkout-trust-grid strong{color:#15223a!important;font-size:16px!important;font-weight:700!important}.checkout-trust-grid small{margin-top:5px;color:#4f5f77!important;font-size:14px!important;line-height:1.7!important}

/* Signed-in account modal: compact, self-contained panel. */
.modal#login:has(.account-modal) .modal-dialog{width:min(calc(100% - 32px),620px)!important;max-width:620px!important;margin:12px auto!important}.modal#login:has(.account-modal) .modal-content{max-height:calc(100vh - 24px);overflow-y:auto}.modal#login:has(.account-modal) .account-modal__header{display:flex;min-height:88px!important;padding:5px 24px 2px!important}.account-modal__logo{width:196px!important;max-height:70px!important}.account-modal__header .icon-close-popup{top:20px!important;right:22px!important}.account-modal{padding:0 18px 13px!important}.account-modal__divider{margin:0 0 10px!important;font-size:14px!important}.account-modal__welcome{margin:0 0 10px!important;font-size:15px!important}.account-modal__welcome strong{font-size:17px!important}.account-modal__menu{gap:4px!important}.account-modal__menu>a{grid-template-columns:42px minmax(0,1fr) 15px!important;gap:8px!important;min-height:57px!important;padding:7px 13px!important}.account-modal__menu-icon{width:32px!important;height:32px!important}.account-modal__menu-icon svg,.account-modal__help-icon svg,.account-modal__assurances svg,.account-modal__signout svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-modal__menu-icon svg{width:27px;height:27px}.account-modal__arrow{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.account-modal__menu strong{font-size:14px!important}.account-modal__menu small{margin-top:1px!important;font-size:11px!important}.account-modal__signout{min-height:45px!important;margin-top:8px!important;gap:8px!important}.account-modal__signout svg{width:20px;height:20px}.account-modal__help{grid-template-columns:48px minmax(0,1fr) auto!important;gap:10px!important;min-height:89px;margin:13px -18px -13px!important;padding:12px 18px!important}.account-modal__help-icon{width:47px!important;height:47px!important;font-size:0!important}.account-modal__help strong{font-size:13px!important}.account-modal__help small{margin-top:2px!important;font-size:11px!important;line-height:1.35!important}.account-modal__help a{min-height:39px!important;padding:0 14px!important;font-size:12px!important}.account-modal__assurances{padding:9px 5px!important}.account-modal__assurances span{gap:5px!important;padding:0 5px!important;font-size:7px!important;line-height:1.25!important}.account-modal__assurances svg{width:24px;height:24px;flex:0 0 24px;color:#d99109}
@media(max-width:575.98px){.modal#login:has(.account-modal) .modal-dialog{width:calc(100% - 20px)!important;margin:10px auto!important}.modal#login:has(.account-modal) .modal-content{max-height:calc(100vh - 20px)}.modal#login:has(.account-modal) .account-modal__header{min-height:73px!important;padding:2px 16px!important}.account-modal__logo{width:154px!important;max-height:58px!important}.account-modal__header .icon-close-popup{top:15px!important;right:16px!important}.account-modal{padding:0 12px 10px!important}.account-modal__divider{margin-bottom:7px!important}.account-modal__welcome{margin-bottom:7px!important;font-size:13px!important}.account-modal__welcome strong{font-size:15px!important}.account-modal__menu>a{grid-template-columns:35px minmax(0,1fr) 14px!important;min-height:50px!important;padding:5px 8px!important}.account-modal__menu-icon{width:27px!important;height:27px!important}.account-modal__menu-icon svg{width:23px;height:23px}.account-modal__menu strong{font-size:12px!important}.account-modal__menu small{font-size:9.5px!important}.account-modal__signout{min-height:39px!important;margin-top:6px!important;font-size:12px!important}.account-modal__signout svg{width:17px;height:17px}.account-modal__help{grid-template-columns:41px minmax(0,1fr) auto!important;min-height:68px;margin:10px -12px -10px!important;padding:9px 12px!important}.account-modal__help-icon{width:38px!important;height:38px!important}.account-modal__help strong{font-size:11px!important}.account-modal__help small{font-size:9px!important}.account-modal__help a{min-height:32px!important;padding:0 9px!important;font-size:10px!important}.account-modal__assurances{padding:7px 3px!important}.account-modal__assurances span{gap:3px!important;padding:0 3px!important;font-size:5.8px!important}.account-modal__assurances svg{width:19px;height:19px;flex-basis:19px}}
@media(max-width:991.98px){.checkout-trust-grid>div{padding:22px 28px!important}}@media(max-width:767.98px){.checkout-trust-grid{margin-top:20px!important}.checkout-trust-grid>div{gap:15px;padding:18px 16px!important}.checkout-trust-grid__icon{width:40px;height:40px;flex-basis:40px}.checkout-trust-grid strong{font-size:13px!important}.checkout-trust-grid small{font-size:11px!important;line-height:1.45!important}}
.checkout-shell .checkout-promo--disclosure{margin:8px 0 14px!important;padding:0!important;border:0!important}.checkout-promo__toggle{display:flex;width:100%;align-items:center;gap:12px;min-height:46px;padding:0 14px;border:1px dashed #aeb8c5;border-radius:6px;background:#fff;color:#263241;font-size:12px;font-weight:700;text-align:left}.checkout-promo__toggle>svg:first-child{width:19px;height:19px;flex:0 0 19px;fill:none;stroke:#263241;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.checkout-promo__toggle .checkout-promo__chevron{width:18px;height:18px;margin-left:auto;fill:none;stroke:#263241;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.checkout-promo__toggle[aria-expanded="true"] .checkout-promo__chevron{transform:rotate(180deg)}.checkout-promo__entry{padding:10px 0 0}.checkout-shell .checkout-promo--disclosure .checkout-promo-form{display:flex;gap:8px}.checkout-shell .checkout-promo--disclosure .checkout-promo-form input{height:40px}.checkout-shell .checkout-promo--disclosure .checkout-promo-form button{height:40px;min-width:76px}.checkout-shell .checkout-promo--disclosure .checkout-promo-message{min-height:0;margin-top:6px}.checkout-shell .checkout-promo--disclosure .checkout-promo__help{margin:7px 0 0}.checkout-shell .checkout-promo--disclosure .checkout-promo-applied{margin-top:9px}.checkout-shell .checkout-promo--disclosure .checkout-promo-applied__card{padding:11px 13px;border-color:#bce7ca;border-radius:5px;background:linear-gradient(105deg,#f2fff5,#ecfbf0)}.checkout-shell .checkout-promo--disclosure .checkout-promo-applied__heading{align-items:center}.checkout-shell .checkout-promo--disclosure .checkout-promo-applied__heading span{color:#218944;font-size:12px}.checkout-shell .checkout-promo--disclosure .checkout-promo-applied__heading b{font-weight:700}.checkout-shell .checkout-promo--disclosure .checkout-promo-applied__heading button{margin:0;padding:0;border:0;background:transparent;color:#1d242d;font-size:11px;font-weight:700;text-decoration:underline}.checkout-shell .checkout-promo--disclosure .checkout-promo-applied__heading button i{margin-left:4px;color:#2870b8;font-size:12px}.checkout-shell .checkout-promo--disclosure #checkout-promo-saved{margin:6px 0 0;color:#2b3948;font-size:11px;font-weight:600}
@media(max-width:575.98px){.checkout-promo__toggle{min-height:43px;padding-inline:12px}.checkout-shell .checkout-promo--disclosure .checkout-promo-form{gap:6px}.checkout-shell .checkout-promo--disclosure .checkout-promo-form button{min-width:70px}}
@media(max-width:575.98px){.checkout-shell .checkout-promo--disclosure .checkout-promo-applied__heading{display:flex!important;flex-direction:row!important;justify-content:space-between!important;gap:8px}.checkout-shell .checkout-promo--disclosure .checkout-promo-applied__heading span{min-width:0;font-size:10px!important;white-space:nowrap}.checkout-shell .checkout-promo--disclosure .checkout-promo-applied__heading button{flex:0 0 auto;font-size:10px}.checkout-shell .checkout-promo--disclosure #checkout-promo-saved{font-size:10px}.checkout-shell .tf-page-cart-footer{margin-bottom:16px!important}.checkout-shell .checkout-delivery-method-card{min-height:0!important;padding:14px 12px 12px 47px!important}.delivery-method-meta{flex-direction:row!important;align-items:center!important;gap:6px!important}.delivery-method-selected{padding:4px 6px!important;font-size:8px!important}.delivery-price--free{padding:4px 6px!important}.checkout-delivery-method-card .delivery-method-desc{margin-top:7px!important;font-size:10px!important}.checkout-delivery-method-card .delivery-method-eta{display:grid;grid-template-columns:17px auto 1fr;gap:6px;margin-top:8px!important;font-size:10px!important;white-space:nowrap}.checkout-delivery-method-card .delivery-method-eta svg{grid-row:1;grid-column:1}.checkout-delivery-method-card .delivery-method-eta strong{grid-column:3;min-width:0}.checkout-delivery-preference__privacy{gap:6px!important;white-space:nowrap;font-size:10px!important}.checkout-delivery-preference__privacy svg{width:17px!important;height:17px!important;flex-basis:17px!important}.checkout-trust-grid{grid-template-columns:1fr!important}.checkout-trust-grid>div{grid-column:auto!important;border-left:0!important}.checkout-trust-grid>div+div{border-top:1px solid #dfe4e9!important}.checkout-trust-grid>div:last-child{grid-column:auto!important}}

@media(max-width:575.98px){.checkout-delivery-method-card>input{top:19px!important}}

/* Guest login modal. */
.modal#login:has(.login-modal__form) .login-modal__header{height:0!important;min-height:0!important;padding:0!important}.modal#login:has(.login-modal__form) .login-modal__form{padding-top:0px!important}.modal#login:has(.login-modal__form) .login-modal__header .icon-close-popup{top:22px!important;right:27px!important;z-index:2}@media(max-width:575.98px){.modal#login:has(.login-modal__form) .login-modal__form{padding-top:34px!important}.modal#login:has(.login-modal__form) .login-modal__header .icon-close-popup{top:16px!important;right:16px!important}}
.modal#login:has(.login-modal__form) .modal-dialog{width:min(calc(100% - 32px),660px)!important;max-width:660px!important;margin:12px auto!important}.modal#login:has(.login-modal__form) .modal-content{overflow:hidden;border:0;border-radius:15px;box-shadow:0 18px 55px rgba(0,0,0,.3)}.modal#login:has(.login-modal__form) .login-modal__header{position:relative;display:flex;justify-content:center;align-items:center;min-height:108px;padding:8px 28px 2px;border:0}.login-modal__logo{display:block;width:315px;max-height:95px;object-fit:contain}.login-modal__header .icon-close-popup{position:absolute;top:26px;right:27px;color:#bd7607;font-size:20px}.modal#login:has(.login-modal__form) .tf-login-form{padding:0}.login-modal__form{padding:0 56px!important}.login-modal__intro{text-align:center;margin-top:15px!important;}.login-modal__intro h2{margin:0;color:#10151e;/*font-family:Georgia,serif;*/font-size:31px;font-weight:500;line-height:1.05}.login-modal__intro h2 span{color:#bd7607}.login-modal__intro p{margin:4px 0 13px;color:#4a4e56;font-size:16px}.login-modal__divider{display:flex;align-items:center;gap:12px;margin:0 0 19px;color:#bd7607;font-size:19px}.login-modal__divider:before,.login-modal__divider:after{height:1px;flex:1;background:#cf9640;content:""}.login-modal__field{display:block;margin:0 0 15px!important}.login-modal__field>span:first-child{display:block;margin:0 0 7px;color:#17202c;font-size:13px;font-weight:500}.login-modal__input-wrap{position:relative;display:flex;align-items:center;height:51px;border:1px solid #cfd1d3;border-radius:6px;background:#fff}.login-modal__input-wrap>svg{width:22px;height:22px;flex:0 0 22px;margin:0 16px;fill:none;stroke:#666;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.login-modal__input-wrap input{width:100%;height:100%;min-width:0;padding:0 13px 0 0;border:0!important;outline:0!important;background:transparent!important;color:#20252d;font-size:14px}.login-modal__input-wrap input::placeholder{color:#777b82}.login-modal__password-toggle{display:grid;width:50px;height:100%;place-items:center;flex:0 0 50px;border:0;background:transparent;color:#c27d08;cursor:pointer}.login-modal__password-toggle svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.login-modal__forgot{margin:-3px 0 15px!important}.login-modal__forgot a{color:#ad6700;font-size:13px;text-decoration:underline}.login-modal__form .login-message{min-height:0;margin:-7px 0 8px!important;font-size:12px}.login-modal__submit{display:flex;width:100%;height:52px;align-items:center;justify-content:center;gap:12px;border:0;border-radius:4px;background:#050505;color:#fff;font-size:18px;font-weight:700}.login-modal__submit svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.login-modal__register{margin:13px 0 20px!important;text-align:center;color:#15191f;font-size:13px}.login-modal__register a{display:inline-flex;align-items:center;gap:6px;margin-left:8px;color:#b96f00;font-weight:700}.login-modal__register svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.login-modal__assurances{display:grid;grid-template-columns:repeat(3,1fr);padding:17px 42px;background:#fff;border-top:1px solid #f1f1f1}.login-modal__assurances span{display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:0 13px;border-right:1px solid #ddd;color:#1e242d}.login-modal__assurances span:last-child{border:0}.login-modal__assurances svg{grid-row:1/3;width:33px;height:33px;fill:none;stroke:#c27d08;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.login-modal__assurances b{font-size:12px;line-height:1.2}.login-modal__assurances small{font-size:11px;line-height:1.25}.login-modal__security{display:flex;align-items:center;gap:17px;min-height:103px;padding:16px 36px;background:linear-gradient(105deg,#fff8ee,#fffdf9);overflow:hidden}.login-modal__security>span{display:grid;width:66px;height:66px;flex:0 0 66px;place-items:center;border:1px solid #e6c890;border-radius:50%;color:#c27d08}.login-modal__security svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.login-modal__security p{margin:0}.login-modal__security strong,.login-modal__security small{display:block}.login-modal__security strong{font-size:14px}.login-modal__security small{margin-top:4px;font-size:12px;line-height:1.45}
@media(max-width:575.98px){.modal#login:has(.login-modal__form) .modal-dialog{width:calc(100% - 20px)!important;margin:10px auto!important}.modal#login:has(.login-modal__form) .modal-content{max-height:calc(100vh - 20px);overflow-y:auto}.modal#login:has(.login-modal__form) .login-modal__header{min-height:80px;padding:2px 16px}.login-modal__logo{width:225px;max-height:68px}.login-modal__header .icon-close-popup{top:18px;right:16px}.login-modal__form{padding:0 20px!important}.login-modal__intro h2{font-size:25px}.login-modal__intro p{margin-bottom:9px;font-size:13px}.login-modal__divider{margin-bottom:12px;font-size:14px}.login-modal__field{margin-bottom:10px!important}.login-modal__field>span:first-child{margin-bottom:5px;font-size:12px}.login-modal__input-wrap{height:45px}.login-modal__input-wrap>svg{width:19px;height:19px;margin:0 12px}.login-modal__input-wrap input{font-size:12px}.login-modal__password-toggle{width:42px;flex-basis:42px}.login-modal__password-toggle svg{width:21px;height:21px}.login-modal__forgot{margin-bottom:11px!important}.login-modal__submit{height:46px;font-size:15px}.login-modal__register{margin:10px 0 13px!important;font-size:11px}.login-modal__assurances{padding:13px 10px}.login-modal__assurances span{grid-template-columns:30px minmax(0,1fr);column-gap:5px;padding:0 6px}.login-modal__assurances svg{width:27px;height:27px}.login-modal__assurances b{font-size:9px}.login-modal__assurances small{font-size:8px}.login-modal__security{min-height:78px;gap:11px;padding:10px 18px}.login-modal__security>span{width:48px;height:48px;flex-basis:48px}.login-modal__security svg{width:26px;height:26px}.login-modal__security strong{font-size:11px}.login-modal__security small{font-size:9px;line-height:1.3}}

.modal#login:has(.login-modal__form) .login-modal__header{height:0!important;min-height:0!important;padding:0!important}.modal#login:has(.login-modal__form) .login-modal__form{padding-top:0px!important}.modal#login:has(.login-modal__form) .login-modal__header .icon-close-popup{top:22px!important;right:27px!important;z-index:2}@media(max-width:575.98px){.modal#login:has(.login-modal__form) .login-modal__form{padding-top:34px!important}.modal#login:has(.login-modal__form) .login-modal__header .icon-close-popup{top:16px!important;right:16px!important}}

.login-modal__security{position:relative}.login-modal__security>span,.login-modal__security p{position:relative;z-index:1}.login-modal__security-watermark{position:absolute;right:-15px;bottom:24px;width:188px;max-height:125px;object-fit:contain;opacity:.18;filter:sepia(1) saturate(.8);pointer-events:none}
@media(max-width:575.98px){.login-modal__security-watermark{right:-13px;bottom:-21px;width:125px;max-height:83px;opacity:.16}}

/* Reset password modal. */
.modal#forgotPassword .modal-dialog{width:min(calc(100% - 32px),575px)!important;max-width:575px!important;margin:12px auto!important}.modal#forgotPassword .modal-content{overflow:hidden;border:0;border-radius:12px;box-shadow:0 18px 55px rgba(0,0,0,.3)}.modal#forgotPassword .reset-modal__header{position:relative;height:0;min-height:0;padding:0;border:0}.modal#forgotPassword .reset-modal__header .icon-close-popup{position:absolute;z-index:2;top:27px;right:26px;color:#111;font-size:22px}.modal#forgotPassword .reset-modal__body{padding:0px 36px 26px}.reset-modal__intro{text-align:center}.reset-modal__intro h2{margin:0;color:#111;/*font-family:Georgia,serif;*/font-size:31px;font-weight:500}.reset-modal__intro h2 span{color:#a87327}.reset-modal__divider{display:flex;align-items:center;gap:12px;margin:0px 0 25px;color:#ad7829;font-size:15px}.reset-modal__divider:before,.reset-modal__divider:after{height:1px;flex:1;background:#d7ae75;content:""}.reset-modal__intro p{margin:0 0 28px;color:#12161d;font-size:16px;line-height:1.55}.reset-modal__field{display:block;margin:0}.reset-modal__field>span:first-child{display:block;margin-bottom:9px;color:#151a21;font-size:14px;font-weight:500}.reset-modal__input-wrap{display:flex;height:62px;align-items:center;border:1px solid #ced1d5;border-radius:6px}.reset-modal__input-wrap>svg{width:23px;height:23px;flex:0 0 23px;margin:0 17px;fill:none;stroke:#444;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.reset-modal__input-wrap input{width:100%;height:100%;border:0!important;outline:0!important;background:transparent!important;color:#161c24;font-size:15px}.reset-modal__input-wrap input::placeholder{color:#858990}.reset-modal__message{min-height:0;margin:6px 0 0;color:#b12321;font-size:12px}.reset-modal__notice{display:flex;align-items:center;gap:13px;min-height:79px;margin:28px 0 40px;padding:15px 17px;border-radius:7px;background:linear-gradient(110deg,#fff8ef,#fdf9f4);color:#11151b;font-size:14px;line-height:1.45}.reset-modal__notice svg{width:40px;height:40px;flex:0 0 40px;fill:none;stroke:#b27a25;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.reset-modal__actions{display:flex;align-items:center;justify-content:space-between;gap:24px}.reset-modal__actions>a{color:#a76e20;font-size:16px;text-decoration:underline}.reset-modal__actions button{display:flex;min-width:349px;height:58px;align-items:center;justify-content:center;gap:12px;border:0;border-radius:5px;background:#050505;color:#fff;font-size:16px;font-weight:700}.reset-modal__actions button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:575.98px){.modal#forgotPassword .modal-dialog{width:calc(100% - 20px)!important;margin:10px auto!important}.modal#forgotPassword .modal-content{max-height:calc(100vh - 20px);overflow-y:auto}.modal#forgotPassword .reset-modal__header .icon-close-popup{top:18px;right:17px}.modal#forgotPassword .reset-modal__body{padding:29px 20px 20px}.reset-modal__intro h2{font-size:25px}.reset-modal__divider{margin:16px 0 18px}.reset-modal__intro p{margin-bottom:21px;font-size:13px}.reset-modal__field>span:first-child{font-size:12px}.reset-modal__input-wrap{height:49px}.reset-modal__input-wrap>svg{width:20px;height:20px;margin:0 13px}.reset-modal__input-wrap input{font-size:12px}.reset-modal__notice{min-height:67px;margin:20px 0 25px;padding:11px;font-size:11px}.reset-modal__notice svg{width:32px;height:32px;flex-basis:32px}.reset-modal__actions{gap:14px}.reset-modal__actions>a{font-size:14px}.reset-modal__actions button{min-width:0;flex:1;height:49px;font-size:13px}}

/* Registration modal. */
.modal#register .modal-dialog{width:min(calc(100% - 32px),640px)!important;max-width:640px!important;margin:12px auto!important}.modal#register .modal-content{overflow:hidden;border:0;border-radius:12px;box-shadow:0 18px 55px rgba(0,0,0,.3)}.modal#register .register-modal__header{position:relative;height:0;min-height:0;padding:0;border:0}.modal#register .register-modal__header .icon-close-popup{position:absolute;z-index:2;top:26px;right:25px;color:#111;font-size:21px}.modal#register .register-modal__body{padding:0px 31px 22px}.register-modal__intro{text-align:center}.register-modal__intro h2{margin:0;color:#111;/*font-family:Georgia,serif;*/font-size:31px;font-weight:500}.register-modal__divider{display:flex;align-items:center;gap:13px;margin:0px auto 18px;color:#ae782a;font-size:14px}.register-modal__divider:before,.register-modal__divider:after{height:1px;flex:1;background:#d9b176;content:""}.register-modal__intro p{margin:0 0 24px;color:#222;font-size:14px}.register-modal__form .register-modal__name-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.register-modal__field{display:block;margin:0 0 17px}.register-modal__input-wrap{display:flex;position:relative;height:59px;align-items:center;border:1px solid #cdd0d3;border-radius:5px;background:#fff}.register-modal__input-wrap>svg{width:22px;height:22px;flex:0 0 22px;margin:0 15px;fill:none;stroke:#ae720f;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.register-modal__input-wrap input{width:100%;height:100%;min-width:0;padding:0 13px 0 0;border:0!important;outline:0!important;background:transparent!important;color:#161b22;font-size:14px}.register-modal__input-wrap input::placeholder{color:#757981}.register-modal__field--mobile .register-modal__input-wrap{display:block}.register-modal__field--mobile .iti{display:block;width:100%;height:100%}.register-modal__field--mobile .iti__selected-country{height:57px;padding:0 13px;border-right:1px solid #d1d2d4;background:#f7f7f7}.register-modal__field--mobile .iti__flag{transform:scale(1.1)}.register-modal__field--mobile .iti input{height:57px!important;padding-left:80px!important}.register-modal__password-toggle{display:grid;width:51px;height:100%;place-items:center;flex:0 0 51px;border:0;background:transparent;color:#ba7609;cursor:pointer}.register-modal__password-toggle svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.password-hints{margin:1px 0 19px!important}.password-hints strong{display:block;margin-bottom:7px;color:#10151b;font-size:14px}.password-hints .hint{position:relative;margin:4px 0;padding-left:23px;color:#191d23;font-size:13px;line-height:1.3}.password-hints .hint:before{position:absolute;top:2px;left:0;width:15px;height:15px;border:1px solid #bfc3c6;border-radius:50%;content:""}.password-hints .hint.valid:before{border-color:#299353;background:#299353}.password-hints .hint.valid:after{position:absolute;top:5px;left:4px;width:7px;height:4px;border-bottom:1px solid #fff;border-left:1px solid #fff;content:"";transform:rotate(-45deg)}.register-modal__form .register-form-message{min-height:0!important;margin:-8px 0 7px!important;font-size:12px}.register-modal__submit{display:flex;width:100%;height:54px;align-items:center;justify-content:center;gap:12px;border:0;border-radius:4px;background:#050505;color:#fff;font-size:17px;font-weight:700}.register-modal__submit svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.register-modal__or{display:flex;align-items:center;gap:12px;margin:19px 0 13px!important;color:#a87427;font-size:12px}.register-modal__or:before,.register-modal__or:after{height:1px;flex:1;background:#e1caa7;content:""}.register-modal__or span{display:grid;width:26px;height:26px;place-items:center;border:1px solid #b77e23;border-radius:50%;background:#fff}.register-modal__login{margin:0;text-align:center;color:#13171c;font-size:14px;font-weight:600}.register-modal__login a{display:inline-flex;align-items:center;gap:5px;color:#ad6900;font-weight:700}.register-modal__login svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:575.98px){.modal#register .modal-dialog{width:calc(100% - 20px)!important;margin:10px auto!important}.modal#register .modal-content{max-height:calc(100vh - 20px);overflow-y:auto}.modal#register .register-modal__header .icon-close-popup{top:17px;right:17px}.modal#register .register-modal__body{padding:28px 17px 18px}.register-modal__intro h2{font-size:25px}.register-modal__divider{margin:12px 0 14px}.register-modal__intro p{margin-bottom:18px;font-size:11px}.register-modal__form .register-modal__name-fields{gap:9px}.register-modal__field{margin-bottom:10px}.register-modal__input-wrap{height:48px}.register-modal__input-wrap>svg{width:19px;height:19px;margin:0 10px}.register-modal__input-wrap input{font-size:11px}.register-modal__field--mobile .iti__selected-country{height:46px;padding:0 9px}.register-modal__field--mobile .iti input{height:46px!important;padding-left:113px!important}.register-modal__password-toggle{width:42px;flex-basis:42px}.register-modal__password-toggle svg{width:21px;height:21px}.password-hints{margin-bottom:13px!important}.password-hints strong{margin-bottom:5px;font-size:12px}.password-hints .hint{margin:3px 0;padding-left:19px;font-size:10px}.password-hints .hint:before{width:13px;height:13px}.register-modal__submit{height:47px;font-size:14px}.register-modal__or{margin:14px 0 10px}.register-modal__login{font-size:12px}}

.modal#login:has(.account-modal) .account-modal__header{display:flex!important;align-items:center!important;justify-content:center!important;min-height:82px!important;padding:10px 48px 2px!important}.account-modal__header-welcome{margin:0;color:#111822;/*font-family:Georgia,serif;*/font-size:28px;font-weight:500;line-height:1.1;text-align:center}.account-modal__header-welcome span{color:#bd7607}.account-modal__header .icon-close-popup{top:22px!important;right:25px!important}.account-modal__divider{margin-top:0!important}@media(max-width:575.98px){.modal#login:has(.account-modal) .account-modal__header{min-height:68px!important;padding:8px 40px 1px!important}.account-modal__header-welcome{font-size:21px}.account-modal__header .icon-close-popup{top:16px!important;right:15px!important}}

.modal#login:has(.account-modal) .account-modal__header{min-height:58px!important;padding-top:6px!important;padding-bottom:0!important}.account-modal__header-welcome{font-size:26px!important}.account-modal__help{margin-left:-36px!important;margin-right:-36px!important;padding-left:36px!important;padding-right:36px!important}.modal#login:has(.account-modal) .account-modal__assurances{min-height:68px;margin-left:-18px!important;margin-right:-18px!important;padding:13px 14px!important}.modal#login:has(.account-modal) .account-modal__assurances span{gap:8px!important;padding:0 10px!important;font-size:8px!important;line-height:1.35!important}.modal#login:has(.account-modal) .account-modal__assurances svg{width:28px!important;height:28px!important;flex-basis:28px!important}@media(max-width:575.98px){.modal#login:has(.account-modal) .account-modal__header{min-height:52px!important;padding-top:5px!important}.account-modal__header-welcome{font-size:19px!important}.account-modal__help{margin-left:-24px!important;margin-right:-24px!important;padding-left:24px!important;padding-right:24px!important}.modal#login:has(.account-modal) .account-modal__assurances{min-height:58px;margin-left:-12px!important;margin-right:-12px!important;padding:10px 5px!important}.modal#login:has(.account-modal) .account-modal__assurances span{gap:4px!important;padding:0 4px!important;font-size:6px!important}.modal#login:has(.account-modal) .account-modal__assurances svg{width:22px!important;height:22px!important;flex-basis:22px!important}}

/* Shop landing refinements */
.shop-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.shop-brand-grid .shop-brand-card{display:flex;height:305px;align-items:center;justify-content:flex-start;padding:22px 18px;flex-direction:column;border-color:#e5e1dc;border-radius:12px;color:#111722;text-align:center;box-shadow:none;transform:none}.shop-brand-grid .shop-brand-card:hover{border-color:#c5800c;box-shadow:0 7px 18px rgba(93,57,6,.1);transform:translateY(-2px)}.shop-brand-card__logo{display:flex;height:132px;align-items:center;justify-content:center}.shop-brand-card__logo img{width:165px;height:105px;max-width:100%;max-height:105px;object-fit:contain}.shop-brand-card__logo strong{font-size:18px}.shop-brand-card__name{margin-top:14px;font-size:17px;line-height:1.2}.shop-brand-card__description{min-height:48px;margin-top:10px;color:#3d4656;font-size:14px;line-height:1.45}.shop-brand-card__explore{margin-top:auto;color:#b87300;font-size:15px;font-weight:700}.shop-brand-card__explore i{margin-left:13px;font-size:20px;font-style:normal;vertical-align:-1px}@media(max-width:767.98px){.shop-brand-grid .shop-brand-card{height:270px;padding:18px 14px}.shop-brand-card__logo{height:110px}.shop-brand-card__logo img{width:150px;height:95px;max-height:95px}.shop-brand-card__name{font-size:16px}.shop-brand-card__description{font-size:13px}.shop-brand-card__explore{font-size:14px}}
.shop-collection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.shop-collection-grid .shop-collection-card{display:flex;height:305px;align-items:center;justify-content:flex-start;padding:22px 18px;flex-direction:column;overflow:visible;border:1px solid #e5e1dc;border-radius:12px;background:#fff;color:#111722;text-align:center;box-shadow:none}.shop-collection-grid .shop-collection-card:hover{border-color:#c5800c;box-shadow:0 7px 18px rgba(93,57,6,.1);transform:translateY(-2px)}.shop-collection-card .shop-brand-card__logo img{width:165px;height:105px;max-height:105px;object-fit:contain;opacity:1}.shop-collection-card .shop-brand-card__description{display:block;min-height:48px;padding:0;background:none;text-align:center}.shop-collection-card .shop-brand-card__explore{display:block;position:static;inset:auto;padding:0;background:none;text-align:center}.shop-collection-card .shop-brand-card__explore i{font-size:20px}.shop-collection-card .shop-brand-card__name{display:block;font-size:17px}.shop-collection-card .shop-brand-card__logo{position:static;inset:auto;padding:0;background:none}@media(max-width:767.98px){.shop-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-collection-grid .shop-collection-card{height:270px;padding:18px 14px}.shop-collection-card .shop-brand-card__logo img{width:150px;height:95px;max-height:95px}}
.shop-section>h2{margin-bottom:9px;line-height:1.1}.shop-section>h2:after{margin-top:6px}.shop-weight-grid .shop-weight-grid__icon{display:grid;width:22px;height:22px;box-sizing:content-box;place-items:center;padding:14px;border:1px solid #e5c68b;border-radius:50%;color:#c88308}.shop-trust{color:#fff!important}.shop-trust h2,.shop-trust p,.shop-trust p b,.shop-trust p span{color:#fff!important}.shop-trust h2{margin-bottom:14px!important}.shop-trust p{gap:15px!important;margin-bottom:17px!important}.shop-trust p:last-child{margin-bottom:0!important}.shop-trust p>svg{width:28px;height:28px;flex:0 0 28px;color:#fff;stroke-width:2}.shop-trust p span{line-height:1.45}.shop-payment{padding:25px 18px!important;background:linear-gradient(145deg,#fdfbf8,#f8f3eb)!important}.shop-payment h2{margin:0 0 18px!important;font-size:16px!important;line-height:1.25}.shop-payment>img{display:none}.shop-payment__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.shop-payment__grid>span{display:grid;height:42px;place-items:center;padding:6px;border-radius:4px;background:#fff;box-shadow:0 3px 9px rgba(16,24,40,.1)}.shop-payment__grid img{display:block;max-width:100%;max-height:27px;object-fit:contain}.shop-payment__grid img[src*="payment-method"]{width:52px;height:27px}.shop-payment__paypal{max-width:59px!important;max-height:18px!important}.shop-payment__multisafepay{color:#fff!important;background:radial-gradient(circle at 50% 15%,#0bb4e6 0 28%,#077ac2 29% 54%,#ee2534 55% 100%)!important;font-size:8px;font-weight:700;letter-spacing:-.4px}.shop-help{padding:24px 20px!important;background:linear-gradient(135deg,#fffdfa,#f9f4ec)!important}.shop-help h2{margin:0 0 11px!important;color:#17191c!important;font-size:17px!important;letter-spacing:0;line-height:1.2}.shop-help>p{margin:0 0 20px!important;color:#575b61!important;font-size:12px!important;line-height:1.55!important}.shop-help ul{display:grid;gap:14px;padding:0;margin:0;list-style:none}.shop-help li{display:flex;gap:15px;align-items:center;color:#17191c;font-size:12px;font-weight:600;line-height:1.25}.shop-help__icon{width:18px;height:18px;flex:0 0 18px;color:#c57b00}.shop-help a{width:150px;height:39px;margin:24px 0 0!important;border-radius:5px!important;background:linear-gradient(100deg,#a56600,#ce8908)!important;font-size:11px!important;letter-spacing:.1px;box-shadow:0 3px 7px rgba(133,81,0,.18)}.shop-vault{position:relative;min-height:228px!important;overflow:hidden;border-radius:5px!important;background:linear-gradient(110deg,#101010 0%,#1a1a19 52%,#282824 100%)!important}.shop-vault__image{position:absolute!important;top:0!important;right:0!important;width:59%!important;height:100%!important;object-fit:cover!important;object-position:right center!important;opacity:1!important}.shop-vault:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.98) 0%,rgba(12,12,12,.9) 39%,rgba(12,12,12,.16) 72%,rgba(12,12,12,0) 100%);content:""}.shop-vault__content{position:relative!important;z-index:1!important;display:flex!important;width:55%!important;height:100%!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;padding:27px 19px!important}.shop-vault__content h2{margin:0 0 14px!important;color:#fff!important;font-family:inherit!important;font-size:17px!important;font-weight:700!important;line-height:1.25!important}.shop-vault__content p{margin:0!important;color:#fff!important;font-size:12px!important;line-height:1.55!important}.shop-vault__content a{margin-top:auto!important;color:#d69513!important;font-size:11px!important;font-weight:700!important;text-decoration:underline;text-underline-offset:3px}.shop-vault__content a span{text-decoration:none;margin-left:3px}@media(max-width:767.98px){.shop-vault{min-height:205px!important}.shop-vault__content{padding:23px 18px!important}.shop-vault__content h2{font-size:16px!important}.shop-vault__content p{font-size:11px!important}}

/* Premium bullion footer */
/* Shop landing page */
.shop-landing{background:#fff;color:#121722}.shop-hero{min-height:258px;border-bottom:1px solid #ece8e1;background:linear-gradient(100deg,#fff 0%,#fff 54%,#faf4e9 100%);overflow:hidden}.shop-breadcrumb{padding:17px 0 6px;color:#696d73;font-size:13px}.shop-breadcrumb a{color:inherit}.shop-breadcrumb span{margin:0 10px;color:#a6a8aa}.shop-hero__content{display:grid;grid-template-columns:minmax(0,1fr) 43%;min-height:215px;align-items:end}.shop-hero__content>div{align-self:center;padding-bottom:17px}.shop-hero h1,.shop-section>h2{margin:0;/*font-family:Georgia,'Times New Roman',serif;*/color:#090d11}.shop-hero h1{font-size:49px;letter-spacing:.02em;line-height:1}.shop-hero h2{margin:8px 0;color:#c47b03;font-family:inherit;font-size:19px;font-weight:600}.shop-hero p{max-width:560px;margin:0;color:#4e535a;font-size:14px;line-height:1.6}.shop-hero__content>img{width:100%;height:218px;object-fit:contain;object-position:center bottom;mix-blend-mode:multiply}.shop-hero__benefits{display:flex;gap:0;margin-top:30px}.shop-hero__benefits span{display:grid;grid-template-columns:25px auto;column-gap:8px;min-width:145px;padding:0 13px;border-right:1px solid #e4ded5}.shop-hero__benefits span:first-child{padding-left:0}.shop-hero__benefits span:last-child{border:0}.shop-hero__benefits i{grid-row:1 / span 2;color:#c68005;font-size:22px}.shop-hero__benefits b,.shop-hero__benefits small{font-size:10px;line-height:1.3}.shop-hero__benefits small{color:#5e6268}.shop-content{display:grid;grid-template-columns:minmax(0,1fr) 256px;gap:28px;padding-top:27px;padding-bottom:54px}.shop-section{padding:0 0 27px;margin-bottom:20px;border-bottom:1px solid #ebe7e1}.shop-section>h2{margin-bottom:17px;font-size:22px}.shop-section>h2:after{display:block;width:55px;height:3px;margin:10px 0 0;background:#cc8504;content:''}.shop-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.shop-category-card{display:grid;min-height:138px;align-items:center;justify-items:center;padding:10px;border:1px solid #e7e3de;border-radius:5px;color:#141619;text-align:center;transition:.2s ease}.shop-category-card:hover,.shop-brand-grid a:hover{border-color:#c5800c;box-shadow:0 5px 15px rgba(93,57,6,.09);transform:translateY(-2px)}.shop-category-card img{width:92px;height:88px;object-fit:contain}.shop-category-card strong{font-size:13px}.shop-weight-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:18px 10px}.shop-weight-grid a{display:grid;justify-items:center;gap:7px;color:#23262a;font-size:12px}.shop-weight-grid i{display:grid;width:52px;height:52px;place-items:center;border:1px solid #e5c68b;border-radius:50%;color:#c88308;font-size:21px}.shop-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.shop-brand-grid a{display:grid;height:65px;place-items:center;padding:9px;border:1px solid #e7e3de;border-radius:4px;transition:.2s}.shop-brand-grid img{max-width:100%;object-fit:contain}.shop-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.shop-collection-grid a{position:relative;display:block;height:132px;overflow:hidden;border-radius:4px;background:#16120b;color:#fff}.shop-collection-grid img{width:100%;height:100%;object-fit:cover;opacity:.82;transition:.3s}.shop-collection-grid a:hover img{transform:scale(1.06)}.shop-collection-grid span{position:absolute;inset:auto 0 0;padding:30px 11px 10px;background:linear-gradient(transparent,rgba(0,0,0,.88));text-align:center}.shop-collection-grid b,.shop-collection-grid small{display:block}.shop-collection-grid b{font-size:13px}.shop-collection-grid small{margin-top:5px;font-size:11px}.shop-popular__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.shop-popular__grid article{border:1px solid #ece7df;border-radius:4px}.shop-popular__grid a{display:grid;gap:5px;padding:8px;color:#202228;font-size:10px}.shop-popular__grid img{width:100%;height:90px;object-fit:contain}.shop-popular__grid b{font-size:12px}.shop-sidebar{display:grid;align-content:start;gap:15px}.shop-sidebar section{border-radius:5px}.shop-trust{padding:24px 22px;background:linear-gradient(145deg,#183f36,#0b2420);color:#fff}.shop-trust h2,.shop-payment h2,.shop-help h2{margin:0 0 22px;font-family:inherit;font-size:18px;font-weight:700}.shop-trust p{display:flex;gap:14px;align-items:center;margin:0 0 21px;font-size:13px}.shop-trust p:last-child{margin-bottom:0}.shop-trust i{font-size:25px}.shop-trust b{display:block}.shop-payment,.shop-help{padding:22px 20px;background:#fdfaf5}.shop-payment h2{margin-bottom:16px;font-size:16px}.shop-payment img{width:100%;height:142px;object-fit:contain}.shop-help h2{margin-bottom:9px;font-size:17px}.shop-help>p{margin:0 0 14px;color:#5d6167;font-size:12px;line-height:1.55}.shop-help>p:not(:first-of-type){display:flex;gap:12px;align-items:center;color:#222;font-size:12px}.shop-help i{color:#c37c05;font-size:16px}.shop-help a{display:flex;height:36px;align-items:center;justify-content:center;margin-top:19px;border-radius:3px;background:#bc7800;color:#fff;font-size:11px;font-weight:700}.shop-vault{position:relative;min-height:220px;overflow:hidden;background:#111;color:#fff}.shop-vault img{width:100%;height:220px;object-fit:cover;opacity:.68}.shop-vault div{position:absolute;inset:27px 20px;display:flex;flex-direction:column;justify-content:space-between}.shop-vault b{font-size:18px;line-height:1.3}.shop-vault a{color:#d69513;font-size:12px;font-weight:700}
@media(max-width:991.98px){.shop-content{grid-template-columns:1fr}.shop-sidebar{grid-template-columns:repeat(3,1fr);align-items:stretch}.shop-vault{display:none}.shop-hero__content{grid-template-columns:1fr 40%}.shop-hero__benefits span{min-width:0;flex:1;padding:0 8px}.shop-hero__benefits b,.shop-hero__benefits small{font-size:9px}}
@media(max-width:767.98px){.shop-hero{min-height:0}.shop-breadcrumb{padding-top:13px}.shop-hero__content{display:block}.shop-hero__content>div{padding:7px 0 15px}.shop-hero__content>img{display:none}.shop-hero h1{font-size:36px}.shop-hero h2{font-size:16px}.shop-hero p{font-size:12px}.shop-hero__benefits{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:20px}.shop-hero__benefits span{min-width:0;padding:0;border:0}.shop-content{padding-top:21px}.shop-section{padding-bottom:21px;margin-bottom:16px}.shop-section>h2{font-size:19px}.shop-category-grid{grid-template-columns:repeat(2,1fr)}.shop-weight-grid{grid-template-columns:repeat(4,1fr);gap:15px 8px}.shop-brand-grid{grid-template-columns:repeat(2,1fr)}.shop-collection-grid{grid-template-columns:repeat(2,1fr)}.shop-popular__grid{grid-template-columns:repeat(2,1fr)}.shop-sidebar{grid-template-columns:1fr}.shop-payment img{height:100px}.shop-trust{padding:21px}.shop-vault{display:block}.shop-vault,.shop-vault img{min-height:180px;height:180px}}
.footer-premium{margin-top:0;color:#12203b;background:#fff;border-top:1px solid #ece7de}.footer-premium *{box-sizing:border-box}.footer-premium__main{padding:68px 0 42px}.footer-premium__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.15fr;gap:65px}.footer-premium__brand{padding-right:40px;border-right:1px solid #e7e8eb;text-align:center}.footer-premium__logo{display:block;max-width:235px;margin:0 auto}.footer-premium__logo img{display:block;width:100%;max-height:126px;object-fit:contain}.footer-premium__ornament{display:block;width:218px;max-width:100%;height:1px;margin:18px auto 17px;background:linear-gradient(90deg,#d49721 0 43%,transparent 43% 49%,#d49721 49% 51%,transparent 51% 57%,#d49721 57%)}.footer-premium__brand>p{margin:0 0 23px;color:#182743;font-size:14px;line-height:1.7}.footer-premium__contact{display:grid;gap:12px;padding:0;margin:0;list-style:none;text-align:left}.footer-premium__contact li{display:flex;align-items:flex-start;gap:14px;color:#d28a0b;font-size:20px;line-height:1.2}.footer-premium__contact li>span:last-child,.footer-premium__contact li a{color:#172541;font-size:14px;line-height:1.45}.footer-premium__contact li a:hover,.footer-premium__links a:hover{color:#c9850e}.footer-premium__phone-icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;border:2px solid currentColor;border-radius:50%;font-size:14px;transform:rotate(-40deg)}.footer-premium h2{margin:0;color:#111c38;font-size:17px;font-weight:700;letter-spacing:1px;line-height:1.25;text-transform:uppercase}.footer-premium__heading-line{display:block;width:44px;height:2px;margin:18px 0 22px;background:#d18a0e}.footer-premium__links ul,.footer-premium__why ul{display:grid;gap:17px;padding:0;margin:0;list-style:none}.footer-premium__links a{display:flex;align-items:center;justify-content:space-between;color:#15233f;font-size:16px;line-height:1.35}.footer-premium__links a i{color:#d38b0b;font-size:14px}.footer-premium__why li,.footer-premium__benefits li{display:flex;align-items:center;gap:17px}.footer-premium__why li>i,.footer-premium__why li>.footer-premium__truck-icon,.footer-premium__benefits li>i,.footer-premium__benefits li>.footer-premium__truck-icon{display:inline-flex;width:48px;height:48px;flex:0 0 48px;align-items:center;justify-content:center;color:#d18a0c;font-size:38px}.footer-premium__truck-icon{border:2px solid currentColor;border-radius:6px;font-size:30px!important}.footer-premium__why strong,.footer-premium__benefits strong{display:block;color:#13203b;font-size:16px;font-weight:700;line-height:1.35}.footer-premium__why small,.footer-premium__benefits small{display:block;margin-top:2px;color:#26344d;font-size:14px;line-height:1.35}.footer-premium__benefits{border-top:1px solid #e5e6e9;border-bottom:1px solid #e5e6e9}.footer-premium__benefits ul{display:grid;grid-template-columns:repeat(4,1fr);padding:0;margin:0;list-style:none}.footer-premium__benefits li{min-height:118px;padding:20px 28px}.footer-premium__benefits li+li{border-left:1px solid #e2e4e8}.footer-premium__payments{padding:29px 0;border-top:1px solid #e5e6e9;}.footer-premium__payments-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.footer-premium__accepted,.footer-premium__social{display:flex;align-items:center;gap:18px}.footer-premium__accepted>strong,.footer-premium__social>strong{color:#19233d;font-size:14px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;white-space:nowrap}.footer-premium__accepted>span{display:inline-flex;min-width:54px;height:38px;align-items:center;justify-content:center;border:1px solid #e0e1e4;border-radius:3px;background:#fff;color:#17223d;font-size:15px;font-weight:700;line-height:1}.footer-premium__accepted .pay-visa{color:#1a54a8;font-size:23px;font-style:italic}.footer-premium__accepted .pay-master{border:0;color:#eb3628;font-size:25px;letter-spacing:-10px}.footer-premium__accepted .pay-apple{font-size:17px}.footer-premium__accepted .pay-google{color:#697177;font-weight:500}.footer-premium__accepted .pay-google b{color:#3980e0}.footer-premium__accepted .pay-bank{padding:4px;color:#27314a;font-size:9px;text-align:center}.footer-premium__accepted .pay-bank small{font-size:7px}.footer-premium__social{padding-left:34px;border-left:1px solid #e0e2e5}.footer-premium__social a{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid #b9c2d4;border-radius:50%;color:#153266;font-size:18px;font-weight:700;text-transform:lowercase}.footer-premium__social a:nth-of-type(2){border-color:#ee9eac;color:#de3d7e}.footer-premium__social a:nth-of-type(3){border-color:#8db9d8;color:#2573a9}.footer-premium__social a:nth-of-type(4){border-color:#ef9a9a;color:#d91f27}.footer-premium__legal{padding:23px 0 20px;background:radial-gradient(circle at 50% -100%,#173e73 0,#092442 52%,#061a32 100%);color:#fff}.footer-premium__legal p{margin:0;padding:0 0 18px 210px;border-bottom:1px solid rgba(255,255,255,.2);font-size:14px;line-height:1.8}.footer-premium__legal p b,.footer-premium__legal p a{color:#e5a121}.footer-premium__legal p a{margin-left:18px;text-decoration:underline}.footer-premium__legal>.container>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:16px}.footer-premium__legal nav{display:flex;flex-wrap:wrap;gap:0}.footer-premium__legal nav a{padding:0 20px;border-right:1px solid #d49423;color:#fff;font-size:14px}.footer-premium__legal nav a:first-child{padding-left:0}.footer-premium__legal nav a:last-child{border:0}.footer-premium__legal span{font-size:14px;text-align:right}
@media only screen and (max-width:1199px){.footer-premium__grid{grid-template-columns:1.1fr 1fr 1fr;gap:35px}.footer-premium__why{grid-column:2/4}.footer-premium__benefits li{padding-inline:15px}.footer-premium__payments-inner{flex-direction:column}.footer-premium__legal p{padding-left:0}}
@media only screen and (max-width:767px){.footer-premium__main{padding:38px 0 28px}.footer-premium__grid{grid-template-columns:1fr;gap:30px}.footer-premium__brand{padding:0 0 25px;border-right:0;border-bottom:1px solid #e6e7e9}.footer-premium__logo{max-width:190px}.footer-premium__why{grid-column:auto}.footer-premium__links ul{gap:12px}.footer-premium__why ul{gap:13px}.footer-premium__benefits ul{grid-template-columns:1fr 1fr}.footer-premium__benefits li{min-height:100px;padding:16px 10px;gap:9px}.footer-premium__benefits li+li{border-left:0}.footer-premium__benefits li:nth-child(even){border-left:1px solid #e2e4e8}.footer-premium__benefits li:nth-child(n+3){border-top:1px solid #e2e4e8}.footer-premium__benefits li>i,.footer-premium__benefits li>.footer-premium__truck-icon{width:35px;height:35px;flex-basis:35px;font-size:27px}.footer-premium__benefits strong{font-size:12px}.footer-premium__benefits small{font-size:11px}.footer-premium__payments-inner,.footer-premium__accepted,.footer-premium__social{flex-wrap:wrap;justify-content:center}.footer-premium__accepted{gap:9px}.footer-premium__social{padding:19px 0 0;border-top:1px solid #e0e2e5;border-left:0}.footer-premium__legal p{font-size:12px}.footer-premium__legal>.container>div{flex-direction:column;align-items:flex-start}.footer-premium__legal nav a{padding:0 10px;font-size:12px}.footer-premium__legal span{font-size:12px;text-align:left}}

/* Shop landing refinements — intentionally separate from the shared stylesheet. */
.shop-section>h2{margin-bottom:30px;line-height:1.1}.shop-section>h2:after{margin-top:6px}.shop-weight-grid .shop-weight-grid__icon{display:grid;width:22px;height:22px;box-sizing:content-box;place-items:center;padding:14px;border:1px solid #e5c68b;border-radius:50%;color:#c88308}.shop-trust{color:#fff!important}.shop-trust h2,.shop-trust p,.shop-trust p b,.shop-trust p span{color:#fff!important}.shop-trust h2{margin-bottom:0px!important}.shop-trust p{gap:15px!important;margin-bottom:17px!important}.shop-trust p:last-child{margin-bottom:0!important}.shop-trust p>svg{width:28px;height:28px;flex:0 0 28px;color:#fff;stroke-width:2}.shop-trust p span{line-height:1.45}
.shop-payment{padding:25px 18px!important;background:linear-gradient(145deg,#fdfbf8,#f8f3eb)!important}.shop-payment h2{margin:0 0 18px!important;font-size:16px!important;line-height:1.25}.shop-payment>img{display:none}.shop-payment__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.shop-payment__grid>span{display:grid;height:42px;place-items:center;padding:6px;border-radius:4px;background:#fff;box-shadow:0 3px 9px rgba(16,24,40,.1)}.shop-payment__grid img{display:block;max-width:100%;max-height:27px;object-fit:contain}.shop-payment__grid img[src*="payment-method"]{width:52px;height:27px}.shop-payment__paypal{max-width:59px!important;max-height:18px!important}.shop-payment__multisafepay{color:#fff!important;background:radial-gradient(circle at 50% 15%,#0bb4e6 0 28%,#077ac2 29% 54%,#ee2534 55% 100%)!important;font-size:8px;font-weight:700;letter-spacing:-.4px}
.shop-help{padding:24px 20px!important;background:linear-gradient(135deg,#fffdfa,#f9f4ec)!important}.shop-help h2{margin:0 0 11px!important;color:#17191c!important;font-size:17px!important;letter-spacing:0;line-height:1.2}.shop-help>p{margin:0 0 20px!important;color:#575b61!important;font-size:12px!important;line-height:1.55!important}.shop-help ul{display:grid;gap:14px;padding:0;margin:0;list-style:none}.shop-help li{display:flex;gap:15px;align-items:center;color:#17191c;font-size:12px;font-weight:600;line-height:1.25}.shop-help__icon{width:18px;height:18px;flex:0 0 18px;color:#c57b00}.shop-help a{width:150px;height:39px;margin:24px 0 0!important;border-radius:5px!important;background:linear-gradient(100deg,#a56600,#ce8908)!important;font-size:11px!important;letter-spacing:.1px;box-shadow:0 3px 7px rgba(133,81,0,.18)}
.shop-vault{position:relative;min-height:228px!important;overflow:hidden;border-radius:5px!important;background:linear-gradient(110deg,#101010 0%,#1a1a19 52%,#282824 100%)!important}.shop-vault__image{position:absolute!important;top:0!important;right:0!important;width:59%!important;height:100%!important;object-fit:cover!important;object-position:right center!important;opacity:1!important}.shop-vault:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.98) 0%,rgba(12,12,12,.9) 39%,rgba(12,12,12,.16) 72%,rgba(12,12,12,0) 100%);content:""}.shop-vault__content{position:relative!important;z-index:1!important;display:flex!important;width:55%!important;height:100%!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;padding:27px 19px!important}.shop-vault__content h2{margin:0 0 14px!important;color:#fff!important;font-family:inherit!important;font-size:17px!important;font-weight:700!important;line-height:1.25!important}.shop-vault__content p{margin:0!important;color:#fff!important;font-size:12px!important;line-height:1.55!important}.shop-vault__content a{margin-top:auto!important;color:#d69513!important;font-size:11px!important;font-weight:700!important;text-decoration:underline;text-underline-offset:3px}.shop-vault__content a span{text-decoration:none;margin-left:3px}@media(max-width:767.98px){.shop-vault{min-height:205px!important}.shop-vault__content{padding:23px 18px!important}.shop-vault__content h2{font-size:16px!important}.shop-vault__content p{font-size:11px!important}}
/* Shop collection cards: placed last so legacy Shop rules cannot overlap card content. */
.shop-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.shop-collection-grid .shop-collection-card{position:static!important;display:flex!important;height:305px!important;align-items:center!important;justify-content:flex-start!important;flex-direction:column!important;overflow:hidden!important;padding:22px 18px!important;border:1px solid #e5e1dc!important;border-radius:12px!important;background:#fff!important;color:#111722!important;text-align:center!important;box-shadow:none!important;transform:none!important}
.shop-collection-grid .shop-collection-card:hover{border-color:#c5800c!important;box-shadow:0 7px 18px rgba(93,57,6,.1)!important;transform:translateY(-2px)!important}
.shop-collection-card .shop-brand-card__logo{position:static!important;display:flex!important;width:100%!important;height:132px!important;align-items:center!important;justify-content:center!important;padding:0!important;background:none!important}
.shop-collection-grid .shop-collection-card .shop-brand-card__logo img{display:block!important;width:165px!important;height:105px!important;max-width:100%!important;max-height:105px!important;object-fit:contain!important;opacity:1!important;transform:none!important}
.shop-collection-grid .shop-collection-card .shop-brand-card__name{display:block!important;margin-top:14px!important;color:#111722!important;font-size:17px!important;line-height:1.25!important}
.shop-collection-grid .shop-collection-card .shop-brand-card__description{position:static!important;display:block!important;inset:auto!important;min-height:48px!important;margin-top:10px!important;padding:0!important;background:none!important;color:#59606a!important;font-size:14px!important;line-height:1.45!important;text-align:center!important}
.shop-collection-grid .shop-collection-card .shop-brand-card__explore{position:static!important;display:block!important;inset:auto!important;margin-top:auto!important;padding:0!important;background:none!important;color:#bd7607!important;font-size:15px!important;font-weight:700!important;line-height:1.2!important;text-align:center!important}
@media(max-width:767.98px){.shop-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-collection-grid .shop-collection-card{height:270px!important;padding:18px 14px!important}.shop-collection-card .shop-brand-card__logo{height:110px!important}.shop-collection-grid .shop-collection-card .shop-brand-card__logo img{width:150px!important;height:95px!important;max-height:95px!important}.shop-collection-grid .shop-collection-card .shop-brand-card__name{font-size:16px!important}.shop-collection-grid .shop-collection-card .shop-brand-card__description{min-height:42px!important;font-size:13px!important}.shop-collection-grid .shop-collection-card .shop-brand-card__explore{font-size:14px!important}}

/* Shop product carousels reuse the Home listing card and Swiper behaviour. */
.shop-content__main{min-width:0}.shop-product-carousel{min-width:0;overflow:hidden}.shop-product-carousel__description{max-width:650px;margin:0 0 18px;color:#5c6674;font-size:14px;line-height:1.5}.shop-product-carousel .home-investor-favourites__slider{position:relative;padding:2px}.shop-product-carousel .tf-sw-investor-favourites{overflow:visible}.shop-product-carousel .swiper-slide{height:auto}.shop-product-carousel .card-product{height:100%}.shop-product-carousel .sw-pagination-investor-favourites{margin-top:18px}.shop-product-carousel .swiper-pagination-bullet{width:7px;height:7px;background:#bd7c08;opacity:.3}.shop-product-carousel .swiper-pagination-bullet-active{width:20px;border-radius:7px;opacity:1}
.shop-section--home-heading{margin-bottom:0}.shop-section__heading{margin-bottom:32px}.shop-section__heading h2,.shop-product-carousel__heading h2{font-size:clamp(32px,3.1vw,48px);line-height:1.16}.shop-section__heading p,.shop-product-carousel__heading p{max-width:710px;margin-top:16px;font-size:16px;line-height:1.55}.shop-section__heading .bullion-section-label,.shop-product-carousel__heading .bullion-section-label{font-size:13px}.shop-product-carousel.flat-spacing-6{padding-top:45px;padding-bottom:45px;margin-bottom:0}.shop-product-carousel__heading{margin-bottom:34px}
@media(max-width:767.98px){.shop-section--home-heading{padding-top:30px;padding-bottom:30px}.shop-section__heading{margin-bottom:24px}.shop-section__heading h2,.shop-product-carousel__heading h2{font-size:29px}.shop-section__heading p,.shop-product-carousel__heading p{margin-top:12px;font-size:14px}.shop-section__heading .bullion-section-label,.shop-product-carousel__heading .bullion-section-label{font-size:11px}.shop-product-carousel.flat-spacing-6{padding-top:38px;padding-bottom:38px}.shop-product-carousel__heading{margin-bottom:25px}.shop-product-carousel .tf-sw-investor-favourites{max-width:none;margin-right:26px}.shop-product-carousel .swiper-wrapper{display:flex}.shop-product-carousel .swiper-slide{width:calc((100vw - 56px)/1.15)!important;flex:0 0 calc((100vw - 56px)/1.15)}.shop-product-carousel .sw-pagination-investor-favourites{margin-top:15px}}

/* Shared hanging-weight icon for the Shop and Buy Metal menu. */
.mega-menu-vertical-tabs .mega-weight-icon{display:grid;width:47px;height:47px;place-items:center;color:#b56a00;line-height:1;transform:none}.mega-menu-vertical-tabs .mega-weight-icon .mega-tab-icon{width:47px;height:47px}

/* BEGIN CONSOLIDATED ACCOUNT STYLES */

/* Consolidated from account-dashboard.css */
.account-dashboard-page{--gold:#ce8400;--line:#e6e6e6;background:#fff;color:#151515;}.account-dashboard-page *{box-sizing:border-box}.account-hero{min-height:158px;padding:20px 0;background:radial-gradient(ellipse at 78% 55%,rgba(221,151,27,.09),transparent 38%),linear-gradient(105deg,#fff 0,#fffaf3 100%);border-bottom:1px solid #eee}.account-breadcrumb{display:flex;gap:13px;align-items:center;margin-bottom:13px;color:#62666b;font-size:13px}.account-breadcrumb a{color:#62666b}.account-hero h1{margin:0 0 9px;font-size:38px;font-weight:600;line-height:1.05}.account-hero p{margin:0;color:#555;font-size:16px}.account-hero p strong{color:var(--gold);font-weight:500}.account-dashboard-layout{display:grid;grid-template-columns:297px minmax(0,1fr);gap:26px;padding-top:30px;padding-bottom:40px}.account-sidebar{border:1px solid var(--line);border-radius:10px}.account-side-nav{padding:8px 0}.account-side-nav a{display:flex;height:51px;align-items:center;gap:18px;padding:0 23px;border-left:3px solid transparent;color:#171717;font-size:15px}.account-side-nav a.active{border-left-color:var(--gold);border-radius:0 7px 7px 0;background:linear-gradient(90deg,#fff7e9,#fbf6ed);color:#ca7900}.account-side-nav a span{display:grid;width:22px;height:22px;place-items:center}.account-side-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.account-side-divider{height:1px;margin:7px 39px;background:#ddd}.account-dashboard-main{min-width:0}.account-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.account-stat-card{position:relative;display:flex;min-height:147px;gap:18px;align-items:flex-start;padding:23px 17px;border:1px solid var(--line);border-radius:10px}.account-stat-card.is-featured{border-color:#dfa027;background:linear-gradient(110deg,#fff,#fffbf3)}.account-stat-ribbon{position:absolute;top:0;right:0;padding:5px 13px;border-radius:0 9px 0 14px;background:#cf7c00;color:#fff;font-size:10px;font-weight:700}.account-stat-icon{display:grid;width:66px;height:66px;flex:0 0 66px;place-items:center;border-radius:50%;background:#fbf6ed;color:#d18700}.account-stat-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.account-stat-card>div{display:flex;min-width:0;flex-direction:column;padding-top:2px}.account-stat-card>div>span{font-size:13px;white-space:nowrap}.account-stat-card strong{margin:9px 0 5px;font-size:26px;line-height:1}.account-stat-card small{color:#666;font-size:12px}.account-stat-card a{margin-top:19px;color:#c87500;font-size:12px;font-weight:600}.account-stat-card a b,.account-pending-alert a b,.account-saved a b{margin-left:9px}.account-pending-alert{display:grid;grid-template-columns:56px 1fr auto;gap:16px;align-items:center;min-height:78px;margin-top:22px;padding:10px 34px 10px 22px;border:1px solid #efd9a9;border-radius:10px;background:linear-gradient(90deg,#fffaf0,#fffdf8)}.account-alert-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#e2a500,#f0bc00);color:#fff}.account-alert-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2}.account-pending-alert div{display:flex;flex-direction:column;gap:6px}.account-pending-alert strong{font-size:15px}.account-pending-alert small{color:#555;font-size:12px}.account-pending-alert>a,.account-empty-state>a{padding:13px 25px;border-radius:5px;background:linear-gradient(100deg,#b56e00,#dc9700);color:#fff;font-size:12px;font-weight:700}.account-panel{border:1px solid var(--line);border-radius:10px}.account-recent-orders{min-height:240px;margin-top:17px}.account-panel-heading{display:flex;align-items:center;justify-content:space-between;padding:15px 20px}.account-panel h2{margin:0;font-size:17px;font-weight:600}.account-panel-heading>a,.account-saved a{padding:8px 14px;border:1px solid #d99424;border-radius:4px;color:#bd7000;font-size:12px}.account-empty-state{display:flex;align-items:center;flex-direction:column;padding:0 20px 17px;text-align:center}.account-empty-box{display:grid;width:77px;height:72px;place-items:center;border-radius:50%;background:#fbf5e9;color:#d39a36}.account-empty-box svg{width:49px;height:49px;fill:none;stroke:currentColor;stroke-width:1.1}.account-empty-state strong{margin-top:5px;font-size:14px}.account-empty-state p{margin:8px 0 13px;color:#555;font-size:12px}.account-empty-state>a{padding:11px 22px}.account-order-list{padding:0 20px 15px}.account-order-list>a{display:flex;align-items:center;justify-content:space-between;padding:12px 4px;border-top:1px solid #eee;color:#222}.account-order-list span{display:flex;gap:4px;flex-direction:column}.account-order-list span:last-child{text-align:right}.account-order-list small{color:#777}.account-bottom-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:16px;margin-top:17px}.account-saved{display:flex;min-height:154px;align-items:center;justify-content:space-between;padding:20px}.account-saved p{margin:13px 0 20px;color:#555;font-size:12px}.account-saved>span{display:grid;width:90px;height:90px;place-items:center;border-radius:50%;background:#fbf7ef;color:#d9a240}.account-saved>span svg{width:45px;height:45px;fill:none;stroke:currentColor;stroke-width:1.5}.account-details{min-height:154px}.account-details .account-panel-heading{padding-bottom:4px}.account-details dl{display:grid;grid-template-columns:110px minmax(0,1fr);row-gap:8px;padding:3px 22px 15px;margin:0;font-size:12px}.account-details dt{display:flex;align-items:center;gap:12px;font-weight:400}.account-details dt svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6}.account-details dd{overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1199px){.account-dashboard-layout{grid-template-columns:240px 1fr}.account-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.account-hero{min-height:130px}.account-hero h1{font-size:31px}.account-dashboard-layout{display:block;padding-top:15px}.account-sidebar{margin-bottom:16px}.account-side-nav{display:flex;overflow-x:auto;padding:7px}.account-side-nav a{height:44px;flex:0 0 auto;padding:0 13px;border:0;border-radius:6px;font-size:13px}.account-side-nav a.active{border:0}.account-side-divider{display:none}.account-stat-grid,.account-bottom-grid{grid-template-columns:1fr}.account-pending-alert{grid-template-columns:45px 1fr;padding:12px}.account-alert-icon{width:45px;height:45px}.account-pending-alert>a{grid-column:1/-1;text-align:center}.account-stat-card{min-height:130px}.account-saved{min-height:140px}}

/* Keep every dashboard-card action and its arrow together. */
.account-stat-card a{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;line-height:1.2}
.account-stat-card a b{flex:0 0 auto;margin-left:0}


/* Consolidated from account-orders.css */
.account-orders-page{background:#fff}.orders-hero{min-height:143px;padding:19px 0;background:radial-gradient(ellipse at 80% 55%,rgba(219,145,16,.11),transparent 38%),linear-gradient(100deg,#fff,#fffaf1);border-bottom:1px solid #eee}.orders-hero .account-breadcrumb{margin-bottom:14px}.orders-hero h1{margin:0 0 10px;font-size:37px;font-weight:600}.orders-hero p{margin:0;color:#5d5d5d;font-size:14px}.orders-layout{grid-template-columns:285px minmax(0,1fr);gap:22px;padding-top:30px}.orders-shell{min-width:0;overflow:hidden;border:1px solid #e5e5e5;border-radius:9px}.orders-tabs{display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid #e7e7e7}.orders-tabs a{position:relative;display:flex;height:57px;align-items:center;justify-content:center;border-right:1px solid #eee;color:#171717;font-size:13px;white-space:nowrap}.orders-tabs a:last-child{border:0}.orders-tabs a.active:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:#e08a00;content:""}.orders-tabs small{margin-left:3px;color:#b46d00}.orders-filter-form{border-bottom:1px solid #eee}.orders-filter-primary{display:grid;grid-template-columns:minmax(250px,1.65fr) minmax(290px,1fr) 105px;gap:16px;padding:21px 24px}.orders-search{display:flex;height:48px;align-items:center;gap:12px;padding:0 15px;border:1px solid #ddd;border-radius:5px}.orders-search span{font-size:27px;line-height:1;transform:rotate(-20deg)}.orders-search input{width:100%;height:100%;border:0;outline:0;font-size:13px}.orders-date{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid #ddd;border-radius:5px}.orders-date label{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:4px 10px}.orders-date label+label{border-left:1px solid #eee}.orders-date span{color:#777;font-size:9px}.orders-date input{min-width:0;border:0;outline:0;font-size:11px}.orders-filter-toggle{border:1px solid #ddd;border-radius:5px;background:#fff;font-size:13px}.orders-filter-toggle span{margin-right:8px}.orders-filter-advanced{display:none;grid-template-columns:repeat(5,1fr);gap:13px;padding:0 24px 20px}.orders-filter-advanced.open{display:grid}.orders-filter-advanced label{display:flex;gap:6px;flex-direction:column;color:#555;font-size:11px}.orders-filter-advanced select,.orders-filter-advanced input,.orders-pagination select{height:38px;padding:0 9px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:12px}.orders-filter-actions{display:flex;grid-column:1/-1;align-items:center;justify-content:flex-end;gap:17px}.orders-filter-actions a{color:#666;font-size:12px}.orders-filter-actions button{height:37px;padding:0 20px;border:0;border-radius:4px;background:#c77c00;color:#fff;font-size:12px}.orders-table{width:100%;border-collapse:collapse}.orders-table th{height:46px;padding:0 23px;background:#fafafa;color:#111;font-size:11px;font-weight:600;text-align:left}.orders-table td{height:86px;padding:12px 23px;border-top:1px solid #e8e8e8;font-size:12px;vertical-align:middle}.orders-table td>strong,.orders-table td>small{display:block}.orders-table td>small{margin-top:7px;color:#666}.order-status{display:inline-block;padding:5px 7px;border-radius:4px;background:#eee;font-size:11px}.status-pending{background:#fff0da;color:#cc7600}.status-paid,.status-processing{background:#e9f1ff;color:#1763d3}.status-shipped,.status-delivered{background:#e3f6ed;color:#087c4c}.status-cancelled,.status-refunded{background:#eee;color:#555}.payment-unpaid,.payment-failed{color:#e12424}.payment-paid,.payment-refunded{color:#078949}.order-view-link{display:inline-flex;align-items:center;gap:20px;color:#171717;white-space:nowrap}.order-view-link b{font-size:22px;font-weight:400}.orders-empty{height:170px!important;color:#666;text-align:center}.orders-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:68px;padding:10px 24px;border-top:1px solid #e8e8e8;color:#666;font-size:11px}.orders-pagination nav{display:flex;gap:9px}.orders-pagination nav a{display:grid;width:34px;height:34px;place-items:center;border:1px solid #ddd;border-radius:4px;color:#222}.orders-pagination nav a.active{border-color:#d68800;background:#d68800;color:#fff}.orders-pagination>form{justify-self:end}
@media(max-width:1199px){.orders-layout{grid-template-columns:230px minmax(0,1fr)}.orders-table th,.orders-table td{padding-inline:12px}.orders-tabs a{font-size:11px}.orders-filter-advanced{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.orders-layout{display:block}.orders-tabs{display:flex;overflow-x:auto}.orders-tabs a{min-width:135px}.orders-filter-primary{grid-template-columns:1fr;padding:15px}.orders-filter-advanced,.orders-filter-advanced.open{grid-template-columns:1fr;padding:0 15px 15px}.orders-table thead{display:none}.orders-table,.orders-table tbody,.orders-table tr,.orders-table td{display:block}.orders-table tr{padding:14px;border-top:1px solid #e5e5e5}.orders-table td{display:grid;height:auto;min-height:38px;grid-template-columns:105px 1fr;padding:6px 0;border:0}.orders-table td:before{color:#777;content:attr(data-label);font-size:11px}.orders-pagination{grid-template-columns:1fr;justify-items:center}.orders-pagination>form{justify-self:center}}

/* Reference-matched search, date-range and filter controls. */
.orders-search>svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:#555;stroke-linecap:round;stroke-width:1.7}.orders-search>span{display:none}.orders-date-picker{position:relative}.orders-date-trigger{display:flex;width:100%;height:48px;align-items:center;gap:13px;padding:0 16px;border:1px solid #ddd;border-radius:5px;background:#fff;color:#555;font-size:13px;text-align:left}.orders-date-trigger svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:#555;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.orders-date-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-date-popover{position:absolute;z-index:30;top:56px;right:0;display:none;width:330px;grid-template-columns:1fr 1fr;gap:12px;padding:15px;border:1px solid #dedede;border-radius:7px;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.13)}.orders-date-popover.open{display:grid}.orders-date-popover label{display:flex;gap:6px;flex-direction:column;color:#666;font-size:11px}.orders-date-popover input{width:100%;height:39px;padding:0 8px;border:1px solid #ddd;border-radius:4px;font-size:12px}.orders-date-popover button{grid-column:1/-1;height:38px;border:0;border-radius:4px;background:#c77c00;color:#fff;font-size:12px}.orders-filter-toggle{display:flex;align-items:center;justify-content:center;gap:11px}.orders-filter-toggle svg{width:20px;height:20px;fill:none;stroke:#222;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.orders-filter-toggle>span{margin:0}
@media(max-width:767px){.orders-date-popover{right:auto;left:0;width:min(330px,calc(100vw - 62px))}}

.orders-table th{vertical-align:middle;line-height:1.25}.status-cod{background:#fff0da;color:#c76f00}.payment-cod{display:block;color:#9a5b00}.orders-table td[data-label="Payment"]>small{margin-top:5px;color:#777;font-size:10px}
.status-payment_failed{background:#fde7e7;color:#c82222}


/* Consolidated from order-details.css */
.order-detail-page{background:#fff}.od-hero{padding:19px 0 22px;border-bottom:1px solid #eee;background:#fff}.od-title{display:flex;align-items:center;justify-content:space-between}.od-title h1{margin:0 0 8px;font-size:34px;font-weight:600}.od-title p{margin:0;color:#555;font-size:13px}.od-title>a,.od-help>a{padding:11px 20px;border:1px solid #e87319;border-radius:5px;color:#e65d00;font-size:12px;font-weight:600}.od-help h3 {line-height:20px;}.od-layout{grid-template-columns:245px minmax(0,1fr);gap:17px;padding-top:30px}.od-layout .account-sidebar{border-radius:7px}.od-help{display:grid;grid-template-columns:25px 1fr;gap:8px;margin-top:18px;padding:19px 16px;border:1px solid #e4e4e4;border-radius:7px}.od-help>span{grid-row:1/3;color:#ef6500;font-size:22px}.od-help h3{margin:2px 0 0;font-size:14px}.od-help p{grid-column:1/-1;margin:8px 0;color:#555;font-size:11px;line-height:1.8}.od-help a{grid-column:1/-1;text-align:center}.od-main{display:grid;min-width:0;gap:15px}.od-card{border:1px solid #dedede;border-radius:7px;background:#fff}.od-overview{padding:22px}.od-order-id{display:inline-block;width:33%;vertical-align:top}.od-badge{display:inline-block;padding:5px 7px;border-radius:4px;background:#ee6500;color:#fff;font-size:9px;font-weight:700}.od-order-id h2{margin:12px 0 7px;font-size:17px}.od-order-id p{margin:0;font-size:12px}.od-quick{display:inline-grid;width:66%;grid-template-columns:1.1fr 1.35fr .8fr;vertical-align:top}.od-quick>div{display:flex;min-height:82px;gap:12px;align-items:flex-start;padding:5px 16px;border-left:1px solid #e5e5e5}.od-quick i{display:grid;width:36px;height:36px;place-items:center;border-radius:5px;background:#f6efe7;color:#d66300;font-style:normal;font-size:20px}.od-quick span{display:flex;flex-direction:column}.od-quick small{color:#666;font-size:10px}.od-quick b{margin-top:10px;font-size:12px}.od-quick em{margin-top:8px;color:#555;font-size:10px;font-style:normal}.od-overview-details{display:grid;grid-template-columns:.8fr 1.15fr 1.15fr 1.3fr;margin-top:25px;padding-top:22px;border-top:1px solid #e4e4e4}.od-overview-details>div{min-height:143px;padding:3px 20px;border-left:1px solid #e5e5e5}.od-overview-details>div:first-child{padding-left:0;border:0}.od-overview-details h3,.od-card>h3{margin:0 0 13px;color:#161616;font-size:12px}.od-overview-details h3:first-letter,.od-card>h3:first-letter{color:#e96800}.od-overview-details p{margin:0;font-size:11px;line-height:1.75}.od-payment-state small,.od-payment-state>b{display:block}.od-payment-state>b{margin-top:16px;color:#e12626;font-size:13px}.od-pay-button{display:inline-block;margin-top:24px;padding:11px 17px;border:1px solid #e7660b;border-radius:5px;color:#e65d00;font-size:12px}.od-dates>div+div{padding-top:16px;margin-top:16px;border-top:1px solid #e5e5e5}.od-tabs-card{overflow:hidden}.od-tabs{display:flex;height:55px;align-items:end;padding:0 18px;border-bottom:1px solid #ddd}.od-tabs button{position:relative;height:55px;padding:0 22px;border:0;background:#fff;font-size:12px}.od-tabs button.active{color:#e45e00}.od-tabs button.active:after{position:absolute;right:10px;bottom:0;left:10px;height:2px;background:#ee6500;content:""}.od-tab-panel{display:none;padding:0 18px 18px}.od-tab-panel.active{display:block}.od-items,.od-simple-table{width:100%;border-collapse:collapse}.od-items th,.od-simple-table th{padding:16px 7px;border-bottom:1px solid #ddd;font-size:10px;text-align:left}.od-items td,.od-simple-table td{padding:16px 7px;border-bottom:1px solid #e6e6e6;font-size:11px}.od-product{display:flex;min-width:250px;gap:14px;align-items:center}.od-product img{width:43px;height:64px;border-radius:3px;object-fit:contain}.od-product span{display:flex;flex-direction:column}.od-product small{margin-top:5px;color:#777}.od-history{padding:20px 20px 0;margin:0}.od-history li{padding:0 0 18px 20px;border-left:1px solid #e28b48}.od-history li span{margin-left:15px;color:#777}.od-history li p{margin:5px 0}.od-empty{padding:35px;text-align:center}.od-definition{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:13px 15px;margin:0;font-size:11px}.od-definition dt{font-weight:400}.od-definition dd{margin:0;font-weight:600;text-align:right}.od-three-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.od-three-grid>.od-card,.od-two-grid>.od-card{padding:20px}.green{color:#078b43}.od-total-row{padding-top:18px;margin-top:10px;border-top:1px solid #ddd}.od-grand-total{color:#e85d00;font-size:18px}.od-pay-wide{display:block;margin-top:18px;padding:12px;border-radius:4px;background:#ec6500;color:#fff;text-align:center}.od-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.od-two-grid p{margin:0;color:#555;font-size:11px;line-height:1.6}.od-support-note{padding:10px 17px;border:1px solid #ddd;border-radius:6px;color:#555;font-size:10px}.od-muted{color:#777}
@media(max-width:1199px){.od-layout{grid-template-columns:220px 1fr}.od-order-id{display:block;width:100%;margin-bottom:20px}.od-quick{width:100%}.od-overview-details{grid-template-columns:1fr 1fr}.od-overview-details>div:nth-child(3){border-left:0}.od-overview-details>div{padding:15px!important;border-top:1px solid #eee}.od-three-grid{grid-template-columns:1fr 1fr}.od-summary{grid-column:1/-1}}
@media(max-width:767px){.od-title{align-items:flex-start;gap:20px;flex-direction:column}.od-title h1{font-size:29px}.od-layout{display:block}.od-layout>aside{margin-bottom:15px}.od-help{display:none}.od-quick{grid-template-columns:1fr}.od-quick>div{border-top:1px solid #eee;border-left:0}.od-overview-details{grid-template-columns:1fr}.od-overview-details>div{border-left:0}.od-tabs{overflow-x:auto}.od-tabs button{flex:0 0 auto;padding-inline:14px}.od-tab-panel{overflow-x:auto}.od-three-grid,.od-two-grid{grid-template-columns:1fr}.od-summary{grid-column:auto}.od-product{min-width:200px}}

/* Order overview alignment and icon refinements. */
.od-overview{padding:26px 24px 29px}.od-overview-top{display:grid;grid-template-columns:1.42fr 3fr;min-height:101px}.od-order-id{display:block;width:auto;padding:0 22px 0 0}.od-order-id h2{margin:14px 0 10px;line-height:1.25}.od-order-id p{line-height:1.45}.od-quick{display:grid;width:auto;grid-template-columns:repeat(3,minmax(0,1fr))}.od-quick>div{min-height:74px;gap:16px;padding:7px 20px;border-left:1px solid #dedede}.od-quick i{width:38px;height:38px;flex:0 0 38px;background:#f6efe7;color:#111}.od-quick i svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.od-quick small{line-height:1.2}.od-quick b{margin-top:9px;line-height:1.25}.od-quick em{margin-top:9px;line-height:1.2}.od-overview-details{grid-template-columns:.88fr 1.15fr 1.15fr 1.3fr;margin-top:0;padding-top:25px;border-top:1px solid #dedede}.od-overview-details>div{min-height:160px;padding:5px 25px;border-left-color:#dedede}.od-overview-details>div:first-child{padding-left:0}.od-overview-details h3{display:flex;min-height:24px;align-items:center;gap:11px;margin:0 0 12px;font-size:12px;line-height:1.2}.od-overview-details h3 i{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;color:#ef6800;font-style:normal}.od-overview-details h3 i svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.od-overview-details p{padding-left:33px;font-size:11px;line-height:2}.od-payment-state small{line-height:1.2}.od-payment-state>b{margin-top:18px}.od-pay-button{display:inline-flex;align-items:center;gap:8px;margin-top:25px;padding:10px 16px}.od-pay-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.od-dates>div+div{padding-top:20px;margin-top:20px}.od-dates p{line-height:1.5}
@media(max-width:1199px){.od-overview-top{grid-template-columns:1fr}.od-order-id{padding-bottom:20px}.od-quick{width:100%}.od-overview-details>div{min-height:145px}.od-overview-details p{padding-left:33px}}
@media(max-width:767px){.od-overview{padding:20px 16px}.od-quick{grid-template-columns:1fr}.od-quick>div{padding:14px 4px;border-top:1px solid #eee;border-left:0}.od-overview-details>div{min-height:0;padding:20px 0!important}.od-overview-details p{padding-left:33px}}

/* Inset overview dividers and strengthen item-table typography/alignment. */
.od-quick>div,.od-overview-details>div{position:relative;border-left:0}
.od-quick>div+div:before{position:absolute;top:2px;bottom:9px;left:0;width:1px;background:#dedede;content:""}
.od-overview-details>div+div:before{position:absolute;top:5px;bottom:8px;left:0;width:1px;background:#dedede;content:""}
.od-tabs button{font-weight:700}
.od-items th{font-size:11px;font-weight:700;line-height:1.25;vertical-align:middle}
.od-items td{font-weight:600;line-height:1.35;vertical-align:middle}
.od-items td:first-child{font-weight:400}
.od-items td:first-child .od-product b{font-weight:700}
.od-product{align-items:center}
@media(max-width:1199px){.od-quick>div+div:before,.od-overview-details>div:nth-child(3):before{display:none}}
@media(max-width:767px){.od-quick>div+div:before,.od-overview-details>div+div:before{display:none}}

.od-summary-total{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:16px;border-top:1px solid #ddd;font-size:11px;font-weight:600}.od-summary-total b{color:#e85d00;font-size:18px}.od-support-note a{color:#e65d00;font-weight:700;text-decoration:underline;text-underline-offset:2px}

/* Detail tabs and lower information cards. */
.od-simple-table th{font-weight:700}.od-tab-panel:not([data-panel="items"]){padding:22px 22px 24px}.od-tab-panel[data-panel="shipping"] .od-definition{gap:15px}.od-three-grid>.od-card,.od-two-grid>.od-card{padding:18px 20px 20px}.od-three-grid>.od-card>h3,.od-two-grid>.od-card>h3{display:flex;min-height:25px;align-items:center;gap:10px;margin:0 0 18px;font-weight:700;line-height:1.2}.od-three-grid h3 i,.od-two-grid h3 i{display:grid;width:23px;height:23px;flex:0 0 23px;place-items:center;color:#ef6500;font-style:normal}.od-three-grid h3 svg,.od-two-grid h3 svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.od-three-grid .od-definition,.od-two-grid .od-definition{gap:12px 15px}.od-discount-total{display:flex;align-items:center;justify-content:space-between;margin-top:22px;padding-top:18px;border-top:1px solid #ddd;font-size:11px}.od-discount-total b{font-weight:700}.od-total-row{padding-top:15px;margin-top:6px}.od-pay-wide svg{width:18px;height:18px;fill:none;stroke:currentColor;vertical-align:middle}.od-two-grid>section>p{margin-top:0}

/* END CONSOLIDATED ACCOUNT STYLES */

/* Premium shopping cart */
.premium-cart-page .premium-cart-hero{display:flex;min-height:340px;align-items:center;padding:55px 0!important;background:linear-gradient(105deg,#fff 0%,#fff8f5 48%,#f8fbfa 100%)!important;text-align:center!important}.premium-cart-page .premium-cart-hero .heading{margin:0 0 42px!important;color:#090909!important;font-size:50px!important;font-weight:400!important;line-height:1.1!important}.premium-cart-page .premium-cart-hero .tf-breadcrumb{margin:0!important}.premium-cart-page .premium-cart-hero .tf-breadcrumb-list{justify-content:center!important}.premium-cart-page .premium-cart-hero .tf-breadcrumb-list a{color:#111!important;font-size:14px}.premium-cart-page .premium-cart-hero .tf-breadcrumb-list i{margin:0 14px;color:#111}.premium-cart-page .premium-cart-content{padding-top:48px!important}
.premium-cart-page{--cart-gold:#c98200;--cart-line:#e1e1e1;background:#fff;color:#111;/*font-family:Arial,sans-serif*/}.premium-cart-page *{box-sizing:border-box}.premium-cart-hero{padding:20px 0 12px!important;background:#fff!important;text-align:left!important}.premium-cart-hero .tf-breadcrumb{margin:0 0 13px!important}.premium-cart-hero .tf-breadcrumb-list{justify-content:flex-start!important}.premium-cart-hero .tf-breadcrumb-list a:last-of-type{color:var(--cart-gold)}.premium-cart-title{display:flex;align-items:flex-end;justify-content:space-between}.premium-cart-title h1{margin:0!important;color:#090909!important;font-size:36px!important;font-weight:500!important;line-height:1.1!important}.premium-cart-title h1 small{color:var(--cart-gold);font-size:16px;font-weight:500}.premium-cart-title p{margin:10px 0 0;font-size:14px}.premium-cart-title>span{display:flex;align-items:center;gap:9px;padding-bottom:4px;font-size:11px}.premium-cart-title svg{width:18px;height:18px;fill:none;stroke:var(--cart-gold);stroke-width:1.7}.premium-cart-content{padding:0 0 48px!important}.premium-cart-page .tf-page-cart-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) 375px!important;gap:28px!important;align-items:start!important}.premium-cart-page .tf-page-cart-item{min-width:0;border:1px solid var(--cart-line);border-radius:5px}.premium-cart-page .tf-table-page-cart{width:100%;table-layout:fixed;border-collapse:collapse}.premium-cart-page .tf-table-page-cart thead{background:linear-gradient(105deg,#1b1b1b,#090909)}.premium-cart-page .tf-table-page-cart th{height:45px;padding:0 13px!important;border:0!important;color:#fff!important;font-size:11px!important;font-weight:700!important;text-align:left!important;text-transform:uppercase;vertical-align:middle}.premium-cart-page .tf-table-page-cart th:first-child{width:40%;padding-left:25px!important}.premium-cart-page .tf-table-page-cart th:nth-child(2){width:13%}.premium-cart-page .tf-table-page-cart th:nth-child(3){width:13%}.premium-cart-page .tf-table-page-cart th:nth-child(4){width:15%}.premium-cart-page .tf-table-page-cart th:nth-child(5){width:8%}.premium-cart-page .tf-table-page-cart th:nth-child(6){width:11%}.premium-cart-page .tf-cart-item{height:148px;border-bottom:1px solid #e7e7e7}.premium-cart-page .tf-cart-item:last-child{border-bottom:0}.premium-cart-page .tf-cart-item td{padding:18px 13px!important;border:0!important;font-size:12px;vertical-align:middle}.premium-cart-page .tf-cart-item_product{display:flex!important;gap:20px!important;align-items:center!important;padding-left:24px!important}.premium-cart-page .tf-cart-item_product .img-box{width:67px!important;height:96px!important;flex:0 0 67px;overflow:hidden;border-radius:3px;background:#f6f6f6}.premium-cart-page .tf-cart-item_product img{width:100%!important;height:100%!important;object-fit:contain}.premium-cart-page .cart-info{display:flex;min-width:0;align-items:flex-start!important;flex-direction:column}.premium-cart-page .cart-title{margin:0 0 8px;color:#111!important;font-size:13px!important;font-weight:700!important;line-height:1.35}.premium-cart-page .cart-info small{display:block;margin-bottom:5px;color:#555;font-size:10px}.premium-cart-page .remove-cart{position:relative;margin-top:6px;padding-left:20px;color:#111!important;font-size:11px!important;cursor:pointer}.premium-cart-page .remove-cart:before{position:absolute;left:0;color:#e32a20;font-size:16px;content:"♙";transform:rotate(180deg)}.premium-cart-page .wg-quantity{display:grid!important;width:105px!important;height:38px!important;grid-template-columns:34px 37px 34px;border:1px solid #d8d8d8!important;border-radius:4px!important}.premium-cart-page .wg-quantity>*{display:grid!important;height:36px!important;place-items:center;border:0!important;background:#fff!important;color:#111!important;font-size:15px!important}.premium-cart-page .wg-quantity input{width:37px!important;padding:0!important;text-align:center}.premium-cart-page .item_subtotal_ex_vat,.premium-cart-page .item_subtotal{font-weight:700}.premium-cart-actions{display:flex;position:absolute;right:0;bottom:-62px;left:0;align-items:center;justify-content:space-between}.premium-cart-page .tf-page-cart-item{position:relative;margin-bottom:62px}.premium-cart-actions a,.premium-cart-actions button{display:flex;height:45px;align-items:center;gap:13px;padding:0 20px;border:1px solid #aaa;border-radius:4px;background:#fff;color:#111;font-size:12px;font-weight:700}.premium-cart-actions a span{font-size:25px;font-weight:400}.premium-cart-actions button svg{width:18px;height:18px;fill:none;stroke:#222;stroke-width:1.6}.premium-cart-page .tf-page-cart-footer{position:static!important;width:auto!important}.premium-cart-page .tf-cart-footer-inner{position:static!important;padding:0!important;border:0!important}.premium-cart-page .tf-page-cart-checkout{padding:24px 23px!important;border:1px solid var(--cart-line)!important;border-radius:5px!important;background:linear-gradient(135deg,#fff,#fcfcfc)!important}.premium-promo-heading{margin:0 0 0px;font-size:14px;font-weight:700}.premium-cart-page .coupon-box{display:grid!important;grid-template-columns:1fr 86px;gap:10px}.premium-cart-page .coupon-box input{height:48px!important;padding:0 14px!important;border:1px solid #d7d7d7!important;border-radius:4px!important;font-size:13px}.premium-cart-page .coupon-box button{height:48px!important;border-radius:4px!important;background:#080808!important;color:#fff!important}.premium-cart-page #promo-message{font-size:11px}.premium-cart-page .cart-checkbox{display:flex!important;align-items:center!important;margin:20px 0 17px!important;padding:19px 3px!important;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.premium-cart-page .cart-checkbox label{display:flex!important;width:100%;align-items:center;justify-content:space-between;font-size:13px}.premium-gift-label{display:flex;align-items:center;gap:10px}.premium-gift-label svg{width:21px;height:21px;fill:none;stroke:#111;stroke-width:1.5}.premium-cart-page .tf-cart-totals-discounts{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0!important;padding:8px 0!important}.premium-cart-page .tf-cart-totals-discounts h3{margin:0!important;font-size:13px!important;font-weight:500!important}.premium-cart-page .tf-cart-totals-discounts .total-value{font-size:13px!important;font-weight:600!important}.premium-cart-page .promo_discount{color:#07882f}.premium-cart-page .tf-cart-totals-discounts.total{margin-top:16px!important;padding-top:18px!important;border-top:1px solid #ddd}.premium-cart-page .tf-cart-totals-discounts.total h3{font-size:14px!important;font-weight:700!important}.premium-cart-page .tf-cart-totals-discounts.total .total-value{color:var(--cart-gold);font-size:23px!important}.premium-cart-page #cart-checkout-btn{display:flex!important;height:50px!important;gap:11px;margin-top:12px;border:0!important;background:linear-gradient(105deg,#bd7600,#e7a500)!important;color:#fff!important;font-size:14px!important;font-weight:700!important}.premium-cart-page #cart-checkout-btn svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.8}.premium-cart-page .tf-page-cart_imgtrust{margin-top:13px!important}.premium-cart-page .tf-page-cart_imgtrust>p{position:relative;margin:0 0 25px!important;font-size:11px!important}.premium-we-accept{display:block;margin-bottom:8px;color:#111;font-size:10px;font-weight:600;text-align:center}.premium-cart-page .cart-list-social{display:flex!important;gap:7px!important;justify-content:center!important}.premium-cart-page .payment-item{display:grid!important;width:48px!important;height:31px!important;place-items:center;border:1px solid #eee;border-radius:3px;background:#fff}.premium-cart-page .payment-item svg{max-width:40px;height:25px}.premium-cart-content>.container:after{display:block;clear:both;min-height:108px;margin-top:35px;padding:30px 35px;border:1px solid #ece7df;border-radius:5px;background:linear-gradient(100deg,#fff,#fdfbf8);color:#222;font-size:13px;font-weight:700;word-spacing:2px;content:"100% Authentic                 Free & Insured Delivery                 Secure Payment                 Dedicated Support"}
@media(max-width:1199px){.premium-cart-page .tf-page-cart-wrap{grid-template-columns:minmax(0,1fr) 330px!important;gap:18px!important}.premium-cart-page .tf-table-page-cart th,.premium-cart-page .tf-cart-item td{padding-inline:8px!important}.premium-cart-page .tf-cart-item_product{gap:12px!important;padding-left:12px!important}.premium-cart-page .tf-cart-item_product .img-box{width:55px!important;height:80px!important;flex-basis:55px}.premium-cart-page .wg-quantity{width:90px!important;grid-template-columns:29px 30px 29px}.premium-cart-page .wg-quantity input{width:30px!important}}
@media(max-width:767px){.premium-cart-hero{padding-top:13px!important}.premium-cart-title{align-items:flex-start;gap:10px;flex-direction:column}.premium-cart-title h1{font-size:29px!important}.premium-cart-title h1 small{font-size:14px}.premium-cart-title>span{font-size:10px}.premium-cart-content{padding-top:8px!important}.premium-cart-page .tf-page-cart-wrap{display:block!important}.premium-cart-page .tf-page-cart-item{margin-bottom:78px;border:0}.premium-cart-page .tf-table-page-cart,.premium-cart-page .tf-table-page-cart tbody,.premium-cart-page .tf-cart-item{display:block!important;width:100%}.premium-cart-page .tf-table-page-cart thead{display:none!important}.premium-cart-page .tf-cart-item{display:grid!important;height:auto;min-height:0;grid-template-columns:1fr 1fr;padding:16px 0;border:1px solid #e2e2e2;border-radius:6px;margin-bottom:12px}.premium-cart-page .tf-cart-item td{display:flex!important;width:auto!important;min-height:42px;align-items:center;justify-content:space-between;padding:8px 14px!important}.premium-cart-page .tf-cart-item td:not(.tf-cart-item_product):before{color:#666;font-size:10px;font-weight:500;content:attr(cart-data-title)}.premium-cart-page .tf-cart-item_product{grid-column:1/-1;justify-content:flex-start!important;padding:0 14px 13px!important;border-bottom:1px solid #eee!important}.premium-cart-page .tf-cart-item_product .img-box{width:65px!important;height:90px!important;flex-basis:65px}.premium-cart-page .tf-cart-item_quantity{grid-column:1/-1}.premium-cart-page .tf-cart-item_total:last-child{grid-column:1/-1}.premium-cart-page .tf-cart-item_total:last-child .item_subtotal{font-size:14px}.premium-cart-actions{bottom:-63px}.premium-cart-actions a,.premium-cart-actions button{height:43px;padding:0 12px;font-size:11px}.premium-cart-page .tf-page-cart-checkout{padding:20px 16px!important}.premium-cart-content>.container:after{min-height:0;margin-top:20px;padding:20px;line-height:2.2;word-spacing:0;content:"✓ 100% Authentic  ·  Free & Insured Delivery  ·  Secure Payment  ·  Dedicated Support"}}

/* Cart UI refinements: all visuals remain in the site's main stylesheet. */
.premium-cart-content>.container:after{display:none!important;content:none!important}.premium-cart-page .remove-cart{display:inline-flex!important;align-items:center;gap:7px;padding-left:0!important}.premium-cart-page .remove-cart:before{display:none!important;content:none!important}.premium-cart-page .remove-cart svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:#f22626;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.premium-cart-actions button svg{width:17px!important;height:17px!important;stroke:#202020!important;stroke-width:1.7!important;stroke-linecap:round;stroke-linejoin:round}.premium-cart-page .wg-quantity{overflow:hidden!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;background:#fff!important}.premium-cart-page .wg-quantity>*{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.premium-cart-page .wg-quantity:before,.premium-cart-page .wg-quantity:after{display:none!important;content:none!important}.premium-cart-page #cart-gift-checkbox{position:relative!important;display:inline-block!important;width:17px!important;height:17px!important;min-width:17px!important;margin:0 10px 0 0!important;padding:0!important;appearance:none!important;-webkit-appearance:none!important;border:1.5px solid #1c1c1c!important;border-radius:1px!important;background:#fff!important;box-shadow:none!important;cursor:pointer}.premium-cart-page #cart-gift-checkbox:checked{border-color:#d48600!important;background:#d48600!important}.premium-cart-page #cart-gift-checkbox:checked:after{position:absolute;top:1px;left:4px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;content:"";transform:rotate(45deg)}.premium-promo-applied{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px;padding:13px 14px;border:1px solid #bfe3c8;border-radius:5px;background:#f3fff6}.premium-promo-applied>span{display:grid;gap:2px}.premium-promo-applied small{color:#258443;font-size:10px;font-weight:700}.premium-promo-applied b{color:#151515;font-size:14px}.premium-promo-applied em{color:#38854b;font-size:10px;font-style:normal}.premium-promo-applied button{padding:0;border:0;background:transparent;color:#161616;font-size:11px;font-weight:700;text-decoration:underline}.premium-promo-applied button:disabled{opacity:.55}.premium-cart-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:34px;padding:20px 15px;border:1px solid #ebe7e0;border-radius:5px;background:linear-gradient(100deg,#fff,#fdfbf8)}.premium-cart-benefits>div{display:flex;min-width:0;align-items:flex-start;gap:16px;padding:0 22px}.premium-cart-benefits>div+div{border-left:1px solid #e8e4dc}.premium-cart-benefits i{width:38px;height:38px;flex:0 0 38px;color:#c98200}.premium-cart-benefits svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.premium-cart-benefits span,.premium-cart-benefits b,.premium-cart-benefits small{display:block}.premium-cart-benefits b{margin:1px 0 6px;color:#151515;font-size:13px;line-height:1.2}.premium-cart-benefits small{color:#333;font-size:11px;line-height:1.45}
@media(max-width:991px){.premium-cart-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 0}.premium-cart-benefits>div:nth-child(3){border-left:0}.premium-cart-benefits>div:nth-child(n+3){padding-top:20px;border-top:1px solid #e8e4dc}}
@media(max-width:575.98px){.premium-cart-benefits{grid-template-columns:1fr;padding:8px 16px}.premium-cart-benefits>div{padding:15px 4px!important;border-top:0!important;border-left:0!important}.premium-cart-benefits>div+div{border-top:1px solid #e8e4dc!important}.premium-cart-benefits small br{display:none}.premium-cart-benefits i{width:34px;height:34px;flex-basis:34px}}

.premium-cart-page #promo-form{padding:0 15px 15px 15px!important}.premium-cart-page #cart-gift-checkbox:before{display:none!important;opacity:0!important;content:none!important;transform:none!important}.premium-secure-checkout{display:flex!important;align-items:center;justify-content:center;gap:8px}.premium-secure-checkout svg{display:block;width:18px!important;height:18px!important;fill:none;stroke:#1b1b1b;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:767px){.premium-cart-page .premium-cart-hero{min-height:220px;padding:38px 0!important}.premium-cart-page .premium-cart-hero .heading{margin-bottom:27px!important;font-size:36px!important}.premium-cart-page .premium-cart-content{padding-top:28px!important}}

/* Mobile cart: readable, touch-friendly product cards and summary. */
@media(max-width:767px){body:has(.premium-cart-page){overflow-x:hidden}.premium-cart-page{padding-bottom:84px}.premium-cart-page .premium-cart-content>.container{width:100%;padding-right:14px!important;padding-left:14px!important}.premium-cart-page .tf-page-cart-wrap{display:flex!important;gap:18px!important;flex-direction:column}.premium-cart-page .tf-page-cart-item{width:100%!important;margin:0!important}.premium-cart-page .tf-table-page-cart{display:block!important;table-layout:auto!important}.premium-cart-page .tf-table-page-cart tbody{display:grid!important;gap:12px}.premium-cart-page .tf-cart-item{display:grid!important;width:100%!important;height:auto!important;grid-template-columns:1fr!important;padding:0!important;margin:0!important;border:1px solid #dedede!important;border-radius:8px!important;background:#fff;overflow:hidden}.premium-cart-page .tf-cart-item td,.premium-cart-page .tf-cart-item td:last-child{display:flex!important;width:100%!important;min-height:46px!important;grid-column:1!important;align-items:center!important;justify-content:space-between!important;padding:10px 14px!important;border-top:1px solid #f0f0f0!important;text-align:left!important}.premium-cart-page .tf-cart-item td:not(.tf-cart-item_product):before{flex:0 0 auto;margin-right:14px;color:#656565!important;font-size:11px!important;font-weight:500!important}.premium-cart-page .tf-cart-item_product{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:13px!important;align-items:center!important;padding:14px!important;border-top:0!important;border-bottom:0!important}.premium-cart-page .tf-cart-item_product .img-box{width:72px!important;height:94px!important;margin:0!important;flex:none!important;border-radius:5px!important}.premium-cart-page .tf-cart-item_product .cart-info{display:flex!important;width:100%!important;min-width:0!important;align-items:flex-start!important;overflow:visible!important}.premium-cart-page .tf-cart-item_product .cart-title{display:block!important;width:100%!important;margin:0 0 6px!important;overflow:visible!important;color:#111!important;font-size:13px!important;font-weight:700!important;line-height:1.4!important;white-space:normal!important;word-break:normal!important;text-overflow:clip!important}.premium-cart-page .cart-info small{margin-bottom:3px!important;font-size:10px!important;line-height:1.35!important}.premium-cart-page .remove-cart{min-height:28px;margin-top:3px!important;padding:4px 0!important;font-size:11px!important;text-decoration:none!important}.premium-cart-page .tf-cart-item_quantity{min-height:58px!important}.premium-cart-page .cart-quantity,.premium-cart-page .cart-price,.premium-cart-page .cart-vat,.premium-cart-page .cart-total{display:flex!important;align-items:center!important;justify-content:flex-end!important;margin-left:auto!important;text-align:right!important}.premium-cart-page .wg-quantity{width:112px!important;height:42px!important;grid-template-columns:repeat(3,1fr)!important}.premium-cart-page .wg-quantity>*{height:40px!important;font-size:16px!important}.premium-cart-page .wg-quantity input{width:100%!important;font-size:14px!important;font-weight:600!important}.premium-cart-page .tf-cart-item_total:last-child{background:#fffaf1}.premium-cart-page .tf-cart-item_total:last-child:before,.premium-cart-page .tf-cart-item_total:last-child .item_subtotal{font-size:13px!important;font-weight:700!important}.premium-cart-page .premium-cart-actions{position:static!important;gap:10px;margin-top:14px}.premium-cart-page .premium-cart-actions a,.premium-cart-page .premium-cart-actions button{min-width:0;height:46px!important;flex:1;justify-content:center;padding:0 10px!important;font-size:11px!important}.premium-cart-page .tf-page-cart-footer{width:100%!important;margin-top:0!important}.premium-cart-page .tf-page-cart-checkout{padding:20px 16px!important;border-radius:8px!important}.premium-cart-page .coupon-box{grid-template-columns:minmax(0,1fr) 82px!important}.premium-cart-page .coupon-box input,.premium-cart-page .coupon-box button{height:46px!important}.premium-cart-page .cart-checkbox{padding:16px 0!important}.premium-cart-page #cart-checkout-btn{min-height:52px!important}.premium-cart-page .premium-cart-benefits{margin-top:18px!important;border-radius:8px!important}.premium-cart-page .premium-cart-benefits>div{align-items:center!important}.premium-cart-page .premium-cart-benefits small{line-height:1.4!important}}

/* Wishlist account page: uses the shared PLP product-card markup. */
.account-wishlist-page .tf-page-title{padding:31px 0 30px}.account-wishlist-page .tf-page-title .heading{font-family:inherit;font-size:38px;font-weight:500}.account-wishlist-crumb{color:#c77b00!important;font-weight:600}.account-wishlist-layout{gap:48px;padding-top:30px;padding-bottom:0}.account-wishlist-main{min-width:0}.account-wishlist-heading{margin:3px 0 16px}.account-wishlist-heading h2{margin:0 0 6px;color:#141414;font-size:21px;font-weight:700;line-height:1.2}.account-wishlist-heading p{margin:0;color:#333;font-size:14px}.account-wishlist-empty{display:flex;min-height:390px;align-items:center;justify-content:center;flex-direction:column;padding:40px;border:1px dashed #ddd;border-radius:10px;text-align:center}.account-wishlist-empty>span{display:grid;width:74px;height:74px;place-items:center;border-radius:50%;background:#fff7e9;color:#cc8200}.account-wishlist-empty svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.5}.account-wishlist-empty h3{margin:18px 0 7px;font-size:19px;font-weight:700}.account-wishlist-empty p{margin:0 0 20px;color:#555;font-size:13px}.account-wishlist-empty a{padding:12px 25px;border-radius:5px;background:#050505;color:#fff;font-size:13px;font-weight:700}.account-wishlist-benefits{margin-top:31px;margin-bottom:40px}
@media(max-width:1199px){.account-wishlist-layout{gap:28px}}
@media(max-width:991.98px){.account-wishlist-grid.tf-col-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.account-wishlist-page .tf-page-title{padding:24px 0}.account-wishlist-page .tf-page-title .heading{font-size:31px}.account-wishlist-layout{display:block;padding-top:16px}.account-wishlist-heading{margin:0 0 14px}.account-wishlist-benefits{margin-top:20px;margin-bottom:24px}}
@media(max-width:575.98px){.account-wishlist-grid.tf-col-4{grid-template-columns:1fr}.account-wishlist-grid>.card-product{max-width:420px;margin-right:auto!important;margin-left:auto!important}.account-wishlist-empty{min-height:310px;padding:25px 18px}}
@media(max-width:380px){.premium-cart-page .premium-cart-content>.container{padding-right:10px!important;padding-left:10px!important}.premium-cart-page .tf-cart-item_product{grid-template-columns:64px minmax(0,1fr)!important;gap:11px!important;padding:12px!important}.premium-cart-page .tf-cart-item_product .img-box{width:64px!important;height:86px!important}.premium-cart-page .premium-cart-actions a,.premium-cart-page .premium-cart-actions button{font-size:10px!important}.premium-cart-page .premium-cart-actions a span{font-size:20px}}

@media(max-width:767px){.premium-cart-page .tf-cart-item_product .img-box,.premium-cart-page .tf-cart-item_product .img-box img{background:#fff!important}.premium-cart-page .tf-cart-item_product .img-box{border:1px solid #ededed!important}.premium-cart-page .tf-cart-item_product .remove-cart{position:static!important;inset:auto!important;display:inline-flex!important;width:auto!important;min-height:34px!important;align-items:center!important;gap:7px!important;margin:7px 0 0!important;padding:7px 11px!important;border:1px solid #efb7b4!important;border-radius:4px!important;background:#fff7f7!important;color:#b6231c!important;font-size:11px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;transform:none!important}.premium-cart-page .tf-cart-item_product .remove-cart svg{width:15px!important;height:15px!important;stroke:#d92c24!important}}

@media(max-width:767px){.premium-cart-page .tf-cart-item_product>.img-box{position:relative!important;inset:auto!important;grid-column:1!important;grid-row:1!important;align-self:start!important}.premium-cart-page .tf-cart-item_product>.cart-info{position:relative!important;inset:auto!important;grid-column:2!important;grid-row:1!important;align-self:start!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;transform:none!important;text-indent:0!important}.premium-cart-page .tf-cart-item_product>.cart-info>*{position:static!important;inset:auto!important;max-width:100%!important;margin-left:0!important;transform:none!important;text-indent:0!important}.premium-cart-page .tf-cart-item_product>.cart-info .remove-cart{align-self:flex-start!important}}

/* My Account address cards */
.account-address-main{min-width:0}.account-address-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.account-address-toolbar h2{margin:0 0 5px;font-size:22px;font-weight:700}.account-address-toolbar p{margin:0;color:#62666d;font-size:13px}.account-address-toolbar .btn-address{min-height:42px;padding:0 18px!important;border-radius:5px!important;background:#080808!important;color:#fff!important;font-size:12px!important;font-weight:700}.account-address-main>.show-form-address{display:none;margin:0 0 20px;padding:20px;border:1px solid #e3e3e3;border-radius:9px;background:#fff}.account-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.account-address-card{position:relative;display:flex;min-width:0;min-height:394px;flex-direction:column;padding:24px;border:1px solid #dedede;border-radius:9px;background:#fff;box-shadow:0 2px 8px rgba(20,25,35,.025)}.account-address-card__top{display:flex;min-height:34px;align-items:flex-start;justify-content:space-between;gap:14px}.account-address-type{display:inline-flex;align-items:center;min-height:29px;padding:0 12px;border-radius:4px;background:#eaf4e9;color:#174d1d;font-size:12px;font-weight:800;text-transform:uppercase}.account-address-card.is-delivery .account-address-type{background:#e8eefb;color:#28558b}.account-address-default{display:inline-flex;min-height:33px;align-items:center;padding:0 17px;border-radius:20px;background:#050505;color:#fff;font-size:12px;font-weight:700}.account-address-default-note{display:flex;align-items:flex-start;gap:14px;margin-top:17px;padding:14px 16px;border:1px solid #bddabd;border-radius:5px;background:linear-gradient(100deg,#f7fff8,#f3faf3)}.account-address-default-note>svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:#278339;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-default-note span,.account-address-default-note strong,.account-address-default-note small{display:block}.account-address-default-note strong{margin-bottom:6px;font-size:13px}.account-address-default-note small{font-size:12px;line-height:1.45}.account-address-card__body{padding-top:29px;color:#565b64;font-size:14px;line-height:1.55}.account-address-card__body p{margin:0 0 7px}.account-address-person{display:flex;align-items:center;gap:24px;margin-bottom:11px}.account-address-person strong{color:#111;font-size:16px}.account-address-person span{color:#666}.account-address-card__actions{display:flex;gap:13px;margin-top:auto;padding-top:20px}.account-address-card__actions button{display:inline-flex;min-width:99px;height:46px;align-items:center;justify-content:center;gap:9px;padding:0 17px;border:1px solid #333;border-radius:4px;background:#fff;color:#111;font-size:14px;font-weight:600}.account-address-card__actions svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-card .address-edit-wrap{margin-top:18px;padding-top:18px;border-top:1px solid #e8e8e8}.account-address-important{display:flex;align-items:flex-start;gap:18px;margin-top:26px;padding:20px 26px;border:1px solid #ead7b5;border-radius:7px;background:linear-gradient(105deg,#fffaf3,#fff)}.account-address-important>svg{width:23px;height:23px;flex:0 0 23px;fill:none;stroke:#db8c00;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-important span,.account-address-important strong,.account-address-important small{display:block}.account-address-important strong{margin-bottom:7px;font-size:14px}.account-address-important small{font-size:12px}.account-address-empty{padding:45px 20px;border:1px dashed #d5d5d5;border-radius:9px;text-align:center}.account-address-empty strong{font-size:16px}.account-address-empty p{margin:8px 0 0;color:#666;font-size:13px}
@media(max-width:1199px){.account-address-grid{gap:16px}.account-address-card{min-height:370px;padding:20px}.account-address-person{align-items:flex-start;gap:5px;flex-direction:column}}
@media(max-width:767px){.account-address-toolbar{align-items:stretch;flex-direction:column}.account-address-toolbar .btn-address{width:100%;justify-content:center}.account-address-grid{grid-template-columns:1fr}.account-address-card{min-height:0;padding:18px}.account-address-default-note{padding:12px}.account-address-card__body{padding-top:22px}.account-address-person{gap:4px}.account-address-card__actions button{min-width:0;flex:1;height:44px}.account-address-important{padding:16px}.account-address-main>.show-form-address{padding:14px}}

.account-address-security{display:flex!important;align-items:center;gap:11px;color:#202020!important;font-size:13px!important}.account-address-security svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:#111;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-toolbar--empty{justify-content:flex-end;margin:0 0 16px}.account-address-toolbar--empty .btn-address,.account-address-empty .btn-address{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:10px;padding:0 22px!important;border-radius:4px!important;background:#050505!important;color:#fff!important;font-size:12px!important;font-weight:700}.account-address-toolbar--empty .btn-address b,.account-address-empty .btn-address b{font-size:21px;font-weight:300}.account-address-main .account-address-empty{display:flex;min-height:278px;align-items:center;justify-content:center;flex-direction:column;padding:28px;border:1px dashed #d8d8d8;border-radius:18px;background:#fff;text-align:center}.account-address-empty__icon{display:grid;width:86px;height:86px;place-items:center;margin-bottom:15px;border-radius:50%;background:#fff5e8;color:#d58a00}.account-address-empty__icon svg{width:47px;height:47px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.account-address-main .account-address-empty strong{font-size:17px}.account-address-main .account-address-empty p{margin:9px 0 18px;color:#333;font-size:13px;line-height:1.65}.account-address-primary{padding:22px 27px 25px;border:1px solid #ddd;border-radius:9px;background:#fff}.account-address-primary__top{display:flex;align-items:center;justify-content:space-between;gap:15px}.account-address-primary__top>span{display:inline-flex;min-height:28px;align-items:center;padding:0 11px;border-radius:4px;background:#fff3df;color:#ad6800;font-size:11px;font-weight:800;text-transform:uppercase}.account-address-primary__top>button{display:inline-flex;height:43px;align-items:center;gap:9px;padding:0 17px;border:1px solid #999;border-radius:4px;background:#fff;color:#111;font-size:12px;font-weight:600}.account-address-primary__top>button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-primary__details{display:grid;grid-template-columns:66px minmax(0,1fr);gap:20px;margin-top:14px}.account-address-avatar{display:grid;width:62px;height:62px;place-items:center;border-radius:50%;background:#fff4e4;color:#6a6258;font-size:20px}.account-address-primary__details h2{margin:3px 0 7px;font-size:17px;font-weight:700}.account-address-primary__details h2 small{display:inline-flex;margin-left:12px;padding:4px 8px;border-radius:4px;background:#e4f6e6;color:#31733a;font-size:9px;font-weight:700;vertical-align:middle}.account-address-primary__details p{margin:0;color:#333;font-size:12px}.account-address-primary__details address{display:grid;grid-template-columns:22px 1fr;gap:13px;margin:23px 0 0;color:#222;font-size:13px;font-style:normal;line-height:1.7}.account-address-primary__details address svg{width:20px;height:20px;margin-top:1px;fill:none;stroke:#111;stroke-width:1.7}.account-address-primary .address-edit-wrap{margin-top:20px;padding-top:20px;border-top:1px solid #e3e3e3}.account-address-primary+.account-address-important{margin-top:16px}.account-address-primary+.account-address-important strong{font-size:12px}.account-address-primary+.account-address-important small{color:#333;font-size:11px;line-height:1.7}
@media(max-width:767px){.account-address-security{align-items:flex-start!important;font-size:12px!important;line-height:1.45}.account-address-toolbar--empty{display:block}.account-address-main .account-address-empty{min-height:245px;padding:22px 16px;border-radius:10px}.account-address-empty__icon{width:72px;height:72px}.account-address-empty__icon svg{width:40px;height:40px}.account-address-primary{padding:16px}.account-address-primary__top{align-items:stretch;flex-direction:column}.account-address-primary__top>button{justify-content:center}.account-address-primary__details{grid-template-columns:52px minmax(0,1fr);gap:12px;margin-top:20px}.account-address-avatar{width:50px;height:50px;font-size:16px}.account-address-primary__details h2{font-size:15px}.account-address-primary__details h2 small{display:table;margin:6px 0 0}.account-address-primary__details address{grid-column:1/-1;margin-top:17px}.account-address-important small br{display:none}}

.account-address-workspace{display:grid;grid-template-columns:minmax(0,2fr) minmax(285px,1fr);gap:24px;align-items:stretch}.account-address-workspace .account-address-primary{min-width:0;min-height:100%}.account-address-primary.is-editing>.account-address-primary__top,.account-address-primary.is-editing>.account-address-primary__details{display:none}.account-address-primary.is-editing>.address-edit-wrap{display:block!important;margin:0;padding:0;border:0}.account-address-information{padding:20px 18px;border:1px solid #eadfce;border-radius:8px;background:linear-gradient(115deg,#fff,#fffcf7);color:#171717}.account-address-information h2{display:flex;align-items:center;gap:11px;margin:0 0 24px;font-size:14px;font-weight:700}.account-address-information h2 svg{width:22px;height:22px;fill:none;stroke:#dc8b00;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-information h3{margin:0 0 8px;font-size:12px;font-weight:700}.account-address-information p{margin:0;font-size:12px;line-height:1.65}.account-address-information hr{height:1px;margin:18px 0;border:0;background:#e8dfd2}.account-address-information ol{display:grid;gap:16px;padding:0;margin:16px 0 20px;list-style:none}.account-address-information li{display:grid;grid-template-columns:27px 1fr;gap:11px}.account-address-information li>b{display:grid;width:25px;height:25px;place-items:center;border:1px solid #d98b00;border-radius:50%;color:#b97300;font-size:11px}.account-address-information li span,.account-address-information li strong,.account-address-information li small{display:block}.account-address-information li strong{font-size:12px}.account-address-information li small{margin-top:4px;font-size:11px;line-height:1.55}.account-address-information>div{display:grid;grid-template-columns:23px 1fr;gap:11px;padding:13px;border:1px solid #cbdaf2;border-radius:5px;background:#f3f7ff}.account-address-information>div svg{width:21px;height:21px;fill:none;stroke:#3c6ab4;stroke-width:1.7}.account-address-information>div strong,.account-address-information>div small{display:block}.account-address-information>div strong{font-size:11px}.account-address-information>div small{margin-top:5px;font-size:10px;line-height:1.55}.account-address-edit-form{margin:0!important}.account-address-form-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.account-address-form-heading strong{font-size:14px}.account-address-form-heading small{font-size:10px}.account-address-form-heading b,.account-address-form-grid label>span>b{color:#d42020}.account-address-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 28px}.account-address-form-grid label{display:block;margin:0;color:#151515;font-size:11px;font-weight:600}.account-address-form-grid label.is-full{grid-column:1/-1}.account-address-form-grid label>span:first-child{display:block;margin-bottom:7px}.account-address-form-grid label>span>small{color:#767676;font-weight:400}.account-address-form-grid input,.account-address-form-grid select{width:100%;height:39px;padding:0 12px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;color:#222;font-size:12px;outline:0}.account-address-form-grid input:focus,.account-address-form-grid select:focus{border-color:#c98917}.account-address-phone{display:grid!important;height:39px;grid-template-columns:32px 43px minmax(0,1fr);align-items:center;margin:0!important;border:1px solid #d9d9d9;border-radius:4px;overflow:hidden}.account-address-phone i{font-size:17px;font-style:normal;text-align:center}.account-address-phone em{height:100%;padding-top:12px;border-right:1px solid #ddd;font-size:12px;font-style:normal}.account-address-phone input{height:37px!important;border:0!important;border-radius:0!important}.account-address-form-grid .field-error{display:block!important;min-height:13px;margin:4px 0 0!important;font-size:9px;font-weight:500}.account-address-form-security{display:grid;grid-template-columns:23px 1fr;gap:12px;margin-top:16px;padding:12px;border:1px solid #ead8bc;border-radius:5px;background:#fffaf3}.account-address-form-security svg{width:21px;height:21px;fill:none;stroke:#d58a00;stroke-width:1.7}.account-address-form-security strong,.account-address-form-security small{display:block}.account-address-form-security strong{font-size:11px}.account-address-form-security small{margin-top:4px;font-size:10px}.account-address-form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.account-address-form-actions button{display:inline-flex;min-width:88px;height:42px;align-items:center;justify-content:center;gap:8px;padding:0 17px;border:1px solid #777;border-radius:4px;background:#fff;color:#111;font-size:12px;font-weight:600}.account-address-form-actions button[type=submit]{min-width:175px;border:0;background:linear-gradient(100deg,#bf7800,#e0a000);color:#fff}.account-address-form-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.account-address-help{display:grid;grid-template-columns:44px 1.25fr 1fr 1.25fr;align-items:center;margin-top:18px;padding:16px 24px;border:1px solid #eadfce;border-radius:7px;background:#fffdf9}.account-address-help>span{color:#d58a00;font-size:27px}.account-address-help>div{display:flex;min-height:40px;justify-content:center;flex-direction:column;padding:0 22px;border-left:1px solid #eee2d2}.account-address-help>div:first-of-type{padding-left:0;border-left:0}.account-address-help strong,.account-address-help b,.account-address-help small{display:block}.account-address-help strong,.account-address-help b{font-size:11px}.account-address-help small{margin-top:5px;font-size:10px}
@media(max-width:1199px){.account-address-workspace{grid-template-columns:minmax(0,1.6fr) minmax(260px,1fr);gap:15px}.account-address-form-grid{gap:14px}.account-address-help{grid-template-columns:38px 1fr 1fr}.account-address-help>div:last-child{grid-column:2/-1;margin-top:12px;padding-top:12px;border-top:1px solid #eee2d2;border-left:0}}
@media(max-width:767px){.account-address-workspace{grid-template-columns:1fr}.account-address-information{grid-row:2}.account-address-form-grid{grid-template-columns:1fr}.account-address-form-grid label.is-full{grid-column:auto}.account-address-form-actions{gap:10px}.account-address-form-actions button{flex:1}.account-address-form-actions button[type=submit]{min-width:0}.account-address-help{grid-template-columns:38px 1fr;padding:15px}.account-address-help>div{grid-column:2;padding:10px 0;border-top:1px solid #eee2d2;border-left:0}.account-address-help>div:first-of-type{padding-top:0;border-top:0}.account-address-help>div:last-child{grid-column:2;margin:0}.account-address-primary.is-editing{padding:16px}}

/* Address listing is full width; information panel appears only while editing. */
.account-address-workspace{display:block}.account-address-workspace .account-address-primary{min-height:0;height:auto}.account-address-workspace .account-address-information{display:none}.account-address-workspace.is-editing{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:24px;align-items:start}.account-address-workspace.is-editing .account-address-information{display:block}.account-address-workspace.is-editing+.account-address-listing-note{display:none}.account-address-primary__details{align-items:start;margin-top:18px}.account-address-primary__content{min-width:0}.account-address-identity{display:flex;min-height:62px;justify-content:center;flex-direction:column}.account-address-primary__details h2{display:flex;align-items:center;gap:9px;margin:0 0 6px}.account-address-primary__details h2 small{display:inline-flex!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;align-items:center;margin:0!important;padding:3px 7px!important;border-radius:4px!important;background:#e4f6e6!important;color:#31733a!important;font-size:9px!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap}.account-address-primary__details address{margin-top:20px}.account-address-listing-note{display:grid;grid-template-columns:24px 1fr;gap:13px;margin-top:16px;padding:15px 20px;border:1px solid #ead8bc;border-radius:6px;background:#fffaf3}.account-address-listing-note svg{width:22px;height:22px;fill:none;stroke:#d58a00;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-listing-note strong,.account-address-listing-note small{display:block}.account-address-listing-note strong{font-size:11px}.account-address-listing-note small{margin-top:5px;color:#333;font-size:10px;line-height:1.5}.account-address-information{padding:20px 18px!important}.account-address-information h2{margin-bottom:20px!important}.account-address-information>p{line-height:1.65!important}.account-address-information ol{gap:15px!important}.account-address-information li{align-items:start}.account-address-information li>b{margin-top:1px}.account-address-information li small{line-height:1.55!important}
@media(max-width:1199px){.account-address-workspace.is-editing{grid-template-columns:minmax(0,1.55fr) minmax(275px,1fr);gap:16px}}
@media(max-width:767px){.account-address-workspace.is-editing{display:grid;grid-template-columns:1fr}.account-address-workspace.is-editing .account-address-information{grid-row:2}.account-address-identity{min-height:50px}.account-address-primary__details h2{align-items:flex-start;flex-direction:column;gap:5px}.account-address-primary__details h2 small{display:inline-flex!important}.account-address-listing-note{padding:14px}.account-address-workspace.is-editing+.account-address-listing-note{display:none}}

.account-address-phone-display{display:flex!important;align-items:center;gap:7px}.account-address-phone-display svg{width:14px;height:14px;fill:none;stroke:#111;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-phone i{display:grid;height:100%;place-items:center;padding:0 5px}.account-address-phone i svg{display:block;width:24px;height:16px;border-radius:1px}.account-address-phone em{display:grid!important;height:100%!important;place-items:center;padding:0!important;line-height:1!important}.account-address-help>span{display:grid;width:32px;height:32px;place-items:center}.account-address-help>span svg{width:27px;height:27px;fill:none;stroke:#d58a00;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-help b{display:flex!important;align-items:center;gap:9px}.account-address-help b svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:#111;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-address-workspace.is-editing .account-address-information{padding:16px!important}.account-address-workspace.is-editing .account-address-information h2{margin-bottom:15px!important;line-height:29px!important;}.account-address-workspace.is-editing .account-address-information h3{margin-bottom:6px;line-height:25px!important;}.account-address-workspace.is-editing .account-address-information hr{margin:13px 0}.account-address-workspace.is-editing .account-address-information ol{gap:11px!important;margin:11px 0 14px}.account-address-workspace.is-editing .account-address-information li{gap:9px}.account-address-workspace.is-editing .account-address-information li small{margin-top:2px}.account-address-workspace.is-editing .account-address-information>div{padding:10px}.account-address-workspace.is-editing .account-address-information>div small{margin-top:3px}.account-address-form-grid{gap:13px 20px}.account-address-edit-form .account-address-form-security{margin-top:13px}.account-address-edit-form .account-address-form-actions{margin-top:13px}

.account-address-workspace.is-editing .account-address-information h2{margin-bottom:8px!important}.account-address-workspace.is-editing .account-address-information h3{margin-top:0!important;margin-bottom:3px!important}.account-address-workspace.is-editing .account-address-information p{line-height:1.5!important}.account-address-workspace.is-editing .account-address-information hr{margin:8px 0!important}.account-address-workspace.is-editing .account-address-information hr+h3{margin-top:0!important;margin-bottom:7px!important}

/* My Account profile details */
.account-profile-card{padding:27px 30px 29px;border:1px solid #dedede;border-radius:8px;background:#fff}.account-profile-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.account-profile-heading h2{margin:0 0 9px;font-size:21px;font-weight:600}.account-profile-heading p{margin:0;color:#333;font-size:13px}.account-profile-encrypted{display:flex;align-items:center;gap:13px;min-width:245px;padding:5px 0 5px 25px;border-left:1px solid #ddd;font-size:12px;line-height:1.55}.account-profile-encrypted svg{width:28px;height:28px;flex:0 0 28px;fill:none;stroke:#d68a00;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px}.account-profile-grid label{display:block;margin:0;color:#171717;font-size:12px;font-weight:500}.account-profile-grid label.is-full{grid-column:1/-1}.account-profile-grid label>span:first-child{display:block;margin-bottom:8px}.account-profile-grid label>span>b{color:#d32222}.account-profile-grid input{width:100%;height:48px;padding:0 15px;border:1px solid #d6d9dd;border-radius:4px;background:#fff;color:#151515;font-size:13px;outline:0}.account-profile-grid input:focus{border-color:#c98917}.account-profile-grid input[readonly]{background:#fafafa;color:#333}.account-profile-phone{display:grid!important;height:48px;grid-template-columns:48px 48px minmax(0,1fr);align-items:center;margin:0!important;border:1px solid #d6d9dd;border-radius:4px;overflow:hidden}.account-profile-phone i{display:grid;height:100%;place-items:center;font-style:normal}.account-profile-phone i svg{width:25px;height:17px;border-radius:1px}.account-profile-phone em{display:grid;height:100%;place-items:center;border-right:1px solid #ddd;font-size:13px;font-style:normal;line-height:1}.account-profile-phone input{height:46px;border:0;border-radius:0}.account-profile-grid label>small{display:block;margin-top:9px;color:#686868;font-size:11px;font-weight:400}.account-profile-save{display:flex;width:100%;height:53px;align-items:center;justify-content:center;gap:11px;margin-top:27px;border:0;border-radius:4px;background:#050505;color:#fff;font-size:15px;font-weight:600}.account-profile-save svg{width:21px;height:21px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-profile-save:disabled{opacity:.65}.account-profile-important{display:grid;grid-template-columns:28px 1fr;gap:14px;margin-top:22px;padding:20px 24px;border:1px solid #eadfce;border-radius:6px;background:#fffaf5}.account-profile-important svg{width:25px;height:25px;fill:none;stroke:#d68a00;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-profile-important strong,.account-profile-important small{display:block}.account-profile-important strong{margin-bottom:7px;font-size:13px}.account-profile-important small{font-size:11px;line-height:1.5}.account-profile-card .field-error{font-size:10px}
@media(max-width:991px){.account-profile-card{padding:22px}.account-profile-heading{align-items:stretch;flex-direction:column}.account-profile-encrypted{min-width:0;padding:12px 0 0;border-top:1px solid #ddd;border-left:0}}
@media(max-width:575.98px){.account-profile-card{padding:17px 15px}.account-profile-heading{margin-bottom:22px}.account-profile-heading h2{font-size:19px}.account-profile-grid{grid-template-columns:1fr;gap:17px}.account-profile-grid label.is-full{grid-column:auto}.account-profile-phone{grid-template-columns:43px 45px minmax(0,1fr)}.account-profile-save{height:50px;margin-top:22px}.account-profile-important{padding:16px}}

/* Change password follows the Account Details page. */
.account-security-crumb{color:#c77b00!important;font-weight:600}.account-password-field{position:relative;display:block!important;margin:0!important}.account-password-field input{padding-right:52px}.account-password-toggle{position:absolute;top:0;right:0;display:grid;width:48px;height:48px;place-items:center;padding:0;border:0;background:transparent;color:#555}.account-password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.account-password-toggle.is-visible:after{position:absolute;width:23px;height:1.5px;background:currentColor;content:"";transform:rotate(-45deg)}.account-change-password-hints{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 0!important;padding:14px;border:1px solid #e4e7eb;border-radius:5px;background:#fafafa}.account-change-password-hints strong{grid-column:1/-1;margin:0;font-size:12px}.account-change-password-hints .hint{margin:0;padding-left:21px;font-size:11px}.account-change-password-hints .hint:before{top:0}.account-password-guidance{display:flex;align-items:center;gap:10px;margin-top:10px;padding:12px 14px;border:1px solid #e4e7eb;border-radius:5px;background:#fafafa;color:#555}.account-password-guidance>span{display:grid;width:20px;height:20px;flex:0 0 20px;place-items:center;color:#c88713}.account-password-guidance>span svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round}.account-password-guidance p{margin:0;font-size:11px;line-height:1.45}.account-security-card .field-error{display:block;margin-top:6px;font-size:10px}.account-security-card .account-profile-save{margin-top:22px}
@media(max-width:575.98px){.account-password-grid{grid-template-columns:1fr}.account-change-password-hints{grid-template-columns:1fr;gap:7px}.account-change-password-hints strong{grid-column:auto}.account-password-guidance{align-items:flex-start}}

/* Standalone registration follows the Account Details page. */
.account-registration-crumb{color:#c77b00!important;font-weight:600}.account-registration-layout{max-width:1120px;padding-top:30px;padding-bottom:42px}.account-registration-card{width:100%}.account-registration-password-hints{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 0!important;padding:14px;border:1px solid #e4e7eb;border-radius:5px;background:#fafafa}.account-registration-password-hints strong{grid-column:1/-1;margin:0;font-size:12px}.account-registration-password-hints .hint{margin:0;padding-left:21px;font-size:11px}.account-registration-password-hints .hint:before{top:0}.account-registration-page .register-form-message{min-height:0;margin:9px 0 0;font-size:11px}.account-registration-login{margin:17px 0 0;text-align:center;color:#444;font-size:12px}.account-registration-login a{color:#b86f00;font-weight:700}.account-registration-login a span{margin-left:5px}.account-registration-page .account-profile-important{margin-top:20px}
@media(max-width:767.98px){.account-registration-layout{padding-top:18px;padding-bottom:28px}.account-registration-password-hints{grid-template-columns:1fr;gap:7px}.account-registration-password-hints strong{grid-column:auto}}

/* Account WhatsApp preferences */
.account-whatsapp-page{--wa:#11a442}.account-whatsapp-crumb{color:#c77b00!important;font-weight:600}.account-whatsapp-layout{align-items:start}.account-whatsapp-workspace{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px}.account-whatsapp-card,.account-whatsapp-info{border:1px solid #dedede;border-radius:8px;background:#fff}.account-whatsapp-card{padding:24px}.account-whatsapp-card header {position:relative;}.account-whatsapp-card header h2{margin:0 0 7px;font-size:22px;font-weight:700}.account-whatsapp-card header p{margin:0 0 17px;color:#242424;font-size:12px;line-height:1.55}.account-whatsapp-option{position:relative;display:grid;grid-template-columns:84px minmax(0,1fr) 48px;gap:18px;align-items:center;min-height:148px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;margin-bottom:15px;}.account-whatsapp-option+.account-whatsapp-option{margin-top:10px}.account-whatsapp-option>i{display:grid;width:84px;height:84px;place-items:center;border-radius:8px}.account-whatsapp-option>i svg{width:55px;height:55px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.account-whatsapp-option>i.is-whatsapp{background:#effaf2;color:#0e9d3c}.account-whatsapp-option>i.is-offers{background:#eff6ff;color:#176cda}.account-whatsapp-option>span strong,.account-whatsapp-option>span small,.account-whatsapp-option>span em{display:block}.account-whatsapp-option>span strong{margin-bottom:5px;font-size:13px}.account-whatsapp-option>span small{color:#222;font-size:11px;line-height:1.55}.account-whatsapp-option>span em{width:max-content;margin-top:8px;padding:3px 9px;border-radius:12px;font-size:9px;font-style:normal}.account-whatsapp-option .is-recommended{background:#e6f8eb;color:#14893a}.account-whatsapp-option .is-optional{background:#eaf3ff;color:#1763cb}.account-whatsapp-option>input{position:absolute;opacity:0;pointer-events:none}.account-whatsapp-switch{position:relative;width:45px;height:25px;border-radius:20px;background:#c7cbd0;transition:.2s}.account-whatsapp-switch:after{position:absolute;top:3px;left:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);content:"";transition:.2s}.account-whatsapp-option>input:checked+.account-whatsapp-switch{background:var(--wa)}.account-whatsapp-option>input:checked+.account-whatsapp-switch:after{left:23px}.account-whatsapp-option:focus-within{outline:2px solid rgba(17,164,66,.25);outline-offset:2px}.account-whatsapp-privacy{display:flex;align-items:center;gap:15px;margin-top:10px;padding:12px 16px;border:1px solid #dfece2;border-radius:6px;background:linear-gradient(90deg,#f4fbf5,#fafffb)}.account-whatsapp-privacy svg{width:29px;height:29px;flex:0 0 29px;fill:none;stroke:var(--wa);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-whatsapp-privacy strong,.account-whatsapp-privacy small{display:block}.account-whatsapp-privacy strong{font-size:11px}.account-whatsapp-privacy small{margin-top:3px;font-size:9px;line-height:1.45}.account-whatsapp-save{display:flex;width:100%;height:49px;align-items:center;justify-content:center;gap:11px;margin-top:10px;border:0;border-radius:4px;background:#050505;color:#fff;font-size:14px;font-weight:700}.account-whatsapp-save svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-whatsapp-save:disabled{opacity:.65}.account-whatsapp-info{padding:18px 20px;background:linear-gradient(145deg,#fbfffc,#f4fbf6);border-color:#d9e8dc}.account-whatsapp-info h3{display:flex;align-items:center;gap:12px;margin:0 0 7px;font-size:13px;font-weight:700}.account-whatsapp-info h3 svg{width:30px;height:30px;fill:none;stroke:var(--wa);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-whatsapp-info-row{display:grid;grid-template-columns:50px 1fr;gap:13px;align-items:center;padding:11px 0;border-bottom:1px solid #dfebe2}.account-whatsapp-info-row>i{display:grid;width:48px;height:48px;place-items:center;border:1px solid #cbe7d2;border-radius:50%;background:#f0faf3;color:var(--wa);font-size:23px;font-style:normal;font-weight:700}.account-whatsapp-info-row>i:before{content:"✓"}.account-whatsapp-info-row>i.bolt:before{content:"ϟ"}.account-whatsapp-info-row>i.offer:before{content:"✹"}.account-whatsapp-info-row>i.bell:before{content:"♢"}.account-whatsapp-info-row>i.shield:before{content:"◆"}.account-whatsapp-info-row>i.support:before{content:"Ω"}.account-whatsapp-info-row strong,.account-whatsapp-info-row small{display:block}.account-whatsapp-info-row strong{margin-bottom:4px;font-size:11px}.account-whatsapp-info-row small{font-size:10px;line-height:1.5}.account-whatsapp-info>p{display:flex;align-items:center;gap:12px;margin:11px 0 0;padding:11px;border:1px solid #d9eadc;border-radius:6px;background:#f7fcf8;font-size:10px;font-weight:700;line-height:1.45}.account-whatsapp-info>p b{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border:1px solid #cee7d4;border-radius:50%;color:var(--wa);font-size:17px}.account-whatsapp-benefits{margin:0 0 40px}
@media(max-width:1199.98px){.account-whatsapp-workspace{grid-template-columns:1fr}.account-whatsapp-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}.account-whatsapp-info h3,.account-whatsapp-info>p{grid-column:1/-1}.account-whatsapp-info-row:nth-of-type(odd){border-right:1px solid #dfebe2;padding-right:18px}}
@media(max-width:767.98px){.account-whatsapp-workspace{display:block}.account-whatsapp-card{padding:17px 14px}.account-whatsapp-info{display:block;margin-top:16px}.account-whatsapp-option{grid-template-columns:58px minmax(0,1fr) 43px;gap:11px;min-height:130px;padding:12px}.account-whatsapp-option>i{width:58px;height:68px}.account-whatsapp-option>i svg{width:42px;height:42px}.account-whatsapp-option>span small br,.account-whatsapp-privacy small br{display:none}.account-whatsapp-benefits{margin-bottom:25px}}
@media(max-width:420px){.account-whatsapp-option{grid-template-columns:52px minmax(0,1fr)}.account-whatsapp-option>i{width:52px;height:60px}.account-whatsapp-switch{grid-column:2;justify-self:start}.account-whatsapp-option>span strong{font-size:12px}.account-whatsapp-option>span small{font-size:10px}}

.account-whatsapp-optout-note{display:grid;grid-template-columns:23px minmax(0,1fr);gap:10px;align-items:start;margin:7px 0 10px;padding:10px 13px;border:1px solid #f0d7aa;border-radius:6px;background:#fffaf0;color:#6e4b0b;font-size:10px;line-height:1.45}.account-whatsapp-optout-note svg{width:21px;height:21px;fill:none;stroke:#c68208;stroke-width:1.7;stroke-linecap:round}.account-whatsapp-optout-note strong{display:block;margin-bottom:2px;color:#8b5900;font-size:11px}.account-whatsapp-optout-note.d-none{display:none!important}
.account-whatsapp-save-message{min-height:18px;margin-top:7px;font-size:10px;font-weight:600;text-align:center}.account-whatsapp-save-message.is-success{color:#16843a}.account-whatsapp-save-message.is-error{color:#c52b2b}

.password-match-status{display:block;min-height:17px;margin-top:6px!important;font-size:10px!important;font-weight:600!important;line-height:1.35}.password-match-status.is-match{color:#16883b!important}.password-match-status.is-mismatch{color:#d02d2d!important}.register-modal__field .password-match-status{margin:5px 0 -8px!important;padding-left:2px}.account-password-field+.password-match-status{margin-top:6px!important}
.account-page-breadcrumb-current{color:#c77b00!important;font-weight:600}

/* Secure login page */
.secure-login-page{background:#fff;color:#111}.secure-login-hero{padding:25px 0 23px;background:linear-gradient(110deg,#fff 0%,#fff9f5 57%,#fff 100%)}.secure-login-hero .heading{/*font-family:Georgia,'Times New Roman',serif;*/font-size:34px;font-weight:400;line-height:1.15}.secure-login-hero .tf-breadcrumb{font-size:13px}.secure-login-hero .tf-breadcrumb-list>span{color:#c77b00}.secure-login-layout{display:grid;max-width:1110px;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch;padding-top:28px}.secure-login-card{padding:24px 27px 0;border:1px solid #e2e2e2;border-radius:7px;background:#fff;box-shadow:0 2px 8px rgba(34,26,15,.05)}.secure-login-register{background:linear-gradient(135deg,#fff 20%,#fffaf1 100%)}.secure-login-card__heading{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;align-items:start;margin-bottom:24px}.secure-login-card__heading>i,.secure-login-note>i{display:grid;place-items:center;border-radius:50%;background:#fff5e5;color:#cc8100;font-style:normal}.secure-login-card__heading>i{width:54px;height:54px}.secure-login-card__heading svg,.secure-login-note svg,.secure-login-submit svg,.secure-login-register__button svg{fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.secure-login-card__heading>i svg{width:29px;height:29px}.secure-login-card__heading h2{margin:-3px 0 7px;/*font-family:Georgia,'Times New Roman',serif;*/font-size:23px;font-weight:400;line-height:1.2}.secure-login-card__heading p{margin:0;color:#5f6165;font-size:12px;line-height:1.55}.secure-login-form{display:grid;gap:17px}.secure-login-form label{display:block;margin:0;font-size:11px;font-weight:600}.secure-login-form label>span:first-child{display:block;margin-bottom:7px}.secure-login-form label b{color:#bd2020}.secure-login-form input{width:100%;height:43px;padding:0 14px;border:1px solid #cfd1d3;border-radius:3px;background:#fff;color:#111;font-size:12px;outline:0}.secure-login-form input:focus{border-color:#c9850b;box-shadow:0 0 0 2px rgba(201,133,11,.08)}.secure-login-password{position:relative;display:block}.secure-login-password input{padding-right:45px}.secure-login-password .login-modal__password-toggle{position:absolute;inset:0 0 0 auto;display:grid;width:43px;height:43px;place-items:center;padding:0;border:0;background:transparent;color:#777}.secure-login-password .login-modal__password-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6}.secure-login-forgot{width:max-content;margin-top:-2px;color:#b86f00;font-size:11px;text-decoration:underline}.secure-login-forgot:hover{color:#8c5400}.secure-login-page .login-message{min-height:0;margin:-10px 0 -6px;font-size:10px}.secure-login-submit,.secure-login-register__button{display:flex;height:44px;align-items:center;justify-content:center;gap:11px;border-radius:3px;font-size:12px;font-weight:700}.secure-login-submit{width:100%;border:0;background:#050505;color:#fff}.secure-login-submit svg,.secure-login-register__button svg{width:19px;height:19px}.secure-login-submit:hover{background:#c77b00}.secure-login-register__button{border:1px solid #cf8500;color:#c77b00}.secure-login-register__button:hover{background:#c77b00;color:#fff}.secure-login-note{display:grid;grid-template-columns:45px minmax(0,1fr);gap:13px;align-items:center;margin:17px -27px 0;padding:15px 27px;border-top:1px solid #ebe8e2}.secure-login-note>i{width:40px;height:40px}.secure-login-note svg{width:24px;height:24px}.secure-login-note strong,.secure-login-note small{display:block}.secure-login-note strong{margin-bottom:4px;font-size:11px}.secure-login-note small{color:#555;font-size:10px;line-height:1.45}.secure-login-benefits{display:grid;gap:11px;padding:0;margin:0 0 16px;list-style:none}.secure-login-benefits li{display:grid;grid-template-columns:23px 1fr;gap:12px;align-items:start}.secure-login-benefits li>i{display:grid;width:21px;height:21px;place-items:center;border:1.5px solid #d58a00;border-radius:50%;color:#d58a00;font-size:11px;font-style:normal;font-weight:700}.secure-login-benefits strong,.secure-login-benefits small{display:block}.secure-login-benefits strong{margin-bottom:2px;font-size:11px}.secure-login-benefits small{font-size:10px;line-height:1.35}.secure-login-register .secure-login-note{margin-top:16px}.secure-login-recover{min-height:100%}.secure-login-cancel{border:0;background:transparent;color:#b86f00;font-size:11px;text-decoration:underline}.secure-login-recover #reset-message{font-size:10px}.secure-login-assurances{max-width:1450px;margin-top:27px;margin-bottom:34px!important}.secure-login-assurances.account-wishlist-benefits{padding-top:17px;padding-bottom:17px}.secure-login-assurances>div{min-height:57px}.secure-login-assurances b{font-size:11px!important}.secure-login-assurances small{font-size:10px!important;line-height:1.45!important}
@media(max-width:991.98px){.secure-login-layout{max-width:760px;grid-template-columns:1fr;gap:18px}.secure-login-card{padding-inline:24px}.secure-login-note{margin-inline:-24px;padding-inline:24px}.secure-login-assurances{grid-template-columns:1fr 1fr!important;max-width:760px}.secure-login-assurances>div:nth-child(3){border-left:0!important}}
@media(max-width:575.98px){.secure-login-hero{padding:20px 0}.secure-login-hero .heading{font-size:28px}.secure-login-layout{padding:16px 12px 0}.secure-login-card{padding:18px 15px 0}.secure-login-card__heading{grid-template-columns:45px 1fr;gap:13px;margin-bottom:19px}.secure-login-card__heading>i{width:45px;height:45px}.secure-login-card__heading>i svg{width:24px;height:24px}.secure-login-card__heading h2{font-size:20px}.secure-login-card__heading p br,.secure-login-note small br,.secure-login-assurances small br{display:none}.secure-login-note{margin-inline:-15px;padding:14px 15px}.secure-login-benefits{gap:13px}.secure-login-assurances{grid-template-columns:1fr!important;margin-top:18px;padding:0 12px!important;border:0!important}.secure-login-assurances>div{padding:14px!important;border:1px solid #eee6da!important;border-radius:5px}.secure-login-assurances>div+div{margin-top:8px}}

.secure-login-assurances{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:17px 20px;border:1px solid #eee5d9;border-radius:6px;background:#fffdfb}.secure-login-assurances>div{display:flex;min-width:0;align-items:center;gap:15px;padding:0 22px}.secure-login-assurances>div+div{border-left:1px solid #eee4d5}.secure-login-assurances>div>i{display:grid;width:43px;height:43px;flex:0 0 43px;place-items:center;color:#ce8500;font-style:normal}.secure-login-assurances>div>i svg{display:block;width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.secure-login-assurances b,.secure-login-assurances small{display:block}.secure-login-assurances b{margin-bottom:5px}
@media(max-width:991.98px){.secure-login-assurances{grid-template-columns:1fr 1fr}.secure-login-assurances>div{padding:12px}.secure-login-assurances>div:nth-child(3){border-left:0}.secure-login-assurances>div:nth-child(n+3){border-top:1px solid #eee4d5}}
@media(max-width:575.98px){.secure-login-assurances{grid-template-columns:1fr}.secure-login-assurances>div+div{margin-top:8px;border-left:1px solid #eee6da}.secure-login-assurances>div:nth-child(n+3){border-top:1px solid #eee6da}}
.secure-login-password .account-password-toggle{position:absolute;inset:0 0 0 auto;display:grid;width:43px;height:43px;place-items:center;padding:0;border:0;background:transparent;color:#777}.secure-login-password .account-password-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.secure-login-password .secure-login-password-toggle{position:absolute;inset:0 0 0 auto;display:grid;width:43px;height:43px;place-items:center;padding:0;border:0;background:transparent;color:#777}.secure-login-password .secure-login-password-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

/* Shared product stock-alert modal */
#notify_me{--notify-accent:#cf8500}.notify-modal__dialog{width:min(780px,calc(100% - 28px));max-width:780px}.notify-modal{position:relative;border:0!important;border-radius:12px!important;background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.24);overflow:hidden}.notify-modal__close{position:absolute;z-index:3;top:20px;right:20px;display:grid;width:30px;height:30px;place-items:center;padding:0;border:0;background:transparent;color:#111;font-size:18px}.notify-modal__body{display:grid;grid-template-columns:185px minmax(0,1fr);gap:32px;padding:38px 38px 27px 32px}.notify-modal__aside{display:flex;flex-direction:column;gap:28px}.notify-modal__product-image{display:grid;height:188px;place-items:center;padding:17px;border-radius:10px;background:#faf8f4}.notify-modal__product-image img{display:block;width:100%;height:100%;object-fit:contain}.notify-modal__why{padding:20px 16px 17px;border-radius:9px;background:linear-gradient(155deg,#fffaf2,#fff4df);text-align:center}.notify-modal__why>i{display:grid;width:48px;height:48px;place-items:center;margin:0 auto 14px;border-radius:50%;background:#fff4df;color:var(--notify-accent);font-style:normal}.notify-modal__why svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.notify-modal__why strong{display:block;margin-bottom:11px;font-size:12px;line-height:1.35}.notify-modal__why p{margin:0;font-size:10px;line-height:1.65}.notify-modal__heading{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:start}.notify-modal__heading>i{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:#fff3df;color:var(--notify-accent);font-size:25px;font-style:normal}.notify-modal__heading h2{margin:5px 0 7px;font-size:24px;font-weight:700;line-height:1.2}.notify-modal__heading p{max-width:455px;margin:0;font-size:13px;line-height:1.55}.notify-modal__product-name{margin:8px 0 13px 66px;color:#6d6d6d;font-size:11px;font-weight:600;line-height:1.35}.notify_me_form{display:grid;gap:15px}.notify-modal__field{display:block;margin:0}.notify-modal__field>span:first-child{display:block;margin-bottom:7px;font-size:12px;font-weight:600}.notify-modal__field span>b,.notify-modal__channels legend>b{color:#bd1f1f}.notify-modal__field em{font-size:11px;font-style:normal;font-weight:400}.notify-modal__input,.notify-modal__phone{display:grid;height:45px;align-items:center;border:1px solid #cfd1d4;border-radius:4px;background:#fff;overflow:hidden}.notify-modal__input{grid-template-columns:42px 1fr}.notify-modal__phone{grid-template-columns:42px 104px 1fr}.notify-modal__input>i,.notify-modal__phone>i{display:grid;height:100%;place-items:center;color:#60646a;font-size:16px}.notify-modal__phone>b{display:flex;height:100%;align-items:center;padding:0 12px;border-right:1px solid #d9d9d9;font-size:12px;font-weight:600;white-space:nowrap}.notify-modal__input input,.notify-modal__phone input{width:100%;height:43px;padding:0 12px;border:0!important;border-radius:0!important;outline:0;font-size:12px}.notify-modal__channels{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:0;border:0}.notify-modal__channels legend{grid-column:1/-1;margin:0 0 -5px;font-size:12px;font-weight:600}.notify-modal__channels label{position:relative;margin:0;cursor:pointer}.notify-modal__channels input{position:absolute;opacity:0}.notify-modal__channels label>span{display:grid;min-height:91px;grid-template-columns:25px 1fr;align-content:center;padding:13px 15px;border:1px solid #d4d5d7;border-radius:5px}.notify-modal__channels label>span>i{display:grid;width:19px;height:19px;place-items:center;margin-top:1px;border:1px solid #aeb1b5;border-radius:3px;color:transparent;font-size:12px;font-style:normal}.notify-modal__channels label>span>b,.notify-modal__channels label>span>small{grid-column:2}.notify-modal__channels label>span>b{font-size:12px}.notify-modal__channels label>span>small{margin-top:5px;font-size:10px;line-height:1.4}.notify-modal__channels input:checked+span{border-color:var(--notify-accent);background:#fffaf2}.notify-modal__channels input:checked+span>i{border-color:var(--notify-accent);background:var(--notify-accent);color:#fff}.notify-modal__privacy{display:flex;align-items:center;gap:17px;padding:12px 17px;border-radius:5px;background:linear-gradient(90deg,#fff7e9,#fffaf3);color:#9a6504}.notify-modal__privacy>span{font-size:23px}.notify-modal__privacy p{margin:0;color:#151515;font-size:10px;line-height:1.45}.notify-modal__form-message{min-height:0;margin:-6px 0 -6px;color:#16863a;font-size:10px;font-weight:600;text-align:center}.notify-modal__form-message:empty{display:none}.notify-modal__form-message.is-error{color:#c92a2a}.notify-modal__submit{display:flex;width:100%;height:48px;align-items:center;justify-content:center;gap:12px;border:0;border-radius:4px;background:#050505;color:#fff;font-size:13px;font-weight:700}.notify-modal__submit:hover{background:var(--notify-accent)}.notify-modal__submit:disabled{opacity:.65}.notify-modal__policy{margin:-4px 0 0;text-align:center;color:#555;font-size:10px}.notify-modal__policy a{color:#bd7200;font-weight:600}.notify-modal__result{align-self:center;padding:35px 12px;text-align:center}.notify-modal__result[hidden]{display:none}.notify-modal__result>i{display:grid;width:66px;height:66px;place-items:center;margin:0 auto 18px;border-radius:50%;background:#fff3df;color:var(--notify-accent);font-size:30px;font-style:normal}.notify-modal__result h3{margin:0 0 12px;font-size:22px}.notify-modal__result p{max-width:460px;margin:0 auto 25px;color:#444;font-size:13px;line-height:1.65}.notify-modal__result button{height:44px;padding:0 30px;border:0;border-radius:4px;background:#050505;color:#fff;font-size:12px;font-weight:700}
@media(max-width:767.98px){.notify-modal__dialog{width:min(540px,calc(100% - 20px));margin:10px auto}.notify-modal__body{display:block;max-height:calc(100vh - 20px);padding:26px 18px 20px;overflow-y:auto}.notify-modal__aside{display:block}.notify-modal__product-image{width:105px;height:120px;float:left;margin:0 15px 14px 0;padding:10px}.notify-modal__why{display:none}.notify-modal__content{min-width:0}.notify-modal__heading{display:block;min-height:120px;padding:7px 34px 0 0}.notify-modal__heading>i{display:none}.notify-modal__heading h2{margin:0 0 7px;font-size:21px}.notify-modal__heading p{font-size:11px}.notify-modal__product-name{margin:7px 0 15px;clear:both;font-size:10px}.notify-modal__close{top:13px;right:12px}.notify-modal__channels label>span{min-height:84px;padding:11px}.notify-modal__phone{grid-template-columns:38px 94px 1fr}}
@media(max-width:420px){.notify-modal__channels{grid-template-columns:1fr}.notify-modal__channels legend{grid-column:auto}.notify-modal__channels label>span{min-height:70px}.notify-modal__body{padding-inline:14px}.notify-modal__heading h2{font-size:19px}.notify-modal__phone{grid-template-columns:36px 88px minmax(0,1fr)}.notify-modal__phone input{min-width:0;padding-inline:8px}}
.notify-modal__phone>i svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.notify-modal__phone>b{gap:7px;padding-inline:10px}.notify-modal__uk-flag{display:block;width:25px;height:15px;border-radius:1px}
.notify-modal__product-name{color:#202020!important;font-size:14px!important;font-weight:700!important;line-height:1.4!important}@media(max-width:767.98px){.notify-modal__product-name{font-size:13px!important}}

/* Universal order confirmation */
.order-confirmation-page{--oc-green:#159b33;--oc-gold:#c98200;padding:30px 0 42px;background:#fff;color:#111}.order-confirmation-wrap{max-width:1460px}.order-confirmation-page svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.oc-card{border:1px solid #dedede;border-radius:8px;background:#fff}.oc-success{display:flex;align-items:center;gap:38px;padding:27px 275px;border:1px solid #bfe3c7;border-radius:8px;background:linear-gradient(110deg,#f7fff9,#fff)}.oc-success>i{display:grid;width:76px;height:76px;flex:0 0 76px;place-items:center;border-radius:50%;background:var(--oc-green);color:#fff}.oc-success>i svg{width:48px;height:48px;stroke-width:1.8}.oc-success h1{margin:0 0 11px;font-size:30px;font-weight:400;line-height:30px;}.oc-success p{margin:0 0 5px;font-size:13px}.oc-success small{display:flex;align-items:center;gap:13px;font-size:10px}.oc-success small span{width:1px;height:15px;background:#bdbdbd}.oc-progress{margin-top:23px;padding:19px 17px 18px}.oc-progress h2,.oc-details h2,.oc-items h2,.oc-help h2,.oc-summary h2,.oc-delivery h2,.oc-actions h2{margin:0;font-size:18px;font-weight:400;line-height:30px;}.oc-progress-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-top:18px}.oc-step{position:relative;display:flex;min-width:0;align-items:center;flex-direction:column;padding:0 27px;text-align:center}.oc-step:not(:last-child):after{position:absolute;top:30px;right:-6px;color:#919191;font-size:27px;content:'→'}.oc-step>i{display:grid;width:62px;height:62px;place-items:center;border:1px solid #a7dab2;border-radius:50%;color:var(--oc-green)}.oc-step>i svg{width:34px;height:34px}.oc-step>em{margin:9px 0 0px;color:var(--oc-green);font-size:11px;font-style:normal}.oc-step>strong{font-size:10px}.oc-step>small{min-height:46px;margin-top:0px;font-size:10px;line-height:20px;}.oc-step>b{display:flex;align-items:center;gap:7px;margin-top:-4px;padding:7px 11px;border:1px solid #edc46f;border-radius:5px;background:#fffaf0;font-size:8px;font-weight:500}.oc-step>b span svg{width:18px;height:18px;color:#d18500}.oc-whatsapp{display:grid;grid-template-columns:45px minmax(0,1fr) auto;gap:15px;align-items:center;margin-top:24px;padding:14px 20px;border:1px solid #efc36e;border-radius:6px;background:linear-gradient(90deg,#fff9ee,#fffdf8)}.oc-whatsapp>i{color:#d18400}.oc-whatsapp>i svg{width:36px;height:36px}.oc-whatsapp p{margin:0}.oc-whatsapp strong,.oc-whatsapp small{display:block}.oc-whatsapp strong{margin-bottom:5px;font-size:11px}.oc-whatsapp small{font-size:9px}.oc-whatsapp>a{padding:11px 20px;border:1px solid #db9b28;border-radius:4px;color:#111;font-size:9px;font-weight:700}.oc-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:18px;margin-top:18px}.oc-primary{display:grid;gap:18px}.oc-sidebar{display:grid;align-content:start;gap:12px}.oc-assurances{display:grid;grid-template-columns:repeat(3,1fr);padding:19px 24px}.oc-assurances>div{display:grid;grid-template-columns:47px 1fr;gap:15px;align-items:start;padding:0 26px}.oc-assurances>div+div{border-left:1px solid #e1e1e1}.oc-assurances i{color:#111}.oc-assurances i svg{width:34px;height:34px}.oc-assurances p{margin:0}.oc-assurances b,.oc-assurances small{display:block}.oc-assurances b{font-size:11px}.oc-assurances small{margin-top:7px;font-size:9px;line-height:1.6}.oc-assurances em{display:block;width:max-content;margin-top:9px;padding:4px 10px;border-radius:12px;background:#fff0cf;color:#bd7600;font-size:8px;font-style:normal}.oc-details header{display:flex;align-items:center;justify-content:space-between;padding:17px 20px;border-bottom:1px solid #e5e5e5}.oc-details header a{padding:8px 21px;border:1px solid #ddd;border-radius:4px;color:#111;font-size:9px;font-weight:600}.oc-details-grid{display:grid;grid-template-columns:1fr 1.25fr 1.25fr;padding:20px}.oc-details-grid>div{padding:0 23px}.oc-details-grid>div:first-child{padding-left:0}.oc-details-grid>div+div{border-left:1px solid #e2e2e2}.oc-details h3{margin:0 0 0px;font-size:10px;line-height:35px;font-weight:bold;}.oc-details p{display:grid;gap:7px;margin:0;font-size:9px;line-height:1.55}.oc-details p>b{font-weight:500}.oc-details p>span{display:flex;align-items:center;gap:9px}.oc-details p svg{width:14px;height:14px;flex:0 0 14px}.oc-security-note{display:flex;align-items:center;gap:15px;margin:0 20px 17px;padding:10px 14px;border:1px solid #bfe2c7;border-radius:5px;background:#f8fffa;color:#111;font-size:9px}.oc-security-note svg{width:21px;height:21px;color:var(--oc-green)}.oc-items{overflow:hidden}.oc-items>h2{padding:17px 20px}.oc-items-head,.oc-item{display:grid;grid-template-columns:minmax(300px,2fr) .45fr .85fr .65fr .85fr;align-items:center;gap:12px}.oc-items-head{padding:10px 20px;background:#f7f7f7;font-size:9px;font-weight:700}.oc-item{padding:15px 20px;border-bottom:1px solid #e6e6e6;font-size:10px}.oc-item>div{display:flex;align-items:center;gap:17px}.oc-item img{width:55px;height:72px;object-fit:contain}.oc-item p{margin:0}.oc-item b,.oc-item small{display:block}.oc-item b{max-width:230px;font-size:10px;line-height:1.4}.oc-item small{margin-top:6px;color:#555;font-size:8px}.oc-item>strong{text-align:right}.oc-items-totals{display:grid;justify-content:end;gap:6px;padding:15px 33px 17px;font-size:9px}.oc-items-totals>span,.oc-items-totals>strong{display:grid;width:330px;grid-template-columns:1fr 130px}.oc-items-totals b,.oc-items-totals em{text-align:right;font-style:normal}.oc-items-totals>strong{align-items:center;margin-top:4px;padding-top:10px;border-top:1px solid #ddd;font-size:12px}.oc-items-totals em{color:var(--oc-gold);font-size:21px}.oc-email-note{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px 22px;border:1px solid #efc36e;border-radius:6px;background:#fffaf2}.oc-email-note>i{color:#a5782f}.oc-email-note p{margin:0}.oc-email-note b,.oc-email-note small{display:block}.oc-email-note b{font-size:10px}.oc-email-note small{margin-top:4px;font-size:8px;line-height:1.4}.oc-email-note a{padding:10px 28px;border:1px solid #d6d6d6;border-radius:4px;color:#111;font-size:9px;font-weight:600}.oc-help,.oc-summary,.oc-delivery{padding:17px 20px}.oc-help h2,.oc-summary h2,.oc-delivery h2{margin-bottom:18px}.oc-help>p,.oc-delivery>p{display:grid;grid-template-columns:29px 1fr;gap:10px;margin:0 0 13px}.oc-help>p svg,.oc-delivery>p svg{width:20px;height:20px}.oc-help span b,.oc-help span a,.oc-delivery span b,.oc-delivery span small{display:block}.oc-help span b,.oc-delivery span b{font-size:9px}.oc-help span a,.oc-delivery span small{margin-top:3px;color:#111;font-size:8px;line-height:1.45}.oc-help h3{margin:18px 0 7px;font-size:10px;line-height:15px;font-weight:bold;}.oc-help>small{font-size:10px;line-height:1.6}.oc-summary{border-color:#efd59f;background:linear-gradient(140deg,#fff,#fff9ec)}.oc-summary dl{display:grid;grid-template-columns:1fr auto;gap:9px;margin:0;padding-bottom:14px;border-bottom:1px solid #e0d4bd;font-size:9px}.oc-summary dd{margin:0;text-align:right}.oc-summary>div{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.oc-summary>div b{font-size:12px}.oc-summary>div strong{color:var(--oc-gold);font-size:19px}.oc-summary>p{display:grid;grid-template-columns:28px 1fr;gap:9px;align-items:center;margin:0;padding:10px;border:1px solid #eccd8c;border-radius:5px}.oc-summary>p svg{width:21px;height:21px;color:#d48600}.oc-summary>p b,.oc-summary>p small{display:block;font-size:8px}.oc-summary>p small{margin-top:3px;font-weight:400}.oc-delivery{border-color:#cde2d1;background:linear-gradient(140deg,#fff,#f7fff9)}.oc-delivery>p{margin-bottom:11px}.oc-delivery>a{display:block;margin-top:14px;padding:9px;border:1px solid #b9dcc1;border-radius:4px;color:#111;font-size:8px;font-weight:600;text-align:center}.oc-actions{margin-top:18px;padding:15px 20px}.oc-actions>div{display:grid;grid-template-columns:repeat(4,1fr);margin-top:12px}.oc-actions a{display:grid;grid-template-columns:42px 1fr 20px;gap:12px;align-items:center;padding:0 20px;color:#111}.oc-actions a+a{border-left:1px solid #e5e5e5}.oc-actions a>svg:first-child{width:34px;height:34px;padding:7px;border-radius:50%;background:#fff8ed;color:#b87909}.oc-actions a>svg:last-child{width:15px;height:15px}.oc-actions b,.oc-actions small{display:block}.oc-actions b{font-size:9px}.oc-actions small{margin-top:5px;font-size:8px;line-height:1.45}.oc-trust{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;padding:18px 26px;border:1px solid #eee2cf;border-radius:7px;background:#fffdf9}.oc-trust>div{display:grid;grid-template-columns:37px 1fr;gap:13px;padding:0 25px}.oc-trust>div+div{border-left:1px solid #eee2cf}.oc-trust>div>svg{width:30px;height:30px;color:#cb8200}.oc-trust p{margin:0}.oc-trust b,.oc-trust small{display:block}.oc-trust b{font-size:9px}.oc-trust small{margin-top:5px;font-size:8px}.oc-closing{display:flex;align-items:center;flex-direction:column;margin:17px 0 0;font-size:12px}.oc-closing a{margin-top:5px;padding:7px 90px;border-radius:3px;background:#050505;color:#fff;font-size:9px;font-weight:700}
@media(max-width:1199.98px){.oc-success{padding-inline:70px}.oc-step{padding-inline:14px}.oc-main-grid{grid-template-columns:minmax(0,1fr) 285px}.oc-assurances>div{padding-inline:15px}.oc-details-grid>div{padding-inline:15px}}
@media(max-width:991.98px){.oc-success{padding:25px 35px}.oc-progress-grid{grid-template-columns:repeat(3,1fr);gap:25px 0}.oc-step:nth-child(3):after{display:none}.oc-main-grid{grid-template-columns:1fr}.oc-sidebar{grid-template-columns:repeat(3,1fr)}.oc-assurances>div{padding-inline:12px}.oc-actions>div,.oc-trust{grid-template-columns:1fr 1fr}.oc-actions a:nth-child(3),.oc-trust>div:nth-child(3){border-left:0}.oc-actions a:nth-child(n+3),.oc-trust>div:nth-child(n+3){margin-top:15px;padding-top:15px;border-top:1px solid #eee2cf}}
@media(max-width:767.98px){.order-confirmation-page{padding:16px 0 85px}.order-confirmation-wrap{padding-inline:12px}.oc-success{align-items:flex-start;gap:15px;padding:18px}.oc-success>i{width:50px;height:50px;flex-basis:50px}.oc-success>i svg{width:30px;height:30px}.oc-success h1{font-size:21px}.oc-success p{font-size:11px}.oc-success small{display:block;line-height:1.7}.oc-success small span{display:none}.oc-success small b{font-weight:700}.oc-progress{padding-inline:12px}.oc-progress-grid{grid-template-columns:1fr 1fr}.oc-step{padding:0 8px}.oc-step:nth-child(2n):after{display:none}.oc-step:nth-child(3):after{display:block}.oc-step>small{min-height:0;margin-bottom:15px}.oc-whatsapp{grid-template-columns:35px 1fr}.oc-whatsapp>a{grid-column:1/-1;text-align:center}.oc-assurances,.oc-details-grid,.oc-sidebar{grid-template-columns:1fr}.oc-assurances>div{padding:13px}.oc-assurances>div+div{border-top:1px solid #e1e1e1;border-left:0}.oc-details-grid>div{padding:13px 0}.oc-details-grid>div+div{border-top:1px solid #e2e2e2;border-left:0}.oc-items-head{display:none}.oc-item{display:block;padding:15px}.oc-item>div{margin-bottom:12px}.oc-item>span,.oc-item>strong{display:flex;justify-content:space-between;padding:6px 0;border-top:1px solid #eee;text-align:left}.oc-item>span:before,.oc-item>strong:before{content:attr(data-label);font-weight:500}.oc-items-totals{justify-content:stretch;padding:15px}.oc-items-totals>span,.oc-items-totals>strong{width:100%;grid-template-columns:1fr auto}.oc-email-note{grid-template-columns:35px 1fr}.oc-email-note>a{grid-column:1/-1;text-align:center}.oc-actions>div,.oc-trust{grid-template-columns:1fr}.oc-actions a{padding:13px 8px}.oc-actions a+a,.oc-actions a:nth-child(3),.oc-trust>div+div,.oc-trust>div:nth-child(3){margin:0;border-top:1px solid #eee2cf;border-left:0}.oc-trust>div{padding:13px}.oc-closing a{width:100%;padding-inline:15px;text-align:center}}
.oc-primary{align-content:start}.oc-details-title{display:flex;align-items:center;padding:17px 20px;border-bottom:1px solid #e5e5e5}.oc-details-title h2{margin:0}.oc-details .oc-security-note{margin:0 20px 20px}.oc-assurances{align-self:start}.oc-details{align-self:start}.oc-items{align-self:start}
.account-whatsapp-card-heading{position:relative}.account-whatsapp-card-heading h2{margin:0 0 7px;font-size:22px;font-weight:700}.account-whatsapp-card-heading p{margin:0 0 17px;color:#242424;font-size:12px;line-height:1.55}
