@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Cormorant+Garamond:ital,wght@1,400;1,500;1,600;1,700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

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

.container {
  width: 100%;
  max-width: 1880px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page {
  margin: 0;
}

a {
  border-color: #000000;
  color: #000000;
  text-decoration: none;
  outline: none !important;
}

a {
  color: inherit;
}

a:hover {
  color: #449BA1;
}

body .site-content ol,
body .site-content ul {
  margin: 0px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Google Sans", sans-serif;
  list-style: none;
}
body .site-content ol li:not(:last-child),
body .site-content ul li:not(:last-child) {
  margin-bottom: 8px;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Google Sans", sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}

.half-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .half-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.half-padding-top {
  padding-top: 50px !important;
}
@media (max-width: 767px) {
  .half-padding-top {
    padding-bottom: 30px !important;
  }
}

.half-padding-bottom {
  padding-bottom: 50px !important;
}
@media (max-width: 767px) {
  .half-padding-bottom {
    padding-bottom: 30px !important;
  }
}

.full-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .full-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .full-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .full-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.full-padding-top {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .full-padding-top {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .full-padding-top {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .full-padding-top {
    padding-top: 30px;
  }
}

.full-padding-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .full-padding-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .full-padding-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .full-padding-bottom {
    padding-bottom: 30px;
  }
}

.top-padding-empty {
  padding-top: 0px;
}

.bottom-padding-empty {
  padding-top: 0px;
}

.margin-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .margin-bottom {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 30px;
  }
}

span.green {
  color: #449BA1;
}

body.wp-child-theme-storefront-child .col-full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container_ctm {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.title_black h2 {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0;
  color: #121212;
}
@media (max-width: 1023px) {
  .title_black h2 {
    font-size: 28px;
  }
}

.title_white h2 {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .title_white h2 {
    font-size: 28px;
  }
}

.subtitle_black span {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 16%;
  color: #121212;
  text-transform: uppercase;
}

.subtitle_white span {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 16%;
  color: #ffffff;
  text-transform: uppercase;
}

.text_center {
  text-align: center;
}

.site-main article {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.entry-header {
  padding-bottom: 40px !important;
}
@media (max-width: 1023px) {
  .entry-header {
    padding-bottom: 20px !important;
  }
}

body.wp-child-theme-storefront-child.left-sidebar .site-content .content-area {
  width: 100%;
  max-width: 100%;
  float: unset;
  margin: 0;
}

.backtotop_button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms;
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 46px;
  width: 46px;
  z-index: 1000;
  background-color: #000000;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1023px) {
  .backtotop_button {
    bottom: 30px;
    right: 20px;
    width: 38px;
    height: 38px;
  }
}
.backtotop_button:hover {
  background-color: #C8BFB7;
}

.backtotop_button img,
.backtotop_button svg {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 20px;
  width: 20px;
  height: 19px;
}
@media (max-width: 1023px) {
  .backtotop_button img,
  .backtotop_button svg {
    width: 16px;
    height: 15px;
  }
}

.backtotop_button.show {
  visibility: visible;
  opacity: 100;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

p {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0px;
  color: #000000;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

h1 {
  font-family: "Google Sans", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-family: "Google Sans", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: "Google Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "Google Sans", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Google Sans", sans-serif 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

header.site-header {
  background-color: #ffffff;
  padding: 0 !important;
  margin: 0 !important;
}
header.site-header::before {
  content: none;
}
header.site-header::after {
  content: none;
}
header.site-header .header_container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 1023px) {
  header.site-header .header_container {
    padding: 0 20px;
  }
}
header.site-header .col-full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
header.site-header .headerannouncement {
  padding: 9px 0;
  background-color: #C8BFB7;
}
header.site-header .headerannouncement .announcement_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 615px;
  margin: 0 auto;
}
header.site-header .headerannouncement .announcement_row .cc-announcement-swiper .swiper-slide {
  text-align: center;
  background-color: #C8BFB7;
}
header.site-header .headerannouncement .announcement_row .cc-announcement-swiper .swiper-slide .cc-announcement-text {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #053F43;
}
header.site-header .headerannouncement .announcement_row .announcement_arrow {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
header.site-header .header_top {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 310px 1fr;
  align-items: center;
  padding: 11px 0;
}
@media (max-width: 1299px) {
  header.site-header .header_top {
    grid-template-columns: 1fr 180px 1fr;
  }
}
@media (max-width: 1023px) {
  header.site-header .header_top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 12px 0;
  }
}
header.site-header .header_top .cc-utility-left {
  padding: 8px;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-left {
    padding: 0;
  }
  header.site-header .header_top .cc-utility-left .cc-utility-menu {
    display: none;
  }
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-left .handheld-navigation ul.menu li {
    width: 100%;
  }
  header.site-header .header_top .cc-utility-left .handheld-navigation ul.menu li .dropdown-toggle {
    padding: 0px;
    line-height: normal;
    top: 4px;
    right: 2px;
  }
}
header.site-header .header_top .cc-utility-left ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 8px;
}
header.site-header .header_top .cc-utility-left ul li {
  line-height: 0;
}
header.site-header .header_top .cc-utility-left ul li a {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  padding: 6px 0;
  transition: all 500ms;
  position: relative;
  display: inline-block;
}
header.site-header .header_top .cc-utility-left ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #449BA1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
  display: block;
}
header.site-header .header_top .cc-utility-left ul li a:hover {
  color: #449BA1;
}
header.site-header .header_top .cc-utility-left ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
header.site-header .header_top .cc-utility-left ul li.current-menu-item a {
  color: #449BA1;
}
header.site-header .header_top .cc-utility-left ul li.current-menu-item a::before {
  opacity: 1;
  visibility: visible;
}
header.site-header .header_top .cc-utility-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
header.site-header .header_top .cc-utility-center .site-branding {
  line-height: 0;
  margin: 0;
  width: 100%;
}
header.site-header .header_top .cc-utility-center .site-branding a {
  display: inline-block;
}
header.site-header .header_top .cc-utility-center .site-branding a img {
  max-width: 310px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1299px) {
  header.site-header .header_top .cc-utility-center .site-branding a img {
    max-width: 180px;
  }
}
header.site-header .header_top .cc-utility-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 8px;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 4px;
  }
}
header.site-header .header_top .cc-utility-right .cc-lang-dropdown {
  padding-right: 30px;
  margin-right: 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cc-lang-dropdown {
    padding-right: 8px;
    margin-right: 0;
  }
}
header.site-header .header_top .cc-utility-right .cc-lang-dropdown button.cc-lang-toggle {
  background-color: transparent;
  padding: 0;
  outline: none;
  box-shadow: none;
  border: none;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 4px 0;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cc-lang-dropdown button.cc-lang-toggle {
    font-size: 14px;
    gap: 2px;
  }
}
header.site-header .header_top .cc-utility-right .cc-lang-dropdown .cc-lang-menu {
  display: none;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper {
  display: flex;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper button.cc-search-trigger {
  background-color: transparent;
  padding: 0;
  outline: none;
  box-shadow: none;
  border: none;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cc-search-wrapper button.cc-search-trigger {
    font-size: 14px;
  }
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper button.cc-search-trigger svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cc-search-wrapper button.cc-search-trigger svg {
    width: 18px;
    height: 18px;
  }
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  background-color: rgba(200, 191, 183, 0);
  transition: background-color 0.4s ease;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup.search_open {
  background-color: rgba(200, 191, 183, 0.9);
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  height: 100%;
  background: rgba(68, 155, 161, 0.6509803922);
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner {
    padding: 20px;
  }
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box {
  padding: 100px 40px;
  background-color: transparent;
  border-radius: 16px;
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box {
    padding: 60px 15px;
  }
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box .cc-search-close {
  position: absolute;
  top: 15px;
  right: 3px;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffffff;
  outline: none;
  cursor: pointer;
  padding: 5px;
  transition: all 500ms;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box .cc-search-close {
    width: 36px;
    height: 36px;
    padding: 2px;
    top: -40px;
  }
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box .cc-search-close svg {
  width: 26px;
  height: 26px;
  display: block;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box .cc-search-close svg path {
  transition: all 500ms;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box .cc-search-close:hover {
  background-color: #449BA1;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box .cc-search-close:hover svg path {
  fill: #ffffff;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box form {
  border-bottom: 1px solid #000000;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box form .dgwt-wcas-sf-wrapp {
  background: transparent;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box form label {
  outline: none;
  border: none;
  width: calc(100% - 40px);
  margin-bottom: 5px;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box form label input {
  border: none;
  background-color: #ffffff;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding-left: 0;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box form input.search-submit {
  background-color: #449BA1;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 14px 20px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 500ms;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box form input.search-submit {
    padding: 12px 20px;
  }
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup .cc-search-popupinner .cc-search-box form input.search-submit:hover {
  background-color: #C8BFB7;
}
header.site-header .header_top .cc-utility-right .cc-search-wrapper .cc-search-popup.search_open .cc-search-popupinner .cc-search-box {
  opacity: 1;
  transform: translateY(0);
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper {
  display: flex;
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper a {
  display: flex;
  outline: none;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cc-account-wrapper a svg {
    width: 18px;
    height: 18px;
  }
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper .cc-accountparent {
  position: relative;
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper .cc-accountparent .cc-account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  height: auto;
  width: 230px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -100;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 300ms linear 150ms;
  padding: 20px 16px;
  border-radius: 8px;
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper .cc-accountparent .cc-account-menu.account_popup_active {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  transform: translateY(0);
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper .cc-accountparent .cc-account-menu li {
  line-height: 0;
  padding: 0;
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper .cc-accountparent .cc-account-menu li a {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  padding: 6px 0;
  transition: all 500ms;
  position: relative;
  display: inline-block;
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper .cc-accountparent .cc-account-menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #449BA1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
  display: block;
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper .cc-accountparent .cc-account-menu li a:hover {
  color: #449BA1;
}
header.site-header .header_top .cc-utility-right .cc-account-wrapper .cc-accountparent .cc-account-menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}
header.site-header .header_top .cc-utility-right .header-cart-icon {
  position: relative;
  outline: none;
  line-height: 0;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .header-cart-icon svg {
    width: 18px;
    height: 18px;
  }
}
header.site-header .header_top .cc-utility-right .header-cart-icon .cart-count {
  position: absolute;
  top: -10px;
  right: -8px;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Google Sans", sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: #449BA1;
  color: #ffffff;
}
header.site-header .header_top .cc-utility-right .cart-contents {
  display: flex;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
}
@media (max-width: 1023px) {
  header.site-header .header_top .cc-utility-right .cart-contents {
    font-size: 14px;
  }
}
header.site-header li.second-mob-menu {
  border-top: 1px solid #E5E5EA;
  padding-top: 20px;
  margin-top: 20px;
}
header.site-header .header_bottom {
  padding: 10px 0;
  border-top: 1px solid #E5E5EA;
}
@media (max-width: 1023px) {
  header.site-header .header_bottom {
    display: none;
  }
}
header.site-header .header_bottom .main-navigation {
  width: 100%;
  float: unset;
  margin: 0;
}
header.site-header .header_bottom .main-navigation::before {
  content: none;
}
header.site-header .header_bottom .main-navigation::after {
  content: none;
}
header.site-header .header_bottom .main-navigation ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 8px;
}
@media (max-width: 1600px) {
  header.site-header .header_bottom .main-navigation ul.menu {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 1440px) {
  header.site-header .header_bottom .main-navigation ul.menu {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 1299px) {
  header.site-header .header_bottom .main-navigation ul.menu {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
header.site-header .header_bottom .main-navigation ul.menu li {
  line-height: 0;
  margin: 0;
  padding: 0;
}
header.site-header .header_bottom .main-navigation ul.menu li a {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  padding: 8px 0;
  transition: all 500ms;
  position: relative;
  display: inline-block;
  background-color: transparent;
}
@media (max-width: 1600px) {
  header.site-header .header_bottom .main-navigation ul.menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1299px) {
  header.site-header .header_bottom .main-navigation ul.menu li a {
    font-size: 12px;
  }
}
header.site-header .header_bottom .main-navigation ul.menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #449BA1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
  display: block;
}
header.site-header .header_bottom .main-navigation ul.menu li a:hover {
  color: #449BA1;
}
header.site-header .header_bottom .main-navigation ul.menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}
header.site-header .header_bottom .main-navigation ul.menu li.current-menu-item a {
  color: #449BA1;
}
header.site-header .header_bottom .main-navigation ul.menu li.current-menu-item a::before {
  opacity: 1;
  visibility: visible;
}
header.site-header .header_bottom .main-navigation ul.menu .sub-menu {
  padding-top: 20px;
  padding-bottom: 15px;
  background: #fff;
  box-shadow: 0px 12px 8px 0px rgba(99, 99, 99, 0.0901960784);
}
header.site-header .header_bottom .main-navigation ul.menu .sub-menu li {
  padding: 0px 20px;
}
header.site-header .header_bottom .main-navigation ul.menu .sub-menu li a {
  padding: 10px 0px;
}
header.site-header .mobile_menu {
  display: none;
}
@media (max-width: 1023px) {
  header.site-header .mobile_menu {
    display: block;
  }
}
header.site-header {
  /* Override Storefront default menu toggle breakpoint: 767px → 1023px */
}
@media (max-width: 1023px) {
  header.site-header .mobile_menu .menu-toggle {
    display: block !important;
    padding: 5px;
    border: 0;
    outline: none;
    width: 18px;
    height: 18px;
  }
  header.site-header .mobile_menu button.menu-toggle::after,
  header.site-header .mobile_menu button.menu-toggle::before {
    left: 0;
  }
  header.site-header .mobile_menu button.menu-toggle span::before {
    transform: translateY(1px);
  }
  header.site-header .mobile_menu button.menu-toggle::after {
    transform: translateY(6px);
  }
  header.site-header .mobile_menu .main-navigation.toggled button.menu-toggle::after {
    transform: rotate(-45deg);
  }
  header.site-header .mobile_menu .handheld-navigation {
    display: block !important;
  }
  header.site-header .mobile_menu .main-navigation div.handheld-navigation {
    display: block !important;
    position: fixed;
    top: 95px;
    width: 100%;
    height: calc(100vh - 150px);
    overflow-x: hidden;
    z-index: 99;
    background: #ffffff;
    border-bottom: 1px solid #E5E5EA;
    border-top: 1px solid #E5E5EA;
    left: 0;
    padding: 14px 20px;
    opacity: 0;
    visibility: hidden;
  }
  header.site-header .mobile_menu .main-navigation.toggled div.handheld-navigation {
    opacity: 1;
    visibility: visible;
  }
  header.site-header .mobile_menu .main-navigation div.handheld-navigation ul {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-left: 0;
  }
  header.site-header .mobile_menu .main-navigation div.handheld-navigation ul.sub-menu {
    padding-left: 15px;
  }
  header.site-header .mobile_menu .primary-navigation ul {
    display: none !important;
  }
  header.site-header .mobile_menu .primary-navigation ul.toggled-on,
  header.site-header .mobile_menu .handheld-navigation ul.toggled-on {
    display: block !important;
  }
  header.site-header .mobile_menu .menu-toggle span {
    font-size: 0;
  }
  header.site-header .mobile_menu .main-navigation ul li a {
    padding: 8px 0;
  }
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  animation-name: stickySlideDown;
  animation-duration: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header.is-sticky .headerannouncement {
  display: none;
}

.site-header.is-sticky .mobile_menu .main-navigation div.handheld-navigation {
  top: 60px;
}

html.search_open,
body.search_open,
html.mobilemenu_open,
body.mobilemenu_open {
  overflow: hidden;
}

body.mobilemenu_open {
  position: relative;
}
body.mobilemenu_open::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}

footer.site-footer {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  footer.site-footer {
    padding-top: 30px;
  }
}
footer.site-footer .col-full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
footer.site-footer .cc-footer-top {
  max-width: 1480px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
footer.site-footer .cc-footer-top .cc-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  padding-bottom: 50px;
}
@media (max-width: 1299px) {
  footer.site-footer .cc-footer-top .cc-footer-grid {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 30px;
  }
}
@media (max-width: 1023px) {
  footer.site-footer .cc-footer-top .cc-footer-grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .cc-footer-top .cc-footer-grid {
    grid-template-columns: 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 30px;
  }
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col {
  position: relative;
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(18, 18, 18, 0.1019607843);
}
@media (max-width: 1299px) {
  footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col::before {
    right: 5px;
  }
}
@media (max-width: 1023px) {
  footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col::before {
    content: none;
  }
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col:last-child::before {
  content: none;
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col h4 {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  padding-bottom: 22px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col h4 {
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 52px;
  background-color: #449BA1;
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col .cc-footer-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col .cc-footer-menu li {
  padding: 8px 0;
}
@media (max-width: 1023px) {
  footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col .cc-footer-menu li {
    padding: 4px 0;
  }
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col .cc-footer-menu li a {
  padding-left: 22px;
  position: relative;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  text-decoration: none;
  transition: all 500ms;
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col .cc-footer-menu li a:hover {
  padding-left: 28px;
  color: #449BA1;
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col .cc-footer-menu li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-image: url("../images/footermenu_listicon.svg");
  background-size: contain;
  width: 6px;
  height: 11px;
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col.cc-footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  color: #121212;
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col.cc-footer-contact p {
    margin-bottom: 10px;
  }
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col.cc-footer-contact p:last-child {
  margin-bottom: 0;
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col.cc-footer-contact a {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  color: #121212;
  text-decoration: none;
  transition: all 500ms;
}
footer.site-footer .cc-footer-top .cc-footer-grid .cc-footer-col.cc-footer-contact a:hover {
  color: #449BA1;
}
footer.site-footer .cc-footer-middle {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1023px) {
  footer.site-footer .cc-footer-middle {
    padding: 20px 0;
  }
}
footer.site-footer .cc-footer-middle .cc-footer-middle-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  footer.site-footer .cc-footer-middle .cc-footer-middle-inner {
    flex-direction: column;
    justify-content: center;
  }
}
footer.site-footer .cc-footer-middle .cc-footer-middle-inner .cc-footer-logo a {
  line-height: 0;
  display: block;
}
footer.site-footer .cc-footer-middle .cc-footer-middle-inner .cc-footer-logo a img {
  max-width: 338px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 1023px) {
  footer.site-footer .cc-footer-middle .cc-footer-middle-inner .cc-footer-logo a img {
    max-width: 225px;
  }
}
footer.site-footer .cc-footer-middle .cc-footer-middle-inner .cc-footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer.site-footer .cc-footer-middle .cc-footer-middle-inner .cc-footer-social a {
  width: 40px;
  height: 38px;
  background-color: transparent;
  border: 1px solid #333333;
  transition: all 500ms;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
footer.site-footer .cc-footer-middle .cc-footer-middle-inner .cc-footer-social a:hover {
  background-color: #449BA1;
}
footer.site-footer .cc-footer-middle .cc-footer-middle-inner .cc-footer-social a:hover svg path {
  fill: #ffffff;
}
footer.site-footer .cc-footer-middle .cc-footer-middle-inner .cc-footer-social a span {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.site-footer .cc-footer-middle .cc-footer-middle-inner .cc-footer-social a span svg path {
  transition: all 500ms;
}
footer.site-footer .cc-footer-bottom {
  padding: 20px 0;
  background-color: #121212;
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner {
    flex-direction: column;
    justify-content: center;
  }
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-copy {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-copy {
    text-align: center;
  }
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-copy a {
  text-decoration: none;
  transition: all 500ms;
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-copy a:hover {
  color: #449BA1;
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-bottom-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-bottom-menu li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  line-height: 0;
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-bottom-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-bottom-menu li:last-child::before {
  content: none;
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-bottom-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.1019607843);
  right: 0;
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-bottom-menu li a {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #ffffff;
  transition: all 500ms;
  text-decoration: none;
}
footer.site-footer .cc-footer-bottom .cc-footer-bottom-inner .cc-footer-bottom-menu li a:hover {
  color: #449BA1;
}

body.single-product .category-breadcrumb {
  background-color: #F6F6F6;
}

.storefront-breadcrumb {
  background-color: transparent;
  max-width: 1920px;
  margin: 0 auto !important;
  width: 100%;
  padding: 0;
}
.storefront-breadcrumb .col-full {
  max-width: 1920px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  box-sizing: border-box !important;
}
@media (max-width: 1023px) {
  .storefront-breadcrumb .col-full {
    padding: 0 20px !important;
  }
}
.storefront-breadcrumb .woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 0;
  margin: 0 !important;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  color: #333333;
}
@media (max-width: 767px) {
  .storefront-breadcrumb .woocommerce-breadcrumb {
    padding: 12px 0;
    font-size: 12px;
  }
}
.storefront-breadcrumb .woocommerce-breadcrumb a {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  transition: color 300ms ease;
}
.storefront-breadcrumb .woocommerce-breadcrumb a::before {
  display: none !important;
  content: none !important;
}
.storefront-breadcrumb .woocommerce-breadcrumb a img,
.storefront-breadcrumb .woocommerce-breadcrumb a svg {
  display: none !important;
}
.storefront-breadcrumb .woocommerce-breadcrumb a:hover {
  color: #C8BFB7;
}
.storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
}
.storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator::after {
  content: "" !important;
  display: inline-block !important;
  font-family: none !important;
  width: 6px !important;
  height: 11px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.642578 0.641668L4.44591 4.445C4.89508 4.89417 4.89508 5.62917 4.44591 6.07833L0.642578 9.88167' stroke='%23333333' stroke-width='1.28333' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  font-size: 0 !important;
}

.inner-page-banner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.inner-page-banner .inner-banner-breadcrumb {
  background-color: #F6F6F6;
  min-height: 44px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
}
.inner-page-banner .inner-banner-wrap {
  position: relative;
  width: 100%;
  height: 316px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.inner-page-banner .inner-banner-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 21.41%, rgba(18, 18, 18, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
}
.inner-page-banner .inner-banner-wrap .container_ctm {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  max-width: 1920px;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .inner-page-banner .inner-banner-wrap .container_ctm {
    padding: 0 20px;
  }
}
.inner-page-banner .inner-banner-wrap .inner-banner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  width: 100%;
}
.inner-page-banner .inner-banner-wrap .inner-banner-title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (max-width: 1366px) {
  .inner-page-banner .inner-banner-wrap {
    height: 280px;
  }
  .inner-page-banner .inner-banner-wrap .inner-banner-title {
    font-size: 54px;
  }
}
@media (max-width: 1023px) {
  .inner-page-banner .inner-banner-wrap {
    height: 240px;
  }
  .inner-page-banner .inner-banner-wrap .container {
    padding: 0 24px;
  }
  .inner-page-banner .inner-banner-wrap .inner-banner-content {
    padding-bottom: 36px;
  }
  .inner-page-banner .inner-banner-wrap .inner-banner-title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .inner-page-banner .inner-banner-wrap {
    height: 210px;
  }
  .inner-page-banner .inner-banner-wrap .inner-banner-content {
    padding-bottom: 28px;
  }
  .inner-page-banner .inner-banner-wrap .inner-banner-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .inner-page-banner .inner-banner-wrap {
    height: 180px;
  }
  .inner-page-banner .inner-banner-wrap .container {
    padding: 0 20px;
  }
  .inner-page-banner .inner-banner-wrap .inner-banner-content {
    padding-bottom: 24px;
  }
  .inner-page-banner .inner-banner-wrap .inner-banner-title {
    font-size: 34px;
  }
}
@media (max-width: 479px) {
  .inner-page-banner .inner-banner-wrap {
    height: 160px;
  }
  .inner-page-banner .inner-banner-wrap .inner-banner-content {
    padding-bottom: 20px;
  }
  .inner-page-banner .inner-banner-wrap .inner-banner-title {
    font-size: 28px;
  }
}

.singleblog-banner .inner-banner-wrap {
  height: 420px;
}
.singleblog-banner .inner-banner-wrap::after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.45) 50%, rgba(18, 18, 18, 0.78) 100%);
}
.singleblog-banner .inner-banner-wrap .inner-banner-content {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px;
}
.singleblog-banner .inner-banner-meta {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 10px;
}
.singleblog-banner .inner-banner-category {
  display: inline-flex;
  align-items: center;
  background-color: #449BA1;
  color: #ffffff;
  font-family: "Google Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 14px;
  border-radius: 20px;
  line-height: 1;
}
.singleblog-banner .inner-banner-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.singleblog-banner .inner-banner-date::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #449BA1;
  border-radius: 2px;
  flex-shrink: 0;
}
.singleblog-banner .inner-banner-title {
  margin: 0;
}
@media (max-width: 1366px) {
  .singleblog-banner .inner-banner-wrap {
    height: 380px;
  }
}
@media (max-width: 1023px) {
  .singleblog-banner .inner-banner-wrap {
    height: 320px;
  }
  .singleblog-banner .inner-banner-content {
    padding-bottom: 36px;
    gap: 10px;
  }
  .singleblog-banner .inner-banner-date {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .singleblog-banner .inner-banner-wrap {
    height: 280px;
  }
  .singleblog-banner .inner-banner-content {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .singleblog-banner .inner-banner-wrap {
    height: 240px;
  }
  .singleblog-banner .inner-banner-content {
    padding-bottom: 22px;
    gap: 8px;
  }
  .singleblog-banner .inner-banner-category {
    font-size: 10px;
    padding: 4px 12px;
  }
  .singleblog-banner .inner-banner-date {
    font-size: 12px;
  }
  .singleblog-banner .inner-banner-date::before {
    width: 14px;
  }
}
@media (max-width: 479px) {
  .singleblog-banner .inner-banner-wrap {
    height: 200px;
  }
  .singleblog-banner .inner-banner-content {
    padding-bottom: 18px;
  }
}

.category-hero {
  width: 100%;
}
.category-hero__image {
  position: relative;
  width: 100%;
  height: 316px;
  overflow: hidden;
}
.category-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 21.41%, rgba(18, 18, 18, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
}
.category-hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.category-hero__image .container_ctm {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  max-width: 1920px;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .category-hero__image .container_ctm {
    padding: 0 20px;
  }
}
.category-hero__image .inner-banner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  width: 100%;
}
.category-hero__title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (max-width: 1366px) {
  .category-hero__image {
    height: 280px;
  }
  .category-hero__title {
    font-size: 54px;
  }
}
@media (max-width: 1023px) {
  .category-hero__image {
    height: 240px;
  }
  .category-hero__image .inner-banner-content {
    padding-bottom: 36px;
  }
  .category-hero__title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .category-hero__image {
    height: 210px;
  }
  .category-hero__image .inner-banner-content {
    padding-bottom: 28px;
  }
  .category-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .category-hero__image {
    height: 180px;
  }
  .category-hero__image .inner-banner-content {
    padding-bottom: 24px;
  }
  .category-hero__title {
    font-size: 34px;
  }
}
@media (max-width: 479px) {
  .category-hero__image {
    height: 160px;
  }
  .category-hero__image .inner-banner-content {
    padding-bottom: 20px;
  }
  .category-hero__title {
    font-size: 28px;
  }
}

.wc-block-grid__product {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px !important;
}
.wc-block-grid__product:hover .wc-block-grid__product-add-to-cart {
  opacity: 1;
  pointer-events: auto;
}
.wc-block-grid__product:hover .wc-block-grid__product-image img {
  transform: scale(1.04);
}

.wc-block-grid__product-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-decoration: none;
}
.wc-block-grid__product-link:hover {
  color: inherit;
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 12px;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 39px;
  background-image: url("../images/productcard_salelabel.svg") !important;
  background-size: contain !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 0 !important;
  padding: 0 15px 0 23px !important;
  text-align: center !important;
  border: none !important;
  margin: 0 !important;
}
.wc-block-grid__product-onsale span:not(.screen-reader-text) {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  text-transform: uppercase;
}
.wc-block-grid__product-onsale .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.wc-block-grid__product-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px !important;
}
.wc-block-grid__product-image img {
  width: 100%;
  aspect-ratio: 338/420;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}

.wc-block-grid__product-title {
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 120% !important;
  color: #121212 !important;
  text-align: left;
}
@media (max-width: 1023px) {
  .wc-block-grid__product-title {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .wc-block-grid__product-title {
    font-size: 16px !important;
  }
}

.wc-block-grid__product-price {
  font-family: "Google Sans", sans-serif;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 140%;
  color: #C8BFB7 !important;
  margin-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left;
}
@media (max-width: 1023px) {
  .wc-block-grid__product-price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wc-block-grid__product-price {
    font-size: 14px;
  }
}
.wc-block-grid__product-price del {
  opacity: 0.6;
  text-decoration: line-through;
}
.wc-block-grid__product-price del .woocommerce-Price-amount {
  color: #C8BFB7 !important;
}
.wc-block-grid__product-price ins {
  text-decoration: none;
}
.wc-block-grid__product-price ins .woocommerce-Price-amount {
  color: #C8BFB7 !important;
}

.wc-block-grid__product-add-to-cart {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 253px;
  height: 60px;
  bottom: 115px;
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 1023px) {
  .wc-block-grid__product-add-to-cart {
    width: 80%;
    bottom: 85px;
  }
}
@media (max-width: 767px) {
  .wc-block-grid__product-add-to-cart {
    width: 90%;
    height: 48px;
    bottom: 72px;
  }
}
.wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  background: #449BA1 !important;
  background-color: #449BA1 !important;
  color: #ffffff !important;
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 16px 20px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  transition: all 500ms !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .wc-block-grid__product-add-to-cart .wp-block-button__link,
  .wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button {
    font-size: 13px !important;
    padding: 12px 16px !important;
  }
}
.wc-block-grid__product-add-to-cart .wp-block-button__link:hover, .wc-block-grid__product-add-to-cart .wp-block-button__link:focus,
.wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button:hover,
.wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button:focus {
  background: #C8BFB7 !important;
  background-color: #C8BFB7 !important;
  color: #ffffff !important;
}

.content-area .site-main {
  margin-bottom: 0;
}

.category-layout-wrapper {
  padding: 80px 0 100px;
  background: #ffffff;
}
@media (max-width: 1023px) {
  .category-layout-wrapper {
    padding: 50px 0 70px;
  }
}
@media (max-width: 767px) {
  .category-layout-wrapper {
    padding: 30px 0 50px;
  }
}

.category_listingrow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1023px) {
  .category_listingrow {
    display: block;
  }
}

.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9998;
  opacity: 0;
  transition: opacity 350ms ease;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .sidebar-overlay {
    display: block;
    pointer-events: none;
  }
}

body.sidebar-open {
  overflow: hidden;
}
body.sidebar-open .sidebar-overlay {
  opacity: 1;
  pointer-events: all;
}

.category-sidebar {
  flex: 0 0 338px;
  width: 338px;
  padding-top: 65px;
}
.category-sidebar .sidebar-close-btn {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 28px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E5E5EA;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
.category-sidebar .sidebar-close-btn span {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
}
.category-sidebar .sidebar-close-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .category-sidebar {
    position: fixed;
    top: 0;
    left: -110%;
    width: 320px;
    max-width: 88vw;
    height: 100%;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    z-index: 9999;
    padding: 28px 20px 48px;
    box-shadow: 6px 0 32px rgba(0, 0, 0, 0.12);
    transition: left 350ms cubic-bezier(0.4, 0, 0.2, 1);
    flex: none;
    width: 320px;
    padding-top: 28px;
  }
  .category-sidebar .sidebar-close-btn {
    display: flex;
  }
}

@media (max-width: 1023px) {
  body.sidebar-open .category-sidebar {
    left: 0;
  }
}

.category-sidebar #secondary.widget-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.category-sidebar .widget.widget_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #E5E5EA;
  background: none;
}
.category-sidebar .widget.widget_text:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.category-sidebar .widget-title,
.category-sidebar span.gamma.widget-title {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #121212;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.category-sidebar .widget-title::after,
.category-sidebar span.gamma.widget-title::after {
  content: "" !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  width: 11px !important;
  height: 6px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.64086 4.78186L4.44419 0.978526C4.89336 0.529359 5.62836 0.529359 6.07753 0.978526L9.88086 4.78186' stroke='%23171717' stroke-width='1.28333' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  transform: rotate(0deg);
  transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1);
}

.category-sidebar .widget.widget_text.is-closed .widget-title::after,
.category-sidebar .widget.widget_text.is-closed span.gamma.widget-title::after {
  transform: rotate(180deg) !important;
}

.category-sidebar .textwidget {
  width: 100%;
  padding: 0;
  padding-top: 20px;
}

.category-sidebar .facetwp-type-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
.category-sidebar .facetwp-type-checkboxes .facetwp-overflow {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category-sidebar .facetwp-checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  cursor: pointer;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #555555;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.category-sidebar .facetwp-checkbox:hover {
  color: #121212;
}
.category-sidebar .facetwp-checkbox::before {
  content: "" !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
  align-self: flex-start !important;
  margin-top: 2px !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  border: 1px solid #999999 !important;
  border-radius: 2px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
  box-shadow: none !important;
  vertical-align: middle !important;
  transition: border-color 200ms ease, background-color 200ms ease;
}
.category-sidebar .facetwp-checkbox.checked::before {
  background-color: #449BA1 !important;
  border-color: #449BA1 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-size: 10px 8px !important;
}
.category-sidebar .facetwp-checkbox input[type=checkbox] {
  display: none !important;
}
.category-sidebar .facetwp-checkbox .facetwp-display-value {
  flex: none;
}
.category-sidebar .facetwp-checkbox .facetwp-counter {
  color: #449BA1;
  font-size: 14px;
  font-weight: 600;
  margin-left: -10px;
}

.category-sidebar a.facetwp-toggle {
  display: inline-block;
  margin-top: 4px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #449BA1;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.category-sidebar a.facetwp-toggle:hover {
  color: #053F43;
  text-decoration: underline;
}

.category-sidebar .facetwp-hidden {
  display: none !important;
}

.category-sidebar .facetwp-type-slider {
  width: 100%;
}
.category-sidebar .facetwp-type-slider .facetwp-slider-wrap {
  padding: 4px 0;
  width: 100%;
}
.category-sidebar .facetwp-type-slider .facetwp-slider.noUi-target {
  height: 12px;
  border: none !important;
  box-shadow: none !important;
  background: transparent;
  border-radius: 0;
  margin: 8px 0 12px;
  width: 100%;
}
.category-sidebar .facetwp-type-slider .facetwp-slider.noUi-target .noUi-connects {
  height: 4px;
  top: 4px;
  border-radius: 2px;
  overflow: hidden;
  background: #AFEBEF;
}
.category-sidebar .facetwp-type-slider .facetwp-slider.noUi-target .noUi-connect {
  background: #449BA1;
}
.category-sidebar .facetwp-type-slider .facetwp-slider.noUi-target .noUi-handle {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #449BA1;
  border: none;
  box-shadow: none;
  right: -6px;
  top: 0;
  cursor: grab;
}
.category-sidebar .facetwp-type-slider .facetwp-slider.noUi-target .noUi-handle:active {
  cursor: grabbing;
}
.category-sidebar .facetwp-type-slider .facetwp-slider.noUi-target .noUi-handle::before, .category-sidebar .facetwp-type-slider .facetwp-slider.noUi-target .noUi-handle::after {
  display: none;
}
.category-sidebar .facetwp-type-slider .facetwp-slider-label {
  display: block;
  margin-top: 10px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
}
.category-sidebar .facetwp-type-slider .facetwp-slider-reset {
  display: inline-block;
  margin-top: 8px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  color: #449BA1;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.category-sidebar .facetwp-type-slider .facetwp-slider-reset:hover {
  color: #053F43;
}

.category-main-content {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1023px) {
  .category-main-content {
    width: 100%;
  }
}
.category-main-content .woocommerce-products-header:empty {
  display: none;
}
.category-main-content .term-description {
  margin-bottom: 15px;
}

.shop-top-bar-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .shop-top-bar-wrapper {
    margin-bottom: 20px;
  }
}
.shop-top-bar-wrapper .storefront-sorting {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.shop-top-bar-wrapper .woocommerce-notices-wrapper {
  display: none !important;
}

.shop-top-bar {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .shop-top-bar {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .shop-top-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }
}

.shop-top-bar__per-page,
.shop-top-bar__ordering {
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
}
.shop-top-bar__per-page .facetwp-facet,
.shop-top-bar__ordering .facetwp-facet {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .shop-top-bar__per-page,
  .shop-top-bar__ordering {
    flex: 1 1 0%;
    min-width: 0;
  }
  .shop-top-bar__per-page .facetwp-facet,
  .shop-top-bar__per-page form.woocommerce-ordering,
  .shop-top-bar__ordering .facetwp-facet,
  .shop-top-bar__ordering form.woocommerce-ordering {
    width: 100% !important;
    min-width: 0 !important;
  }
}
@media (max-width: 639px) {
  .shop-top-bar__per-page,
  .shop-top-bar__ordering {
    flex: 0 0 100%;
    width: 100%;
  }
  .shop-top-bar__per-page .facetwp-facet,
  .shop-top-bar__per-page form.woocommerce-ordering,
  .shop-top-bar__ordering .facetwp-facet,
  .shop-top-bar__ordering form.woocommerce-ordering {
    width: 100% !important;
  }
}

.sidebar-filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  background: transparent;
  border: 1px solid #E5E5EA;
  outline: none;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  cursor: pointer;
  transition: border-color 200ms ease, color 200ms ease;
  border-radius: 0;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  flex-shrink: 0;
}
.sidebar-filter-toggle:hover, .sidebar-filter-toggle:focus, .sidebar-filter-toggle:active {
  outline: none;
  border-color: #449BA1;
  color: #449BA1;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .sidebar-filter-toggle {
    display: inline-flex;
    flex: 1 1 0%;
    min-width: 0;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .sidebar-filter-toggle {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
}

.shop-top-bar__per-page .facetwp-per-page-select,
.shop-top-bar__per-page select.orderby,
.shop-top-bar__ordering .facetwp-per-page-select,
.shop-top-bar__ordering select.orderby {
  border: 0 none !important;
  border-bottom: 1px solid #E5E5EA !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block;
  padding: 0 24px 10px 0 !important;
  margin: 0 !important;
  width: 240px;
  background-color: transparent !important;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #555555;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.64086 1.21814L4.44419 5.021474C4.89336 5.470641 5.62836 5.470641 6.07753 5.021474L9.88086 1.21814' stroke='%23171717' stroke-width='1.28333' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 bottom 16px !important;
  background-size: 11px 6px !important;
}
.shop-top-bar__per-page .facetwp-per-page-select:focus,
.shop-top-bar__per-page select.orderby:focus,
.shop-top-bar__ordering .facetwp-per-page-select:focus,
.shop-top-bar__ordering select.orderby:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom-color: #449BA1 !important;
}
@media (max-width: 1023px) {
  .shop-top-bar__per-page .facetwp-per-page-select,
  .shop-top-bar__per-page select.orderby,
  .shop-top-bar__ordering .facetwp-per-page-select,
  .shop-top-bar__ordering select.orderby {
    width: 100%;
    min-width: 0;
  }
}
.shop-top-bar__per-page form.woocommerce-ordering,
.shop-top-bar__ordering form.woocommerce-ordering {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.shop-top-bar__per-page input[name=paged],
.shop-top-bar__ordering input[name=paged] {
  display: none;
}

ul.products.columns-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  align-items: start !important;
  gap: 40px 30px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: both;
}
@media (max-width: 1366px) {
  ul.products.columns-3 {
    gap: 30px 24px !important;
  }
}
@media (max-width: 1299px) and (min-width: 1024px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px 24px !important;
  }
}
@media (max-width: 1023px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px 20px !important;
  }
}
@media (max-width: 991px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px 16px !important;
  }
}
@media (max-width: 567px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px 12px !important;
  }
}

.woocommerce ul.products li.product,
.category-main-content ul.products li.product {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.woocommerce ul.products li.product::before, .woocommerce ul.products li.product::after,
.category-main-content ul.products li.product::before,
.category-main-content ul.products li.product::after {
  display: none !important;
  content: none !important;
}

.category-main-content ul.products::after, .category-main-content ul.products::before {
  display: none !important;
  content: none !important;
}

@media (hover: hover) and (pointer: fine) {
  li.product:hover .woocommerce-LoopProduct-link img {
    transform: scale(1.03);
  }
  li.product:hover > a.button {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
li.product a.woocommerce-LoopProduct-link:hover {
  color: inherit;
}
li.product a.woocommerce-LoopProduct-link img {
  display: block !important;
  width: 100% !important;
  height: 415px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition: transform 600ms ease;
  margin: 0 !important;
  flex-shrink: 0;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  li.product a.woocommerce-LoopProduct-link img {
    height: 300px;
  }
}
li.product a.woocommerce-LoopProduct-link .product-item-image {
  overflow: hidden;
  margin-bottom: 14px;
}

h2.woocommerce-loop-product__title {
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 120% !important;
  color: #121212 !important;
  text-align: left;
  margin: 0 0 12px !important;
  padding: 0 !important;
  min-height: 62.4px !important;
}
@media (max-width: 1023px) {
  h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    min-height: 48px !important;
  }
}
@media (max-width: 767px) {
  h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    min-height: 38.4px !important;
    margin: 0 0 6px !important;
  }
}
@media (max-width: 567px) {
  h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    min-height: 50px !important;
  }
}

li.product .price {
  display: block;
  font-family: "Google Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 140% !important;
  color: #449BA1 !important;
  text-align: left;
  margin: 0 !important;
}
li.product .price del {
  opacity: 0.6;
  text-decoration: line-through;
}
li.product .price del .woocommerce-Price-amount {
  color: #449BA1 !important;
}
li.product .price ins {
  text-decoration: none;
}
li.product .price ins .woocommerce-Price-amount {
  color: #449BA1 !important;
}
@media (max-width: 767px) {
  li.product .price {
    font-size: 14px !important;
  }
}

.woocommerce ul.products li.product span.onsale,
.category-main-content li.product span.onsale {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
  bottom: auto !important;
  width: 109px !important;
  height: 39px !important;
  min-width: 0 !important;
  background-color: #C8BFB7 !important;
  background-image: none !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  margin: 0 !important;
  z-index: 2 !important;
  font-family: "Google Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #121212 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
@media (max-width: 991px) {
  .woocommerce ul.products li.product span.onsale,
  .category-main-content li.product span.onsale {
    width: 88px !important;
    height: 32px !important;
    font-size: 12px !important;
    padding: 8px !important;
    right: 10px !important;
    top: 10px !important;
  }
}

li.product > a.button {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: calc(100% - 40px) !important;
  height: auto !important;
  top: 350px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
  z-index: 5;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #449BA1 !important;
  background-color: #449BA1 !important;
  color: #ffffff !important;
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  padding: 16px 20px !important;
  margin: 0 !important;
  white-space: nowrap;
  transition: all 500ms !important;
}
li.product > a.button:hover, li.product > a.button:focus {
  background: #C8BFB7 !important;
  background-color: #C8BFB7 !important;
  color: #ffffff !important;
}
@media (hover: none), (max-width: 767px) {
  li.product > a.button {
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    padding: 12px 20px !important;
    margin-top: 10px !important;
    bottom: auto !important;
    font-size: 14px !important;
    top: auto !important;
  }
}

.shop-pagination-wrapper {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .shop-pagination-wrapper {
    margin-top: 40px;
  }
}
.shop-pagination-wrapper .storefront-sorting {
  float: none !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}
.shop-pagination-wrapper nav.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  flex-wrap: wrap;
  justify-content: center;
}
.shop-pagination-wrapper nav.woocommerce-pagination ul.page-numbers li {
  margin: 0 !important;
}
.shop-pagination-wrapper nav.woocommerce-pagination ul.page-numbers .page-numbers {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 8px;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121212;
  text-decoration: none;
  border: 1px solid #E5E5EA;
  background: #ffffff;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}
.shop-pagination-wrapper nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background: #449BA1;
  border-color: #449BA1;
  color: #ffffff;
}
.shop-pagination-wrapper nav.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background: #449BA1;
  border-color: #449BA1;
  color: #ffffff;
}
.shop-pagination-wrapper nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .shop-pagination-wrapper nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 18px;
}
@media (max-width: 767px) {
  .shop-pagination-wrapper nav.woocommerce-pagination ul.page-numbers .page-numbers {
    min-width: 38px;
    height: 38px;
    font-size: 14px;
  }
}
.shop-pagination-wrapper .facetwp-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 48px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  background: #449BA1;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.shop-pagination-wrapper .facetwp-load-more:hover {
  background: #053F43;
}
@media (max-width: 767px) {
  .shop-pagination-wrapper .facetwp-load-more {
    width: 100%;
    height: 48px;
    padding: 0 24px;
  }
}

.btn_primary {
  background-color: #449BA1;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 500ms;
  display: inline-flex;
}
@media (max-width: 767px) {
  .btn_primary {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.btn_primary:hover {
  background-color: #C8BFB7;
  color: #ffffff;
}

.btn_secondary {
  background-color: #C8BFB7;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #121212;
  text-transform: uppercase;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 500ms;
  display: inline-flex;
}
@media (max-width: 767px) {
  .btn_secondary {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.btn_secondary:hover {
  background-color: #449BA1;
  color: #ffffff;
}

.section-hero-banner {
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
}
.section-hero-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 325px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 21.41%, rgba(255, 255, 255, 0.6) 73.46%);
}
@media (max-width: 1023px) {
  .section-hero-banner::before {
    height: 425px;
  }
}
@media (max-width: 1299px) {
  .section-hero-banner {
    height: 550px;
  }
}
@media (max-width: 1023px) {
  .section-hero-banner {
    height: 500px;
  }
}
.section-hero-banner .section-inner {
  height: 100%;
  max-width: 1730px;
  margin: 0;
  padding: 30px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .section-hero-banner .section-inner {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .section-hero-banner .section-inner {
    padding: 20px 20px;
  }
}
.section-hero-banner .section-inner .section-content {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 567px) {
  .section-hero-banner .section-inner .section-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
}
.section-hero-banner .section-inner .section-content .section-logo {
  line-height: 0;
}
.section-hero-banner .section-inner .section-content .section-logo img {
  max-width: 488px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 1299px) {
  .section-hero-banner .section-inner .section-content .section-logo img {
    max-width: 320px;
  }
}
@media (max-width: 1023px) {
  .section-hero-banner .section-inner .section-content .section-logo img {
    max-width: 260px;
  }
}
.section-hero-banner .section-inner .section-content .section-subtitle {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .section-hero-banner .section-inner .section-content .section-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.section-hero-banner .section-inner .section-review {
  line-height: 0;
  margin-bottom: -10px;
}
@media (max-width: 1023px) {
  .section-hero-banner .section-inner .section-review {
    margin-bottom: 0;
  }
}
.section-hero-banner .section-inner .section-review img {
  max-width: 270px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 1299px) {
  .section-hero-banner .section-inner .section-review img {
    max-width: 160px;
  }
}
@media (max-width: 1023px) {
  .section-hero-banner .section-inner .section-review img {
    max-width: 130px;
  }
}

.section-ups {
  background-color: #449BA1;
  padding: 60px 0;
}
.section-ups .ups-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 20px;
}
@media (max-width: 1299px) {
  .section-ups .ups-inner {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 1023px) {
  .section-ups .ups-inner {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
    grid-template-columns: 1fr;
  }
}
.section-ups .ups-inner .ups-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1023px) {
  .section-ups .ups-inner .ups-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
.section-ups .ups-inner .ups-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1299px) {
  .section-ups .ups-inner .ups-item::before {
    right: -25px;
  }
}
@media (max-width: 1023px) {
  .section-ups .ups-inner .ups-item::before {
    right: unset;
    top: unset;
    bottom: -20px;
    left: 0;
    height: 1px;
    width: 100%;
  }
}
.section-ups .ups-inner .ups-item:last-child::before {
  content: none;
}
.section-ups .ups-inner .ups-item .ups-icon {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 40px;
}
.section-ups .ups-inner .ups-item .ups-icon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-ups .ups-inner .ups-item .ups-content {
  width: calc(100% - 68px);
  max-width: 325px;
}
@media (max-width: 1023px) {
  .section-ups .ups-inner .ups-item .ups-content {
    max-width: 400px;
    width: 100%;
  }
}
.section-ups .ups-inner .ups-item .ups-content .ups-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .section-ups .ups-inner .ups-item .ups-content .ups-title {
    font-size: 22px;
  }
}
.section-ups .ups-inner .ups-item .ups-content .ups-description {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  color: #ffffff;
}
.section-ups.icon-top {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .section-ups.icon-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .section-ups.icon-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-ups.icon-top .ups-inner {
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (max-width: 1440px) {
  .section-ups.icon-top .ups-inner {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 1299px) {
  .section-ups.icon-top .ups-inner {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 1023px) {
  .section-ups.icon-top .ups-inner {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 1023px) {
  .section-ups.icon-top .ups-inner {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 60px;
  }
}
.section-ups.icon-top .ups-item {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.section-ups.icon-top .ups-item::before {
  top: 0;
  right: -50px;
  height: 100%;
  width: 1px;
}
@media (max-width: 1440px) {
  .section-ups.icon-top .ups-item::before {
    right: -40px;
  }
}
@media (max-width: 1299px) {
  .section-ups.icon-top .ups-item::before {
    right: -30px;
  }
}
@media (max-width: 1023px) {
  .section-ups.icon-top .ups-item::before {
    right: -20px;
  }
}
@media (max-width: 1023px) {
  .section-ups.icon-top .ups-item::before {
    right: unset;
    top: unset;
    bottom: -30px;
    left: 0;
    height: 1px;
    width: 100%;
  }
}
.section-ups.icon-top .ups-item .ups-icon {
  gap: 20px;
}
.section-ups.icon-top .ups-item .ups-content {
  width: 100%;
  max-width: 100%;
}
.section-ups.icon-top .ups-item .ups-content .ups-title {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section-ups.icon-top .ups-item .ups-content .ups-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-ups.icon-top .ups-item .ups-content .ups-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.section-about-intro .about-intro-inner .subtitle_black {
  margin-bottom: 16px;
  line-height: 0;
}
.section-about-intro .about-intro-inner .title_black {
  margin-bottom: 16px;
  line-height: 0;
}
.section-about-intro .about-intro-inner .about-intro-description {
  color: #555555;
  max-width: 800px;
  margin: 0 auto;
}
.section-about-intro .about-intro-inner .about-intro-btn {
  margin-top: 30px;
  line-height: 0;
  text-align: center;
}

.promo-banners .promo-bannersinner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1023px) {
  .promo-banners .promo-bannersinner {
    grid-template-columns: 1fr;
  }
}
.promo-banners .promo-bannersinner .promo-banner-item {
  position: relative;
  overflow: hidden;
}
.promo-banners .promo-bannersinner .promo-banner-item .promo-banner-image {
  position: relative;
  padding-top: 62.41%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .promo-banners .promo-bannersinner .promo-banner-item .promo-banner-image {
    min-height: 450px;
  }
}
.promo-banners .promo-bannersinner .promo-banner-item .promo-banner-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  transition: all 1s;
}
.promo-banners .promo-bannersinner .promo-banner-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 203px;
  background-image: url("../images/banner_pattern_1.png");
  background-size: cover;
  background-position: top right;
  z-index: 1;
}
.promo-banners .promo-bannersinner .promo-banner-item:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner_pattern_2.png");
  background-size: cover;
  background-position: top right;
  z-index: 1;
}
.promo-banners .promo-bannersinner .promo-banner-item .promo-banner-content {
  position: absolute;
  padding: 40px;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 460px;
}
@media (max-width: 1299px) {
  .promo-banners .promo-bannersinner .promo-banner-item .promo-banner-content {
    padding: 20px;
    max-width: 300px;
  }
}
@media (max-width: 1023px) {
  .promo-banners .promo-bannersinner .promo-banner-item .promo-banner-content {
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .promo-banners .promo-bannersinner .promo-banner-item .promo-banner-content {
    max-width: 460px;
    top: unset;
    bottom: 0;
  }
}
.promo-banners .promo-bannersinner .promo-banner-item .promo-banner-content .promo-banner-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #121212;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .promo-banners .promo-bannersinner .promo-banner-item .promo-banner-content .promo-banner-title {
    font-size: 26px;
  }
}
.promo-banners .promo-bannersinner .promo-banner-item .promo-banner-content .promo-banner-description {
  color: #555555;
}
.promo-banners .promo-bannersinner .promo-banner-item .promo-banner-content .promo-banner-button {
  line-height: 0;
  margin-top: 20px;
}
.promo-banners .promo-bannersinner .promo-banner-item .promo-banner-badgemain {
  position: absolute;
  top: 24px;
  right: -15px;
  z-index: 2;
  transition: all 1s;
}
.promo-banners .promo-bannersinner .promo-banner-item .promo-banner-badgemain .promo-banner-badge {
  padding: 19px 33px;
  background-image: url("../images/label_shape.svg");
  background-size: cover;
  background-position: left bottom;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
}
.promo-banners .promo-bannersinner .promo-banner-item:hover .promo-banner-image img {
  scale: 1.15;
}
.promo-banners .promo-bannersinner .promo-banner-item:hover .promo-banner-badgemain {
  right: 0;
}
@media (max-width: 767px) {
  .promo-banners .promo-bannersinner .promo-banner-item::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

.category-slider-section {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 59%, #C8BFB7 41%);
}
.category-slider-section .container_ctm {
  max-width: 1520px;
}
.category-slider-section .category-slider-header {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .category-slider-section .category-slider-header {
    margin-bottom: 30px;
  }
}
.category-slider-section .category-slider-header .subtitle_black {
  margin-bottom: 16px;
  line-height: 0;
}
.category-slider-section .category-slider-header .title_black {
  margin-bottom: 16px;
  line-height: 0;
}
.category-slider-section .category-slider-header .category-description {
  color: #121212;
  max-width: 800px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 140%;
}
@media (max-width: 1023px) {
  .category-slider-section .category-slider-header .category-description {
    font-size: 16px;
    line-height: 120%;
  }
}
.category-slider-section .category-slider.swiper {
  padding: 0 20px 60px;
}
@media (max-width: 1023px) {
  .category-slider-section .category-slider.swiper {
    padding: 0 10px 30px;
  }
}
.category-slider-section .category-slider.swiper .swiper-button-prev {
  height: 44px;
  width: 44px;
  background-color: #ffffff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.category-slider-section .category-slider.swiper .swiper-button-prev::after {
  content: "";
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 15px;
  background-image: url("../images/category-slider-prev.svg");
  background-size: contain;
  z-index: 1;
}
.category-slider-section .category-slider.swiper .swiper-button-next {
  height: 44px;
  width: 44px;
  background-color: #ffffff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.category-slider-section .category-slider.swiper .swiper-button-next::after {
  content: "";
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 15px;
  background-image: url("../images/category-slider-next.svg");
  background-size: contain;
  z-index: 1;
}
.category-slider-section .category-slider.swiper .swiper-pagination {
  bottom: 0;
}
.category-slider-section .category-slider.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 0;
  transition: all 500ms;
  margin: 0 6px;
  opacity: 1;
}
.category-slider-section .category-slider.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #449BA1;
}
.category-slider-section .category-slider.swiper .category-card {
  position: relative;
  overflow: hidden;
}
.category-slider-section .category-slider.swiper .category-card::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 219px;
  z-index: 1;
}
.category-slider-section .category-slider.swiper .category-card .category-image {
  position: relative;
  padding-top: 142.43%;
  line-height: 0;
  overflow: hidden;
}
.category-slider-section .category-slider.swiper .category-card .category-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 800ms;
}
.category-slider-section .category-slider.swiper .category-card .category-content {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1023px) {
  .category-slider-section .category-slider.swiper .category-card .category-content {
    padding: 20px;
  }
}
.category-slider-section .category-slider.swiper .category-card .category-content h3 {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0;
  color: #121212;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .category-slider-section .category-slider.swiper .category-card .category-content h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.category-slider-section .category-slider.swiper .category-card .category-content p {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .category-slider-section .category-slider.swiper .category-card .category-content p {
    font-size: 14px;
    line-height: 120%;
  }
}
.category-slider-section .category-slider.swiper .category-card .category-btn {
  line-height: 0;
  padding: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 800ms;
  z-index: 2;
}
@media (max-width: 1023px) {
  .category-slider-section .category-slider.swiper .category-card .category-btn {
    padding: 20px;
  }
}
.category-slider-section .category-slider.swiper .category-card .category-btn a {
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.category-slider-section .category-slider.swiper .category-card:hover .category-image img {
  scale: 1.2;
}

.hero-image-cta {
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
@media (max-width: 1023px) {
  .hero-image-cta {
    min-height: 600px;
  }
}
.hero-image-cta .hero-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 500px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.66%, rgba(0, 0, 0, 0.85) 95.06%);
}
.hero-image-cta .hero-image-content {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 39.3% 58.5%;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .hero-image-cta .hero-image-content {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 15px;
  }
}
.hero-image-cta .hero-image-content .hero-description {
  line-height: 0;
}
.hero-image-cta .hero-image-content .hero-description p {
  color: #ffffff;
  line-height: 140%;
}
.hero-image-cta .hero-image-content .hero-cta-button {
  line-height: 0;
  margin-top: 20px;
}
.hero-image-cta .hero-image-content .hero-image-contentright .hero-description {
  line-height: normal;
}
.hero-image-cta .hero-image-content .hero-image-contentright .hero-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-image-cta .hero-image-content .hero-image-contentright .hero-description ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  margin: 0;
}
.hero-image-cta .hero-image-content .hero-image-contentright .hero-description ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  min-width: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .hero-image-cta .hero-image-content .hero-image-contentright .hero-description ul li {
    font-size: 14px;
  }
}
.hero-image-cta .hero-image-content .hero-subtitle {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  letter-spacing: 16%;
  text-transform: uppercase;
}
.hero-image-cta .hero-image-content .title_white {
  line-height: 0;
  margin-top: 16px;
}

body.archive.woocommerce-page .hero-image-cta .hero-image-content {
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  body.archive.woocommerce-page .hero-image-cta .hero-image-content {
    grid-template-columns: 1fr;
  }
}
body.archive.woocommerce-page .hero-image-cta .hero-image-content .hero-description {
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
}

.story-section .subtitle_black {
  margin-bottom: 16px;
  line-height: 0;
}
.story-section .story-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .story-section .story-grid {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .story-section .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .story-section .story-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.story-section .story-grid .story-item .story-image {
  position: relative;
  padding-top: 136.5%;
  overflow: hidden;
}
.story-section .story-grid .story-item .story-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 800ms;
}
.story-section .story-grid .story-item .story-content {
  margin-top: 16px;
}
.story-section .story-grid .story-item .story-content .story-item-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0;
  color: #121212;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .story-section .story-grid .story-item .story-content .story-item-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.story-section .story-grid .story-item .story-content .story-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  color: #449BA1;
  transition: all 800ms;
  text-transform: uppercase;
}
.story-section .story-grid .story-item .story-content .story-link svg {
  transition: all 800ms;
}
.story-section .story-grid .story-item .story-content .story-link svg path {
  transition: all 800ms;
}
.story-section .story-grid .story-item .story-content .story-link:hover {
  color: #C8BFB7;
}
.story-section .story-grid .story-item .story-content .story-link:hover svg {
  margin-left: 8px;
}
.story-section .story-grid .story-item .story-content .story-link:hover svg path {
  fill: #C8BFB7;
}
@media (max-width: 1023px) {
  .story-section .story-grid .story-item .story-content .story-link {
    font-size: 14px;
    line-height: 120%;
  }
}
.story-section .story-grid .story-item:hover .story-image img {
  scale: 1.2;
}
.story-section .story-grid .story-item:hover .story-link {
  color: #C8BFB7;
}
.story-section .story-grid .story-item:hover .story-link svg {
  margin-left: 8px;
}
.story-section .story-grid .story-item:hover .story-link svg path {
  fill: #C8BFB7;
}

.newsletter-section {
  padding: 50px 0;
  background-color: #449BA1;
}
.newsletter-section .newsletter_inner {
  max-width: 840px;
  margin: 0 auto;
}
.newsletter-section .newsletter_inner .title_white {
  margin-bottom: 20px;
  line-height: 0;
}
.newsletter-section .newsletter_inner .newsletter-description {
  color: #ffffff;
  line-height: 140%;
  text-align: center;
}
.newsletter-section .newsletter_inner .newsletter-form {
  margin-top: 40px;
}
.newsletter-section .newsletter_inner .newsletter-form .mc4wp-form {
  max-width: 670px;
  margin: 0 auto;
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row input[type=email] {
  width: 500px;
  height: 50px;
  max-width: 100%;
  flex: 1;
  padding: 16px 20px;
  font-size: 16px;
  border: none;
  outline: none;
  background: #ffffff;
  border-radius: 0;
  color: #121212;
  border: 1px solid #CCCCCC;
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row input[type=email]::-moz-placeholder {
  color: #121212;
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row input[type=email]::placeholder {
  color: #121212;
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row input[type=submit] {
  font-family: "Google Sans", sans-serif;
  width: 154px;
  height: 50px;
  flex-shrink: 0;
  padding: 16px 20px;
  background: #121212;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
  transition: all 500ms;
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row input[type=submit]:hover {
  background-color: #C8BFB7;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row input[type=email] {
    width: auto;
    flex: 1;
  }
  .newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row input[type=submit] {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row {
    flex-direction: column;
    gap: 10px;
  }
  .newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row input[type=email] {
    width: 100%;
  }
  .newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .mc-field-group-row input[type=submit] {
    width: 100%;
  }
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .gdpr-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .gdpr-row input[type=checkbox] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #121212;
  border: 1px solid #4DB5E4;
  outline: none;
}
.newsletter-section .newsletter_inner .newsletter-form .cottoncounts-subscribe-wrapper .gdpr-row label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 140%;
  font-weight: 400;
  cursor: pointer;
}

.woocommerce-cart h1.entry-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #121212;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .woocommerce-cart h1.entry-title {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.woocommerce-cart p.return-to-shop {
  margin-bottom: 48px;
}
.woocommerce-cart p.return-to-shop a.button.wc-backward {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #449BA1;
  text-decoration: none;
  border: 1.5px solid #449BA1;
  border-radius: 3px;
  padding: 10px 20px;
  background-color: transparent;
  transition: background-color 300ms ease, color 300ms ease;
  line-height: 1;
}
.woocommerce-cart p.return-to-shop a.button.wc-backward::before {
  content: "←";
  font-size: 16px;
  line-height: 1;
}
.woocommerce-cart p.return-to-shop a.button.wc-backward:hover {
  background-color: #449BA1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .woocommerce-cart p.return-to-shop a.button.wc-backward {
    font-size: 12px;
    padding: 9px 16px;
  }
}
.woocommerce-cart .shop_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #C8BFB7;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce-cart .shop_table thead tr {
  background-color: #E5E5EA;
}
.woocommerce-cart .shop_table thead tr th {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #121212;
  padding: 14px 16px;
  border-bottom: 1px solid #C8BFB7;
  text-align: left;
}
.woocommerce-cart .shop_table thead tr th.product-remove {
  width: 2%;
  white-space: nowrap;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .woocommerce-cart .shop_table thead tr th.product-remove {
    width: 3%;
  }
}
.woocommerce-cart .shop_table thead tr th.product-thumbnail {
  width: 12%;
}
.woocommerce-cart .shop_table thead tr th.product-name {
  width: 35%;
}
.woocommerce-cart .shop_table thead tr th.product-price {
  width: 15%;
}
.woocommerce-cart .shop_table thead tr th.product-quantity {
  width: 15%;
}
.woocommerce-cart .shop_table thead tr th.product-subtotal {
  width: 15%;
}
@media (max-width: 991px) {
  .woocommerce-cart .shop_table thead tr th.product-subtotal {
    width: 20%;
  }
}
.woocommerce-cart .shop_table thead tr th.product-price, .woocommerce-cart .shop_table thead tr th.product-quantity, .woocommerce-cart .shop_table thead tr th.product-subtotal {
  text-align: right;
}
.woocommerce-cart .shop_table tbody td {
  padding: 18px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #E5E5EA;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  color: #333333;
}
.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 40px;
}
.woocommerce-cart .woocommerce-cart-form tr.woocommerce-cart-form__cart-item {
  transition: background-color 200ms ease;
}
.woocommerce-cart .woocommerce-cart-form tr.woocommerce-cart-form__cart-item:last-of-type td {
  border-bottom: none;
}
.woocommerce-cart .woocommerce-cart-form td.product-remove {
  text-align: center;
  width: 2%;
  white-space: nowrap;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form td.product-remove {
    width: 3%;
  }
}
.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  color: #555555;
  font-size: 20px;
  line-height: normal;
  overflow: visible;
  border: none;
  color: #555555;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: border-color 250ms ease, color 250ms ease, background-color 250ms ease;
}
.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove:hover {
  border-color: #449BA1;
  background-color: transparent;
  color: #449BA1;
}
.woocommerce-cart .woocommerce-cart-form td.product-thumbnail {
  width: 12%;
}
.woocommerce-cart .woocommerce-cart-form td.product-thumbnail img {
  display: block;
  width: 110px;
  max-width: 110px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  margin-left: 0;
  border: 1px solid #E5E5EA;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form td.product-thumbnail img {
    width: 90px;
    max-width: 100%;
    height: auto;
  }
}
.woocommerce-cart .woocommerce-cart-form td.product-name a {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #121212;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
.woocommerce-cart .woocommerce-cart-form td.product-name a:hover {
  color: #449BA1;
}
.woocommerce-cart .woocommerce-cart-form td.product-name dl.variation {
  margin: 8px 0 0;
  font-size: 12px;
  color: #555555;
}
.woocommerce-cart .woocommerce-cart-form td.product-name dl.variation dt, .woocommerce-cart .woocommerce-cart-form td.product-name dl.variation dd {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: "Google Sans", sans-serif;
}
.woocommerce-cart .woocommerce-cart-form td.product-name dl.variation dt {
  font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form td.product-name dl.variation dt::before {
  content: "";
  display: block;
}
.woocommerce-cart .woocommerce-cart-form td.product-name dl.variation dd {
  margin-left: 4px;
}
.woocommerce-cart .woocommerce-cart-form td.product-name dl.variation dd p {
  display: inline;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form td.product-name dl.variation dd::after {
  content: "";
  display: block;
}
.woocommerce-cart .woocommerce-cart-form td.product-price,
.woocommerce-cart .woocommerce-cart-form td.product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce-cart-form td.product-price::after,
.woocommerce-cart .woocommerce-cart-form td.product-subtotal::after {
  content: none !important;
}
.woocommerce-cart .woocommerce-cart-form td.product-price .woocommerce-Price-amount,
.woocommerce-cart .woocommerce-cart-form td.product-subtotal .woocommerce-Price-amount {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #121212;
}
.woocommerce-cart .woocommerce-cart-form td.product-subtotal .woocommerce-Price-amount {
  color: #053F43;
}
.woocommerce-cart .woocommerce-cart-form td.product-quantity {
  text-align: right;
}
.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity {
  display: inline-flex;
  align-items: center;
}
.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity button.plus,
.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity button.minus {
  display: none !important;
}
.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.qty {
  width: 64px;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  color: #121212;
  border: 1px solid #C8BFB7;
  border-radius: 3px;
  background-color: #ffffff;
  outline: none;
  transition: border-color 250ms ease;
  padding-right: 4px;
}
.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.qty::-webkit-outer-spin-button, .woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button;
  opacity: 1;
  cursor: pointer;
}
.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.qty:focus {
  border-color: #449BA1;
}
.woocommerce-cart .woocommerce-cart-form td.actions {
  padding: 20px 16px;
  background-color: #ffffff;
  border-top: 1px solid #E5E5EA;
  border-bottom: none;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
}
.woocommerce-cart .woocommerce-cart-form td.actions input[type=hidden] {
  display: none !important;
}
.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code {
  flex: 0 0 220px;
  height: 42px;
  padding: 0 14px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  color: #121212;
  border: 1px solid #C8BFB7;
  border-radius: 3px;
  background-color: #ffffff;
  outline: none;
  transition: border-color 250ms ease;
}
.woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code::-moz-placeholder {
  color: #555555;
}
.woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code::placeholder {
  color: #555555;
}
.woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code:focus {
  border-color: #449BA1;
}
@media (max-width: 567px) {
  .woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code {
    flex: 1 1 100%;
  }
}
.woocommerce-cart .woocommerce-cart-form td.actions .coupon button[name=apply_coupon] {
  height: 42px;
  padding: 0 20px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #449BA1;
  border: 1.5px solid #449BA1;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 300ms ease, border-color 300ms ease;
  white-space: nowrap;
}
.woocommerce-cart .woocommerce-cart-form td.actions .coupon button[name=apply_coupon]:hover {
  background-color: #053F43;
  border-color: #053F43;
}
.woocommerce-cart .woocommerce-cart-form td.actions button[name=update_cart] {
  margin-left: auto;
  flex-shrink: 0;
  height: 42px;
  padding: 0 20px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #555555;
  background-color: #ffffff;
  border: 1.5px solid #C8BFB7;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color 300ms ease, color 300ms ease;
}
.woocommerce-cart .woocommerce-cart-form td.actions button[name=update_cart]:not(:disabled):hover {
  border-color: #449BA1;
  color: #449BA1;
}
.woocommerce-cart .woocommerce-cart-form td.actions button[name=update_cart]:disabled {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form td.actions {
    flex-direction: column;
    align-items: stretch;
  }
  .woocommerce-cart .woocommerce-cart-form td.actions .coupon {
    flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code {
    flex: 1 1 100%;
  }
  .woocommerce-cart .woocommerce-cart-form td.actions .coupon button[name=apply_coupon] {
    flex: 1 1 100%;
  }
  .woocommerce-cart .woocommerce-cart-form td.actions button[name=update_cart] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form thead {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form tr.cart_item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5EA;
  }
  .woocommerce-cart .woocommerce-cart-form td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    padding: 8px 16px;
    border: none;
    text-align: right;
    box-sizing: border-box;
  }
  .woocommerce-cart .woocommerce-cart-form td::before {
    content: attr(data-title);
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #121212;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-remove {
    justify-content: flex-start;
    padding-bottom: 4px;
    border-bottom: none !important;
    border-top: 0 !important;
    height: 30px;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-remove::before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-remove a.remove {
    right: unset;
    left: 10px;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-thumbnail {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-thumbnail img {
    width: 80px;
    max-width: 80px;
    height: 96px;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-name {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E5E5EA;
    gap: 4px;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-name::before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-price {
    padding-top: 10px;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-subtotal {
    padding-bottom: 10px;
  }
  .woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity {
    margin-left: auto;
  }
}
.woocommerce-cart .cart-collaterals {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.woocommerce-cart .cart-collaterals::before, .woocommerce-cart .cart-collaterals::after {
  display: none !important;
  content: none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  max-width: 480px;
  align-self: flex-end;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #121212;
  margin-bottom: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #C8BFB7;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  padding: 16px 20px;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  color: #121212;
  vertical-align: middle;
  background-color: #ffffff;
  border-bottom: 1px solid #E5E5EA;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th {
  font-weight: 600;
  width: 50%;
  text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-Price-amount {
  font-weight: 500;
  color: #121212;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total td {
  border-bottom: none;
  background-color: #E5E5EA;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total td .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
  color: #053F43;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #053F43;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 300ms ease;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #449BA1;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .cross-sells {
  width: 100%;
  order: 2;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cross-sells {
    padding-bottom: 24px;
  }
}
.woocommerce-cart .cart-collaterals .cross-sells h2 {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #121212;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cross-sells h2 {
    font-size: 24px;
  }
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products::before, .woocommerce-cart .cart-collaterals .cross-sells ul.products::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 1023px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .star-rating {
  display: none;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.woocommerce-LoopProduct-link .product-item-image {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.woocommerce-LoopProduct-link .product-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.woocommerce-LoopProduct-link:hover .product-item-image img {
  transform: scale(1.04);
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  margin: 12px 14px 4px;
  line-height: 1.4;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.woocommerce-LoopProduct-link .price {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #053F43;
  margin: 0 14px 14px;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
  color: inherit;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.button {
  display: block;
  margin: 0 14px 14px;
  padding: 9px 14px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #449BA1;
  border: 1.5px solid #449BA1;
  border-radius: 3px;
  transition: background-color 300ms ease, border-color 300ms ease;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.button:hover {
  background-color: #053F43;
  border-color: #053F43;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  order: 1;
}
@media (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 100%;
    align-self: stretch;
  }
}
.woocommerce-cart .woocommerce-info, .woocommerce-cart .woocommerce-noreviews, .woocommerce-cart p.no-comments {
  background-color: #449BA1;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
  margin-bottom: 20px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0;
  color: #121212;
}
@media (max-width: 1023px) {
  .wp-block-woocommerce-empty-cart-block .wp-block-heading {
    font-size: 28px;
  }
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
  font-size: inherit !important;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background-color: #449BA1 !important;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 500ms !important;
  display: inline-flex;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .wc-block-cart__submit-button,
  .wc-block-components-checkout-place-order-button {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background-color: #C8BFB7 !important;
  color: #ffffff !important;
}

.woocommerce-checkout h1.entry-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #121212;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .woocommerce-checkout h1.entry-title {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce .checkout_coupon,
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(68, 155, 161, 0.06) !important;
  border: 1px solid rgba(68, 155, 161, 0.2);
  border-left: 4px solid #449BA1;
  border-radius: 4px;
  padding: 14px 20px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none !important;
  content: none !important;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  color: #449BA1;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 250ms ease;
  white-space: nowrap;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
  color: #053F43;
}
.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 48px;
       column-gap: 48px;
  align-items: start;
}
.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout::before, .woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 1023px) {
  .woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr !important;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout #customer_details {
  grid-column: 1;
  grid-row: 1;
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
}
.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1;
  }
}
.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout .cc-checkout-order-panel {
  grid-column: 2;
  grid-row: 1;
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
  position: sticky;
  top: 24px;
  align-self: start;
  box-sizing: border-box;
}
.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout .cc-checkout-order-panel h3#order_review_heading,
.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout .cc-checkout-order-panel #order_review {
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout .cc-checkout-order-panel h3#order_review_heading {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #121212;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5EA;
}
@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout .cc-checkout-order-panel {
    grid-column: 1;
    grid-row: 2;
    position: static;
    margin-top: 36px;
    margin-bottom: 48px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background-color: #449BA1;
  border-left: 3px solid #449BA1;
  border-radius: 3px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  list-style: none;
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  color: #449BA1;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
  color: #053F43;
}
.woocommerce-checkout .woocommerce .checkout_coupon {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 18px 20px;
  background-color: #E5E5EA;
  border-radius: 4px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .checkout_coupon .form-row {
  margin: 0;
  flex: 1;
}
.woocommerce-checkout .woocommerce .checkout_coupon .form-row input.input-text {
  width: 100%;
}
.woocommerce-checkout .woocommerce .checkout_coupon .form-row .button {
  height: 44px;
  padding: 0 24px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #449BA1;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 300ms ease;
}
.woocommerce-checkout .woocommerce .checkout_coupon .form-row .button:hover {
  background-color: #053F43;
}
.woocommerce-checkout .woocommerce input.input-text,
.woocommerce-checkout .woocommerce textarea.input-text,
.woocommerce-checkout .woocommerce select.country_select,
.woocommerce-checkout .woocommerce select.state_select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  color: #121212;
  background-color: #ffffff;
  border: 1px solid #C8BFB7;
  border-radius: 3px;
  outline: none;
  transition: border-color 250ms ease;
  box-sizing: border-box;
}
.woocommerce-checkout .woocommerce input.input-text::-moz-placeholder, .woocommerce-checkout .woocommerce textarea.input-text::-moz-placeholder, .woocommerce-checkout .woocommerce select.country_select::-moz-placeholder, .woocommerce-checkout .woocommerce select.state_select::-moz-placeholder {
  color: #555555;
}
.woocommerce-checkout .woocommerce input.input-text::placeholder,
.woocommerce-checkout .woocommerce textarea.input-text::placeholder,
.woocommerce-checkout .woocommerce select.country_select::placeholder,
.woocommerce-checkout .woocommerce select.state_select::placeholder {
  color: #555555;
}
.woocommerce-checkout .woocommerce input.input-text:focus,
.woocommerce-checkout .woocommerce textarea.input-text:focus,
.woocommerce-checkout .woocommerce select.country_select:focus,
.woocommerce-checkout .woocommerce select.state_select:focus {
  border-color: #449BA1;
}
.woocommerce-checkout .woocommerce textarea.input-text {
  height: auto;
  padding: 12px 14px;
  resize: vertical;
  min-height: 100px;
}
.woocommerce-checkout .woocommerce .form-row {
  margin-bottom: 16px;
}
.woocommerce-checkout .woocommerce .form-row label {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #121212;
  margin-bottom: 6px;
}
.woocommerce-checkout .woocommerce .form-row label .required {
  color: #449BA1;
  margin-left: 2px;
}
.woocommerce-checkout .woocommerce .form-row label .optional {
  font-weight: 400;
  text-transform: none;
  color: #555555;
}
.woocommerce-checkout .woocommerce .form-row.woocommerce-invalid input.input-text, .woocommerce-checkout .woocommerce .form-row.woocommerce-invalid select, .woocommerce-checkout .woocommerce .form-row.woocommerce-invalid textarea {
  border-color: #c0392b;
}
.woocommerce-checkout .woocommerce .form-row.woocommerce-validated input.input-text, .woocommerce-checkout .woocommerce .form-row.woocommerce-validated select, .woocommerce-checkout .woocommerce .form-row.woocommerce-validated textarea {
  border-color: #449BA1;
}
.woocommerce-checkout .woocommerce .select2-container--default {
  width: 100% !important;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single {
  height: 44px;
  border: 1px solid #C8BFB7;
  border-radius: 3px;
  background-color: #ffffff;
  transition: border-color 250ms ease;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single:focus {
  border-color: #449BA1;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 44px;
  line-height: 44px;
  padding: 0 36px 0 14px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  color: #121212;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #555555;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 10px;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #555555 transparent transparent transparent;
}
.woocommerce-checkout .woocommerce .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #449BA1;
}
.woocommerce-checkout .woocommerce .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #449BA1 transparent;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields h3 {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #121212;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5EA;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce .woocommerce-additional-fields h3 {
    font-size: 18px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields__field-wrapper .form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields__field-wrapper .form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields__field-wrapper .form-row-wide {
  flex: 0 0 100%;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #C8BFB7;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table thead tr {
  background-color: #E5E5EA;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table thead tr th {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #121212;
  padding: 12px 18px;
  border-bottom: 1px solid #C8BFB7;
  text-align: left;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table thead tr th.product-total {
  text-align: right;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td {
  padding: 16px 18px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #E5E5EA;
  vertical-align: top;
  background-color: #ffffff;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
  font-weight: 500;
  color: #121212;
  overflow-wrap: normal !important;
  word-break: normal !important;
  word-wrap: normal !important;
  white-space: normal;
  min-width: 0;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product-quantity {
  font-weight: 400;
  color: #555555;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name dl.variation {
  margin: 6px 0 0;
  font-size: 12px;
  color: #555555;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name dl.variation dt, .woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name dl.variation dd {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: "Google Sans", sans-serif;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name dl.variation dt {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name dl.variation dt::before {
  content: "";
  display: block;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name dl.variation dd {
  margin-left: 4px;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name dl.variation dd p {
  display: inline;
  margin: 0;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name dl.variation dd::after {
  content: "";
  display: block;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
  text-align: right;
  font-weight: 600;
  color: #121212;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total .woocommerce-Price-amount {
  color: #121212;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr td {
  padding: 12px 18px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  border-bottom: 1px solid #E5E5EA;
  vertical-align: middle;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr th {
  font-weight: 600;
  color: #121212;
  text-align: left;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr td .woocommerce-Price-amount {
  font-weight: 500;
  color: #121212;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border-bottom: none;
  background-color: #E5E5EA;
}
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
  color: #053F43;
}
.woocommerce-checkout .woocommerce #order_review #payment {
  background-color: #ffffff;
  border: 1px solid #C8BFB7;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E5E5EA;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods::before, .woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods::after {
  display: none !important;
  content: none !important;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods li.wc_payment_method {
  padding: 14px 20px;
  border-bottom: 1px solid #E5E5EA;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods li.wc_payment_method:last-child {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods li.wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods li.wc_payment_method label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #C8BFB7;
  flex-shrink: 0;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods li.wc_payment_method input[type=radio]:checked + label::before {
  border-color: #449BA1;
  box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 8px #449BA1;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods li.wc_payment_method .payment_box {
  margin-top: 10px;
  padding: 12px 14px;
  background-color: #E5E5EA;
  border-radius: 3px;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  color: #555555;
}
.woocommerce-checkout .woocommerce #order_review #payment ul.payment_methods li.wc_payment_method .payment_box p {
  margin: 0;
}
.woocommerce-checkout .woocommerce #order_review #payment .woocommerce-privacy-policy-text {
  padding: 14px 20px 0;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 1.6;
}
.woocommerce-checkout .woocommerce #order_review #payment .woocommerce-privacy-policy-text a {
  color: #449BA1;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.woocommerce-checkout .woocommerce #order_review #payment .form-row.place-order {
  padding: 16px 20px 20px;
  margin: 0;
}
.woocommerce-checkout .woocommerce #order_review #payment .form-row.place-order button#place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #053F43;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 300ms ease;
}
.woocommerce-checkout .woocommerce #order_review #payment .form-row.place-order button#place_order:hover {
  background-color: #449BA1;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce #order_review #payment .form-row.place-order button#place_order {
    height: 46px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce #order_review table.woocommerce-checkout-review-order-table {
    width: 100% !important;
    table-layout: auto;
    display: table;
  }
  .woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table td.product-name {
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: normal;
    padding-right: 8px;
  }
  .woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table td.product-total,
  .woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table th.product-total {
    white-space: nowrap;
    text-align: right;
  }
  .woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table thead tr th,
  .woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td {
    padding: 10px 12px;
  }
}

body.woocommerce-checkout .select2-dropdown {
  border: 1px solid #449BA1;
  border-radius: 3px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  z-index: 9999;
}
body.woocommerce-checkout .select2-dropdown .select2-results__option {
  padding: 10px 14px;
  color: #333333;
}
body.woocommerce-checkout .select2-dropdown .select2-results__option--highlighted {
  background-color: #449BA1;
  color: #ffffff;
}
body.woocommerce-checkout .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: rgba(68, 155, 161, 0.1);
  color: #121212;
}

.wfc_cart_basket {
  display: none;
}

.wfc_container .wfc_header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #E5E5EA !important;
  padding: 16px 20px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}
.wfc_container .wfc_header .wfc_header_title {
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #121212 !important;
}
.wfc_container .wfc_header .wfc_cart_icon {
  background-color: #E5E5EA !important;
  border-radius: 50% !important;
  padding: 6px !important;
}
.wfc_container .wfc_header .wfc_cart_icon img {
  filter: brightness(0) !important;
}
.wfc_container .wfc_header .wfc_close_cart img {
  filter: brightness(0) !important;
}
.wfc_container .wfc_prodline_title {
  font-family: "Google Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #121212 !important;
}
.wfc_container .wfc_qupdiv {
  font-family: "Google Sans", sans-serif !important;
  font-size: 12px !important;
  color: #555555 !important;
}
.wfc_container .wfc_prodline_price .woocommerce-Price-amount {
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #053F43 !important;
}
.wfc_container .wfc_trcpn {
  background-color: #FFFFFF !important;
  border-top: 1px solid #C8BFB7 !important;
  padding: 14px 20px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}
.wfc_container .wfc_trcpn .wfc_total_label span {
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #121212 !important;
}
.wfc_container .wfc_trcpn .wfc_coupon {
  display: none;
}
.wfc_container .wfc_trcpn .wfc_total_tr {
  border-top: none;
}
.wfc_container .wfc_trcpn .wfc_total_amount {
  font-family: "Google Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #053F43 !important;
}
.wfc_container .wfc_trcpn .wfc_apply_coupon_link a {
  font-family: "Google Sans", sans-serif !important;
  font-size: 14px !important;
  color: #449BA1 !important;
}
.wfc_container .wfc_trcpn .wfc_coupon_submit {
  background-color: #449BA1 !important;
  color: #ffffff !important;
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  transition: background-color 300ms ease !important;
}
.wfc_container .wfc_trcpn .wfc_coupon_submit:hover {
  background-color: #053F43 !important;
}
.wfc_container .wfc_footer {
  background-color: #FFFFFF !important;
  padding: 0 20px 20px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}
.wfc_container .wfc_footer .wfc_ship_txt {
  font-family: "Google Sans", sans-serif !important;
  font-size: 12px !important;
  color: #555555 !important;
  margin-top: 10px;
  text-transform: unset;
}
.wfc_container .wfc_footer a.wfc_bn_1,
.wfc_container .wfc_footer a.wfc_bn_2,
.wfc_container .wfc_footer a.wfc_bn_3 {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.wfc_container .wfc_footer a.wfc_bn_1 {
  background-color: #449BA1 !important;
  color: #ffffff !important;
  transition: background-color 400ms ease !important;
}
.wfc_container .wfc_footer a.wfc_bn_1:hover {
  background-color: #053F43 !important;
  color: #ffffff !important;
}
.wfc_container .wfc_footer a.wfc_bn_2 {
  background-color: #121212 !important;
  color: #ffffff !important;
  transition: background-color 400ms ease !important;
}
.wfc_container .wfc_footer a.wfc_bn_2:hover {
  background-color: #053F43 !important;
  color: #ffffff !important;
}
.wfc_container .wfc_footer a.wfc_bn_3 {
  background-color: transparent !important;
  color: #121212 !important;
  border: 1.5px solid #C8BFB7 !important;
  transition: background-color 400ms ease !important;
}
.wfc_container .wfc_footer a.wfc_bn_3:hover {
  background-color: #C8BFB7 !important;
  color: #121212 !important;
}

body.woocommerce-checkout h1.entry-title {
  margin-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce-order ul.order_details {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.woocommerce-checkout .edit-link {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .edit-link {
    margin-bottom: 24px;
  }
}
body.woocommerce-checkout .woocommerce-order-details__title {
  font-size: 35px;
  margin: 20px 0;
}

.reviews-section {
  background-color: #C8BFB7;
}
.reviews-section .reviews-header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .reviews-section .reviews-header {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .reviews-section .reviews-header {
    margin-bottom: 25px;
  }
}
.reviews-section .reviews-header .subtitle_black {
  line-height: 0;
  margin-bottom: 16px;
}
.reviews-section .reviews-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 991px) {
  .reviews-section .reviews-body {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
.reviews-section .reviews-left {
  flex: 0 0 auto;
  width: 460px;
}
@media (max-width: 1366px) {
  .reviews-section .reviews-left {
    width: 380px;
  }
}
@media (max-width: 1023px) {
  .reviews-section .reviews-left {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .reviews-section .reviews-left {
    width: 100%;
  }
}
.reviews-section .reviews-left .reviews-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  gap: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .reviews-section .reviews-left .reviews-summary {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 40px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .reviews-section .reviews-left .reviews-summary {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}
.reviews-section .reviews-left .reviews-summary .kiyoh-rating-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .reviews-section .reviews-left .reviews-summary .kiyoh-rating-widget {
    gap: 10px;
  }
}
.reviews-section .reviews-left .reviews-summary .kiyoh-rating-number {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 120%;
  color: #121212;
}
@media (max-width: 1023px) {
  .reviews-section .reviews-left .reviews-summary .kiyoh-rating-number {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .reviews-section .reviews-left .reviews-summary .kiyoh-rating-number {
    font-size: 60px;
  }
}
.reviews-section .reviews-left .reviews-summary .kiyoh-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.reviews-section .reviews-left .reviews-summary .kiyoh-stars i.fa {
  font-size: 32px;
  color: #121212;
}
@media (max-width: 1023px) {
  .reviews-section .reviews-left .reviews-summary .kiyoh-stars i.fa {
    font-size: 26px;
  }
}
.reviews-section .reviews-left .reviews-summary .kiyoh-stars i.fa.fa-star-o {
  opacity: 0.2;
}
.reviews-section .reviews-left .reviews-summary .kiyoh-review-count {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .reviews-section .reviews-left .reviews-summary .kiyoh-review-count {
    font-size: 14px;
  }
}
.reviews-section .reviews-right {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.reviews-section .reviews-slider .kiyoh-r3-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  gap: 30px;
}
@media (max-width: 1023px) {
  .reviews-section .reviews-slider .kiyoh-r3-card {
    padding: 16px 20px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .reviews-section .reviews-slider .kiyoh-r3-card {
    padding: 12px 16px;
    gap: 16px;
  }
}
.reviews-section .reviews-slider .kiyoh-r3-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.reviews-section .reviews-slider .kiyoh-r3-stars .kiyoh-star {
  font-size: 24px;
  color: #121212;
}
@media (max-width: 767px) {
  .reviews-section .reviews-slider .kiyoh-r3-stars .kiyoh-star {
    font-size: 20px;
  }
}
.reviews-section .reviews-slider .kiyoh-r3-stars .kiyoh-star.kiyoh-star--empty {
  opacity: 0.2;
}
.reviews-section .reviews-slider .kiyoh-r3-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  color: #121212;
  margin: 0;
}
@media (max-width: 1023px) {
  .reviews-section .reviews-slider .kiyoh-r3-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .reviews-section .reviews-slider .kiyoh-r3-title {
    font-size: 18px;
  }
}
.reviews-section .reviews-slider .kiyoh-r3-content {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #555555;
  margin: 0;
  margin-top: -14px;
}
@media (max-width: 1023px) {
  .reviews-section .reviews-slider .kiyoh-r3-content {
    margin-top: -4px;
  }
}
@media (max-width: 767px) {
  .reviews-section .reviews-slider .kiyoh-r3-content {
    font-size: 14px;
    margin-top: 0;
  }
}
.reviews-section .reviews-slider .kiyoh-r3-author {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #121212;
  margin: 0;
}
@media (max-width: 767px) {
  .reviews-section .reviews-slider .kiyoh-r3-author {
    font-size: 14px;
  }
}
.reviews-section .reviews-slider .kiyoh-r3-author strong {
  font-weight: 600;
}
.reviews-section .reviews-slider .kiyoh-r3-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .reviews-section .reviews-slider .kiyoh-r3-controls {
    margin-top: 20px;
  }
}
.reviews-section .reviews-slider .kiyoh-nav-prev,
.reviews-section .reviews-slider .kiyoh-nav-next {
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  transition: opacity 300ms ease;
  line-height: 0;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
}
.reviews-section .reviews-slider .kiyoh-nav-prev svg,
.reviews-section .reviews-slider .kiyoh-nav-next svg {
  display: block;
  width: 12px;
  height: 8px;
}
.reviews-section .reviews-slider .kiyoh-nav-prev svg path,
.reviews-section .reviews-slider .kiyoh-nav-next svg path {
  fill: #121212;
}
.reviews-section .reviews-slider .kiyoh-nav-prev::after,
.reviews-section .reviews-slider .kiyoh-nav-next::after {
  display: none !important;
}
.reviews-section .reviews-slider .kiyoh-nav-prev.swiper-button-disabled,
.reviews-section .reviews-slider .kiyoh-nav-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.reviews-section .reviews-slider .kiyoh-r3-pagination {
  display: flex !important;
  align-items: center;
  gap: 9px;
  position: static !important;
  width: auto !important;
  flex-wrap: wrap;
  justify-content: center;
}
.reviews-section .reviews-slider .kiyoh-r3-pagination .swiper-pagination-bullet {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0;
  transition: width 400ms ease, background-color 400ms ease;
  cursor: pointer;
}
.reviews-section .reviews-slider .kiyoh-r3-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px !important;
  background: #449BA1 !important;
}

.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password button[type=submit].woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a.woocommerce-Button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button.woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button[type=submit],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=submit], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit].woocommerce-Button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=submit].woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-form-login__submit,
.woocommerce-account .woocommerce .woocommerce-form-register__submit {
  background-color: #449BA1;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 14px 28px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 400ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password button[type=submit].woocommerce-Button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button[type=submit]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=submit]:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit].woocommerce-Button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=submit].woocommerce-Button:hover, .woocommerce-account .woocommerce .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce .woocommerce-form-register__submit:hover {
  background-color: #053F43;
  color: #ffffff;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password button[type=submit].woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content a.woocommerce-Button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content button.woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button[type=submit],
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=submit], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit].woocommerce-Button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=submit].woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-form-login__submit,
  .woocommerce-account .woocommerce .woocommerce-form-register__submit {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password button[type=submit].woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content a.woocommerce-Button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content button.woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button[type=submit],
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=submit], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit].woocommerce-Button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=submit].woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-form-login__submit,
  .woocommerce-account .woocommerce .woocommerce-form-register__submit {
    padding: 12px 16px;
  }
}

.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=password], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=text],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=email],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=tel],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields select, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--text,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--email,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--password,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password], .woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-Input--text,
.woocommerce-account .woocommerce .woocommerce-form-login input[type=text],
.woocommerce-account .woocommerce .woocommerce-form-login input[type=email],
.woocommerce-account .woocommerce .woocommerce-form-login input[type=password],
.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-Input--text,
.woocommerce-account .woocommerce .woocommerce-form-register input[type=text],
.woocommerce-account .woocommerce .woocommerce-form-register input[type=email],
.woocommerce-account .woocommerce .woocommerce-form-register input[type=password] {
  width: 100%;
  background-color: #E5E5EA;
  border: 1.5px solid transparent;
  border-radius: 0;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  padding: 12px 14px;
  line-height: 1.5;
  box-sizing: border-box;
  transition: border-color 300ms ease, background-color 300ms ease;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=text]:focus,
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=password]:focus, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=text]:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=email]:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=tel]:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields select:focus, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--text:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--email:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--password:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text]:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email]:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password]:focus, .woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-Input--text:focus,
.woocommerce-account .woocommerce .woocommerce-form-login input[type=text]:focus,
.woocommerce-account .woocommerce .woocommerce-form-login input[type=email]:focus,
.woocommerce-account .woocommerce .woocommerce-form-login input[type=password]:focus,
.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-Input--text:focus,
.woocommerce-account .woocommerce .woocommerce-form-register input[type=text]:focus,
.woocommerce-account .woocommerce .woocommerce-form-register input[type=email]:focus,
.woocommerce-account .woocommerce .woocommerce-form-register input[type=password]:focus {
  background-color: #ffffff;
  border-color: #449BA1;
  outline: none;
  box-shadow: none;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=text]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=password]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=text]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=email]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=tel]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields select::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--text::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--email::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--password::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-Input--text::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-form-login input[type=text]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-form-login input[type=email]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-form-login input[type=password]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-Input--text::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-form-register input[type=text]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-form-register input[type=email]::-moz-placeholder, .woocommerce-account .woocommerce .woocommerce-form-register input[type=password]::-moz-placeholder {
  color: #555555;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=text]::placeholder,
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=password]::placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=text]::placeholder,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=email]::placeholder,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=tel]::placeholder,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields select::placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--text::placeholder,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--email::placeholder,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--password::placeholder,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text]::placeholder,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email]::placeholder,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password]::placeholder, .woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-Input--text::placeholder,
.woocommerce-account .woocommerce .woocommerce-form-login input[type=text]::placeholder,
.woocommerce-account .woocommerce .woocommerce-form-login input[type=email]::placeholder,
.woocommerce-account .woocommerce .woocommerce-form-login input[type=password]::placeholder,
.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-Input--text::placeholder,
.woocommerce-account .woocommerce .woocommerce-form-register input[type=text]::placeholder,
.woocommerce-account .woocommerce .woocommerce-form-register input[type=email]::placeholder,
.woocommerce-account .woocommerce .woocommerce-form-register input[type=password]::placeholder {
  color: #555555;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=text],
  .woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password input[type=password], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=text],
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=email],
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=tel],
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields select, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--text,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--email,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--password,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text],
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email],
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password], .woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-Input--text,
  .woocommerce-account .woocommerce .woocommerce-form-login input[type=text],
  .woocommerce-account .woocommerce .woocommerce-form-login input[type=email],
  .woocommerce-account .woocommerce .woocommerce-form-login input[type=password],
  .woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-Input--text,
  .woocommerce-account .woocommerce .woocommerce-form-register input[type=text],
  .woocommerce-account .woocommerce .woocommerce-form-register input[type=email],
  .woocommerce-account .woocommerce .woocommerce-form-register input[type=password] {
    font-size: 14px;
    padding: 11px 12px;
  }
}

