@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
/*======Variable color start=======*/
/*======Variable color end=======*/
/*===========Mixins===================*/
/*=============== Flexbox Display===============*/
* {
  margin: 0;
  padding: 0;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

body {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after,
.clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.u-mobile-center {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

* {
  box-sizing: border-box;
}

/*--------- Common CSS Start -----------------*/
.transparent {
  background-color: transparent !important;
}

.no_padding {
  padding: 0px !important;
}

.full_width {
  width: 100%;
}

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

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

.small_padding {
  padding: 0px 5px;
}

.small_padding2 {
  padding: 0px 2px !important;
}

.medium_padding {
  padding: 0px 10px;
}

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

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

.padding_vertical40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding_vertical25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding_vertical15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding_vertical10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding_vertical10_only {
  padding: 10px 0px;
}

.padding_vertical5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.no_padding_large {
  padding: 0px;
}

.padding_horizontal5 {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.padding_horizontal10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding_horizontal0 {
  padding-left: 0px;
  padding-right: 0px;
}

.no_both_side_padding {
  padding-left: 0px;
  padding-right: 0px;
}

.padding_vertical20 {
  padding: 20px 0;
}

.padding_vertical25-10 {
  padding: 25px 10px;
}

.padding_25 {
  padding: 25px;
}

.padding_20 {
  padding: 20px;
}

.padding_top20 {
  padding-top: 20px;
}

.padding_10 {
  padding: 10px;
}

.padding_15 {
  padding: 15px;
}

.padding_left10 {
  padding-left: 10px !important;
}

.right_padding5 {
  padding-right: 5px;
}

.left_padding_only5 {
  padding: 0px 0px 0px 5px !important;
}

.right_padding_only5 {
  padding: 0px 5px 0px 0px !important;
}

.left_padding_only10 {
  padding: 0px 0px 0px 10px !important;
}

.right_padding_only10 {
  padding: 0px 10px 0px 0px !important;
}

.left_padding5 {
  padding-left: 5px;
}

.padding_5 {
  padding: 5px !important;
}

.left_align_padding {
  padding: 0px 5px 0px 0px;
}

.right_align_padding {
  padding: 0px 0px 0px 5px;
}

.no_margin_bottom {
  margin-bottom: 0px !important;
}

.no_margin_top {
  margin-top: 0px !important;
}

.color_white {
  background-color: #fff !important;
}

.padding_2 {
  padding: 2px !important;
}

.double_padding {
  padding-right: 30px;
  padding-left: 30px;
}

.margin_top10 {
  margin-top: 10px;
}

.margin_top15 {
  margin-top: 15px;
}

.margin_top5 {
  margin-top: 5px;
}

.margin_left5 {
  margin-left: 5px;
}

.margin_left10 {
  margin-left: 10px;
}

.margin_right5 {
  margin-right: 5px;
}

.margin_right10 {
  margin-right: 10px;
}

.margin_left30 {
  margin-left: 30px;
}

.margin_left25 {
  margin-left: 25px;
}

.margin_bottom5 {
  margin-bottom: 5px !important;
}

.margin_bottom10 {
  margin-bottom: 10px !important;
}

.margin_bottom15 {
  margin-bottom: 15px !important;
}

.margin_bottom20 {
  margin-bottom: 20px !important;
}

.no_margin {
  margin: 0px;
}

.margin_top20 {
  margin-top: 20px;
}

.margin_top40 {
  margin-top: 40px;
}

.margin_top50 {
  margin-top: 50px;
}

.margin_top110 {
  margin-top: 110px;
}

.full_height {
  height: 100%;
}

.float_last_child:last-child {
  float: left !important;
}

a:hover,
a:focus {
  transition: background-color 300ms linear;
  text-decoration: none;
}

button:hover,
button:focus {
  transition: background-color 300ms linear;
  text-decoration: none;
}

.no_border {
  border: none !important;
}

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

.left {
  float: left;
}

.display-inline {
  display: inline-block;
}

.relative-position {
  position: relative;
}

a, a:active, a:focus {
  outline: none;
}

input:hover, input:active, input:focus {
  outline: none;
}

.no-bg {
  background-color: transparent !important;
}

/*-------- Common CSS end ----------------*/
html {
  font-family: "Arial";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Arial";
  color: #000000;
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: normal;
  font-weight: 400;
}

a {
  color: #000000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-decoration: none;
  background-color: transparent;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: none;
  outline: 0;
}

p {
  margin: 0 0 20px 0;
  font-size: clamp(1.125rem, 2.4vw, 1.375rem);
  line-height: 1.41;
  color: #000000;
  font-weight: normal;
  font-family: "Arial";
}
p span {
  color: #000000;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.4rem 0;
  padding: 0;
  color: #000000;
  font-weight: 400;
  font-family: "Arial";
  line-height: normal;
}
@media (min-width: 576px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 3rem 0;
  }
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}

h4 {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
}

@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

.red {
  border-color: #000000;
}

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

.overflow-hidden {
  overflow: hidden;
}

.bg-beige-dark {
  background-color: #f4f2ec;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-justify-between.row-align-top {
  align-items: flex-start;
}

.row.row-justify-centre {
  justify-content: center;
}

.inline-link {
  position: relative;
  display: flex;
  align-items: center;
  transition-property: opacity;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.avatar {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
}

svg:not(:root) {
  overflow: hidden;
}

.gray-bg {
  background: #f9f9f9;
}

.white-bg {
  background: #ffffff;
}

.comm-padd {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .comm-padd {
    padding: 60px 0;
  }
}
@media (min-width: 1400px) {
  .comm-padd {
    padding: 75px 0;
  }
}
.comm-padd-inner {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .comm-padd-inner {
    padding: 40px 0 60px;
  }
}
@media (min-width: 1400px) {
  .comm-padd-inner {
    padding: 60px 0 90px;
  }
}

.row.row-stretch {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .row.row-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}

::-moz-placeholder {
  color: #000303;
  opacity: 1;
}

::placeholder {
  color: #000303;
  opacity: 1;
}

hr {
  margin: 1rem 0;
  background-color: #c6c6c6;
  opacity: 1;
}

.pl-45 {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .pl-45 {
    padding-left: 32px;
  }
}
@media (min-width: 1200px) {
  .pl-45 {
    padding-left: 45px;
  }
}

.pr-60 {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .pr-60 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .pr-60 {
    padding-right: 60px;
  }
}

.mb-85 {
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  .mb-85 {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .mb-85 {
    margin-bottom: 85px;
  }
}

.pl-20 {
  padding-left: 20px;
}

.red {
  color: #000000;
}

@media (max-width: 575px) {
  .wow {
    visibility: visible !important;
    animation: none !important;
  }
  #location-wrapper > .location.wow {
    visibility: visible !important;
    animation-duration: 4s !important;
    animation-delay: 0.1s !important;
    animation-iteration-count: 5 !important;
  }
  #location-wrapper .wobble {
    animation-name: wobble !important;
  }
  #location-wrapper .bounceIn {
    animation-name: bounceIn !important;
  }
  #location-wrapper .pulse {
    animation-name: pulse !important;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bg-grey {
  background-color: #f9f9f9;
}

.bg-white {
  background: #ffffff;
}

.mb-40 {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .mb-40 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 4rem;
  }
}

.mb-80 {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .mb-80 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1440px) {
  .mb-80 {
    margin-bottom: 8rem;
  }
}

.mb-60 {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .mb-60 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 5.4rem;
  }
}
@media (min-width: 1440px) {
  .mb-60 {
    margin-bottom: 6.4rem;
  }
}

.mb-120 {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .mb-120 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mb-120 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1440px) {
  .mb-120 {
    margin-bottom: 12rem;
  }
}

.pb-120 {
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .pb-120 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1440px) {
  .pb-120 {
    padding-bottom: 12rem;
  }
}

@media (min-width: 768px) {
  .pl-60 {
    padding-left: 3rem;
  }
}
@media (min-width: 1440px) {
  .pl-60 {
    padding-left: 6rem;
  }
}

hr {
  border-top: 1px solid #ccc !important;
}

.comm-padd {
  padding: 4rem 0;
}
@media (min-width: 576px) {
  .comm-padd {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) {
  .comm-padd {
    padding: 8rem 0;
  }
}

.section-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.section-heading h2 {
  font-size: clamp(1.5rem, 4vw, 3.75rem);
  line-height: 1.33;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-heading h6 {
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  line-height: 2.2;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.woocommerce .section-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.woocommerce .section-heading h2 {
  font-size: clamp(1.5rem, 4vw, 3.75rem);
  line-height: 1.33;
  margin-bottom: 0;
  text-transform: uppercase;
}
.woocommerce .section-heading h6 {
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  line-height: 2.2;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

ul.bulleted-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.bulleted-list li {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 2.5rem;
  position: relative;
  padding-left: 4.8rem;
}
ul.bulleted-list li:last-child {
  margin-bottom: 0;
}
ul.bulleted-list li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../images/plus-sm.svg") no-repeat 0 0;
}
@media (min-width: 768px) {
  ul.bulleted-list li:after {
    top: 4px;
  }
}

.select-wrap {
  position: relative;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .select-wrap {
    position: absolute;
    right: 50px;
    top: -96px;
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .select-wrap {
    right: 124px;
  }
}

/* Native select reset */
.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  padding: 8px 28px 8px 0;
  font-size: 14px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  outline: none;
  min-width: 180px;
}

/* Custom caret */
.select-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

/* Focus state */
.custom-select:focus {
  outline: none;
}

/* Optional hover */
.custom-select:hover {
  opacity: 0.85;
}

/* Safari fix */
select::-ms-expand {
  display: none;
}

.theme-btn {
  font-family: "Arial";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  text-align: center;
  color: #000000;
  padding: 15px 16px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.4s ease;
  min-width: 222px;
}
@media (min-width: 576px) {
  .theme-btn {
    letter-spacing: 3px;
    padding: 15px 20px;
    gap: 10px;
  }
}
.theme-btn img {
  transition: all 0.4s ease;
}
.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  opacity: 0.9;
  color: #000000;
}
.theme-btn:hover img, .theme-btn:focus img, .theme-btn:active img {
  transform: translateX(5px);
}
.theme-btn-s1 {
  background-color: #ffffff;
  color: #000000;
}
.theme-btn-s2 {
  background-color: #000000;
  color: #ffffff;
}
.theme-btn-s2 img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  color: #ffffff;
}
.theme-btn-s3 {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}

.site-header {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
@media (min-width: 576px) {
  .site-header {
    padding: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .site-header {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .site-header {
    padding: 2rem 0;
  }
}
@media (min-width: 1300px) {
  .site-header {
    padding: 1rem 0;
  }
}
@media (min-width: 1600px) {
  .site-header {
    padding: 1.3rem 0;
  }
}
.site-header-inner {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 576px) {
  .site-header-inner {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .site-header-inner {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.site-header .container {
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .site-header .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .site-header .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1440px) {
  .site-header .container {
    max-width: 1400px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.site-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: rgb(255, 255, 255);
}

.site-logo {
  width: 160px;
  display: inline-flex;
  margin: auto;
}
@media (min-width: 576px) {
  .site-logo {
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .site-logo {
    width: 215px;
  }
}

.search-input {
  position: relative;
  width: 255px;
  height: 37px;
  border-radius: 30px;
  background-color: #f5f5f5;
}
.search-input input {
  width: 100%;
  height: 100%;
  padding: 10px 40px;
  font-size: 15px;
  border: 0;
  border-radius: 0;
  font-family: "Arial";
  color: #000000;
  background-color: transparent;
}
.search-input input::-moz-placeholder {
  color: #000000;
}
.search-input input::placeholder {
  color: #000000;
}
.search-input .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.search-input .search-icon img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.search-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50px;
}
@media (min-width: 1200px) {
  .search-wrapper {
    position: relative;
    left: auto;
  }
}

/* Icon button */
.search-toggle {
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: 0;
  font-size: 18px;
  cursor: pointer;
}
.search-toggle img {
  width: 16px;
}

/* Close button */
.search-close {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
}

@media (max-width: 1300px) {
  .search-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 107px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
  }
  .search-form.is-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search-form.is-open .search-input {
    width: 85%;
    height: 45px;
  }
  .search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .search-form.is-open .search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .search-form {
    height: 91px;
  }
}
@media (max-width: 575px) {
  .search-form {
    height: 125px;
  }
}
.v-line {
  width: 1px;
  height: 42px;
  background-color: #cccccc;
}

.primary-nav {
  width: 300px;
  height: 100vh;
  position: fixed;
  z-index: -1;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border: 0;
  background: #ffffff;
  margin: 0;
  left: -306px;
  top: 124px;
  overflow-y: auto;
  padding-top: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (min-width: 576px) {
  .primary-nav {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .primary-nav {
    width: auto;
    height: auto;
    position: static;
    box-shadow: none;
    padding: 0;
    background: transparent;
    z-index: 1;
    overflow-y: visible;
  }
}
.primary-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .primary-nav ul {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 16px;
  }
}
@media (min-width: 1300px) {
  .primary-nav ul {
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .primary-nav ul {
    gap: 40px;
  }
}
.primary-nav ul li {
  position: relative;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  /*start sub-menu*/
  /*End sub-menu*/
}
@media (min-width: 1200px) {
  .primary-nav ul li {
    border-bottom: 0;
  }
}
.primary-nav ul li i {
  display: inline-flex;
}
.primary-nav ul li.hassub {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .primary-nav ul li.hassub {
    flex-wrap: nowrap;
  }
}
.primary-nav ul li.hassub i {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .primary-nav ul li.hassub i {
    display: flex;
    padding: 5px 10px;
    pointer-events: all;
    position: absolute;
    right: 15px;
    top: 13px;
  }
}
.primary-nav ul li.hassub:before {
  position: absolute;
  content: "";
  right: 10px;
  background: url("../images/menu-arrow.svg") no-repeat center right;
  filter: brightness(0) invert(0);
  width: 14px;
  height: 8px;
  z-index: -1;
  top: 15px;
}
@media (min-width: 992px) {
  .primary-nav ul li.hassub:before {
    top: auto;
    right: 0;
  }
}
.primary-nav ul li.hassub a {
  width: 100%;
}
@media (min-width: 992px) {
  .primary-nav ul li.hassub a {
    width: auto;
  }
}
.primary-nav ul li a {
  color: #000000;
  font-size: 14px;
  font-family: "Arial";
  font-weight: 400;
  padding: 10px 15px;
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
@media (min-width: 1200px) {
  .primary-nav ul li a {
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .primary-nav ul li a {
    font-size: 15px;
  }
}
.primary-nav ul li:hover a {
  color: #000000;
  opacity: 0.7;
}
.primary-nav ul li.active a, .primary-nav ul li.current-menu-item a, .primary-nav ul li.current_page_item a {
  color: #000000;
}
.primary-nav ul li ul.sub-menu {
  position: relative;
  left: 0px;
  width: 280px;
  min-width: 280px;
  background: #ffffff;
  padding: 16px 24px;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(40px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 10px 0px rgba(27, 60, 111, 0.15);
}
@media (min-width: 1200px) {
  .primary-nav ul li ul.sub-menu {
    position: absolute;
    display: block;
    z-index: 5;
  }
}
@media (max-width: 1199px) {
  .primary-nav ul li ul.sub-menu {
    transform: translateY(0px);
    border-radius: 0px;
    box-shadow: none;
    top: 0;
  }
}
.primary-nav ul li ul.sub-menu.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .primary-nav ul li ul.sub-menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    border: 0;
    top: -20px;
    left: 0px;
    right: 0;
    background: transparent;
  }
}
@media (max-width: 1199px) {
  .primary-nav ul li ul.sub-menu {
    width: 100%;
    background: #000000;
    position: relative;
    z-index: 1;
    top: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: none;
    transform: translateY(0px);
  }
}
@media (max-width: 575px) {
  .primary-nav ul li ul.sub-menu {
    width: 240px;
    left: -240px;
  }
}
.primary-nav ul li ul.sub-menu li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.primary-nav ul li ul.sub-menu li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .primary-nav ul li ul.sub-menu li {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 7px 10px 7px 0;
    margin: 0;
    width: 100%;
  }
}
.primary-nav ul li ul.sub-menu li a {
  padding: 0px;
  display: block;
  height: auto;
  text-transform: none;
  color: #000000;
  font-size: 15px;
  white-space: normal;
  line-height: 1;
  font-weight: 500;
}
.primary-nav ul li ul.sub-menu li a::after {
  display: none;
}
@media (min-width: 1200px) {
  .primary-nav ul li ul.sub-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .primary-nav ul li ul.sub-menu li a {
    padding: 10px 10px 10px 30px;
    display: block;
    color: #ffffff;
    height: auto;
    position: relative;
    width: 100%;
    font-weight: normal;
  }
}
.primary-nav ul li ul.sub-menu li:hover, .primary-nav ul li ul.sub-menu li.active, .primary-nav ul li ul.sub-menu li.current-menu-item, .primary-nav ul li ul.sub-menu li.current_page_item, .primary-nav ul li ul.sub-menu li.current-menu-parent {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.primary-nav ul li ul.sub-menu li:hover ul.sub-menu, .primary-nav ul li ul.sub-menu li.active ul.sub-menu, .primary-nav ul li ul.sub-menu li.current-menu-item ul.sub-menu, .primary-nav ul li ul.sub-menu li.current_page_item ul.sub-menu, .primary-nav ul li ul.sub-menu li.current-menu-parent ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.primary-nav ul li ul.sub-menu li:hover a, .primary-nav ul li ul.sub-menu li.active a, .primary-nav ul li ul.sub-menu li.current-menu-item a, .primary-nav ul li ul.sub-menu li.current_page_item a, .primary-nav ul li ul.sub-menu li.current-menu-parent a {
  color: #000000;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .primary-nav ul li ul.sub-menu li:hover a, .primary-nav ul li ul.sub-menu li.active a, .primary-nav ul li ul.sub-menu li.current-menu-item a, .primary-nav ul li ul.sub-menu li.current_page_item a, .primary-nav ul li ul.sub-menu li.current-menu-parent a {
    color: #ffffff;
  }
}
.primary-nav ul li:hover .sub-menu {
  visibility: unset;
  display: unset;
  opacity: unset;
  display: none;
}
@media (min-width: 1200px) {
  .primary-nav ul li:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}
.primary-nav .right-nav-inr {
  border-top: 1px solid #cccccc;
  padding-top: 2rem;
  margin-top: 2rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.right-nav {
  width: 100%;
  padding-top: 15px;
}
@media (min-width: 576px) {
  .right-nav {
    width: auto;
    padding-top: 0;
  }
}
.right-nav-inr {
  gap: 1rem;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 576px) {
  .right-nav-inr {
    position: static;
  }
}
@media (min-width: 1400px) {
  .right-nav-inr {
    gap: 2rem;
  }
}
.right-nav-inr .quick-links a {
  display: inline-flex;
  width: 22px;
}
.right-nav-inr .quick-links a img {
  width: 22px;
  min-width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.right-nav-inr .quick-links a:hover img {
  opacity: 0.6;
}
.right-nav-inr .quick-links a.cart-icon {
  position: relative;
}
.right-nav-inr .quick-links a.cart-icon .cart-count {
  position: absolute;
  top: -10px;
  right: -22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .right-nav-inr .quick-links a.cart-icon .cart-count {
    right: -18px;
  }
}

.menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.toggle-sidebar {
  display: block;
  padding: 0;
  position: absolute;
  left: 0;
}
@media (min-width: 1200px) {
  .toggle-sidebar {
    display: none;
  }
}
.toggle-sidebar span {
  background: #000000;
  height: 3px;
  position: relative;
  margin: 1px 0;
  width: 30px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.toggle-sidebar span:first-child {
  top: -4px;
  left: 0;
}
.toggle-sidebar span:last-child {
  bottom: -4px;
  left: 0;
}

.body-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  z-index: 1;
}

body.active {
  overflow: hidden;
}
body.active .toggle-sidebar span:first-child {
  transform: rotate(45deg);
  top: 2px;
}
body.active .toggle-sidebar span:nth-child(2) {
  display: none;
}
body.active .toggle-sidebar span:last-child {
  transform: rotate(-45deg);
  bottom: 2px;
}
body.active .body-overlay {
  opacity: 1;
  pointer-events: auto;
}
body.active .primary-nav {
  left: 0;
}
@media (min-width: 1200px) {
  body.active .primary-nav {
    left: auto;
  }
}

/* Style for the custom dropdown */
.custom-dropdown {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .custom-dropdown {
    position: relative;
    right: auto;
    top: auto;
    width: 75px;
  }
}
.custom-dropdown-select {
  cursor: pointer;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 0;
  border-radius: 0px;
  padding: 0;
  padding-right: 1.4rem;
  font-size: 0;
  color: #000000;
  font-family: "Arial";
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 576px) {
  .custom-dropdown-select {
    font-size: 15px;
  }
}
.custom-dropdown-select::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/down_arrow.svg") no-repeat center right;
  width: 10px;
  height: 6px;
  background-size: 100%;
}
.custom-dropdown-select span {
  display: none;
}
@media (min-width: 576px) {
  .custom-dropdown-select span {
    display: block;
  }
}
.custom-dropdown-flag {
  margin-right: 0px;
  max-width: 15px !important;
  min-width: 15px;
  height: 15px !important;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .custom-dropdown-flag {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .custom-dropdown-flag {
    max-width: 25px !important;
    min-width: 25px;
    height: 25px !important;
  }
}
@media (min-width: 1200px) {
  .custom-dropdown-flag {
    margin-right: 10px;
  }
}
.custom-dropdown span {
  font-size: 13px;
  color: #000000;
  font-family: "Arial";
}
@media (min-width: 576px) {
  .custom-dropdown span {
    font-size: 15px;
  }
}
.custom-dropdown-options {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
  width: auto;
  right: 0;
}
@media (min-width: 576px) {
  .custom-dropdown-options {
    width: 100%;
    right: auto;
  }
}
.custom-dropdown-options li {
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
}
.custom-dropdown-options li:hover {
  background-color: #f4f4f4;
}
.custom-dropdown-options li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wpcf7 {
  width: 100%;
}

.hero-slider {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .swiper-slide {
  overflow: hidden;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-slider .swiper-pagination-bullet {
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 100%;
  opacity: 1;
  transition: all 0.4s ease;
  position: relative;
}
.hero-slider .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 100%;
  opacity: 0.7;
}
.hero-slider .swiper-pagination-bullet-active {
  border-color: #ffffff;
}
.hero-slider .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.hero-slider .swiper-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 60px !important;
}

.hero-style {
  height: 650px;
  overflow-x: hidden;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .hero-style {
    height: 850px;
  }
}
.hero-style .slide-text p {
  font-family: "Arial";
  font-weight: 400;
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  line-height: 2.2;
  letter-spacing: 4px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 45px;
  transition: all 0.4s ease;
}
.hero-style .slide-title h1 {
  font-family: "Arial";
  font-size: clamp(2.25rem, 4.5vw, 4.625rem);
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: 4px;
  margin: 0 0 45px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.site-banner {
  position: relative;
  z-index: 1;
  height: 30rem;
}
@media (min-width: 576px) {
  .site-banner {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .site-banner {
    height: 35rem;
  }
}
@media (min-width: 1300px) {
  .site-banner {
    height: 40rem;
  }
}
@media (min-width: 1400px) {
  .site-banner {
    height: 770px;
  }
}
.site-banner .banner-holder {
  height: 100%;
  background-size: cover !important;
  background-position: right bottom !important;
}
@media (min-width: 768px) {
  .site-banner .banner-holder {
    background-position: center bottom !important;
  }
}
.site-banner .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}
.site-banner .ban-text {
  max-width: 750px;
  margin: 0 auto;
}
.site-banner .ban-text h6 {
  color: #ffffff;
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  letter-spacing: 4px;
  text-transform: uppercase;
}
.site-banner .ban-text h1 {
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.625rem);
  line-height: 1.1;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.site-banner .ban-text p {
  color: #ffffff;
  font-size: clamp(1.1rem, 2.2vw, 1.375rem);
  line-height: 1.41;
  margin-bottom: 0;
}
.site-banner.contact .banner-holder {
  background-position: center top !important;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .site-banner.contact .banner-holder {
    background-position: center bottom !important;
  }
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background: #000000;
  padding: clamp(2.5rem, 8vw, 7.5rem) 0 clamp(2.5rem, 6vw, 3.75rem);
}
.footer p {
  color: #ffffff;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
}
.footer p a {
  color: #ffffff;
}
.footer .ftr-logo-wrap {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer .ftr-logo-wrap {
    padding-bottom: 50px;
  }
}
.footer .ftr-logo-wrap .ftr-logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.footer-top {
  padding: clamp(2.5rem, 4vw, 4.0625rem) 0 clamp(2.5rem, 4.5vw, 4.375rem);
  border-top: 1px solid #333333;
}
.footer-top .top-row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-top .top-row {
    flex-direction: row;
  }
}
.footer-top .top-row .footer-col {
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-top .top-row .footer-col {
    text-align: left;
    padding: 20px 0;
  }
}
.footer-top .top-row .footer-col.first-col, .footer-top .top-row .footer-col.last-col {
  flex: 1;
}
.footer-top .top-row .footer-col.mid-col {
  flex: 2;
}
@media (min-width: 768px) {
  .footer-top .top-row .footer-col.mid-col {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .footer-top .top-row .footer-col.mid-col {
    flex: 3;
  }
}
@media (min-width: 992px) {
  .footer-top .top-row .footer-col.mid-col .mid-col-inr {
    max-width: 485px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .footer-top .top-row .footer-col.first-col {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .footer-top .top-row .footer-col.first-col {
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .footer-top .top-row .footer-col.last-col {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .footer-top .top-row .footer-col.last-col {
    padding-left: 80px;
  }
}
.footer-top .top-row .footer-col h4 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
}
@media (min-width: 768px) {
  .footer-top .top-row .footer-col h4 {
    margin-bottom: 40px;
  }
}
.footer-top .top-row .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 10px;
}
@media (min-width: 576px) {
  .footer-top .top-row .footer-col ul {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .footer-top .top-row .footer-col ul {
    display: block;
  }
}
.footer-top .top-row .footer-col ul li {
  display: block;
}
.footer-top .top-row .footer-col ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-top .top-row .footer-col ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.footer-top .top-row .footer-col ul li a:hover {
  color: rgb(255, 255, 255);
}
.footer-top .top-row .footer-col p {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: 22px;
  margin-bottom: 0px;
}
.footer-top .top-row .footer-col p a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.footer-top .top-row .footer-col p a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer-top .top-row .footer-col p.x-pad {
    padding: 0 12%;
  }
}
.footer-top .top-row .footer-col .contact-info {
  text-transform: uppercase;
}
.footer-top .top-row .footer-col .contact-info p {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  color: #ffffff;
}
.footer-top .top-row .footer-col .contact-info a {
  color: #ffffff;
  line-height: 1.5;
}
.footer-top .top-row .footer-col .info {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer-top .top-row .footer-col .info {
    margin-top: 75px;
  }
}
.footer-top .top-row .footer-col .info p a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-mid {
  padding: clamp(2rem, 5vw, 2.8125rem) 0;
  border-top: 1px solid #333333;
}
.footer-mid .copy-right {
  text-transform: uppercase;
}
.footer-mid .copy-right a:hover {
  text-decoration: underline;
}
.footer-bottom {
  padding: clamp(2rem, 5vw, 2.8125rem) 0 0;
  border-top: 1px solid #333333;
}

.newsletter-signup {
  margin-top: 40px;
}
.newsletter-signup .input-wrap {
  gap: 10px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 16px;
}
.newsletter-signup .input-wrap input {
  flex: 1;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: 17px;
}
.newsletter-signup .input-wrap input::-moz-placeholder {
  color: #ffffff;
}
.newsletter-signup .input-wrap input::placeholder {
  color: #ffffff;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
}
.social-links a:hover {
  opacity: 0.8;
}
.social-links.dark a {
  width: 65px;
  height: 65px;
  background-color: #f9f9f9;
  color: #000000;
  border-radius: 50%;
}

.payment-methods {
  flex-wrap: wrap;
}

.captcha-wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 2rem;
}

.collections-section {
  width: 100%;
  overflow: hidden;
}

.collections-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 800px;
}
@media (min-width: 576px) {
  .collections-grid {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .collections-grid {
    height: 1076px;
  }
}

.collection-card {
  position: relative;
  flex: 1;
  max-width: 100%;
  overflow: hidden;
  transition: flex 0.6s ease;
  cursor: pointer;
}
@media (min-width: 576px) {
  .collection-card {
    max-width: none;
  }
}

.collections-grid:hover .collection-card {
  flex: 0.8;
}

.collections-grid:hover .collection-card:hover {
  flex: 3;
}

/* Image */
.collection-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%) brightness(60%);
  transition: filter 0.6s ease, transform 0.6s ease;
}

.collection-card:hover img {
  transform: scale(1.05);
}

/* Hover: restore original image */
.collection-card:hover img {
  filter: grayscale(0%) brightness(100%);
  transform: scale(1.03);
}

.collection-label {
  position: absolute;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  transition: transform 0.5s ease, writing-mode 0.5s ease, opacity 0.3s ease;
}
@media (min-width: 576px) {
  .collection-label {
    font-size: 20px;
    letter-spacing: 10px;
  }
}

/* Default vertical */
.collection-label.vertical {
  right: auto;
  left: 0;
  top: 0;
  transform: rotate(0deg) translateY(0%);
  bottom: 0;
  padding: 20px 15px;
  margin: auto;
  writing-mode: sideways-lr;
  text-align: center;
}
@media (min-width: 576px) {
  .collection-label.vertical {
    left: auto;
    right: 50px;
    top: 50%;
    bottom: 40px;
    padding: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg) translateY(0);
    text-align: left;
  }
}

/* Horizontal state on hover */
.collection-card:hover .collection-label.vertical {
  display: none;
}

.collection-label.horizontal {
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(0%);
  margin: auto;
  text-align: center;
  letter-spacing: 4px;
  font-size: clamp(1.3rem, 2vw, 2.5rem);
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (min-width: 576px) {
  .collection-label.horizontal {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
  }
}
@media (min-width: 992px) {
  .collection-label.horizontal {
    letter-spacing: 15px;
    padding-bottom: 20px;
  }
}

.collection-card:hover .collection-label.horizontal {
  opacity: 1;
  visibility: visible;
}

.testimonials-section {
  background-color: #f9f9f9;
  padding: clamp(2.5rem, 8vw, 9.375rem) 0;
  text-align: center;
  position: relative;
}

.eyebrow {
  letter-spacing: 0.25em;
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  margin-bottom: 10px;
}

.testimonial-quote {
  line-height: 40px;
  font-size: clamp(1.5rem, 3vw, 3.3125rem);
  font-style: italic;
  max-width: 1200px;
  margin: 0 16px 40px;
  position: relative;
}
@media (min-width: 576px) {
  .testimonial-quote {
    line-height: 54px;
    margin: 0 auto 60px;
  }
}
@media (min-width: 1200px) {
  .testimonial-quote {
    line-height: 72px;
  }
}
.testimonial-quote .quote-mark {
  font-family: "Reckless Neue";
  font-size: 40px;
  font-style: normal;
  display: inline-block;
}
@media (min-width: 576px) {
  .testimonial-quote .quote-mark {
    font-size: 80px;
  }
}
.testimonial-quote .quote-mark.bottom {
  bottom: -25px;
  position: absolute;
}
@media (min-width: 576px) {
  .testimonial-quote .quote-mark.bottom {
    bottom: -50px;
  }
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.testimonial-author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .testimonial-author img {
    width: 131px;
    height: 131px;
  }
}
.testimonial-author .author-inr {
  gap: 16px;
}
@media (min-width: 992px) {
  .testimonial-author .author-inr {
    gap: 30px;
  }
}
.testimonial-author .author-name {
  text-align: left;
  padding-top: 10px;
}
.testimonial-author .author-name h4 {
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.testimonial-author .author-name span {
  font-size: clamp(0.75rem, 1.1vw, 0.8125rem);
  text-transform: uppercase;
  opacity: 0.7;
}

/* Pagination dots */
.testimonial-pagination.swiper-pagination {
  position: static;
}
@media (min-width: 992px) {
  .testimonial-pagination.swiper-pagination {
    position: absolute;
  }
}

.testimonial-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.25;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Navigation arrows */
.swiper-horizontal .swiper-button-prev.testimonial-prev {
  display: none;
}
@media (min-width: 992px) {
  .swiper-horizontal .swiper-button-prev.testimonial-prev {
    display: block;
  }
}

.swiper-horizontal .swiper-button-next.testimonial-next {
  display: none;
}
@media (min-width: 992px) {
  .swiper-horizontal .swiper-button-next.testimonial-next {
    display: block;
  }
}

.video-section {
  padding: clamp(2.5rem, 8vw, 9.375rem) 0;
  display: flex;
  justify-content: center;
}

.video-frame {
  position: relative;
  width: 100%;
  background: #f5f3eb;
  border: 1px solid #b7b7b7;
  padding: 12px;
}
@media (min-width: 576px) {
  .video-frame {
    padding: 28px;
  }
}
.video-frame .video-poster {
  position: relative;
  cursor: pointer;
}
.video-frame .video-poster img {
  width: 100%;
  display: block;
}
.video-frame video {
  display: none;
  width: 100%;
}

.play-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  border: none;
  background: #ffffff;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 576px) {
  .play-button {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 992px) {
  .play-button {
    width: 228px;
    height: 228px;
  }
}
.play-button:hover .play-ring {
  animation-play-state: paused;
}

/* Rotating text ring */
.play-ring {
  position: absolute;
  inset: 10px;
  animation: spin 14s linear infinite;
  display: none;
}
@media (min-width: 576px) {
  .play-ring {
    display: block;
  }
}
.play-ring text {
  fill: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.ring-text {
  fill: #000;
}

.ring-dot {
  fill: #9a9a9a;
}

/* Inner black circle */
.play-core {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  background: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media (min-width: 576px) {
  .play-core {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 992px) {
  .play-core {
    width: 110px;
    height: 110px;
  }
}

/* White play triangle */
.play-icon {
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 7px;
}
@media (min-width: 576px) {
  .play-icon {
    border-left: 30px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    margin-left: 9px;
  }
}

/* Rotation animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.about-section-home {
  background: #f5f3eb;
}

.about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

/* LEFT IMAGE */
.about-media img {
  width: 100%;
  height: 100%;
  display: block;
}

/* RIGHT CONTENT */
.about-content {
  text-align: center;
}
@media (min-width: 992px) {
  .about-content {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .about-content {
    max-width: 630px;
  }
}

.about-text {
  font-size: clamp(1.125rem, 2.4vw, 1.375rem);
  line-height: 1.41;
  color: #333;
  margin-bottom: clamp(2.5rem, 7vw, 12.5rem);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-content {
    margin: 0 auto;
    padding: 50px 30px;
  }
}
.feature-block {
  padding-top: clamp(2.5rem, 7vw, 7.5rem);
  padding-bottom: clamp(2.5rem, 9vw, 9.375rem);
}

.feature-box {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .feature-box {
    padding: 0;
  }
}
.feature-box .feature-icon {
  display: inline-flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .feature-box .feature-icon {
    margin-bottom: 45px;
  }
}
.feature-box .feature-cont h4 {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  margin-bottom: 25px;
}
.feature-box .feature-cont p {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.47;
  margin-bottom: 0;
}

.community-modal .modal-dialog {
  max-width: 90%;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .community-modal .modal-dialog {
    max-width: 953px;
  }
}
.community-modal .btn-close {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 1;
}
@media (min-width: 812px) {
  .community-modal .btn-close {
    right: 20px;
    top: 20px;
  }
}
.community-modal .btn-close:focus, .community-modal .btn-close:hover {
  outline: 0;
  box-shadow: none;
}
.community-modal .modal-content {
  border: 0;
  border-radius: 0;
}
.community-modal .modal-content .body-content {
  flex-direction: column;
  padding-top: 20px;
}
@media (min-width: 812px) {
  .community-modal .modal-content .body-content {
    flex-direction: row;
    padding-top: 0;
  }
}
@media (min-width: 812px) {
  .community-modal .modal-content .pop-img {
    width: 380px;
    min-width: 380px;
  }
}
@media (min-width: 992px) {
  .community-modal .modal-content .pop-img {
    width: 440px;
    min-width: 440px;
  }
}
.community-modal .modal-content .pop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-modal .modal-content .pop-cont {
  padding: 30px 0;
  justify-content: center;
}
@media (min-width: 812px) {
  .community-modal .modal-content .pop-cont {
    padding: 30px;
    width: calc(100% - 380px);
  }
}
@media (min-width: 992px) {
  .community-modal .modal-content .pop-cont {
    width: calc(100% - 440px);
    padding: 30px 24px 30px 50px;
  }
}
.community-modal .modal-content .pop-cont h1 {
  font-size: clamp(2rem, 3.8vw, 3rem);
  margin-bottom: 20px;
}
.community-modal .modal-content .pop-cont h1 br {
  display: none;
}
@media (min-width: 812px) {
  .community-modal .modal-content .pop-cont h1 br {
    display: block;
  }
}
.community-modal .modal-content .pop-cont p {
  margin-bottom: 30px;
}
.community-modal .modal-content .contact-form .custom-checkbox {
  margin-top: 0;
}

.continue_btn {
  padding-top: 10px;
  text-align: center;
}
.continue_btn .continue_shopping {
  font-weight: 700;
  text-decoration: underline;
  font-size: 20px;
}
.continue_btn .continue_shopping:hover {
  text-decoration: none;
}

.create-account-panel {
  width: 90%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  transform: translateX(105%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  will-change: transform, opacity;
}
@media (min-width: 992px) {
  .create-account-panel {
    width: 775px;
  }
}
.create-account-panel.opened {
  transform: translateX(0);
  opacity: 1;
}
.create-account-panel .close-btn {
  font-size: 20px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 576px) {
  .create-account-panel .close-btn {
    font-size: 30px;
    right: 30px;
    top: 30px;
  }
}
.create-account-panel .account-content {
  position: absolute;
  padding: clamp(2rem, 4vw, 3.125rem) clamp(1rem, 4vw, 3.9375rem) clamp(2rem, 4vw, 3.125rem) clamp(1rem, 4vw, 5.9375rem);
  inset: 0;
  display: flex;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.create-account-panel .account-content.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 1;
}
.create-account-panel .account-content h2 {
  font-size: clamp(2rem, 4vw, 3.125rem);
  margin-bottom: 30px;
}
.create-account-panel .account-content .intro {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  line-height: 1.39;
  margin-bottom: 0;
}
.create-account-panel .account-form {
  overflow-y: auto;
  padding-right: 20px;
}
.create-account-panel .account-form .header-text {
  margin-bottom: clamp(2rem, 4.5vw, 3.75rem);
}
.create-account-panel .account-form .header-text .icon {
  display: flex;
  margin-bottom: 30px;
}
.create-account-panel .account-form .form-bottom {
  margin-top: clamp(3rem, 7vw, 6.25rem);
}
.create-account-panel .account-form .forgot-link {
  font-size: 17px;
  text-decoration: underline;
}
.create-account-panel .account-form .forgot-link:hover {
  text-decoration: none;
}

.body-overlay.visible {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.field-wrap {
  position: relative;
}
.field-wrap input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  font-size: 17px;
  text-transform: uppercase;
  color: #000000;
  background: transparent;
}
.field-wrap input:focus + label {
  opacity: 0;
}
.field-wrap label {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  pointer-events: none;
  transition: 0.3s ease;
}
.field-wrap .required {
  color: #d32f2f;
}

.password-field .toggle-password {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #666;
}

/* Hide label when input has value */
.field-wrap input.has-value + label {
  opacity: 0;
}

.password-field .toggle-password:focus {
  outline: none;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(1rem, 2.1vw, 1.1875rem);
  margin-bottom: 40px;
}
.checkbox input {
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.checkbox a {
  color: #000;
  text-decoration: underline;
}
.checkbox a:hover {
  text-decoration: none;
}
.checkbox.custom-checkbox {
  margin-bottom: 40px !important;
}
.checkbox.custom-checkbox .label-text {
  font-size: clamp(1rem, 2.1vw, 1.1875rem);
}

.product-section {
  padding: clamp(2.5rem, 6vw, 6.875rem) 0 clamp(3rem, 8vw, 8.75rem) clamp(1rem, 3vw, 2.5rem);
}
.product-section.best-sellers {
  padding-bottom: clamp(1rem, 4vw, 3.125rem);
}

.product-slider {
  width: 100%;
  overflow: hidden; /* must be hidden, not visible */
  position: relative;
}
.product-slider .swiper-wrapper {
  padding-bottom: 65px;
}
.product-slider .swiper-slide {
  flex-shrink: 0;
}
.product-slider .swiper-button-prev {
  width: 24px;
  left: 10px !important;
}
@media (min-width: 768px) {
  .product-slider .swiper-button-prev {
    left: 30px !important;
  }
}
.product-slider .swiper-button-next {
  width: 24px;
  right: 10px !important;
}
@media (min-width: 768px) {
  .product-slider .swiper-button-next {
    right: 30px !important;
  }
}

.product-card {
  width: 100%;
}
.product-card:hover .add-to-cart {
  opacity: 1;
  visibility: visible;
}
.product-card:hover .add-to-cart img {
  width: auto;
  height: auto;
}
.product-card:hover .image-wrap .demo-display {
  opacity: 1;
  visibility: visible;
}

.image-wrap {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #f5f5f3;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .image-wrap {
    height: 550px;
  }
}
@media (min-width: 1440px) {
  .image-wrap {
    height: 735px;
  }
}
.image-wrap .img-holder {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 20px 30px 25px;
}
@media (min-width: 768px) {
  .image-wrap .img-holder {
    padding: 30px 90px 35px;
  }
}
.image-wrap .img-holder img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-wrap .img-holder .demo-display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.image-wrap .img-holder .demo-display img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wishlist {
  position: absolute;
  top: 30px;
  right: 35px;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent;
}
.wishlist:hover {
  opacity: 0.7;
}
.wishlist .heart-icon path {
  fill: none;
  stroke: #000;
  stroke-width: 50;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.wishlist .heart-icon:hover path {
  fill: #000;
  stroke: #000;
}
.wishlist.active .heart-icon path {
  fill: #000;
  stroke: #000;
}

.add-to-cart {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}
.add-to-cart img {
  width: auto;
  height: auto;
}

.product-info {
  padding-top: 24px;
}
.product-info h4, .product-info .price {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  margin: 0px;
}
.product-info .price {
  padding-right: clamp(1.5rem, 2vw, 4.375rem);
  line-height: 1.4;
  white-space: nowrap;
}

.colors {
  gap: 15px;
}
.colors .color-option {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.colors .color-option img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.colors .color-option.selected {
  width: 22px;
  height: 22px;
}

/* Swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 26px;
  height: 50px;
  top: 40% !important;
}
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  display: none;
}

.swiper-button-prev {
  background: url("../images/prev_arrow.svg") no-repeat;
  background-size: 12px;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    background-size: contain;
  }
}

.swiper-button-next {
  background: url("../images/next_arrow.svg") no-repeat;
  background-size: 12px;
}
@media (min-width: 768px) {
  .swiper-button-next {
    background-size: contain;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-pagination.product-pagination.swiper-pagination-progressbar {
  left: 0;
  right: 1.5rem;
  top: auto;
  bottom: 0;
  margin: auto;
  width: auto;
  background: transparent;
  border-bottom: 1px solid #c4c4c4;
}
@media (min-width: 768px) {
  .swiper-pagination.product-pagination.swiper-pagination-progressbar {
    width: 765px;
    right: 0;
  }
}
.swiper-pagination.product-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000000;
  height: 3px;
}

.product-tab-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .product-tab-wrap {
    padding-bottom: 0;
  }
}

.nav-tabs {
  border-bottom: 1px solid #c4c4c4;
  flex-direction: row;
  flex-wrap: nowrap;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  padding: 0 30px 20px;
  color: #7f7f7f;
  font-size: 17px;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
}
.nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  border: 0;
  color: #000000;
}
.nav-tabs .nav-link:hover::after, .nav-tabs .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}
.nav-tabs.product-nav {
  border-bottom: 0;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .nav-tabs.product-nav {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.nav-tabs.product-nav .nav-item {
  flex: auto;
}
@media (min-width: 576px) {
  .nav-tabs.product-nav .nav-item {
    flex: none;
  }
}
.nav-tabs.product-nav .nav-link {
  border: 1px solid #000000;
  padding: 8px 16px;
  color: #000000;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 576px) {
  .nav-tabs.product-nav .nav-link {
    padding: 13px 25px;
    font-size: 15px;
  }
}
.nav-tabs.product-nav .nav-link::after {
  display: none;
}
.nav-tabs.product-nav .nav-link:hover, .nav-tabs.product-nav .nav-link.active {
  color: #ffffff;
  background-color: #000000;
}

.tab-content {
  padding-top: clamp(2.5rem, 5vw, 4.0625rem);
}

.product-header {
  padding: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .product-header {
    flex-direction: row;
    align-items: center;
    padding: clamp(1.25rem, 3vw, 1.875rem) clamp(1.75rem, 4.5vw, 2.8125rem);
  }
}
.product-header .breadcrumb {
  width: 100%;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .product-header .breadcrumb {
    width: auto;
    padding: 0;
    border-bottom: 0;
  }
}
.product-header .product-count-wrap {
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  padding: 1rem 1.5rem;
}
@media (min-width: 992px) {
  .product-header .product-count-wrap {
    width: auto;
    justify-content: flex-end;
    border-top: 0;
    padding: 0;
  }
}

.product-count {
  font-size: 20px;
}

.breadcrumb ul {
  gap: 5px;
}
.breadcrumb ul li {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.breadcrumb ul li a {
  font-weight: normal;
}
.breadcrumb.small ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb.small ul li a {
  color: rgba(0, 0, 0, 0.7);
}

.product-main-section {
  padding: clamp(1.25rem, 3vw, 1.875rem) clamp(1.75rem, 4.5vw, 2.8125rem);
}

.products-filter {
  width: 320px;
  height: 100vh;
  position: fixed;
  z-index: 3;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border: 0;
  background: #ffffff;
  margin: 0;
  left: -326px;
  top: 0;
  overflow-y: auto;
  padding-top: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (min-width: 1200px) {
  .products-filter {
    width: auto;
    height: auto;
    position: static;
    box-shadow: none;
    padding: 0;
    background: transparent;
    z-index: 1;
    overflow-y: visible;
  }
}
.products-filter.open-filter {
  left: 0;
  padding: 24px;
  padding-top: 50px;
}
.products-filter .close-btn {
  font-size: 24px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  z-index: 3;
}

.filter-panel {
  width: 272px;
}

#openFilters {
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 20px;
}
@media (min-width: 992px) {
  #openFilters {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  #openFilters {
    display: none;
  }
}

.filter-section {
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  background: #ffffff;
}

.filter-header {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
}
.filter-header .icon {
  font-size: 18px;
}

.filter-body {
  padding: 0px 20px 28px 40px;
}

.filter-section:not(.open) .filter-body {
  display: none;
}

.colors-options {
  gap: 10px;
}
.colors-options a.selected .color-option {
  border: 1px solid #000000;
}
.colors-options a.selected .color-option img {
  padding: 5px;
}

.clear-all {
  width: 100%;
  padding: 15px;
  background: #000000;
  color: #ffffff;
  border: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}

.custom-radio,
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-radio:not(:last-child),
.custom-checkbox:not(:last-child) {
  margin-bottom: 10px;
}

.custom-radio input,
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-mark {
  width: 20px;
  height: 20px;
  border: 1px solid #555555;
  border-radius: 50%;
  position: relative;
}

.custom-radio input:checked ~ .label-text {
  font-weight: 600;
}

.custom-radio input:checked + .radio-mark::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-mark {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #000;
  display: grid;
  place-items: center;
}
.checkbox-mark.white {
  border: 1px solid #fff;
}

.custom-checkbox input:checked ~ .checkbox-mark {
  background-color: #000000;
}

.custom-checkbox input:checked + .checkbox-mark::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

.product-lists-wrapper {
  padding-bottom: clamp(3rem, 6vw, 7.5rem);
}

.product-lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 576px) {
  .product-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .product-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-lists .product-card {
  margin-bottom: 40px;
}
.product-lists .product-card .image-wrap {
  height: 500px;
}
@media (min-width: 992px) {
  .product-lists .product-card .image-wrap {
    height: 400px;
  }
}
@media (min-width: 1300px) {
  .product-lists .product-card .image-wrap {
    height: 450px;
  }
}
@media (min-width: 1400px) {
  .product-lists .product-card .image-wrap {
    height: 550px;
  }
}
@media (min-width: 1440px) {
  .product-lists .product-card .image-wrap {
    height: 735px;
  }
}
.product-lists .product-card .product-info .price {
  padding-right: 30px;
}
.product-lists .product-card .product-info h4 {
  font-size: 18px;
}

.pagination {
  padding-top: 30px;
}
.pagination ul li a {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.pagination ul li a:hover, .pagination ul li a.active {
  color: #000000;
}
.pagination ul li a.prev-link, .pagination ul li a.next-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  letter-spacing: 3px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 576px) {
  .pagination ul li a.prev-link, .pagination ul li a.next-link {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.pagination ul li a.prev-link {
  padding-right: 30px;
}
@media (min-width: 576px) {
  .pagination ul li a.prev-link {
    padding-right: 80px;
  }
}
.pagination ul li a.prev-link img {
  transform: rotate(180deg);
}
.pagination ul li a.next-link {
  padding-left: 30px;
  align-items: flex-end;
}
@media (min-width: 576px) {
  .pagination ul li a.next-link {
    align-items: center;
    padding-left: 80px;
  }
}

.product-details-section {
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(1rem, 6vw, 5rem);
}
@media (min-width: 992px) {
  .product-details-section {
    flex-direction: row;
  }
}

.product-gallery {
  width: 100%;
}
@media (min-width: 992px) {
  .product-gallery {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .product-gallery {
    width: 700px;
  }
}
@media (min-width: 1400px) {
  .product-gallery {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  .product-gallery {
    width: 995px;
  }
}

.main-swiper {
  height: auto;
  width: 100%;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .main-swiper {
    height: 732px;
  }
}
@media (min-width: 1400px) {
  .main-swiper {
    height: 940px;
  }
}
.main-swiper .swiper-wrapper .swiper-slide {
  padding: clamp(3rem, 7vw, 6.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-swiper .swiper-button-prev, .main-swiper .swiper-button-next {
  top: 50% !important;
  width: 15px;
}
@media (min-width: 768px) {
  .main-swiper .swiper-button-prev, .main-swiper .swiper-button-next {
    width: 44px;
  }
}
.main-swiper .swiper-button-next {
  right: 10px !important;
}
@media (min-width: 1400px) {
  .main-swiper .swiper-button-next {
    right: 80px !important;
  }
}
.main-swiper .swiper-button-prev {
  left: 10px !important;
}
@media (min-width: 1400px) {
  .main-swiper .swiper-button-prev {
    left: 80px !important;
  }
}

.thumb-swiper {
  height: 120px;
  margin: 20px 1rem 0 !important;
}
@media (min-width: 576px) {
  .thumb-swiper {
    margin: 40px 2rem 0 !important;
    height: 150px;
  }
}
.thumb-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.thumb-swiper .swiper-slide {
  width: 150px !important;
  height: 100%;
  background-color: #f5f5f5;
  cursor: pointer;
}
.thumb-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-swiper .swiper-button-next,
.thumb-swiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 50%;
  top: 50% !important;
}
@media (min-width: 1600px) {
  .thumb-swiper .swiper-button-next,
  .thumb-swiper .swiper-button-prev {
    display: none;
  }
}
.thumb-swiper .swiper-button-next .swiper-navigation-icon,
.thumb-swiper .swiper-button-prev .swiper-navigation-icon {
  display: block;
  fill: #fff;
  color: #fff;
  width: 12px;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.products-details-right {
  padding: clamp(1.5rem, 6vw, 4.6875rem) clamp(1.25rem, 5vw, 4.0625rem) 0;
}
@media (min-width: 992px) {
  .products-details-right {
    min-width: calc(100% - 600px);
  }
}
@media (min-width: 1200px) {
  .products-details-right {
    min-width: calc(100% - 700px);
  }
}
@media (min-width: 1400px) {
  .products-details-right {
    min-width: calc(100% - 800px);
  }
}
@media (min-width: 1600px) {
  .products-details-right {
    min-width: calc(100% - 995px);
  }
}

.product-info {
  width: 100%;
}

.product-title {
  font-size: clamp(1.5rem, 3vw, 3.125rem);
  line-height: normal;
  color: #282828;
  padding: 15px 0;
}

.product-price {
  font-size: 16px;
  line-height: normal;
}
.product-price .from {
  font-size: 12px;
  letter-spacing: 1px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 24px 0;
}

/* Color options */
.choose-color {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .choose-color {
    flex-direction: row;
  }
}

.option-header .text-muted {
  color: rgba(0, 0, 0, 0.7);
}

.color-option input {
  display: none;
}
.color-option .swatch {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid transparent;
  cursor: pointer;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .color-option .swatch {
    width: 72px;
    height: 72px;
  }
}
.color-option .swatch img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.color-option input:checked + .swatch {
  outline-color: #000;
  outline-offset: 0px;
}
.color-option input:checked + .swatch img {
  width: 46px;
  height: 46px;
}
@media (min-width: 1200px) {
  .color-option input:checked + .swatch img {
    width: 56px;
    height: 56px;
  }
}

/* Quantity */
.quantity label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.quantity .form-select {
  width: 90px;
  padding: 6px 12px;
  border-radius: 0;
}

/* Accordion */
.accordion-flush {
  padding: 0;
  z-index: 0;
  position: relative;
}
.accordion-flush .accordion-item {
  border: 0;
}
.accordion-flush .accordion-item:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #ccc;
}
.accordion-flush .accordion-item .accordion-button {
  font-size: 19px;
  color: #000000;
  padding-left: 0;
}
.accordion-flush .accordion-item .accordion-button::after {
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #000000;
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 0 1rem 1rem 0;
}
@media (min-width: 576px) {
  .accordion-body {
    padding: 0 clamp(3rem, 7vw, 6.5625rem) clamp(1.25rem, 3vw, 2rem) 0;
  }
}
.accordion-body p {
  line-height: 25px;
  font-size: 16px;
}

.product-wrap {
  padding-left: clamp(1rem, 3vw, 2.5rem);
}

.partial-swiper .swiper-button-next {
  right: 10px !important;
  width: 15px;
}
@media (min-width: 576px) {
  .partial-swiper .swiper-button-next {
    right: 80px !important;
  }
}
@media (min-width: 768px) {
  .partial-swiper .swiper-button-next {
    width: 44px;
  }
}
.partial-swiper .swiper-button-prev {
  left: 10px !important;
  width: 15px;
}
@media (min-width: 576px) {
  .partial-swiper .swiper-button-prev {
    left: 80px !important;
  }
}
@media (min-width: 768px) {
  .partial-swiper .swiper-button-prev {
    width: 44px;
  }
}

.about-section {
  padding: clamp(3.5rem, 6vw, 7.5rem) clamp(0.75rem, 4vw, 1.5rem) clamp(2.5rem, 4vw, 10.625rem);
}

.about-wrap {
  padding: 25px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  flex-direction: column;
}
@media (min-width: 768px) {
  .about-wrap {
    flex-direction: row;
  }
}
.about-wrap .about-pic {
  width: 100%;
}
@media (min-width: 768px) {
  .about-wrap .about-pic {
    width: calc(100% - 510px);
  }
}
@media (min-width: 1200px) {
  .about-wrap .about-pic {
    width: calc(100% - 710px);
  }
}
.about-wrap .about-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-wrap .about-text-cont {
  padding: clamp(2.5rem, 6vw, 6.875rem) 0 0 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .about-wrap .about-text-cont {
    max-width: 510px;
    padding: clamp(2.5rem, 6vw, 6.875rem) clamp(1.25rem, 3.5vw, 2.1875rem) clamp(2rem, 6vw, 8.125rem) clamp(2.5rem, 4vw, 5.3125rem);
  }
}
@media (min-width: 1200px) {
  .about-wrap .about-text-cont {
    max-width: 710px;
  }
}
.about-wrap.alt .about-text-cont {
  padding: 0;
}
@media (min-width: 768px) {
  .about-wrap.alt .about-text-cont {
    padding: clamp(3.5rem, 8vw, 6.875rem) clamp(1.75rem, 5vw, 3.125rem) clamp(4rem, 9vw, 8.125rem);
  }
}

.welcome-section {
  padding: clamp(2.5rem, 9vw, 11.25rem) 0;
}

.big-pic-block img {
  width: 100%;
}

.faq-section {
  padding: clamp(2rem, 6vw, 8.125rem) 0;
}

.faq-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.faq-wrap .accordion-flush .accordion-item:first-child {
  border-top: 1px solid #ccc;
}
.faq-wrap .accordion-flush .accordion-item .accordion-button {
  padding: 1rem 0;
  font-size: clamp(1.375rem, 2.8vw, 1.75rem);
}
@media (min-width: 576px) {
  .faq-wrap .accordion-flush .accordion-item .accordion-button {
    padding: 2rem 0;
  }
}
.faq-wrap .accordion-flush .accordion-item .accordion-body {
  font-size: clamp(1rem, 2.2vw, 1.1875rem);
  line-height: 1.63;
  padding: 0 0px 20px 0;
}
@media (min-width: 768px) {
  .faq-wrap .accordion-flush .accordion-item .accordion-body {
    padding: 0 105px 32px 0;
  }
}

.load-more {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
}
.load-more::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.load-more:hover::after {
  display: none;
}

.terms-section {
  padding: clamp(2rem, 6vw, 6.25rem) 0;
}

.content-wrapper h3 {
  font-size: clamp(1.5rem, 3vw, 2.8125rem);
}
.content-wrapper h4 {
  font-size: clamp(1.2rem, 3vw, 1.875rem);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-wrapper h5 {
  font-size: clamp(1.15rem, 2.6vw, 1.5625rem);
  margin-bottom: 5px;
}
.content-wrapper p {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.45;
  margin-bottom: clamp(1.25rem, 3.5vw, 2.5rem);
}

.contact-main {
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .contact-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-left {
  padding: clamp(2rem, 6vw, 8.4375rem) clamp(2rem, 5vw, 10rem) clamp(2rem, 6vw, 8.4375rem) clamp(2.5rem, 7vw, 12.5rem);
}
.contact-left p {
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.13;
  margin-bottom: 0;
}

.contact-right {
  padding: clamp(2rem, 6vw, 8.4375rem) clamp(2rem, 4vw, 6.875rem);
}

.form-wrap {
  border: 1px solid #cccccc;
  padding: clamp(2rem, 4vw, 4.6875rem) clamp(2rem, 4.5vw, 5rem) clamp(2rem, 5vw, 5.3125rem);
  max-width: 822px;
}
.form-wrap p {
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  line-height: 1.5;
}
.form-wrap p a {
  color: #4e64d4;
  text-decoration: underline;
}
.form-wrap p a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .contact-info {
    max-width: 600px;
  }
}

.sngl-info {
  gap: 30px;
}
.sngl-info .info-icon {
  min-width: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2.5vw, 1.5625rem);
  padding-left: 0;
  border-right: 1px solid #000000;
}
@media (min-width: 768px) {
  .sngl-info .info-icon {
    min-width: 90px;
    width: 90px;
    padding: clamp(1rem, 2.5vw, 1.5625rem);
  }
}
.sngl-info p a {
  color: #000000;
  text-decoration: underline;
}
.sngl-info p a:hover {
  text-decoration: none;
  color: #000000;
}
.sngl-info:first-child .info-icon {
  padding-top: clamp(1rem, 3vw, 3.125rem);
}
.sngl-info:last-child .info-icon {
  padding-bottom: clamp(1rem, 3vw, 3.125rem);
}

.cont-footer {
  padding-top: clamp(1rem, 3vw, 2.5rem);
}
@media (min-width: 768px) {
  .cont-footer {
    padding-left: clamp(2rem, 4vw, 5.4375rem);
  }
}

.info-header {
  padding-bottom: clamp(1rem, 3vw, 2.5rem);
}
@media (min-width: 768px) {
  .info-header {
    padding-left: clamp(2rem, 4vw, 5.4375rem);
  }
}
.info-header h6 {
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  line-height: 2.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.info-header h1 {
  font-size: clamp(2rem, 3vw, 3.75rem);
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contact-form .input-wrap label {
  display: block;
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  margin-bottom: 5px;
}
.contact-form .input-wrap input, .contact-form .input-wrap textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 0;
  padding: clamp(0.625rem, 2vw, 0.875rem) clamp(0.75rem, 2.2vw, 1rem);
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  color: #000000;
}
.contact-form .input-wrap input::-moz-placeholder, .contact-form .input-wrap textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.contact-form .input-wrap input::placeholder, .contact-form .input-wrap textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.contact-form .input-wrap input:focus, .contact-form .input-wrap input:focus-visible, .contact-form .input-wrap textarea:focus, .contact-form .input-wrap textarea:focus-visible {
  box-shadow: none;
}
.contact-form .input-wrap textarea {
  height: 251px;
}
.contact-form .input-wrap textarea:focus-visible {
  box-shadow: none;
}
.contact-form .custom-checkbox {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .contact-form .custom-checkbox {
    margin-top: clamp(1.25rem, 3.5vw, 2.1875rem);
  }
}
.contact-form .custom-checkbox .label-text {
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  line-height: 1.5;
}

.woocommerce h2 {
  font-size: 32px;
}

.wc-block-cart__submit-button {
  background-color: #000000;
  color: #ffffff;
}
.wc-block-cart__submit-button:hover, .wc-block-cart__submit-button:focus {
  color: #ffffff;
}

.wp-block-woocommerce-cart-order-summary-block {
  background-color: #f8f8f8;
  padding: clamp(1.25rem, 3vw, 1.875rem) clamp(1rem, 2.8vw, 1.5rem);
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image span {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  text-transform: none;
}

.wc-block-cart-items__header-total span {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 500;
  text-transform: none;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
  width: 285px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-size: clamp(1.125rem, 2.4vw, 1.375rem);
}

.wc-block-components-product-price {
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
}

.wc-block-components-formatted-money-amount {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
}

.wc-block-components-product-details__color {
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
}

.wc-block-cart .wc-block-cart__totals-title {
  line-height: normal;
  padding: 0 16px 10px 0;
  text-transform: none;
  font-size: clamp(1.375rem, 2.9vw, 1.6875rem);
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f8f8f8;
  padding: clamp(1.25rem, 3vw, 1.875rem) clamp(1rem, 2.8vw, 1.5rem);
}
.woocommerce-MyAccount-navigation ul li a {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  display: flex;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: 0;
}

.wc-block-components-button:not(.is-link) {
  background-color: #000;
  color: #fff;
  border: 0;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: #000;
  color: #fff;
  font-weight: normal;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: #000;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #000;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0;
  margin: 2em auto;
  border-radius: 0px;
  max-width: 500px;
  background-color: #f9f9f9;
  padding: 30px;
}

.res {
  color: #f00;
  padding-bottom: 10px;
}

.woocommerce-ResetPassword.lost_reset_password {
  max-width: 600px;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 30px;
}
.woocommerce-ResetPassword.lost_reset_password .form-row-first, .woocommerce-ResetPassword.lost_reset_password .form-row-last {
  width: 100%;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address.col-1, .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address.col-2 {
  width: 100%;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address.col-1 {
  margin-bottom: 2rem;
}

.woocommerce-Address-title h2 {
  margin-bottom: 1rem;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: 0;
  border-radius: 0;
  background-color: #f8f8f8;
  padding: clamp(1.25rem, 3vw, 1.875rem) clamp(1rem, 2.8vw, 1.5rem);
}

/**********28-01-26 **********/
.cart-holder {
  justify-content: space-between !important;
  flex-direction: column !important;
  gap: 40px;
}
@media (min-width: 992px) {
  .cart-holder {
    flex-direction: row !important;
    gap: 90px;
  }
}
.cart-holder .cart-right {
  flex: 1;
}
.cart-holder .cart-left {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cart-holder .cart-left {
    min-width: 300px;
    max-width: 35%;
  }
}

.woocommerce table.shop_table.cart {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-cart-form h2 {
  margin-bottom: 1rem;
  font-size: var(--wp--preset--font-size--medium, 22px);
  font-weight: 500;
  line-height: 27px;
}

.woocommerce-cart table.cart td, .woocommerce table.cart td {
  vertical-align: top;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail {
  min-width: 170px;
  width: 100%;
  background: #f6f6f4 !important;
  padding-bottom: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .woocommerce-cart-form__cart-item.cart_item .product-thumbnail,
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail {
    display: flex;
    align-content: center;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .woocommerce-cart-form__cart-item.cart_item .product-thumbnail,
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart-form__cart-item.cart_item .product-thumbnail,
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail {
    min-width: 200px;
    width: 255px;
  }
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a,
.woocommerce-cart table.cart .product-thumbnail a,
.woocommerce table.cart .product-thumbnail a {
  display: flex;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img,
.woocommerce-cart table.cart .product-thumbnail img,
.woocommerce table.cart .product-thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img,
  .woocommerce-cart table.cart .product-thumbnail img,
  .woocommerce table.cart .product-thumbnail img {
    height: 235px;
  }
}

@media (min-width: 769px) {
  .product-name {
    max-width: 200px;
  }
}
.product-name a {
  font-size: clamp(1.125rem, 2.4vw, 1.375rem);
  color: #000;
}
.product-name a .colors .color-option {
  border: 1px solid #000;
  min-width: 33px;
}
.product-name a .colors .color-option img {
  width: 21px;
  height: 21px;
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-subtotal {
  text-align: right;
  padding-right: 0;
  font-size: clamp(1.125rem, 2.4vw, 1.375rem);
  color: #000;
}

.quantity button, .quantity input {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.quantity button {
  font-size: 18px;
}
.quantity .qty {
  width: 30px;
}

/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; /* Removes the default appearance */
  margin: 0; /* Removes the margin that might remain */
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield; /* Removes the spinner in Firefox */
}

.product-remove {
  padding: 0;
}
.product-remove a.remove {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  height: auto;
  width: auto;
  text-align: right;
  border-radius: 0;
  color: #000 !important;
  text-decoration: none;
  font-weight: normal;
  border: 0;
  text-decoration: underline;
}
.product-remove a.remove:hover {
  color: #000 !important;
  background: transparent;
  text-decoration: none;
}

.woocommerce-cart table.cart td.product-remove,
.woocommerce-cart table.cart td.product-quantity {
  vertical-align: middle;
}

.bottom-row {
  padding-top: 10px !important;
}
@media (min-width: 1200px) {
  .bottom-row {
    padding-top: 60px !important;
  }
}

.woocommerce-cart-form .woocommerce-cart-form__contents td.actions,
.woocommerce-page table.cart td.actions {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  background: #f6f6f4;
  padding: 35px 24px;
}

.cart_totals .shop_table tr th {
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  font-weight: normal;
}
.cart_totals .shop_table tr th:first-child {
  white-space: nowrap;
}
.cart_totals .shop_table tr th:last-child {
  text-align: right;
}
.cart_totals .shop_table tr.heading th {
  font-size: var(--wp--preset--font-size--medium, 22px);
  font-weight: 500;
  line-height: 27px;
  padding-bottom: 45px;
}

.woocommerce table.shop_table tbody th {
  font-weight: normal;
}

.cart-collaterals .cart_totals tr td {
  text-align: right;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
}

.wc-block-components-checkbox__label {
  font-size: 15px;
}
.wc-block-components-checkbox__label a {
  text-decoration: underline;
  font-weight: 700;
}
.wc-block-components-checkbox__label a:hover {
  text-decoration: none;
}

.helpcontainer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.helpcontainer p {
  margin-bottom: 0;
}
.helpcontainer p a {
  text-decoration: underline;
}
.helpcontainer p a:hover {
  text-decoration: none;
}
.helpcontainer .wp-block-image {
  display: flex;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.button.guest-checkout-button {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 15px 16px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.4s ease;
}
@media (min-width: 576px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .cart_totals .wc-proceed-to-checkout a.checkout-button,
  .woocommerce a.button.guest-checkout-button {
    letter-spacing: 3px;
    padding: 15px 20px;
    gap: 10px;
  }
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.cart_totals .wc-proceed-to-checkout a.checkout-button:focus,
.cart_totals .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce a.button.guest-checkout-button:hover,
.woocommerce a.button.guest-checkout-button:focus,
.woocommerce a.button.guest-checkout-button:active {
  opacity: 0.9;
  color: #fff;
  background-color: #000;
}

.woocommerce-shipping-totals.shipping p, .woocommerce-shipping-totals.shipping td {
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
}

.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
  display: none;
}

.woocommerce ul#shipping_method li {
  line-height: normal;
}
.woocommerce ul#shipping_method li label {
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}/*# sourceMappingURL=style.css.map */