.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password label, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields label, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm label, .woocommerce-account .woocommerce .woocommerce-form-login label:not(.woocommerce-form__label-for-checkbox),
.woocommerce-account .woocommerce .woocommerce-form-register label:not(.woocommerce-form__label-for-checkbox) {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: block;
  margin-bottom: 7px;
  line-height: 1.4;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password label .required, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields label .required, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm label .required, .woocommerce-account .woocommerce .woocommerce-form-login label:not(.woocommerce-form__label-for-checkbox) .required,
.woocommerce-account .woocommerce .woocommerce-form-register label:not(.woocommerce-form__label-for-checkbox) .required {
  color: #cc0000;
  font-weight: 700;
  border: none;
  text-decoration: none;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password label .screen-reader-text, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields label .screen-reader-text, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm label .screen-reader-text, .woocommerce-account .woocommerce .woocommerce-form-login label:not(.woocommerce-form__label-for-checkbox) .screen-reader-text,
.woocommerce-account .woocommerce .woocommerce-form-register label:not(.woocommerce-form__label-for-checkbox) .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.woocommerce-account .entry-title {
  font-family: "Google Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #121212;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.2;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .woocommerce-account .entry-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .woocommerce-account .entry-title {
    font-size: 35px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .entry-title {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 20px;
  }
}
@media (max-width: 567px) {
  .woocommerce-account .entry-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.woocommerce-account .woocommerce #customer_login.col2-set {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .woocommerce-account .woocommerce #customer_login.col2-set {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce #customer_login.col2-set {
    flex-direction: column;
    gap: 0;
  }
}
.woocommerce-account .woocommerce #customer_login.col2-set .u-column1,
.woocommerce-account .woocommerce #customer_login.col2-set .u-column2 {
  flex: 1;
  min-width: 0;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce #customer_login.col2-set .u-column1,
  .woocommerce-account .woocommerce #customer_login.col2-set .u-column2 {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce #customer_login.col2-set .u-column2 {
    padding-top: 36px;
    border-top: 1px solid #E5E5EA;
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce #customer_login.col2-set .u-column2 {
    padding-top: 28px;
    margin-top: 28px;
  }
}
@media (max-width: 567px) {
  .woocommerce-account .woocommerce #customer_login.col2-set .u-column2 {
    padding-top: 24px;
    margin-top: 24px;
  }
}
.woocommerce-account .woocommerce #customer_login h2 {
  font-family: "Google Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #121212;
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .woocommerce-account .woocommerce #customer_login h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce #customer_login h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .woocommerce-account .woocommerce #customer_login h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row,
.woocommerce-account .woocommerce .woocommerce-form-login .form-row,
.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-form-row,
.woocommerce-account .woocommerce .woocommerce-form-register .form-row {
  margin-bottom: 20px;
  padding: 0;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row,
  .woocommerce-account .woocommerce .woocommerce-form-login .form-row,
  .woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-form-row,
  .woocommerce-account .woocommerce .woocommerce-form-register .form-row {
    margin-bottom: 16px;
  }
}
.woocommerce-account .woocommerce .woocommerce-form-login .password-input,
.woocommerce-account .woocommerce .woocommerce-form-register .password-input {
  position: relative;
  display: block;
}
.woocommerce-account .woocommerce .woocommerce-form-login .password-input input[type=password],
.woocommerce-account .woocommerce .woocommerce-form-login .password-input input[type=text],
.woocommerce-account .woocommerce .woocommerce-form-register .password-input input[type=password],
.woocommerce-account .woocommerce .woocommerce-form-register .password-input input[type=text] {
  padding-right: 46px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .password-input .show-password-input,
.woocommerce-account .woocommerce .woocommerce-form-register .password-input .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 250ms ease;
}
.woocommerce-account .woocommerce .woocommerce-form-login .password-input .show-password-input:hover,
.woocommerce-account .woocommerce .woocommerce-form-register .password-input .show-password-input:hover {
  color: #449BA1;
}
.woocommerce-account .woocommerce .woocommerce-form-login .password-input .show-password-input:focus,
.woocommerce-account .woocommerce .woocommerce-form-register .password-input .show-password-input:focus {
  outline: none;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:has(.woocommerce-form__label-for-checkbox),
.woocommerce-account .woocommerce .woocommerce-form-register .form-row:has(.woocommerce-form__label-for-checkbox) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-form-login .form-row:has(.woocommerce-form__label-for-checkbox),
  .woocommerce-account .woocommerce .woocommerce-form-register .form-row:has(.woocommerce-form__label-for-checkbox) {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox,
.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,
.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #449BA1;
  cursor: pointer;
}
.woocommerce-account .woocommerce .woocommerce-LostPassword.lost_password {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-LostPassword.lost_password {
    margin-top: 10px;
  }
}
.woocommerce-account .woocommerce .woocommerce-LostPassword.lost_password a {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #449BA1;
  text-decoration: underline;
  transition: color 300ms ease;
}
.woocommerce-account .woocommerce .woocommerce-LostPassword.lost_password a:hover {
  color: #053F43;
}
.woocommerce-account .woocommerce .woocommerce-form-register > p:not(.woocommerce-form-row):not(.form-row) {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 160%;
  margin-bottom: 16px;
}
.woocommerce-account .woocommerce .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-privacy-policy-text {
    margin-bottom: 16px;
  }
}
.woocommerce-account .woocommerce .woocommerce-privacy-policy-text p {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 160%;
}
.woocommerce-account .woocommerce .woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link {
  color: #449BA1;
  text-decoration: underline;
  transition: color 300ms ease;
}
.woocommerce-account .woocommerce .woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link:hover {
  color: #053F43;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  background-color: #f7f8f8;
  padding: 0 0 16px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > p > a {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-align: center;
  padding: 13px 20px;
  margin: 0 16px;
  border: 1.5px solid #C8BFB7;
  background-color: #ffffff;
  transition: background-color 400ms ease, color 400ms ease, border-color 400ms ease;
  line-height: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > p > a:hover {
  background-color: #C8BFB7;
  color: #121212;
  border-color: #C8BFB7;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  background-color: transparent;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid rgb(230.68, 233.72, 233.72);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:first-child {
  border-top: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
  display: block !important;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 500 !important;
  color: #333333;
  padding: 16px 20px 16px 15px !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  border-left: 3px solid transparent;
  transition: all 500ms;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a::after {
  display: none !important;
  content: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:hover {
  color: #449BA1;
  border-left-color: #449BA1;
  background-color: rgb(238.84, 240.86, 240.86);
  padding-left: 24px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active > a {
  color: #449BA1;
  font-weight: 700;
  border-left-color: #449BA1;
  background-color: rgba(68, 155, 161, 0.07);
  padding-left: 32px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active > a:hover {
  background-color: rgba(68, 155, 161, 0.11);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  border-bottom: none;
  padding: 6px 0 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #449BA1;
  text-align: center;
  padding: 13px 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  border-left: none;
  text-decoration: none;
  transition: background-color 400ms ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::after {
  display: none !important;
  content: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background-color: #053F43;
  color: #ffffff;
  border-left: none;
  padding-left: 20px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-left: 4px solid #449BA1;
  background-color: #E5E5EA;
  color: #333333;
  list-style: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
  border-left-color: #cc0000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error li {
  list-style: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333 !important;
  background-color: rgba(68, 155, 161, 0.07) !important;
  border: 1px solid rgba(68, 155, 161, 0.18) !important;
  border-left: 4px solid #449BA1 !important;
  padding: 18px 24px !important;
  margin-bottom: 28px;
  border-radius: 0;
  list-style: none;
  line-height: 1.6;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error::after {
  display: none !important;
  content: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info .wc-forward,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message .wc-forward,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error .wc-forward {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff !important;
  background-color: #449BA1 !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 10px 20px;
  border: none !important;
  border-radius: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 350ms ease;
  line-height: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info .button::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info a.button::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info .wc-forward::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message .button::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message a.button::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message .wc-forward::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error .button::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error a.button::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error .wc-forward::after {
  display: none !important;
  content: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info .button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info a.button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info .wc-forward:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message .button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message a.button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message .wc-forward:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error .button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error a.button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error .wc-forward:hover {
  background-color: #053F43 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px !important;
    gap: 14px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info .button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info a.button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-info .wc-forward,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message .button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message a.button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-message .wc-forward,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error .button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error a.button,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error .wc-forward {
    width: 100%;
    padding: 12px 20px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > .woocommerce-error {
  background-color: rgba(204, 0, 0, 0.06) !important;
  border-color: rgba(204, 0, 0, 0.2) !important;
  border-left-color: #cc0000 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 16px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
  color: #449BA1;
  text-decoration: underline;
  transition: color 300ms ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:hover {
  color: #053F43;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
  margin: 0 0 20px;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
    margin-bottom: 16px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm #account_display_name_description {
  display: block;
  margin-top: 6px;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm #account_display_name_description em {
  font-style: italic;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input {
  position: relative;
  display: block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input input[type=password],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input input[type=text] {
  padding-right: 46px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 250ms ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input .show-password-input:hover {
  color: #449BA1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input .show-password-input:focus {
  outline: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  border: 1.5px solid #E5E5EA;
  padding: 24px 24px 8px;
  margin: 8px 0 24px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    padding: 18px 16px 4px;
    margin-bottom: 20px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0 10px;
  background-color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p:last-of-type {
  clear: both;
  margin-top: 8px;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  width: 100%;
  border-collapse: collapse;
  font-family: "Google Sans", sans-serif;
  border: 1px solid #E5E5EA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead tr,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr {
  background-color: #E5E5EA !important;
  border-bottom: 2px solid #449BA1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead th {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #121212 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 16px 20px !important;
  text-align: left !important;
  border: none !important;
  background-color: #E5E5EA !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th .nobr,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead th .nobr {
  white-space: nowrap;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr {
  transition: background-color 250ms ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr:hover {
  background-color: rgba(68, 155, 161, 0.04);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody th {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 18px 20px;
  border-bottom: 1px solid #E5E5EA;
  vertical-align: middle;
  text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:last-child td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:last-child th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr:last-child td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr:last-child th {
  border-bottom: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #449BA1;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 250ms ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a:hover {
  color: #053F43;
  text-decoration: underline;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-date time,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date time {
  font-size: 14px;
  color: #555555;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status mark,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status span,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status mark,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status span {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
  color: #449BA1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #449BA1;
  margin-right: 6px;
  vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #053F43;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #053F43;
  margin-right: 6px;
  vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
  color: #cc0000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cc0000;
  margin-right: 6px;
  vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status {
  color: #555555;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #C8BFB7;
  margin-right: 6px;
  vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-total,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total {
  font-weight: 600;
  color: #053F43;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-weight: 700;
  color: #053F43;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
  white-space: nowrap;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background-color: #449BA1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 9px 16px;
  border: none;
  cursor: pointer;
  transition: background-color 350ms ease;
  line-height: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .button:hover {
  background-color: #053F43;
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button + .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button + .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button + .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .button + .button {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
    border: none;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead {
    display: none;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr {
    display: block;
    border: 1px solid #E5E5EA;
    margin-bottom: 16px;
    background-color: #ffffff;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody td,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody th {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #E5E5EA;
    font-size: 14px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td:last-child,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th:last-child,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody td:last-child,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody th:last-child {
    border-bottom: none;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td::before,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody th::before,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody td::before,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody th::before {
    content: attr(data-title);
    font-weight: 600;
    font-size: 12px;
    color: #121212;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    flex-shrink: 0;
    margin-right: 12px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
    justify-content: flex-end;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions::before,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions::before {
    display: none;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  border: 1.5px solid #E5E5EA;
  padding: 24px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 18px 16px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5EA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3 {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title .edit {
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #449BA1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 250ms ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title .edit:hover {
  color: #053F43;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  font-style: normal;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-form-row,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  margin-bottom: 20px;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-form-row,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    margin-bottom: 16px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23555' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
  cursor: pointer;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads {
  width: 100%;
  border-collapse: collapse;
  font-family: "Google Sans", sans-serif;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads thead tr {
  background-color: #121212;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads thead th {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 12px 16px;
  text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads tbody td {
  font-size: 14px;
  color: #333333;
  padding: 14px 16px;
  border-bottom: 1px solid #E5E5EA;
  vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads .woocommerce-MyAccount-downloads-file a {
  color: #449BA1;
  font-weight: 600;
  text-decoration: none;
  transition: color 300ms ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads .woocommerce-MyAccount-downloads-file a:hover {
  color: #053F43;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-bottom: 36px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-column__title,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-order-details__title,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
  font-family: "Google Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #449BA1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.woocommerce-table,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details table.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Google Sans", sans-serif;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.woocommerce-table thead th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details table.woocommerce-table thead th {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #121212;
  padding: 10px 14px;
  border-bottom: 2px solid #E5E5EA;
  text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.woocommerce-table tbody td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.woocommerce-table tfoot th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.woocommerce-table tfoot td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details table.woocommerce-table tbody td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details table.woocommerce-table tfoot th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details table.woocommerce-table tfoot td {
  font-size: 14px;
  color: #333333;
  padding: 12px 14px;
  border-bottom: 1px solid #E5E5EA;
  vertical-align: top;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.woocommerce-table tfoot tr:last-child td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.woocommerce-table tfoot tr:last-child th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details table.woocommerce-table tfoot tr:last-child td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details table.woocommerce-table tfoot tr:last-child th {
  font-weight: 700;
  color: #053F43;
  font-size: 16px;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password {
  max-width: 560px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password {
    max-width: 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password > p:not(.woocommerce-form-row):not(.form-row) {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 160%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password > p:not(.woocommerce-form-row):not(.form-row) {
    margin-bottom: 20px;
  }
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row,
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .form-row {
  margin-bottom: 20px;
  padding: 0;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row,
  .woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .form-row {
    margin-bottom: 16px;
  }
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .form-row {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .form-row-first,
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .form-row-last {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .password-input {
  position: relative;
  display: block;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .password-input input[type=password],
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .password-input input[type=text] {
  padding-right: 46px;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .password-input .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 250ms ease;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .password-input .show-password-input:hover {
  color: #449BA1;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword.lost_reset_password .password-input .show-password-input:focus {
  outline: none;
}
.woocommerce-account .edit-link .post-edit-link {
  background-color: #449BA1;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 500ms;
  display: inline-flex;
}
@media (max-width: 767px) {
  .woocommerce-account .edit-link .post-edit-link {
    padding: 8px 20px;
    font-size: 14px;
  }
}
.woocommerce-account .edit-link .post-edit-link:hover {
  background-color: #C8BFB7;
  color: #ffffff;
}

.woocommerce-account article {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .woocommerce-account article {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .left-sidebar.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .left-sidebar.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
}
@media (max-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-top: 24px !important;
  }
}
.image-with-text {
  background: #ffffff;
}
.image-with-text__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 60px;
}
.image-with-text__left {
  flex: 0 0 49%;
  max-width: 49%;
}
.image-with-text__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-with-text__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.image-with-text .kiyoh-badge-wrap {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 28.4%;
}
.image-with-text .kiyoh-badge {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(1.74px 5.23px 15.69px rgba(0, 0, 0, 0.2));
  -o-object-fit: contain;
     object-fit: contain;
}
.image-with-text__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
}
.image-with-text__top-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.image-with-text__top-content .title_black {
  margin-bottom: 0;
  line-height: 0;
}
.image-with-text__text {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 150%;
}
.image-with-text__text p {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  color: #555555;
}
.image-with-text__text p + p {
  margin-top: 16px;
}
.image-with-text__text p a {
  color: #449BA1;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
.image-with-text__text p a:hover {
  text-decoration: underline;
  color: #053F43;
}
.image-with-text__text a {
  color: #449BA1;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
.image-with-text__text a:hover {
  text-decoration: underline;
  color: #053F43;
}
.image-with-text__bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
}
.image-with-text__inner-text {
  flex: 1;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 150%;
}
.image-with-text__inner-text p {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  color: #555555;
}
.image-with-text__inner-text p + p {
  margin-top: 16px;
}
.image-with-text__inner-image {
  flex: 0 0 300px;
  max-width: 300px;
}
.image-with-text__inner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1366px) {
  .image-with-text__row {
    gap: 40px;
  }
  .image-with-text__right {
    gap: 60px;
  }
  .image-with-text__bottom {
    gap: 40px;
  }
  .image-with-text__inner-image {
    flex: 0 0 220px;
    max-width: 220px;
  }
}
@media (max-width: 1023px) {
  .image-with-text__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .image-with-text__left, .image-with-text__right {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .image-with-text__image {
    height: auto;
    aspect-ratio: 4/3;
  }
  .image-with-text__right {
    gap: 40px;
  }
  .image-with-text__bottom {
    gap: 30px;
  }
  .image-with-text__inner-image {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .image-with-text__row {
    gap: 28px;
  }
  .image-with-text__image {
    aspect-ratio: 3/2;
  }
  .image-with-text__right {
    gap: 32px;
  }
  .image-with-text__bottom {
    gap: 24px;
  }
  .image-with-text__inner-image {
    flex: 0 0 160px;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .image-with-text__row {
    gap: 24px;
  }
  .image-with-text__image {
    aspect-ratio: 3/2;
  }
  .image-with-text__right {
    gap: 24px;
  }
  .image-with-text__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .image-with-text__inner-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .image-with-text__inner-image img {
    height: 220px;
  }
}
@media (max-width: 479px) {
  .image-with-text__image {
    aspect-ratio: 4/4;
  }
  .image-with-text__right {
    gap: 20px;
  }
}

.image-with-text.two_imagezigzag .image-with-text__row {
  align-items: flex-end;
}
.image-with-text.two_imagezigzag .image-with-text__left {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 30px;
}
.image-with-text.two_imagezigzag .image-with-text__image {
  flex: 1 1 0%;
  height: auto;
  aspect-ratio: 330/400;
}
.image-with-text.two_imagezigzag .image-with-text__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.image-with-text.two_imagezigzag .image-with-text__second-image {
  flex: 1 1 0%;
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
}
.image-with-text.two_imagezigzag .image-with-text__second-image img {
  width: 100%;
  aspect-ratio: 330/300;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.image-with-text.two_imagezigzag .image-with-text__right {
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1366px) {
  .image-with-text.two_imagezigzag .image-with-text__left {
    gap: 20px;
  }
  .image-with-text.two_imagezigzag .image-with-text__second-image {
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  .image-with-text.two_imagezigzag .image-with-text__row {
    align-items: flex-start;
  }
  .image-with-text.two_imagezigzag .image-with-text__left {
    gap: 16px;
  }
  .image-with-text.two_imagezigzag .image-with-text__image {
    aspect-ratio: 330/400;
  }
  .image-with-text.two_imagezigzag .image-with-text__second-image {
    padding-top: 24px;
  }
  .image-with-text.two_imagezigzag .image-with-text__second-image img {
    aspect-ratio: 330/300;
  }
  .image-with-text.two_imagezigzag .image-with-text__right {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .image-with-text.two_imagezigzag .image-with-text__left {
    gap: 12px;
  }
  .image-with-text.two_imagezigzag .image-with-text__second-image {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .image-with-text.two_imagezigzag .image-with-text__left {
    flex-direction: column;
    gap: 12px;
  }
  .image-with-text.two_imagezigzag .image-with-text__image {
    aspect-ratio: 3/2;
  }
  .image-with-text.two_imagezigzag .image-with-text__second-image {
    padding-top: 0;
    width: 100%;
  }
  .image-with-text.two_imagezigzag .image-with-text__second-image img {
    aspect-ratio: 3/2;
    width: 100%;
  }
  .image-with-text.two_imagezigzag .image-with-text__right {
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .image-with-text.two_imagezigzag .image-with-text__image,
  .image-with-text.two_imagezigzag .image-with-text__second-image img {
    aspect-ratio: 4/4;
  }
}

.timeline-section {
  background-color: #449BA1;
}
.timeline-section.full-padding {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .timeline-section.full-padding {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .timeline-section.full-padding {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .timeline-section.full-padding {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.timeline-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 80px;
}
.timeline-section__header .subtitle_white span {
  letter-spacing: 0.16em;
  font-weight: 500;
}
.timeline-section__header .title_white h2 {
  text-align: center;
}
.timeline-section__wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  position: relative;
}
.timeline-section__swiper {
  width: 100%;
  overflow: hidden;
}
.timeline-section__items {
  display: flex;
  align-items: flex-start;
}
.timeline-section__item {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.timeline-section__dot-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.timeline-section__dash {
  flex: 1;
  display: block;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #ffffff 0px, #ffffff 12px, transparent 12px, transparent 20px);
}
.timeline-section__dot {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.timeline-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 0 12px;
}
.timeline-section__item-title {
  width: 100%;
  margin: 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}
.timeline-section__item-desc {
  width: 100%;
  margin: 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
}
.timeline-section__pagination {
  display: none;
  justify-content: center;
  margin-top: 32px;
}
.timeline-section__pagination.swiper-pagination-bullets {
  display: flex;
}
.timeline-section__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ffffff;
  opacity: 0.4;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.timeline-section__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (min-width: 1024px) {
  .timeline-section__swiper {
    overflow: visible !important;
  }
  .timeline-section__items {
    flex-wrap: nowrap !important;
    transform: none !important;
  }
  .timeline-section__item {
    flex: 1 1 0% !important;
    width: auto !important;
  }
}
@media (max-width: 1023px) {
  .timeline-section__header {
    margin-bottom: 40px;
  }
  .timeline-section__wrapper {
    overflow: hidden;
  }
  .timeline-section__swiper {
    overflow: visible;
  }
  .timeline-section__pagination {
    display: flex;
    justify-content: center;
  }
  .timeline-section__item {
    flex: 0 0 auto;
    gap: 28px;
  }
  .timeline-section__dot-row {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .timeline-section__item-title {
    font-size: 22px;
  }
  .timeline-section__item-desc {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .timeline-section__header {
    margin-bottom: 30px;
  }
  .timeline-section__item {
    gap: 20px;
  }
  .timeline-section__item-title {
    font-size: 20px;
  }
  .timeline-section__item-desc {
    font-size: 14px;
  }
  .timeline-section__content {
    padding: 0 4px;
  }
  .timeline-section__dot-row {
    gap: 12px;
  }
}
@media (max-width: 479px) {
  .timeline-section__item-title {
    font-size: 18px;
  }
  .timeline-section__dot {
    width: 16px;
    height: 16px;
  }
}

.partners-slider {
  background-color: #449BA1;
}
.partners-slider__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 50px;
}
.partners-slider__header .subtitle_white span {
  letter-spacing: 0.16em;
  font-weight: 500;
}
.partners-slider__header .title_white h2 {
  text-align: center;
}
.partners-slider__wrapper {
  position: relative;
}
.partners-slider__swiper {
  overflow: hidden;
}
.partners-slider__swiper .swiper-wrapper {
  align-items: stretch;
}
.partners-slider__swiper .swiper-slide {
  height: auto;
}
.partners-slider__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  gap: 30px;
  background: #ffffff;
  height: 100%;
  min-height: 372px;
  box-sizing: border-box;
}
.partners-slider__quote-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #C8BFB7;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-slider__quote-icon img {
  width: 24px;
  height: 24px;
  display: block;
}
.partners-slider__description {
  margin: 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #555555;
}
.partners-slider__link {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #449BA1;
  text-decoration: none;
  word-break: break-all;
}
.partners-slider__link:hover {
  text-decoration: underline;
  color: #449BA1;
}
.partners-slider .swiper-button-prev,
.partners-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 44px;
  height: 44px;
  margin: 0;
  background: #ffffff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
}
.partners-slider .swiper-button-prev::after,
.partners-slider .swiper-button-next::after {
  display: none;
}
.partners-slider .swiper-button-prev svg,
.partners-slider .swiper-button-next svg {
  width: 21px;
  height: 15px;
  display: block;
}
.partners-slider .swiper-button-prev {
  left: -22px;
  right: auto;
}
.partners-slider .swiper-button-next {
  right: -22px;
  left: auto;
}
.partners-slider .swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.partners-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
}
.partners-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  margin: 0 !important;
  transition: width 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
}
.partners-slider .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 0;
  background: #C8BFB7;
}
@media (max-width: 1366px) {
  .partners-slider__header {
    margin-bottom: 40px;
  }
  .partners-slider .swiper-button-prev {
    left: -10px;
  }
  .partners-slider .swiper-button-next {
    right: -10px;
  }
}
@media (max-width: 1023px) {
  .partners-slider .swiper-button-prev,
  .partners-slider .swiper-button-next {
    display: none;
  }
}
@media (max-width: 991px) {
  .partners-slider__header {
    margin-bottom: 32px;
  }
  .partners-slider__card {
    min-height: auto;
    padding: 30px 20px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .partners-slider__header {
    margin-bottom: 24px;
  }
  .partners-slider__card {
    padding: 24px 16px;
    gap: 16px;
  }
  .partners-slider__quote-icon {
    width: 48px;
    height: 48px;
  }
  .partners-slider__quote-icon img {
    width: 20px;
    height: 20px;
  }
  .partners-slider__description {
    font-size: 14px;
  }
  .partners-slider__link {
    font-size: 14px;
  }
  .partners-slider .swiper-pagination {
    margin-top: 24px;
  }
}
@media (max-width: 479px) {
  .partners-slider__card {
    padding: 20px 14px;
  }
}

.subcategory-swiper-section {
  position: relative;
  background: #ffffff;
}
.subcategory-swiper-section .subcategory-swiper-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.subcategory-swiper-section .category-hero__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
  align-items: start;
  width: 100%;
}
.subcategory-swiper-section .category-hero__label {
  grid-column: 1;
  grid-row: 1;
}
.subcategory-swiper-section .category-hero__title {
  grid-column: 1;
  grid-row: 2;
}
.subcategory-swiper-section .category-hero__desc {
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #555555;
  margin: 0;
  padding: 0;
}
.subcategory-swiper-section .category-hero__desc p {
  margin: 0 0 8px;
}
.subcategory-swiper-section .category-hero__desc p:last-child {
  margin-bottom: 0;
}
.subcategory-swiper-section .category-hero__desc a {
  color: #449BA1;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
.subcategory-swiper-section .category-hero__desc a:hover {
  text-decoration: underline;
  color: #053F43;
}
.subcategory-swiper-section .subcategory-swiper {
  position: relative;
  overflow: hidden;
  padding: 0 20px 60px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .subcategory-swiper-section .subcategory-swiper {
    padding: 0 10px 50px;
  }
}
.subcategory-swiper-section .subcategory-swiper .swiper-button-prev {
  height: 44px;
  width: 44px;
  background-color: #ffffff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.subcategory-swiper-section .subcategory-swiper .swiper-button-prev::after {
  content: "";
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 15px;
  background-image: url("../images/category-slider-prev.svg");
  background-size: contain;
  z-index: 1;
}
.subcategory-swiper-section .subcategory-swiper .swiper-button-next {
  height: 44px;
  width: 44px;
  background-color: #ffffff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.subcategory-swiper-section .subcategory-swiper .swiper-button-next::after {
  content: "";
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 15px;
  background-image: url("../images/category-slider-next.svg");
  background-size: contain;
  z-index: 1;
}
.subcategory-swiper-section .subcategory-swiper .swiper-pagination {
  bottom: 0;
}
.subcategory-swiper-section .subcategory-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 0;
  transition: all 500ms;
  margin: 0 6px;
  opacity: 1;
}
.subcategory-swiper-section .subcategory-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #449BA1;
}
.subcategory-swiper-section .subcategory-card {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.subcategory-swiper-section .subcategory-card__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.subcategory-swiper-section .subcategory-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.subcategory-swiper-section .subcategory-card__body {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.subcategory-swiper-section .subcategory-card__body .subcategory-card__title,
.subcategory-swiper-section .subcategory-card__body .subcategory-card__desc {
  display: none;
}
@media (max-width: 1366px) {
  .subcategory-swiper-section .subcategory-card {
    height: 320px;
  }
}
@media (max-width: 1023px) {
  .subcategory-swiper-section .category-hero__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 12px;
  }
  .subcategory-swiper-section .category-hero__label {
    grid-column: 1;
    grid-row: 1;
  }
  .subcategory-swiper-section .category-hero__title {
    grid-column: 1;
    grid-row: 2;
  }
  .subcategory-swiper-section .category-hero__desc {
    grid-column: 1;
    grid-row: 3;
  }
  .subcategory-swiper-section .subcategory-card {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .subcategory-swiper-section .subcategory-swiper-wrap {
    gap: 30px;
  }
  .subcategory-swiper-section .subcategory-card {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .subcategory-swiper-section .subcategory-card {
    height: 220px;
  }
  .subcategory-swiper-section .subcategory-card__btn {
    font-size: 12px;
    padding: 12px 16px;
    max-width: 220px;
  }
  .subcategory-swiper-section .swiper-button-prev,
  .subcategory-swiper-section .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 479px) {
  .subcategory-swiper-section .subcategory-card {
    height: 190px;
  }
  .subcategory-swiper-section .subcategory-card__btn {
    font-size: 10px;
    padding: 10px 12px;
  }
}

.subcategory-text {
  padding-top: 200px;
  background-color: #C8BFB7;
  position: relative;
  margin-top: -250px;
}
@media (max-width: 1199px) {
  .subcategory-text {
    margin-top: -200px;
    padding-top: 180px;
  }
}
@media (max-width: 1024px) {
  .subcategory-text {
    margin-top: -150px;
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .subcategory-text {
    margin-top: -120px;
    padding-top: 130px;
  }
}
.subcategory-text .descmain {
  text-align: center;
}
.subcategory-text .descmain p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  color: #121212;
}
.subcategory-text .descmain p:not(:last-child) {
  margin-bottom: 10px;
}

.hero-section {
  background-color: #449BA1;
}
.hero-section .container_ctm .hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hero-section .container_ctm .hero-wrapper .subtitle_white span {
  font-weight: 500;
  letter-spacing: 0.16em;
}
.hero-section .container_ctm .hero-wrapper .title_white h2.hero-title {
  text-align: center;
}
.hero-section .container_ctm .hero-wrapper .hero-tagline {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.hero-section .container_ctm .hero-wrapper .hero-description {
  margin-top: 14px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  max-width: 1200px;
}
.hero-section .container_ctm .hero-wrapper .hero-description p {
  margin: 0;
}
.hero-section .container_ctm .hero-wrapper .hero-description p:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .hero-section {
    padding: 70px 0;
  }
  .hero-section .container_ctm .hero-wrapper {
    gap: 14px;
  }
  .hero-section .container_ctm .hero-wrapper .title_white h2.hero-title {
    font-size: 32px;
  }
  .hero-section .container_ctm .hero-wrapper .hero-tagline {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  .hero-section .container_ctm .hero-wrapper {
    gap: 12px;
  }
  .hero-section .container_ctm .hero-wrapper .title_white h2.hero-title {
    font-size: 28px;
  }
  .hero-section .container_ctm .hero-wrapper .hero-tagline {
    font-size: 17px;
  }
  .hero-section .container_ctm .hero-wrapper .hero-description {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 50px 0;
  }
  .hero-section .container_ctm .hero-wrapper {
    gap: 10px;
  }
  .hero-section .container_ctm .hero-wrapper .title_white h2.hero-title {
    font-size: 24px;
  }
  .hero-section .container_ctm .hero-wrapper .hero-tagline {
    font-size: 16px;
  }
  .hero-section .container_ctm .hero-wrapper .hero-description {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .hero-section {
    padding: 40px 0;
  }
}

.two-column-section {
  background-color: #C8BFB7;
}
.two-column-section .container_ctm .two-column-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1366px) {
  .two-column-section .container_ctm .two-column-wrapper {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .two-column-section .container_ctm .two-column-wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .two-column-section .container_ctm .two-column-wrapper {
    gap: 40px;
  }
}
.two-column-section .two-column-left,
.two-column-section .two-column-right {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1023px) {
  .two-column-section .two-column-left,
  .two-column-section .two-column-right {
    width: 100%;
  }
}
.two-column-section .two-column-left p:has(img),
.two-column-section .two-column-right p:has(img) {
  position: relative;
  margin: 0;
  line-height: 0;
  font-size: 0;
}
.two-column-section .two-column-left p:has(img) img,
.two-column-section .two-column-right p:has(img) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-column-section .two-column-left h2,
.two-column-section .two-column-right h2 {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  color: #121212;
  margin: 0 0 16px 0;
}
@media (max-width: 1023px) {
  .two-column-section .two-column-left h2,
  .two-column-section .two-column-right h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .two-column-section .two-column-left h2,
  .two-column-section .two-column-right h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 567px) {
  .two-column-section .two-column-left h2,
  .two-column-section .two-column-right h2 {
    font-size: 22px;
  }
}
.two-column-section .two-column-left p:not(:has(img)),
.two-column-section .two-column-right p:not(:has(img)) {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #121212;
  opacity: 0.7;
  margin: 0;
}
.two-column-section .two-column-left p:not(:has(img)) + p:not(:has(img)),
.two-column-section .two-column-right p:not(:has(img)) + p:not(:has(img)) {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .two-column-section .two-column-left p:not(:has(img)),
  .two-column-section .two-column-right p:not(:has(img)) {
    font-size: 14px;
  }
}
.two-column-section .two-column-left p:not(:has(img)) a,
.two-column-section .two-column-right p:not(:has(img)) a {
  color: #449BA1;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
.two-column-section .two-column-left p:not(:has(img)) a:hover,
.two-column-section .two-column-right p:not(:has(img)) a:hover {
  text-decoration: underline;
  color: #053F43;
}
.two-column-section .two-column-left p:has(img) {
  padding-top: 81.16%;
}
.two-column-section .two-column-left h2 {
  margin-top: 80px;
}
@media (max-width: 1366px) {
  .two-column-section .two-column-left h2 {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .two-column-section .two-column-left h2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .two-column-section .two-column-left h2 {
    margin-top: 24px;
  }
}
.two-column-section .two-column-right p:has(img) {
  padding-top: 84.06%;
  margin-top: 80px;
}
@media (max-width: 1366px) {
  .two-column-section .two-column-right p:has(img) {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .two-column-section .two-column-right p:has(img) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .two-column-section .two-column-right p:has(img) {
    margin-top: 0;
    order: -1;
  }
}
@media (max-width: 767px) {
  .two-column-section .two-column-right {
    display: flex;
    flex-direction: column;
  }
  .two-column-section .two-column-right h2 {
    margin-top: 24px;
  }
}
.two-column-section .two-column-right a {
  color: #449BA1;
  text-decoration: none;
}
.two-column-section .two-column-right a:hover {
  text-decoration: underline;
  color: #449BA1;
}

.feature-highlight-section {
  background-color: #ffffff;
}
.feature-highlight-section .feature-highlight-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .feature-highlight-section .feature-highlight-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .feature-highlight-section .feature-highlight-header {
    margin-bottom: 24px;
  }
}
.feature-highlight-section .feature-highlight-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 1366px) {
  .feature-highlight-section .feature-highlight-wrapper {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  }
}
@media (max-width: 1023px) {
  .feature-highlight-section .feature-highlight-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .feature-highlight-section .feature-highlight-wrapper {
    gap: 16px;
  }
}
.feature-highlight-section .feature-highlight-left,
.feature-highlight-section .feature-highlight-right {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}
@media (max-width: 1366px) {
  .feature-highlight-section .feature-highlight-left,
  .feature-highlight-section .feature-highlight-right {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .feature-highlight-section .feature-highlight-left,
  .feature-highlight-section .feature-highlight-right {
    padding: 20px;
    gap: 16px;
  }
}
.feature-highlight-section .feature-highlight-left h3,
.feature-highlight-section .feature-highlight-right h3 {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 1023px) {
  .feature-highlight-section .feature-highlight-left h3,
  .feature-highlight-section .feature-highlight-right h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .feature-highlight-section .feature-highlight-left h3,
  .feature-highlight-section .feature-highlight-right h3 {
    font-size: 20px;
  }
}
.feature-highlight-section .feature-highlight-left .feature-highlight-content,
.feature-highlight-section .feature-highlight-right .feature-highlight-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.feature-highlight-section .feature-highlight-left .feature-highlight-content p,
.feature-highlight-section .feature-highlight-right .feature-highlight-content p {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
  opacity: 0.7;
}
.feature-highlight-section .feature-highlight-left .feature-highlight-content p + p,
.feature-highlight-section .feature-highlight-right .feature-highlight-content p + p {
  margin-top: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .feature-highlight-section .feature-highlight-left .feature-highlight-content p,
  .feature-highlight-section .feature-highlight-right .feature-highlight-content p {
    font-size: 14px;
  }
}
.feature-highlight-section .feature-highlight-left {
  background-color: #449BA1;
}
.feature-highlight-section .feature-highlight-left h3 {
  color: #ffffff;
}
.feature-highlight-section .feature-highlight-left .feature-highlight-content p {
  color: #ffffff;
}
.feature-highlight-section .feature-highlight-left .feature-highlight-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature-highlight-section .feature-highlight-left .feature-highlight-content ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.7;
  margin: 0;
}
.feature-highlight-section .feature-highlight-left .feature-highlight-content ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  min-width: 6px;
  background-color: #F0E9E5;
  border-radius: 50%;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .feature-highlight-section .feature-highlight-left .feature-highlight-content ul li {
    font-size: 14px;
  }
}
.feature-highlight-section .feature-highlight-left .feature-highlight-content p + ul {
  margin-top: 20px;
}
.feature-highlight-section .feature-highlight-center {
  min-width: 0;
  overflow: hidden;
}
.feature-highlight-section .feature-highlight-center img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1023px) {
  .feature-highlight-section .feature-highlight-center {
    aspect-ratio: 460/515;
  }
  .feature-highlight-section .feature-highlight-center img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .feature-highlight-section .feature-highlight-center {
    aspect-ratio: 4/3;
  }
}
.feature-highlight-section .feature-highlight-right {
  background-color: #C8BFB7;
}
.feature-highlight-section .feature-highlight-right h3 {
  color: #121212;
}
.feature-highlight-section .feature-highlight-right .feature-highlight-content p {
  color: #121212;
}

body.single-product .site {
  overflow-x: unset;
}
body.single-product div.product {
  display: block !important;
  float: none !important;
  padding-bottom: 60px;
  overflow: unset;
}
body.single-product div.product::after {
  content: none !important;
  display: none !important;
}
@media (max-width: 767px) {
  body.single-product div.product {
    padding-bottom: 30px;
  }
}
body.single-product .product .container_ctm {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 1366px) {
  body.single-product .product .container_ctm {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  body.single-product .product .container_ctm {
    padding-top: 40px;
    flex-direction: column !important;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  body.single-product .product .container_ctm {
    gap: 16px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.single-product .woocommerce-product-gallery {
  flex: 0 0 51.39% !important;
  width: 51.39% !important;
  max-width: 51.39% !important;
  float: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 20px;
  position: sticky !important;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1 !important;
}
@media (max-width: 1023px) {
  body.single-product .woocommerce-product-gallery {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    top: unset;
  }
}
body.single-product ol.flex-control-nav.flex-control-thumbs {
  order: 0;
  flex: 0 0 80px !important;
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}
@media (max-width: 767px) {
  body.single-product ol.flex-control-nav.flex-control-thumbs {
    display: none !important;
  }
}
body.single-product ol.flex-control-nav.flex-control-thumbs {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 12px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: flex-start;
}
body.single-product ol.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 80px !important;
  width: 80px !important;
  min-width: 80px !important;
  height: 80px !important;
  min-height: 80px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #ffffff;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
body.single-product ol.flex-control-nav.flex-control-thumbs li.flex-active-slide, body.single-product ol.flex-control-nav.flex-control-thumbs li:has(img.flex-active) {
  border: 2px solid #449BA1;
}
body.single-product ol.flex-control-nav.flex-control-thumbs li img {
  display: block !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  opacity: 1 !important;
}
body.single-product .woocommerce-product-gallery .flex-direction-nav {
  display: none !important;
}
body.single-product .flex-viewport {
  order: 1;
  flex: 1 !important;
  min-width: 0;
  position: relative;
  overflow: hidden;
}
body.single-product ul.slides {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.single-product .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.single-product .woocommerce-product-gallery__wrapper a {
  height: 100%;
  display: block;
  padding-top: 103.13%;
  position: relative;
}
body.single-product .woocommerce-product-gallery__wrapper a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
body.single-product li.woocommerce-product-gallery__image {
  width: 100% !important;
}
body.single-product li.woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
}
body.single-product li.woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-product span.onsale {
  position: absolute;
  top: 16px;
  left: 100px;
  right: auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-width: 109px;
  min-height: 39px;
  background: #C8BFB7 !important;
  color: #121212 !important;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  border-radius: 0 !important;
  z-index: 3;
  margin: 0 !important;
}
body.single-product .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px !important;
  right: 22px !important;
  left: auto !important;
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: 0.578px solid rgba(0, 0, 0, 0.1) !important;
  z-index: 4;
  order: 2;
  border-radius: 0 !important;
}
body.single-product .woocommerce-product-gallery__trigger::before {
  content: "" !important;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19922 11.7H14.1992' stroke='%23171717' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.6992 14.2V9.20001' stroke='%23171717' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z' stroke='%23171717' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 22L20 20' stroke='%23171717' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.single-product .woocommerce-product-gallery__trigger img,
body.single-product .woocommerce-product-gallery__trigger svg {
  width: 24px;
  height: 24px;
}
body.single-product .summary.entry-summary {
  flex: 0 0 44.44%;
  width: 44.44%;
  max-width: 44.44%;
  float: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 1023px) {
  body.single-product .summary.entry-summary {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
body.single-product .entry-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  color: #121212;
  margin: 0;
  width: 100%;
}
@media (max-width: 1366px) {
  body.single-product .entry-title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  body.single-product .entry-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  body.single-product .entry-title {
    font-size: 22px;
  }
}
body.single-product .custom-sku-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  margin: 8px 0 0;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.single-product .custom-sku-rating {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
body.single-product p.product-sku {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #8E8E93;
}
body.single-product p.product-sku strong {
  display: none;
}
body.single-product p.product-sku::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(18, 18, 18, 0.16);
  margin: 0 16px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  body.single-product p.product-sku::after {
    display: none;
  }
}
body.single-product .woocommerce-product-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  flex-wrap: nowrap;
}
body.single-product .woocommerce-product-rating::before, body.single-product .woocommerce-product-rating::after {
  display: none !important;
  content: none !important;
}
body.single-product .woocommerce-product-rating .star-rating span:before, body.single-product .woocommerce-product-rating .quantity .plus, body.single-product .woocommerce-product-rating .quantity .minus, body.single-product .woocommerce-product-rating p.stars a:hover:after, body.single-product .woocommerce-product-rating p.stars a:after, body.single-product .woocommerce-product-rating .star-rating span:before, body.single-product .woocommerce-product-rating #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #171717;
}
body.single-product a.woocommerce-review-link {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #8E8E93;
  text-decoration: none;
}
body.single-product a.woocommerce-review-link:hover {
  color: #449BA1;
}
body.single-product p.price,
body.single-product .price {
  display: flex !important;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
  margin: 30px 0 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  body.single-product p.price,
  body.single-product .price {
    margin: 16px 0 0 !important;
  }
}
body.single-product p.price > .woocommerce-Price-amount,
body.single-product p.price ins .woocommerce-Price-amount,
body.single-product .price > .woocommerce-Price-amount,
body.single-product .price ins .woocommerce-Price-amount {
  font-family: "Google Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 32px !important;
  line-height: 100%;
  color: #000035 !important;
}
@media (max-width: 1023px) {
  body.single-product p.price > .woocommerce-Price-amount,
  body.single-product p.price ins .woocommerce-Price-amount,
  body.single-product .price > .woocommerce-Price-amount,
  body.single-product .price ins .woocommerce-Price-amount {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  body.single-product p.price > .woocommerce-Price-amount,
  body.single-product p.price ins .woocommerce-Price-amount,
  body.single-product .price > .woocommerce-Price-amount,
  body.single-product .price ins .woocommerce-Price-amount {
    font-size: 22px !important;
  }
}
body.single-product p.price del,
body.single-product .price del {
  text-decoration: none !important;
  opacity: 1 !important;
}
body.single-product p.price del .woocommerce-Price-amount,
body.single-product .price del .woocommerce-Price-amount {
  font-family: "Google Sans", sans-serif;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 100%;
  text-decoration: line-through !important;
  color: #989898 !important;
}
body.single-product p.price ins,
body.single-product .price ins {
  text-decoration: none !important;
  background: none;
}
body.single-product p.price > .woocommerce-Price-amount ~ .woocommerce-Price-amount,
body.single-product .price > .woocommerce-Price-amount ~ .woocommerce-Price-amount {
  font-family: "Google Sans", sans-serif;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 100%;
  text-decoration: line-through !important;
  color: #989898 !important;
}
body.single-product p.price > span[aria-hidden=true]:not(.woocommerce-Price-amount) {
  display: none !important;
}
body.single-product .woocommerce-variation-description {
  margin-top: 16px;
}
body.single-product .variations_form,
body.single-product form.cart {
  width: 100%;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1023px) {
  body.single-product .variations_form,
  body.single-product form.cart {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  body.single-product .variations_form,
  body.single-product form.cart {
    margin-top: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 16px !important;
  }
}
body.single-product .variations_form table.variations,
body.single-product form.cart table.variations {
  width: 100%;
  border: none !important;
  background: none !important;
  margin: 0;
  border-collapse: collapse;
}
body.single-product .variations_form table.variations tbody,
body.single-product form.cart table.variations tbody {
  background: none !important;
}
body.single-product .variations_form table.variations tr,
body.single-product form.cart table.variations tr {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  min-height: 44px;
  border: none !important;
  background: none !important;
}
body.single-product .variations_form table.variations tr:nth-child(even),
body.single-product form.cart table.variations tr:nth-child(even) {
  background: none !important;
}
body.single-product .variations_form table.variations tr + tr,
body.single-product form.cart table.variations tr + tr {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  body.single-product .variations_form table.variations tr,
  body.single-product form.cart table.variations tr {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  body.single-product .variations_form table.variations tr,
  body.single-product form.cart table.variations tr {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-height: auto;
    margin-bottom: 12px;
  }
}
body.single-product .variations_form table.variations th.label,
body.single-product form.cart table.variations th.label {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  body.single-product .variations_form table.variations th.label,
  body.single-product form.cart table.variations th.label {
    min-width: 100px;
  }
}
body.single-product .variations_form table.variations th.label label,
body.single-product form.cart table.variations th.label label {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #989898;
  margin: 0;
}
body.single-product .variations_form table.variations td.value,
body.single-product form.cart table.variations td.value {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  flex: 0 0 400px;
  width: 400px;
  max-width: 400px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  body.single-product .variations_form table.variations td.value,
  body.single-product form.cart table.variations td.value {
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px;
  }
}
@media (max-width: 1023px) {
  body.single-product .variations_form table.variations td.value,
  body.single-product form.cart table.variations td.value {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.single-product .variations_form table.variations td.value,
  body.single-product form.cart table.variations td.value {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}
body.single-product .variations_form table.variations td.value select,
body.single-product form.cart table.variations td.value select {
  width: 100%;
  height: 44px;
  padding: 0 36px 0 12px;
  border: 1px solid #E5E5EA;
  border-radius: 0;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.333 4.667L7 9.333l4.667-4.666' stroke='%23171717' stroke-width='1.283' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  cursor: pointer;
  max-width: 100%;
}
body.single-product .variations_form table.variations td.value select:focus,
body.single-product form.cart table.variations td.value select:focus {
  outline: none;
  border-color: #449BA1;
}
body.single-product .variations_form table.variations td.value .reset_variations,
body.single-product form.cart table.variations td.value .reset_variations {
  display: none !important;
}
body.single-product .woocommerce-variation-add-to-cart,
body.single-product form.cart:not(.variations_form) {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-top: 30px;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  body.single-product .woocommerce-variation-add-to-cart,
  body.single-product form.cart:not(.variations_form) {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
  }
}
body.single-product div.quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  width: 146px;
  min-width: 146px;
  height: 54px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  flex-shrink: 0;
  box-sizing: border-box;
  gap: 4px;
}
body.single-product div.quantity input.qty {
  width: 26px;
  text-align: center;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #121212;
  border: none !important;
  background: none;
  padding: 0;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
body.single-product div.quantity input.qty::-webkit-outer-spin-button, body.single-product div.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product div.quantity input.qty:focus {
  outline: none;
}
body.single-product div.quantity button.minus,
body.single-product div.quantity button.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #F1F1FA;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  outline: none !important;
}
body.single-product div.quantity button.minus:hover,
body.single-product div.quantity button.plus:hover {
  background-color: rgb(218.4526315789, 218.4526315789, 241.9473684211);
}
body.single-product div.quantity button.minus {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5138 9.91652C7.4413 9.91652 10.0005 9.91652 3.49625 9.91652C3.25275 9.91652 3.01922 9.81979 2.84704 9.6476C2.67486 9.47542 2.57812 9.24189 2.57812 8.99839C2.57812 8.75489 2.67486 8.52136 2.84704 8.34917C3.01922 8.17699 3.25275 8.08026 3.49625 8.08026C10.9507 8.08026 7.68912 8.08026 14.5138 8.08026C14.7573 8.08026 14.9908 8.17699 15.163 8.34917C15.3352 8.52136 15.4319 8.75489 15.4319 8.99839C15.4319 9.24189 15.3352 9.47542 15.163 9.6476C14.9908 9.81979 14.7573 9.91652 14.5138 9.91652Z' fill='%23000035'/%3E%3C/svg%3E");
}
body.single-product div.quantity button.plus {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5138 9.91644H9.92315V14.5071C9.92315 14.7506 9.82642 14.9841 9.65424 15.1563C9.48205 15.3285 9.24853 15.4252 9.00502 15.4252C8.76152 15.4252 8.52799 15.3285 8.35581 15.1563C8.18363 14.9841 8.08689 14.7506 8.08689 14.5071V9.91644H3.49625C3.25275 9.91644 3.01922 9.81971 2.84704 9.64752C2.67486 9.47534 2.57812 9.24181 2.57812 8.99831C2.57812 8.75481 2.67486 8.52128 2.84704 8.34909C3.01922 8.17691 3.25275 8.08018 3.49625 8.08018H8.08689V3.48954C8.08689 3.24604 8.18363 3.01251 8.35581 2.84032C8.52799 2.66814 8.76152 2.57141 9.00502 2.57141C9.24853 2.57141 9.48205 2.66814 9.65424 2.84032C9.82642 3.01251 9.92315 3.24604 9.92315 3.48954V8.08018H14.5138C14.7573 8.08018 14.9908 8.17691 15.163 8.34909C15.3352 8.52128 15.4319 8.75481 15.4319 8.99831C15.4319 9.24181 15.3352 9.47534 15.163 9.64752C14.9908 9.81971 14.7573 9.91644 14.5138 9.91644Z' fill='%23000035'/%3E%3C/svg%3E");
}
body.single-product .single_add_to_cart_button.button,
body.single-product button.single_add_to_cart_button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  height: 50px;
  padding: 16px 20px !important;
  background: #449BA1 !important;
  background-color: #449BA1 !important;
  color: #ffffff !important;
  font-family: "Google Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: background-color 300ms ease;
  white-space: nowrap;
  outline: none !important;
}
@media (max-width: 1023px) {
  body.single-product .single_add_to_cart_button.button,
  body.single-product button.single_add_to_cart_button {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  body.single-product .single_add_to_cart_button.button,
  body.single-product button.single_add_to_cart_button {
    font-size: 13px !important;
    padding: 14px 12px !important;
  }
}
body.single-product .single_add_to_cart_button.button::before,
body.single-product button.single_add_to_cart_button::before {
  content: none;
}
body.single-product .single_add_to_cart_button.button:hover,
body.single-product button.single_add_to_cart_button:hover {
  background: #C8BFB7 !important;
  background-color: #C8BFB7 !important;
}
@media (max-width: 767px) {
  body.single-product .single_add_to_cart_button.button,
  body.single-product button.single_add_to_cart_button {
    flex: 1 1 100%;
  }
}
body.single-product .woocommerce-tabs,
body.single-product .wc-tabs-wrapper {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.single-product .woocommerce-tabs::before, body.single-product .woocommerce-tabs::after,
body.single-product .wc-tabs-wrapper::before,
body.single-product .wc-tabs-wrapper::after {
  display: none;
}
body.single-product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce-tabs ul.wc-tabs,
body.single-product .wc-tabs-wrapper ul.tabs,
body.single-product .wc-tabs-wrapper ul.wc-tabs {
  display: none !important;
}
body.single-product .woocommerce-accordion.wc-accordion-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body.single-product .woocommerce-accordion.wc-accordion-wrapper {
    gap: 10px;
    margin-top: 16px;
  }
}
body.single-product .accordion-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 0;
  background: #F8F6F5;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body.single-product .accordion-item {
    padding: 14px 16px;
  }
}
body.single-product .accordion-item h3.accordion-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 38px;
  margin: 0;
  padding: 0;
  gap: 10px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  color: #000035;
  cursor: pointer;
  border: none;
  background: none;
  list-style: none;
}
body.single-product .accordion-item h3.accordion-title::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 8H8V13C8 13.2652 7.89464 13.5196 7.70711 13.7071C7.51957 13.8946 7.26522 14 7 14C6.73478 14 6.48043 13.8946 6.29289 13.7071C6.10536 13.5196 6 13.2652 6 13V8H1C0.734783 8 0.48043 7.89464 0.292893 7.70711C0.105357 7.51957 0 7.26522 0 7C0 6.73478 0.105357 6.48043 0.292893 6.29289C0.48043 6.10536 0.734783 6 1 6H6V1C6 0.734784 6.10536 0.480429 6.29289 0.292893C6.48043 0.105357 6.73478 0 7 0C7.26522 0 7.51957 0.105357 7.70711 0.292893C7.89464 0.480429 8 0.734784 8 1V6H13C13.2652 6 13.5196 6.10536 13.7071 6.29289C13.8946 6.48043 14 6.73478 14 7C14 7.26522 13.8946 7.51957 13.7071 7.70711C13.5196 7.89464 13.2652 8 13 8Z' fill='%23000035'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
body.single-product .accordion-item h3.accordion-title.active::after, body.single-product .accordion-item h3.accordion-title[aria-expanded=true]::after {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='2' viewBox='0 0 18 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H17C17.2652 0 17.5196 0.105357 17.7071 0.292893C17.8946 0.48043 18 0.734784 18 1C18 1.26522 17.8946 1.51957 17.7071 1.70711C17.5196 1.89464 17.2652 2 17 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1Z' fill='%23000035'/%3E%3C/svg%3E");
  background-size: 18px 2px;
}
body.single-product .accordion-item.active {
  gap: 16px;
}
body.single-product .accordion-item.active h3.accordion-title::after {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='2' viewBox='0 0 18 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H17C17.2652 0 17.5196 0.105357 17.7071 0.292893C17.8946 0.48043 18 0.734784 18 1C18 1.26522 17.8946 1.51957 17.7071 1.70711C17.5196 1.89464 17.2652 2 17 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1Z' fill='%23000035'/%3E%3C/svg%3E");
  background-size: 18px 2px;
}
body.single-product .accordion-item .accordion-content {
  width: 100%;
  display: none;
}
body.single-product .accordion-item .accordion-content p,
body.single-product .accordion-item .accordion-content ul,
body.single-product .accordion-item .accordion-content ol {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #555555;
  margin: 0 0 12px;
}
body.single-product .accordion-item .accordion-content p:last-child,
body.single-product .accordion-item .accordion-content ul:last-child,
body.single-product .accordion-item .accordion-content ol:last-child {
  margin-bottom: 0;
}
body.single-product .accordion-item .accordion-content p a,
body.single-product .accordion-item .accordion-content ul a,
body.single-product .accordion-item .accordion-content ol a {
  color: #449BA1;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
body.single-product .accordion-item .accordion-content p a:hover,
body.single-product .accordion-item .accordion-content ul a:hover,
body.single-product .accordion-item .accordion-content ol a:hover {
  text-decoration: underline;
  color: #053F43;
}
body.single-product .accordion-item .accordion-content strong {
  font-weight: 600;
  color: #555555;
}
body.single-product .accordion-item .accordion-content a {
  color: #449BA1;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
body.single-product .accordion-item .accordion-content a:hover {
  text-decoration: underline;
  color: #053F43;
}
body.single-product .accordion-item .accordion-content table.woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
}
body.single-product .accordion-item .accordion-content table.woocommerce-product-attributes tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
body.single-product .accordion-item .accordion-content table.woocommerce-product-attributes tr:last-child {
  border-bottom: none;
}
body.single-product .accordion-item .accordion-content table.woocommerce-product-attributes th,
body.single-product .accordion-item .accordion-content table.woocommerce-product-attributes td {
  padding: 8px 0;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #555555;
  background: none !important;
  border: none !important;
  text-align: left;
}
body.single-product .accordion-item .accordion-content table.woocommerce-product-attributes th {
  font-weight: 500;
  width: 40%;
}
body.single-product .accordion-item .accordion-content table.woocommerce-product-attributes td {
  font-weight: 400;
}
body.single-product .accordion-item .accordion-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.single-product .woocommerce-tabs .panel,
body.single-product .woocommerce-Tabs-panel,
body.single-product .wc-tabs-wrapper .panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px !important;
  gap: 16px;
  background: #F8F6F5 !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 0 16px !important;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none !important;
}
body.single-product .woocommerce-tabs .panel:last-child,
body.single-product .woocommerce-Tabs-panel:last-child,
body.single-product .wc-tabs-wrapper .panel:last-child {
  margin-bottom: 0 !important;
}
body.single-product .woocommerce-tabs .panel > h2,
body.single-product .woocommerce-Tabs-panel > h2,
body.single-product .wc-tabs-wrapper .panel > h2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 38px;
  margin: 0 !important;
  padding: 0;
  gap: 10px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  color: #000035;
  border: none;
  background: none;
  cursor: pointer;
}
body.single-product .woocommerce-tabs .panel > h2::after,
body.single-product .woocommerce-Tabs-panel > h2::after,
body.single-product .wc-tabs-wrapper .panel > h2::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='2' viewBox='0 0 18 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H17C17.2652 0 17.5196 0.105357 17.7071 0.292893C17.8946 0.48043 18 0.734784 18 1C18 1.26522 17.8946 1.51957 17.7071 1.70711C17.5196 1.89464 17.2652 2 17 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1Z' fill='%23000035'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 2px;
}
body.single-product .woocommerce-tabs .panel > h2.active::after, body.single-product .woocommerce-tabs .panel > h2[aria-expanded=true]::after,
body.single-product .woocommerce-Tabs-panel > h2.active::after,
body.single-product .woocommerce-Tabs-panel > h2[aria-expanded=true]::after,
body.single-product .wc-tabs-wrapper .panel > h2.active::after,
body.single-product .wc-tabs-wrapper .panel > h2[aria-expanded=true]::after {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 8H8V13C8 13.2652 7.89464 13.5196 7.70711 13.7071C7.51957 13.8946 7.26522 14 7 14C6.73478 14 6.48043 13.8946 6.29289 13.7071C6.10536 13.5196 6 13.2652 6 13V8H1C0.734783 8 0.48043 7.89464 0.292893 7.70711C0.105357 7.51957 0 7.26522 0 7C0 6.73478 0.105357 6.48043 0.292893 6.29289C0.48043 6.10536 0.734783 6 1 6H6V1C6 0.734784 6.10536 0.480429 6.29289 0.292893C6.48043 0.105357 6.73478 0 7 0C7.26522 0 7.51957 0.105357 7.70711 0.292893C7.89464 0.480429 8 0.734784 8 1V6H13C13.2652 6 13.5196 6.10536 13.7071 6.29289C13.8946 6.48043 14 6.73678 14 7C14 7.26522 13.8946 7.51957 13.7071 7.70711C13.5196 7.89464 13.2652 8 13 8Z' fill='%23000035'/%3E%3C/svg%3E");
  background-size: 14px 14px;
}
body.single-product .woocommerce-tabs .panel p,
body.single-product .woocommerce-tabs .panel ul,
body.single-product .woocommerce-tabs .panel ol,
body.single-product .woocommerce-tabs .panel table,
body.single-product .woocommerce-Tabs-panel p,
body.single-product .woocommerce-Tabs-panel ul,
body.single-product .woocommerce-Tabs-panel ol,
body.single-product .woocommerce-Tabs-panel table,
body.single-product .wc-tabs-wrapper .panel p,
body.single-product .wc-tabs-wrapper .panel ul,
body.single-product .wc-tabs-wrapper .panel ol,
body.single-product .wc-tabs-wrapper .panel table {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #555555;
  margin: 0;
  width: 100%;
}
body.single-product .woocommerce-product-attributes {
  border-collapse: collapse;
  width: 100%;
}
body.single-product .woocommerce-product-attributes tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
body.single-product .woocommerce-product-attributes tr:last-child {
  border-bottom: none;
}
body.single-product .woocommerce-product-attributes th,
body.single-product .woocommerce-product-attributes td {
  padding: 8px 0;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #555555;
  background: none !important;
  border: none !important;
  text-align: left;
}
body.single-product .woocommerce-product-attributes th {
  font-weight: 500;
  width: 40%;
}
body.single-product .woocommerce-product-attributes td {
  font-weight: 400;
}
@media (max-width: 1023px) {
  body.single-product .container_ctm {
    flex-direction: column !important;
    gap: 30px;
  }
  body.single-product .woocommerce-product-gallery {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.single-product .summary.entry-summary {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  body.single-product .container_ctm {
    gap: 20px;
  }
  body.single-product ol.flex-control-nav.flex-control-thumbs {
    display: none !important;
  }
  body.single-product .woocommerce-product-gallery {
    display: block !important;
  }
  body.single-product .entry-title {
    font-size: 22px !important;
  }
  body.single-product p.price > .woocommerce-Price-amount,
  body.single-product p.price ins .woocommerce-Price-amount {
    font-size: 22px !important;
  }
  body.single-product div.quantity {
    width: 146px;
    min-width: 146px;
  }
}

body.single-product.header_sticky .woocommerce-product-gallery {
  top: 135px;
}
@media (max-width: 1023px) {
  body.single-product.header_sticky .woocommerce-product-gallery {
    top: unset;
    position: relative !important;
  }
}

/* Make gallery layout horizontal */
.woocommerce div.product div.images {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

/* Thumbnail wrapper */
.woocommerce div.product div.images .flex-control-thumbs {
  width: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.woocommerce div.product div.images .flex-control-thumbs::before, .woocommerce div.product div.images .flex-control-thumbs::after {
  content: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  flex: 1;
}

.custom-review-section {
  background-color: #C8BFB7;
  width: 100%;
  box-sizing: border-box;
}
.custom-review-section .container_ctm {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  flex-direction: column !important;
  gap: 0 !important;
  align-items: stretch !important;
}
.custom-review-section .subtitle_black,
.custom-review-section .title_black {
  margin: 0;
  padding: 0;
}
.custom-review-section .review-heading {
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .custom-review-section .review-heading {
    margin-top: 10px;
  }
}
.custom-review-section .review_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .custom-review-section .review_row {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .custom-review-section .review_row {
    margin-top: 24px;
    gap: 24px;
  }
}
.custom-review-section .review-left {
  flex: 0 0 calc(62.5% - 15px);
  width: calc(62.5% - 15px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .custom-review-section .review-left {
    flex: 0 0 100%;
    width: 100%;
  }
}
.custom-review-section .woocommerce-noreviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-left: 4px solid #449BA1;
  box-shadow: none;
  padding: 20px 24px 20px 36px;
  margin: 0;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000035;
  line-height: 1;
  box-sizing: border-box;
}
.custom-review-section .woocommerce-noreviews::after {
  display: none;
  content: none;
}
.custom-review-section .woocommerce-noreviews::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  align-self: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z' stroke='%23449BA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  top: 15px;
  left: 6px;
}
@media (max-width: 767px) {
  .custom-review-section .woocommerce-noreviews {
    padding: 14px 20px 14px 36px;
    font-size: 15px;
  }
}
.custom-review-section .review-right {
  flex: 1 1 auto;
  min-width: 0;
  background-color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .custom-review-section .review-right {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-review-section .review-right {
    padding: 20px 16px;
  }
}
.custom-review-section ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.custom-review-section ol.commentlist::before, .custom-review-section ol.commentlist::after {
  content: none !important;
}
.custom-review-section #reviews .commentlist li time {
  opacity: 1;
  font-size: 16px;
  line-height: 140%;
  color: #555555;
}
.custom-review-section li.review {
  background-color: #E4DBD3;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .custom-review-section li.review {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .custom-review-section li.review {
    padding: 16px;
  }
}
.custom-review-section li.review::before, .custom-review-section li.review::after {
  content: none;
}
.custom-review-section .comment_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.custom-review-section .comment_container::before, .custom-review-section .comment_container::after {
  content: none !important;
}
.custom-review-section img.avatar {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  margin: 0 !important;
}
.custom-review-section .comment-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 991px) {
  .custom-review-section .comment-text {
    flex-direction: column;
    gap: 12px;
  }
}
.custom-review-section .review-info-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 264px;
}
@media (max-width: 1366px) {
  .custom-review-section .review-info-group {
    min-width: 0;
  }
}
.custom-review-section .review-info-group p.meta {
  order: -1;
}
.custom-review-section .review-info-group .star-rating {
  order: 0;
}
.custom-review-section .review-info-group .star-rating span:before, .custom-review-section .review-info-group .quantity .plus, .custom-review-section .review-info-group .quantity .minus, .custom-review-section .review-info-group p.stars a:hover:after, .custom-review-section .review-info-group p.stars a:after, .custom-review-section .review-info-group .star-rating span:before, .custom-review-section .review-info-group #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #171717;
}
.custom-review-section p.meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin: 0 !important;
  line-height: 1;
}
.custom-review-section .woocommerce-review__author {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #121212;
  white-space: nowrap;
}
.custom-review-section .woocommerce-review__author .author-last {
  font-weight: 400;
}
.custom-review-section .woocommerce-review__dash {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #555555;
  margin: 0 6px;
}
.custom-review-section .woocommerce-review__published-date {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #555555;
  white-space: nowrap;
}
.custom-review-section .description {
  flex: 1;
  min-width: 0;
  align-self: flex-start;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-review-section .description h3,
.custom-review-section .description .review-title,
.custom-review-section .description > strong:first-child {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  color: #121212;
  margin: 0;
  display: block;
}
@media (max-width: 1366px) {
  .custom-review-section .description h3,
  .custom-review-section .description .review-title,
  .custom-review-section .description > strong:first-child {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .custom-review-section .description h3,
  .custom-review-section .description .review-title,
  .custom-review-section .description > strong:first-child {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .custom-review-section .description h3,
  .custom-review-section .description .review-title,
  .custom-review-section .description > strong:first-child {
    font-size: 18px;
  }
}
.custom-review-section .description p {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #555555;
  margin: 0;
}
@media (max-width: 991px) {
  .custom-review-section .description {
    gap: 8px;
  }
}
.custom-review-section .review-title {
  font-size: 26px;
  line-height: 120%;
  color: #121212;
  font-weight: 600;
}
.custom-review-section .review-title strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .custom-review-section .review-title {
    font-size: 20px;
  }
}
.custom-review-section #load-more-reviews {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 16px 20px;
  background-color: #449BA1;
  border: none;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 200ms ease;
  position: relative;
  align-self: flex-start;
  box-sizing: border-box;
}
.custom-review-section #load-more-reviews::before {
  content: none;
}
.custom-review-section #load-more-reviews:hover {
  background: #000035;
  background-color: #000035;
}
@media (max-width: 767px) {
  .custom-review-section #load-more-reviews {
    width: 100%;
    align-self: stretch;
    text-align: center;
    justify-content: center;
  }
}
.custom-review-section #review_form_wrapper,
.custom-review-section #review_form {
  width: 100%;
}
.custom-review-section h3.custom-review-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  color: #121212;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .custom-review-section h3.custom-review-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.custom-review-section h3.custom-review-title span {
  color: #449BA1;
}
.custom-review-section p.comment-notes {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #555555;
  margin: 0 0 4px;
}
.custom-review-section #respond {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}
.custom-review-section #respond #reply-title {
  display: none;
}
.custom-review-section #commentform {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin: 0;
}
.custom-review-section #commentform p,
.custom-review-section #commentform .comment-notes,
.custom-review-section #commentform .comment-form-rating,
.custom-review-section #commentform .comment-form-title,
.custom-review-section #commentform .comment-form-comment,
.custom-review-section #commentform .comment-form-author,
.custom-review-section #commentform .comment-form-email,
.custom-review-section #commentform .comment-form-cookies-consent,
.custom-review-section #commentform .form-submit {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.custom-review-section #commentform label {
  display: none;
}
.custom-review-section #commentform input[type=text],
.custom-review-section #commentform input[type=email],
.custom-review-section #commentform input[type=url] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 14px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: border-color 200ms ease;
}
.custom-review-section #commentform input[type=text]::-moz-placeholder, .custom-review-section #commentform input[type=email]::-moz-placeholder, .custom-review-section #commentform input[type=url]::-moz-placeholder {
  color: #121212;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
}
.custom-review-section #commentform input[type=text]::placeholder,
.custom-review-section #commentform input[type=email]::placeholder,
.custom-review-section #commentform input[type=url]::placeholder {
  color: #121212;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
}
.custom-review-section #commentform input[type=text]:focus,
.custom-review-section #commentform input[type=email]:focus,
.custom-review-section #commentform input[type=url]:focus {
  border-color: #449BA1;
  outline: none;
}
.custom-review-section #commentform textarea#comment {
  display: block;
  width: 100%;
  min-height: 84px;
  height: 84px;
  padding: 14px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #121212;
  resize: none !important;
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: border-color 200ms ease;
}
.custom-review-section #commentform textarea#comment::-moz-placeholder {
  color: #121212;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
}
.custom-review-section #commentform textarea#comment::placeholder {
  color: #121212;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
}
.custom-review-section #commentform textarea#comment:focus {
  border-color: #449BA1;
}
@media (max-width: 767px) {
  .custom-review-section #commentform textarea#comment {
    min-height: 100px;
  }
}
.custom-review-section #commentform .comment-form-rating {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
@media (max-width: 1299px) {
  .custom-review-section #commentform .comment-form-rating {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .custom-review-section #commentform .comment-form-rating {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.custom-review-section #commentform .comment-form-rating label {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #555555;
  flex-shrink: 0;
  margin: 0;
}
.custom-review-section #commentform .comment-form-rating p.stars {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 3.33px;
}
@media (max-width: 767px) {
  .custom-review-section #commentform .comment-form-rating p.stars {
    justify-content: flex-start;
  }
}
.custom-review-section #commentform .comment-form-rating p.stars span[role=group] {
  display: flex;
  flex-direction: row;
  gap: 3.33px;
}
.custom-review-section #commentform .comment-form-rating p.stars a {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  color: rgba(17, 17, 17, 0.2);
  transition: color 150ms ease;
}
.custom-review-section #commentform .comment-form-rating p.stars a.active, .custom-review-section #commentform .comment-form-rating p.stars a:hover {
  color: #121212;
}
.custom-review-section #commentform .comment-form-rating p.stars.selected a.active {
  color: #121212;
}
.custom-review-section #commentform .comment-form-rating p.stars.selected a.active:before,
.custom-review-section #commentform .comment-form-rating p.stars:hover a:before,
.custom-review-section #commentform .comment-form-rating p.stars.selected a:not(.active):before,
.custom-review-section #commentform .comment-form-rating p.stars.selected a.active:before {
  color: #171717;
}
.custom-review-section #commentform .comment-form-rating select#rating {
  display: none !important;
}
.custom-review-section #commentform .comment-form-cookies-consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
}
.custom-review-section #commentform .comment-form-cookies-consent input[type=checkbox] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 4px 0 0;
  border: 1px solid #D1D1D6;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  outline: none;
}
.custom-review-section #commentform .comment-form-cookies-consent input[type=checkbox]:checked {
  background-color: #449BA1;
  border-color: #449BA1;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
.custom-review-section #commentform .comment-form-cookies-consent label {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  cursor: pointer;
  margin: 0;
}
.custom-review-section #commentform .form-submit {
  position: relative;
  margin-top: 8px;
}
.custom-review-section #commentform input#submit,
.custom-review-section #commentform input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 134px;
  height: 50px;
  padding: 16px 20px;
  box-sizing: border-box;
  background-color: #449BA1;
  border: none;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 300ms ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: top;
}
.custom-review-section #commentform input#submit:hover,
.custom-review-section #commentform input[type=submit]:hover {
  background: #C8BFB7;
  background-color: #C8BFB7;
}
@media (max-width: 767px) {
  .custom-review-section #commentform input#submit,
  .custom-review-section #commentform input[type=submit] {
    width: 100%;
  }
}
.custom-review-section #commentform .form-submit::before {
  content: none;
}
@media (max-width: 1023px) {
  .custom-review-section .review-left,
  .custom-review-section .review-right {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-review-section ol.commentlist {
    gap: 12px;
  }
  .custom-review-section li.review {
    padding: 16px;
  }
  .custom-review-section .comment_container {
    flex-direction: column;
    gap: 12px;
  }
  .custom-review-section img.avatar {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
    min-height: 48px;
  }
}

.blog-section .blog-header {
  margin-bottom: 50px;
}
.blog-section .blog-header .subtitle_black {
  margin-bottom: 12px;
  line-height: 0;
}
@media (max-width: 767px) {
  .blog-section .blog-header {
    margin-bottom: 30px;
  }
}
.blog-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .blog-section .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.blog-section .blog-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 500ms ease, transform 500ms ease;
}
.blog-section .blog-item .blog-image {
  position: relative;
  padding-top: 66.66%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-section .blog-item .blog-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-section .blog-item .blog-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 800ms ease;
}
.blog-section .blog-item .blog-content {
  padding: 24px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-section .blog-item .blog-date {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #449BA1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-section .blog-item .blog-item-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0;
  color: #121212;
  margin: 0 0 12px;
}
.blog-section .blog-item .blog-item-title a {
  color: #121212;
  transition: color 500ms;
}
.blog-section .blog-item .blog-item-title a:hover {
  color: #449BA1;
}
@media (max-width: 1023px) {
  .blog-section .blog-item .blog-item-title {
    font-size: 18px;
  }
}
.blog-section .blog-item .blog-excerpt {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #555555;
  margin: 0 0 20px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-item .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #449BA1;
  text-transform: uppercase;
  transition: color 500ms, gap 500ms;
  margin-top: auto;
}
.blog-section .blog-item .blog-link svg {
  flex-shrink: 0;
  transition: transform 500ms;
}
.blog-section .blog-item .blog-link svg path {
  transition: fill 500ms;
}
.blog-section .blog-item .blog-link:hover {
  color: #C8BFB7;
  gap: 14px;
}
.blog-section .blog-item .blog-link:hover svg path {
  fill: #C8BFB7;
}
.blog-section .blog-item:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
}
.blog-section .blog-item:hover .blog-image img {
  transform: scale(1.05);
}

.blog-single-page .blog-content-section .container_ctm {
  max-width: 860px;
}
.blog-single-page .blog-content-section .blog-featured-image {
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}
.blog-single-page .blog-content-section .blog-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.blog-single-page .blog-content-section .blog-content p {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 22px;
}
.blog-single-page .blog-content-section .blog-content p:last-child {
  margin-bottom: 0;
}
.blog-single-page .blog-content-section .blog-content h2, .blog-single-page .blog-content-section .blog-content h3, .blog-single-page .blog-content-section .blog-content h4, .blog-single-page .blog-content-section .blog-content h5, .blog-single-page .blog-content-section .blog-content h6 {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  color: #121212;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 14px;
}
.blog-single-page .blog-content-section .blog-content h2 {
  font-size: 30px;
}
.blog-single-page .blog-content-section .blog-content h3 {
  font-size: 24px;
}
.blog-single-page .blog-content-section .blog-content h4 {
  font-size: 20px;
}
.blog-single-page .blog-content-section .blog-content h5 {
  font-size: 18px;
}
.blog-single-page .blog-content-section .blog-content h6 {
  font-size: 16px;
}
.blog-single-page .blog-content-section .blog-content a {
  color: #449BA1;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
.blog-single-page .blog-content-section .blog-content a:hover {
  color: #053F43;
}
.blog-single-page .blog-content-section .blog-content strong, .blog-single-page .blog-content-section .blog-content b {
  font-weight: 700;
  color: #121212;
}
.blog-single-page .blog-content-section .blog-content em, .blog-single-page .blog-content-section .blog-content i {
  font-style: italic;
}
.blog-single-page .blog-content-section .blog-content ul, .blog-single-page .blog-content-section .blog-content ol {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  padding-left: 26px;
  margin-bottom: 22px;
}
.blog-single-page .blog-content-section .blog-content ul li, .blog-single-page .blog-content-section .blog-content ol li {
  margin-bottom: 8px;
}
.blog-single-page .blog-content-section .blog-content ul li {
  list-style: disc;
}
.blog-single-page .blog-content-section .blog-content ol li {
  list-style: decimal;
}
.blog-single-page .blog-content-section .blog-content blockquote {
  border-left: 4px solid #449BA1;
  background-color: rgba(68, 155, 161, 0.05);
  border-radius: 0 4px 4px 0;
  margin: 36px 0;
  padding: 20px 28px;
}
.blog-single-page .blog-content-section .blog-content blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #121212;
  line-height: 1.7;
  margin-bottom: 0;
}
.blog-single-page .blog-content-section .blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: 28px 0;
}
.blog-single-page .blog-content-section .blog-content hr {
  border: none;
  border-top: 1px solid #E5E5EA;
  margin: 40px 0;
}
.blog-single-page .blog-navigation {
  border-top: 1px solid #E5E5EA;
  border-bottom: 1px solid #E5E5EA;
  padding: 20px 0;
  margin-bottom: 60px;
}
.blog-single-page .blog-navigation .blog-nav-inner {
  max-width: 860px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.blog-single-page .blog-navigation .blog-prev a,
.blog-single-page .blog-navigation .blog-next a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #449BA1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 250ms ease, gap 250ms ease;
}
.blog-single-page .blog-navigation .blog-prev a:hover,
.blog-single-page .blog-navigation .blog-next a:hover {
  color: #053F43;
  gap: 10px;
}
@media (max-width: 767px) {
  .blog-single-page .blog-navigation .blog-nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.blog-single-page .related-posts {
  background-color: #fafafa;
}
.blog-single-page .related-posts .related-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #121212;
  margin-bottom: 32px;
  text-align: center;
}
.blog-single-page .related-posts .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-single-page .related-posts .blog-item {
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #E5E5EA;
  transition: box-shadow 280ms ease, transform 280ms ease;
}
.blog-single-page .related-posts .blog-item:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.blog-single-page .related-posts .blog-item .blog-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog-single-page .related-posts .blog-item .blog-image a {
  display: block;
  height: 100%;
}
.blog-single-page .related-posts .blog-item .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}
.blog-single-page .related-posts .blog-item .blog-image:hover img {
  transform: scale(1.05);
}
.blog-single-page .related-posts .blog-item .blog-content {
  padding: 20px 20px 24px;
}
.blog-single-page .related-posts .blog-item .blog-content .blog-item-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #121212;
  line-height: 1.45;
  margin-bottom: 14px;
}
.blog-single-page .related-posts .blog-item .blog-content .blog-item-title a {
  color: #121212;
  text-decoration: none;
  transition: color 250ms ease;
}
.blog-single-page .related-posts .blog-item .blog-content .blog-item-title a:hover {
  color: #449BA1;
}
.blog-single-page .related-posts .blog-item .blog-content .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #449BA1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 250ms ease, gap 250ms ease;
}
.blog-single-page .related-posts .blog-item .blog-content .blog-link::after {
  content: "→";
  font-size: 13px;
  transition: transform 250ms ease;
}
.blog-single-page .related-posts .blog-item .blog-content .blog-link:hover {
  color: #053F43;
  gap: 10px;
}
@media (max-width: 1023px) {
  .blog-single-page .blog-content-section .container_ctm {
    max-width: 100%;
  }
  .blog-single-page .blog-content-section .blog-featured-image {
    margin-bottom: 32px;
  }
  .blog-single-page .related-posts .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .blog-single-page .related-posts .related-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .blog-single-page .blog-content-section .blog-content p {
    font-size: 14px;
  }
  .blog-single-page .blog-content-section .blog-content h2 {
    font-size: 26px;
  }
  .blog-single-page .blog-content-section .blog-content h3 {
    font-size: 22px;
  }
  .blog-single-page .blog-content-section .blog-content h4 {
    font-size: 20px;
  }
  .blog-single-page .blog-content-section .blog-content blockquote p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog-single-page .blog-content-section .blog-featured-image {
    margin-bottom: 24px;
  }
  .blog-single-page .blog-content-section .blog-content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .blog-single-page .blog-content-section .blog-content h2 {
    font-size: 22px;
    margin-top: 28px;
  }
  .blog-single-page .blog-content-section .blog-content h3 {
    font-size: 19px;
  }
  .blog-single-page .blog-content-section .blog-content h4 {
    font-size: 16px;
  }
  .blog-single-page .blog-content-section .blog-content blockquote {
    padding: 14px 18px;
  }
  .blog-single-page .related-posts .blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blog-single-page .related-posts .related-title {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .blog-single-page .blog-content-section .blog-content h2 {
    font-size: 20px;
  }
  .blog-single-page .blog-content-section .blog-content h3 {
    font-size: 17px;
  }
}

.faq-section .faq-wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.faq-section .faq-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .faq-section .faq-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-title {
    margin-bottom: 24px;
  }
}
.faq-section .subtitle_black {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .faq-section .subtitle_black {
    margin-bottom: 8px;
  }
}
.faq-section .faq-accordion {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E5E5EA;
}
.faq-section .faq-item {
  position: relative;
  border-bottom: 1px solid #E5E5EA;
  border-left: 3px solid transparent;
  padding-left: 20px;
  transition: border-color 300ms ease;
}
.faq-section .faq-item.active {
  border-left-color: #449BA1;
}
.faq-section .faq-item.active .faq-question h3 {
  color: #449BA1;
}
.faq-section .faq-item.active .faq-question::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='2' viewBox='0 0 18 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H17C17.2652 0 17.5196 0.105357 17.7071 0.292893C17.8946 0.48043 18 0.734784 18 1C18 1.26522 17.8946 1.51957 17.7071 1.70711C17.5196 1.89464 17.2652 2 17 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1Z' fill='%23449BA1'/%3E%3C/svg%3E");
  background-size: 18px 2px;
}
.faq-section .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-section .faq-question::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 8H8V13C8 13.2652 7.89464 13.5196 7.70711 13.7071C7.51957 13.8946 7.26522 14 7 14C6.73478 14 6.48043 13.8946 6.29289 13.7071C6.10536 13.5196 6 13.2652 6 13V8H1C0.734783 8 0.48043 7.89464 0.292893 7.70711C0.105357 7.51957 0 7.26522 0 7C0 6.73478 0.105357 6.48043 0.292893 6.29289C0.48043 6.10536 0.734783 6 1 6H6V1C6 0.734784 6.10536 0.480429 6.29289 0.292893C6.48043 0.105357 6.73478 0 7 0C7.26522 0 7.51957 0.105357 7.70711 0.292893C7.89464 0.480429 8 0.734784 8 1V6H13C13.2652 6 13.5196 6.10536 13.7071 6.29289C13.8946 6.48043 14 6.73478 14 7C14 7.26522 13.8946 7.51957 13.7071 7.70711C13.5196 7.89464 13.2652 8 13 8Z' fill='%23449BA1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  transition: background-image 200ms ease;
}
.faq-section .faq-question h3 {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  padding: 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #121212;
  line-height: 1.35;
  transition: color 300ms ease;
}
@media (max-width: 991px) {
  .faq-section .faq-question h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-question h3 {
    font-size: 14px;
  }
}
.faq-section .faq-number {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #449BA1;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
  min-width: 26px;
  padding-top: 3px;
}
.faq-section .faq-answer {
  padding: 0 40px 24px 0;
}
.faq-section .faq-answer p, .faq-section .faq-answer ul, .faq-section .faq-answer ol {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 14px;
}
.faq-section .faq-answer p:last-child, .faq-section .faq-answer ul:last-child, .faq-section .faq-answer ol:last-child {
  margin-bottom: 0;
}
.faq-section .faq-answer ul, .faq-section .faq-answer ol {
  padding-left: 22px;
}
.faq-section .faq-answer ul li, .faq-section .faq-answer ol li {
  margin-bottom: 6px;
}
.faq-section .faq-answer ul li {
  list-style: disc;
}
.faq-section .faq-answer ol li {
  list-style: decimal;
}
.faq-section .faq-answer a {
  color: #449BA1;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
.faq-section .faq-answer a:hover {
  color: #053F43;
}
.faq-section .faq-answer strong {
  font-weight: 600;
  color: #333333;
}
.faq-section .faq-answer img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 16px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .faq-section .faq-answer {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .faq-section .faq-answer p, .faq-section .faq-answer ul, .faq-section .faq-answer ol {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .faq-section .faq-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-item {
    padding-left: 14px;
  }
  .faq-section .faq-question {
    padding: 16px 0;
    gap: 12px;
  }
}
@media (max-width: 479px) {
  .faq-section .faq-question::after {
    width: 20px;
    height: 20px;
  }
}

.contact-form-section {
  background-color: rgba(68, 155, 161, 0.05);
}
.contact-form-section .contact-form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #C8BFB7;
  overflow: hidden;
}
.contact-form-section .contact-form-left {
  background-color: rgba(68, 155, 161, 0.04);
  border-right: 1px solid #C8BFB7;
  padding: 48px 40px;
}
.contact-form-section .contact-form-left .title_black h2 {
  margin: 0 0 20px;
}
.contact-form-section .contact-form-left__content {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #C8BFB7;
}
.contact-form-section .contact-form-left__content p {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.85;
  margin: 0 0 8px;
}
.contact-form-section .contact-form-left__content p:last-child {
  margin-bottom: 0;
}
.contact-form-section .contact-form-left__content strong, .contact-form-section .contact-form-left__content b {
  font-weight: 700;
  color: #121212;
}
.contact-form-section .contact-form-left__content a {
  color: #449BA1;
  text-decoration: none;
  transition: color 250ms ease;
}
.contact-form-section .contact-form-left__content a:hover {
  color: #053F43;
  text-decoration: underline;
}
.contact-form-section .contact-form-left__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form-section .contact-info-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-form-section .contact-info-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background-color: rgba(68, 155, 161, 0.1);
  border: 1.5px solid rgba(68, 155, 161, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #449BA1;
  flex-shrink: 0;
  margin-top: 0;
  transition: background-color 250ms ease, border-color 250ms ease;
}
.contact-form-section .contact-info-icon svg {
  display: block;
}
.contact-form-section .contact-info-row:hover .contact-info-icon {
  background-color: rgba(68, 155, 161, 0.18);
  border-color: rgba(68, 155, 161, 0.45);
}
.contact-form-section .contact-info-row span,
.contact-form-section .contact-info-row a {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.7;
  text-decoration: none;
  padding-top: 0;
}
.contact-form-section .contact-info-row a {
  font-weight: 600;
  color: #449BA1;
  transition: color 250ms ease;
}
.contact-form-section .contact-info-row a:hover {
  color: #053F43;
  text-decoration: underline;
}
.contact-form-section .contact-form-right {
  padding: 48px 40px;
}
.contact-form-section .contact-form-right__title h2 {
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  margin: 0 0 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contact-form-section .contact-form-right__title h2 {
    font-size: 20px;
  }
}
.contact-form-section .contact-form-right__form .wpcf7 {
  margin: 0;
  padding: 0;
}
.contact-form-section .contact-form-right__form .wpcf7-form label {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #121212;
  margin: 16px 0 6px;
}
.contact-form-section .contact-form-right__form .wpcf7-form label:first-child {
  margin-top: 0;
}
.contact-form-section .contact-form-right__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form-section .contact-form-right__form .wpcf7-form input[type=text],
.contact-form-section .contact-form-right__form .wpcf7-form input[type=email],
.contact-form-section .contact-form-right__form .wpcf7-form input[type=tel],
.contact-form-section .contact-form-right__form .wpcf7-form select,
.contact-form-section .contact-form-right__form .wpcf7-form textarea {
  width: 100%;
  padding: 11px 14px;
  background-color: transparent;
  border: 1.5px solid #C8BFB7;
  border-radius: 4px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  color: #121212;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.contact-form-section .contact-form-right__form .wpcf7-form input[type=text]::-moz-placeholder, .contact-form-section .contact-form-right__form .wpcf7-form input[type=email]::-moz-placeholder, .contact-form-section .contact-form-right__form .wpcf7-form input[type=tel]::-moz-placeholder, .contact-form-section .contact-form-right__form .wpcf7-form select::-moz-placeholder, .contact-form-section .contact-form-right__form .wpcf7-form textarea::-moz-placeholder {
  color: #555555;
}
.contact-form-section .contact-form-right__form .wpcf7-form input[type=text]::placeholder,
.contact-form-section .contact-form-right__form .wpcf7-form input[type=email]::placeholder,
.contact-form-section .contact-form-right__form .wpcf7-form input[type=tel]::placeholder,
.contact-form-section .contact-form-right__form .wpcf7-form select::placeholder,
.contact-form-section .contact-form-right__form .wpcf7-form textarea::placeholder {
  color: #555555;
}
.contact-form-section .contact-form-right__form .wpcf7-form input[type=text]:focus,
.contact-form-section .contact-form-right__form .wpcf7-form input[type=email]:focus,
.contact-form-section .contact-form-right__form .wpcf7-form input[type=tel]:focus,
.contact-form-section .contact-form-right__form .wpcf7-form select:focus,
.contact-form-section .contact-form-right__form .wpcf7-form textarea:focus {
  border-color: #449BA1;
  box-shadow: 0 0 0 3px rgba(68, 155, 161, 0.1);
}
.contact-form-section .contact-form-right__form .wpcf7-form textarea {
  min-height: 100px;
  resize: none;
  line-height: 1.6;
}
.contact-form-section .contact-form-right__form .wpcf7-form .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 567px) {
  .contact-form-section .contact-form-right__form .wpcf7-form .cf7-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.contact-form-section .contact-form-right__form .wpcf7-form .cf7-col {
  display: flex;
  flex-direction: column;
}
.contact-form-section .contact-form-right__form .wpcf7-form .cf7-col label {
  margin-top: 0;
}
.contact-form-section .contact-form-right__form .wpcf7-form input[type=submit] {
  display: block;
  width: 100%;
  padding: 16px 20px;
  margin-top: 20px;
  background-color: #449BA1;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 500ms;
  outline: none !important;
}
.contact-form-section .contact-form-right__form .wpcf7-form input[type=submit]:hover {
  background-color: #C8BFB7;
}
@media (max-width: 767px) {
  .contact-form-section .contact-form-right__form .wpcf7-form input[type=submit] {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.contact-form-section .contact-form-right__form .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  color: #dc2626;
  margin-top: 4px;
}
.contact-form-section .contact-form-right__form .wpcf7-form .wpcf7-not-valid {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08) !important;
}
.contact-form-section .contact-form-right__form .wpcf7-form .wpcf7-response-output {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 4px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  border-left-width: 4px;
  line-height: 1.5;
}
.contact-form-section .contact-form-right__form .wpcf7-form.sent .wpcf7-response-output {
  background-color: #f0fdf4;
  border-color: rgba(22, 163, 74, 0.25);
  border-left-color: #16a34a;
  color: #15803d;
}
.contact-form-section .contact-form-right__form .wpcf7-form.invalid .wpcf7-response-output, .contact-form-section .contact-form-right__form .wpcf7-form.failed .wpcf7-response-output {
  background-color: #fef2f2;
  border-color: rgba(220, 38, 38, 0.25);
  border-left-color: #dc2626;
  color: #b91c1c;
}
.contact-form-section .contact-form-right__form .wpcf7-form.spam .wpcf7-response-output, .contact-form-section .contact-form-right__form .wpcf7-form.unaccepted .wpcf7-response-output, .contact-form-section .contact-form-right__form .wpcf7-form.payment-required .wpcf7-response-output {
  background-color: #fefce8;
  border-color: rgba(202, 138, 4, 0.25);
  border-left-color: #ca8a04;
  color: #a16207;
}
@media (max-width: 991px) {
  .contact-form-section .contact-form-wrapper {
    grid-template-columns: 1fr;
  }
  .contact-form-section .contact-form-left {
    border-right: none;
    border-bottom: 1px solid #C8BFB7;
    padding: 36px 32px;
  }
  .contact-form-section .contact-form-right {
    padding: 36px 32px;
  }
}
@media (max-width: 767px) {
  .contact-form-section .contact-form-left,
  .contact-form-section .contact-form-right {
    padding: 28px 20px;
  }
  .contact-form-section .contact-form-left__content p {
    font-size: 14px;
  }
  .contact-form-section .contact-info-row span,
  .contact-form-section .contact-info-row a {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .contact-form-section .contact-form-left,
  .contact-form-section .contact-form-right {
    padding: 24px 16px;
  }
}

.general-content-section .general-content-wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.general-content-section h2 {
  font-family: "Google Sans", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #121212;
  line-height: 1.3;
  margin: 48px 0 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E5EA;
  position: relative;
}
.general-content-section h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background-color: #449BA1;
}
.general-content-section h2:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .general-content-section h2 {
    font-size: 24px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .general-content-section h2 {
    font-size: 20px;
    margin-top: 32px;
  }
}
.general-content-section h3 {
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  line-height: 1.35;
  margin: 48px 0 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E5EA;
  position: relative;
}
.general-content-section h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background-color: #449BA1;
}
.general-content-section h3:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .general-content-section h3 {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .general-content-section h3 {
    font-size: 18px;
    margin-top: 32px;
  }
}
.general-content-section h4 {
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #121212;
  line-height: 1.4;
  margin: 28px 0 10px;
}
@media (max-width: 767px) {
  .general-content-section h4 {
    font-size: 16px;
    margin-top: 22px;
  }
}
.general-content-section p {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.85;
  margin: 0 0 16px;
}
.general-content-section p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .general-content-section p {
    font-size: 14px;
  }
}
.general-content-section strong, .general-content-section b {
  font-weight: 700;
  color: #333333;
}
.general-content-section em, .general-content-section i {
  font-style: italic;
}
.general-content-section a {
  color: #449BA1;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 250ms ease;
}
.general-content-section a:hover {
  color: #053F43;
}
.general-content-section ol, .general-content-section ul {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.85;
  margin: 0 0 16px;
  padding-left: 0;
  list-style: none;
}
.general-content-section ol li, .general-content-section ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.general-content-section ol li:last-child, .general-content-section ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .general-content-section ol, .general-content-section ul {
    font-size: 14px;
  }
}
.general-content-section ol {
  counter-reset: gc-counter;
}
.general-content-section ol > li {
  counter-increment: gc-counter;
}
.general-content-section ol > li::before {
  content: counter(gc-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #449BA1;
  line-height: 1.85;
}
.general-content-section ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #449BA1;
}
.general-content-section ol ol, .general-content-section ul ul, .general-content-section ol ul, .general-content-section ul ol {
  margin: 8px 0 0;
  padding-left: 16px;
}
.general-content-section .gc-article {
  background-color: rgba(68, 155, 161, 0.03);
  border-left: 3px solid #449BA1;
  border-radius: 0 6px 6px 0;
  padding: 24px 28px;
  margin: 32px 0;
}
.general-content-section .gc-article h3 {
  margin-top: 0;
  border-bottom-color: rgba(68, 155, 161, 0.2);
}
.general-content-section .gc-article h3::after {
  background-color: #449BA1;
}
@media (max-width: 767px) {
  .general-content-section .gc-article {
    padding: 20px 18px;
  }
}
.general-content-section > .general-content-wrapper > p:first-of-type {
  font-size: 18px;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .general-content-section > .general-content-wrapper > p:first-of-type {
    font-size: 16px;
  }
}
.general-content-section hr {
  border: none;
  border-top: 1px solid #E5E5EA;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .general-content-section hr {
    margin: 28px 0;
  }
}
.general-content-section blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid #449BA1;
  background-color: rgba(68, 155, 161, 0.04);
  border-radius: 0 4px 4px 0;
}
.general-content-section blockquote p {
  font-size: 18px;
  color: #333333;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .general-content-section .general-content-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .general-content-section h3 {
    margin-top: 32px;
  }
  .general-content-section h3::after {
    width: 36px;
  }
}

.error-404.not-found {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.error-404.not-found .page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 120px;
  position: relative;
  overflow: hidden;
}
.error-404.not-found .page-content::before {
  content: "404";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 380px;
  line-height: 1;
  letter-spacing: -16px;
  color: #E5E5EA;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1023px) {
  .error-404.not-found .page-content {
    padding: 80px 20px 100px;
  }
  .error-404.not-found .page-content::before {
    font-size: 280px;
    letter-spacing: -12px;
  }
}
@media (max-width: 991px) {
  .error-404.not-found .page-content {
    padding: 60px 16px 80px;
  }
  .error-404.not-found .page-content::before {
    font-size: 200px;
    letter-spacing: -8px;
  }
}
@media (max-width: 767px) {
  .error-404.not-found .page-content {
    padding: 50px 0 70px;
  }
  .error-404.not-found .page-content::before {
    font-size: 140px;
    letter-spacing: -5px;
  }
}
@media (max-width: 479px) {
  .error-404.not-found .page-content {
    padding: 40px 0 60px;
  }
  .error-404.not-found .page-content::before {
    font-size: 100px;
    letter-spacing: -3px;
  }
}
.error-404.not-found .error-404-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 740px;
  background-color: #ffffff;
  border: 1px solid #E5E5EA;
  border-radius: 12px;
  padding: 60px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1023px) {
  .error-404.not-found .error-404-box {
    padding: 48px 40px;
  }
}
@media (max-width: 991px) {
  .error-404.not-found .error-404-box {
    padding: 40px 32px;
  }
}
@media (max-width: 767px) {
  .error-404.not-found .error-404-box {
    padding: 32px 20px;
    border-radius: 8px;
  }
}
.error-404.not-found .page-header {
  margin-bottom: 16px;
  width: 100%;
}
.error-404.not-found .page-title {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #121212;
  margin: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .error-404.not-found .page-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .error-404.not-found .page-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .error-404.not-found .page-title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .error-404.not-found .page-title {
    font-size: 20px;
  }
}
.error-404.not-found .error-404-box > p {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #555555;
  max-width: 480px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .error-404.not-found .error-404-box > p {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
.error-404.not-found .error-404-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error-404.not-found .error-404-grid {
    gap: 12px;
    margin-bottom: 28px;
  }
}
@media (max-width: 479px) {
  .error-404.not-found .error-404-grid {
    grid-template-columns: 1fr;
  }
}
.error-404.not-found .error-404-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 28px 20px;
  border: 1px solid #E5E5EA;
  border-radius: 8px;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
  transition: border-color 400ms, box-shadow 400ms, color 400ms;
}
.error-404.not-found .error-404-grid-item:hover {
  border-color: #449BA1;
  box-shadow: 0 4px 20px rgba(68, 155, 161, 0.12);
  color: #449BA1;
}
@media (max-width: 767px) {
  .error-404.not-found .error-404-grid-item {
    padding: 20px 16px;
    gap: 10px;
  }
}
.error-404.not-found .grid-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgba(68, 155, 161, 0.08);
  flex-shrink: 0;
  transition: background-color 400ms;
}
.error-404.not-found .grid-item-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
@media (max-width: 767px) {
  .error-404.not-found .grid-item-icon {
    width: 44px;
    height: 44px;
  }
  .error-404.not-found .grid-item-icon svg {
    width: 18px;
    height: 18px;
  }
}
.error-404.not-found .error-404-grid-item:hover .grid-item-icon {
  background-color: rgba(68, 155, 161, 0.16);
}
.error-404.not-found .grid-item-label {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .error-404.not-found .grid-item-label {
    font-size: 14px;
  }
}
.error-404.not-found .error-404-actions {
  display: flex;
  justify-content: center;
}

.lp-hero-section {
  position: relative;
  min-height: 720px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.lp-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.05) 55%, rgba(255, 255, 255, 0.15) 100%);
  pointer-events: none;
}
.lp-hero-section .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1299px) {
  .lp-hero-section {
    min-height: 600px;
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  .lp-hero-section {
    min-height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .lp-hero-section {
    padding: 36px 0;
  }
}

.lp-hero-inner {
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .lp-hero-inner {
    justify-content: center;
  }
}

.lp-hero-card {
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(0, 0, 0, 0.07);
  border-top: 4px solid #449BA1;
  border-radius: 12px;
  box-shadow: 0 8px 60px rgba(0, 0, 0, 0.14);
  padding: 52px 56px;
  max-width: 780px;
  width: 100%;
}
@media (max-width: 1299px) {
  .lp-hero-card {
    max-width: 680px;
    padding: 44px 44px;
  }
}
@media (max-width: 1023px) {
  .lp-hero-card {
    max-width: 100%;
    padding: 40px 36px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .lp-hero-card {
    padding: 32px 24px;
    border-radius: 8px;
  }
}

.lp-hero-title {
  font-family: "Google Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  color: #333333;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1299px) {
  .lp-hero-title {
    font-size: 38px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .lp-hero-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .lp-hero-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.lp-hero-title .lp-first-letter {
  color: #449BA1;
}

.lp-hero-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .lp-hero-bottom {
    gap: 24px;
  }
}

.lp-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}
@media (max-width: 479px) {
  .lp-features-list {
    grid-template-columns: 1fr;
    gap: 14px 0;
  }
}
.lp-features-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  margin: 0;
}
@media (max-width: 767px) {
  .lp-features-list li {
    font-size: 16px;
    gap: 12px;
  }
}
.lp-features-list .lp-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #449BA1;
}
.lp-features-list .lp-feature-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.lp-hero-cta {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 767px) {
  .lp-hero-cta .btn_primary {
    width: 100%;
    justify-content: center;
  }
}
.lp-banner-section {
  position: relative;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .lp-banner-section {
    min-height: 360px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .lp-banner-section {
    min-height: auto;
    padding: 44px 0;
  }
}

.lp-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

.lp-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  max-width: 600px;
}
@media (max-width: 1023px) {
  .lp-banner-inner {
    max-width: 520px;
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .lp-banner-inner {
    max-width: 100%;
    gap: 20px;
  }
}

.lp-banner-badge {
  display: inline-block;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #449BA1;
  border-radius: 4px;
  padding: 7px 16px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.lp-banner-badge:hover {
  background-color: rgb(55.8847161572, 127.384279476, 132.3152838428);
  color: #ffffff;
}

.lp-banner-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767px) {
  .lp-banner-body {
    gap: 20px;
  }
}

.lp-banner-title {
  font-family: "Google Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1023px) {
  .lp-banner-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lp-banner-title {
    font-size: 22px;
  }
}

.lp-banner-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lp-banner-pills span {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  padding: 6px 16px;
  white-space: nowrap;
}

.lp-banner-description {
  color: #ffffff;
}

@media (max-width: 767px) {
  .lp-banner-body .btn_primary {
    width: 100%;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */