/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/sass/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/sass/style.scss (1) ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

textarea, input, button {
  background: transparent;
  border: none;
  margin: 0; }
  textarea:focus, input:focus, button:focus {
    outline: none; }

input,
textarea,
button,
select,
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

section {
  overflow: hidden; }

.container {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 20px;
  max-width: 1384px; }
  @media (max-width: 992px) {
    .container {
      max-width: 768px; } }

.row {
  margin: 0 -20px;
  display: flex; }
  .row .col {
    padding: 0 20px; }

body {
  color: #11171B;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: #F6F8FA; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  color: #1B242B;
  font-weight: 700;
  text-transform: uppercase; }

h1 {
  font-size: 60px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h1 {
      font-size: calc(16 * ((100vw - 400px) / 1519) + 44px); } }
  @media (max-width: 400px) {
    h1 {
      font-size:  44px; } }

h2 {
  font-size: 48px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h2 {
      font-size: calc(12 * ((100vw - 400px) / 1519) + 36px); } }
  @media (max-width: 400px) {
    h2 {
      font-size:  36px; } }

h3 {
  font-size: 32px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h3 {
      font-size: calc(4 * ((100vw - 400px) / 1519) + 24px); } }
  @media (max-width: 400px) {
    h3 {
      font-size:  24px; } }

h4 {
  font-size: 48px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h4 {
      font-size: calc(20 * ((100vw - 400px) / 1519) + 28px); } }
  @media (max-width: 400px) {
    h4 {
      font-size:  28px; } }

h5 {
  font-size: 24px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h5 {
      font-size: calc(2 * ((100vw - 400px) / 1519) + 18px); } }
  @media (max-width: 400px) {
    h5 {
      font-size:  18px; } }

h6 {
  font-size: 20px; }
  @media (max-width: 1919px) and (min-width: 401px) {
    h6 {
      font-size: calc(4 * ((100vw - 400px) / 1519) + 16px); } }
  @media (max-width: 400px) {
    h6 {
      font-size:  16px; } }

.content {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #11171B; }
  @media (max-width: 1919px) and (min-width: 401px) {
    .content {
      font-size: calc(4 * ((100vw - 400px) / 1519) + 14px); } }
  @media (max-width: 400px) {
    .content {
      font-size:  14px; } }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: "Noto Sans", sans-serif;
    color: #1B242B;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .content h1 {
    font-size: 36px;
    margin: 0 0 50px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h1 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 26px); } }
    @media (max-width: 400px) {
      .content h1 {
        font-size:  26px; } }
  .content h2 {
    font-size: 34px;
    margin: 0 0 40px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h2 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 24px); } }
    @media (max-width: 400px) {
      .content h2 {
        font-size:  24px; } }
  .content h3 {
    font-size: 32px;
    margin: 0 0 30px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h3 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 22px); } }
    @media (max-width: 400px) {
      .content h3 {
        font-size:  22px; } }
  .content h4 {
    font-size: 30px;
    margin: 0 0 20px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h4 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 20px); } }
    @media (max-width: 400px) {
      .content h4 {
        font-size:  20px; } }
  .content h5 {
    font-size: 28px;
    margin: 0 0 20px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h5 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 18px); } }
    @media (max-width: 400px) {
      .content h5 {
        font-size:  18px; } }
  .content h6 {
    font-size: 26px;
    margin: 0 0 20px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h6 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 16px); } }
    @media (max-width: 400px) {
      .content h6 {
        font-size:  16px; } }
  .content p {
    font-size: 18px;
    margin: 0 0 30px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content p {
        font-size: calc(2 * ((100vw - 400px) / 1519) + 16px); } }
    @media (max-width: 400px) {
      .content p {
        font-size:  16px; } }
  .content p + h1 {
    margin-top: 50px; }
  .content p + h2 {
    margin-top: 50px; }
  .content p + h3 {
    margin-top: 40px; }
  .content p + h4 {
    margin-top: 30px; }
  .content p + h5 {
    margin-top: 30px; }
  .content p + h6 {
    margin-top: 30px; }
  .content .wp-caption + p {
    margin: 35px 0 0; }
  .content strong {
    font-weight: 700; }
  .content em {
    font-style: italic; }
  .content a {
    font-family: "Noto Sans", sans-serif;
    color: #11171B;
    text-decoration: underline; }
    .content a:hover {
      color: #00273A; }
  .content ul, .content ol {
    margin: 40px 0 50px;
    font-size: 18px; }
    @media (max-width: 768px) {
      .content ul, .content ol {
        font-size: 16px; } }
  .content ul {
    padding: 0 0 0 30px; }
    .content ul li {
      list-style-type: disc; }
      .content ul li + li {
        margin-top: 15px; }
    .content ul + p {
      margin-top: 20px; }
  .content ol {
    padding: 0 0 0 30px; }
    .content ol li {
      list-style-type: decimal; }
      .content ol li + li {
        padding-top: 15px; }
  .content blockquote {
    padding: 35px 10px 35px 30px;
    border-top: 2px dashed #a7aaae;
    border-bottom: 2px dashed #a7aaae;
    margin: 55px 0;
    position: relative; }
    @media (max-width: 1100px) {
      .content blockquote {
        padding: 35px 20px 35px 50px; } }
    .content blockquote:before {
      content: '\E806';
      font-family: fontello;
      position: absolute;
      left: -106px;
      top: 24px;
      color: #00273A;
      font-size: 36px; }
      @media (max-width: 1100px) {
        .content blockquote:before {
          left: 0; } }
    .content blockquote p {
      font-weight: 700;
      font-size: 24px; }
      @media (max-width: 1919px) and (min-width: 401px) {
        .content blockquote p {
          font-size: calc(8 * ((100vw - 400px) / 1519) + 16px); } }
      @media (max-width: 400px) {
        .content blockquote p {
          font-size:  16px; } }

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.btn-group {
  margin: 0 -10px; }
  .btn-group .btn {
    margin: 0 10px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 35px;
  text-decoration: none;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  outline: none;
  padding: 16px 40px; }
  .btn.btn-sm {
    padding: 8px 24px;
    font-size: 14px;
    letter-spacing: 0; }
  .btn.btn-md {
    padding: 12px 30px;
    font-size: 14px; }
  .btn.btn-lg {
    padding: 16px 40px;
    font-size: 14px; }
  .btn.btn-primary {
    background-color: #007CBD;
    color: #FFFFFF;
    border-color: transparent; }
    .btn.btn-primary:hover {
      background-color: #006192;
      color: #FFFFFF;
      border-color: transparent; }
    .btn.btn-primary:active {
      background-color: #006192;
      color: #FFFFFF;
      border-color: transparent; }
    .btn.btn-primary:focus-visible {
      background-color: #006192;
      outline: 2px solid #00273A;
      outline-offset: 4px; }
    .btn.btn-primary:disabled, .btn.btn-primary.disabled {
      background-color: #ADB8C0;
      color: #FFFFFF;
      opacity: 1;
      pointer-events: none;
      cursor: not-allowed; }
  .btn.btn-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .btn.btn-secondary:hover {
      background-color: transparent;
      color: #0085CA;
      border-color: #24B6FF; }
    .btn.btn-secondary:active {
      background-color: transparent;
      color: #0085CA;
      border-color: #24B6FF; }
    .btn.btn-secondary:focus-visible {
      outline: 2px solid #00273A;
      outline-offset: 4px; }
    .btn.btn-secondary:disabled, .btn.btn-secondary.disabled {
      color: #ADB8C0;
      border-color: #ADB8C0;
      opacity: 0.7;
      pointer-events: none;
      cursor: not-allowed; }
  .btn.btn-outline {
    background-color: transparent;
    border-color: #0085CA;
    color: #11171B; }
    .btn.btn-outline:hover, .btn.btn-outline:focus {
      background-color: #0085CA;
      color: #11171B; }
    .btn.btn-outline:focus-visible {
      outline: 2px solid #00273A;
      outline-offset: 4px; }
  .btn.btn-text {
    background-color: transparent;
    color: #11171B;
    border-color: transparent; }
    .btn.btn-text:hover {
      color: #007CBD;
      background-color: transparent;
      border-color: transparent; }
    .btn.btn-text:active {
      color: #007CBD;
      background-color: transparent;
      border-color: transparent; }
    .btn.btn-text:focus-visible {
      outline: 2px solid #00273A;
      outline-offset: 4px; }
    .btn.btn-text:disabled, .btn.btn-text.disabled {
      color: #ADB8C0;
      opacity: 0.7;
      pointer-events: none;
      cursor: not-allowed; }
  .btn.main-btn-1 {
    padding: 29px 50px;
    font-size: 21px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    background-color: #00273A;
    border-radius: 0; }
    .btn.main-btn-1:hover {
      background-color: #006192; }

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #11171B;
  color: #FFFFFF;
  font-family: "Noto Sans", sans-serif; }
  .site-header .header-left {
    display: flex;
    gap: 10px;
    align-items: center; }
  .site-header .container {
    max-width: 1440px;
    padding: 0 48px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .site-header .container {
        padding: 0 16px; } }
  .site-header .promo-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #4C555D;
    background: #11171B;
    padding: 4px 48px; }
    .site-header .promo-bar .promo_bar_text {
      color: #E9F8FF;
      text-align: center;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: -0.028px; }
  .site-header .header-main {
    height: 80px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .site-header .header-main {
        height: 68px; } }
  .site-header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 60px;
    max-width: 1920px; }
  .site-header .logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10; }
    .site-header .logo .header-logo-img {
      max-height: 60px;
      width: auto; }
      @media (max-width: 991px) {
        .site-header .logo .header-logo-img {
          max-height: 36px; } }
    .site-header .logo .logo-fallback {
      font-size: 24px;
      font-weight: 600;
      color: #FFFFFF; }
  .site-header .header-center {
    margin-left: auto; }
  .site-header .main-navigation .header-nav {
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0; }
    .site-header .main-navigation .header-nav li a {
      color: #FFFFFF;
      text-decoration: none;
      font-size: 16px;
      font-weight: 400;
      transition: color 0.3s ease; }
      .site-header .main-navigation .header-nav li a:hover {
        color: #0085CA; }
    .site-header .main-navigation .header-nav li.current-menu-item a {
      font-weight: 600; }
  .site-header .header-utilities {
    display: flex;
    align-items: center;
    gap: 20px; }
    @media (max-width: 991px) {
      .site-header .header-utilities {
        gap: 16px; } }
  .site-header .utility-btn {
    background: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    transition: opacity 0.3s; }
    .site-header .utility-btn:hover {
      opacity: 0.7; }
    .site-header .utility-btn svg {
      width: 19px;
      height: 19px; }
      .site-header .utility-btn svg path {
        fill: #fff; }
  .site-header .cart-chip {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid #0085CA;
    border-radius: 35px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 6px 21px;
    color: #fff;
    gap: 7px; }
    @media (max-width: 991px) {
      .site-header .cart-chip {
        border: none;
        padding: 0;
        height: auto; } }
    .site-header .cart-chip:hover {
      background-color: rgba(0, 133, 202, 0.1); }
    .site-header .cart-chip .cart-icon {
      display: flex;
      align-items: center; }
      .site-header .cart-chip .cart-icon svg {
        width: 20px;
        height: 20px; }
    .site-header .cart-chip .cart-text {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.05em; }
    .site-header .cart-chip .cart-count {
      background-color: #00273A;
      color: #FFFFFF;
      font-size: 11px;
      font-weight: 700;
      min-width: 18px;
      height: 18px;
      padding: 0 4px;
      border-radius: 9999px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .site-header .region-bar {
    background-color: #00273A;
    padding: 4px 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #F6F8FA; }
    .site-header .region-bar .region-bar-content {
      width: 100%;
      text-align: center; }
    .site-header .region-bar .region-text a {
      color: #F6F8FA;
      text-decoration: underline;
      text-decoration-color: #0085CA; }
      .site-header .region-bar .region-text a:hover {
        color: #24B6FF; }

.mobile-menu-collapse {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #11171B;
  border-top: 1px solid #4C555D;
  display: flex;
  flex-direction: column;
  padding: 0;
  z-index: 1000;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, visibility 0.4s;
  box-shadow: 0 8px 16px rgba(17, 23, 27, 0.5); }
  .mobile-menu-collapse.is-open {
    max-height: calc(100vh - 68px);
    opacity: 1;
    visibility: visible;
    overflow-y: auto; }
  .mobile-menu-collapse .collapse-content {
    flex: 1;
    padding: 32px 16px; }
    .mobile-menu-collapse .collapse-content .mobile-nav {
      list-style: none;
      padding: 0;
      margin: 0; }
      .mobile-menu-collapse .collapse-content .mobile-nav li {
        margin-bottom: 32px; }
        .mobile-menu-collapse .collapse-content .mobile-nav li:last-child {
          margin-bottom: 0; }
        .mobile-menu-collapse .collapse-content .mobile-nav li a {
          color: #FFFFFF;
          font-size: 16px;
          font-weight: 600;
          text-decoration: none;
          display: block;
          transition: color 0.3s;
          letter-spacing: 0.07em; }
          .mobile-menu-collapse .collapse-content .mobile-nav li a:hover {
            color: #0085CA; }
  .mobile-menu-collapse .collapse-footer {
    border-top: 1px solid #1B242B;
    display: flex;
    gap: 16px;
    background-color: #11171B; }
    .mobile-menu-collapse .collapse-footer .collapse-btn {
      flex: 1;
      padding: 24px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: #FFFFFF;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      transition: background 0.3s ease; }
      .mobile-menu-collapse .collapse-footer .collapse-btn:hover {
        background-color: rgba(0, 133, 202, 0.1); }

.animate-burger-button {
  border: none;
  background: transparent;
  padding: 10px;
  width: 40px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .animate-burger-button:hover {
    background: transparent; }
    .animate-burger-button:hover .animate-burger .top {
      transform: translateY(-3px); }
    .animate-burger-button:hover .animate-burger .bottom {
      transform: translateY(3px); }
  .animate-burger-button.is-active .animate-burger .top {
    transform: translateY(4px) rotate(-45deg); }
  .animate-burger-button.is-active .animate-burger .middle {
    transform: translateX(10px);
    opacity: 0; }
  .animate-burger-button.is-active .animate-burger .bottom {
    transform: translateY(-7px) rotate(45deg); }
  .animate-burger-button .animate-burger {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 13px; }
    .animate-burger-button .animate-burger span {
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff;
      left: 0;
      transition: transform .5s, opacity .6s; }
    .animate-burger-button .animate-burger .top {
      top: 0; }
    .animate-burger-button .animate-burger .middle {
      top: 50%;
      margin-top: -1px; }
    .animate-burger-button .animate-burger .bottom {
      bottom: 0; }

@media (max-width: 991px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 992px) {
  .mobile-only {
    display: none !important; } }

body.no-scroll {
  overflow: hidden; }

footer .container {
  max-width: 1865px; }

footer .logo img {
  height: 80px;
  width: auto; }

footer .bottom-menu {
  text-align: center;
  background-color: #11171B;
  padding: 8px 0; }

footer .top-footer {
  background-color: #1B242B;
  color: #8E9DA8;
  padding: 48px 48px 48px 48px; }
  @media screen and (max-width: 768px) {
    footer .top-footer {
      padding: 32px; } }
  footer .top-footer .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between; }
    @media (max-width: 768px) {
      footer .top-footer .flex {
        flex-direction: column; } }
  footer .top-footer .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 117px;
    justify-content: space-between; }
    @media screen and (max-width: 1800px) {
      footer .top-footer .menu {
        gap: 30px; } }
    @media screen and (max-width: 1500px) {
      footer .top-footer .menu {
        gap: 20px;
        flex: 1; } }
    @media (max-width: 768px) {
      footer .top-footer .menu {
        flex-direction: column; } }
    footer .top-footer .menu .item {
      flex: 1; }
      @media screen and (max-width: 1500px) {
        footer .top-footer .menu .item {
          flex: 1; } }
      @media screen and (max-width: 1200px) {
        footer .top-footer .menu .item {
          flex: auto; } }
      footer .top-footer .menu .item.seo {
        flex: 2;
        max-width: 455px; }
        @media screen and (max-width: 1500px) {
          footer .top-footer .menu .item.seo {
            flex: 1; } }
        @media screen and (max-width: 1200px) {
          footer .top-footer .menu .item.seo {
            flex: auto;
            max-width: 100%; } }
      footer .top-footer .menu .item ul {
        display: flex;
        gap: 12px;
        flex-direction: column;
        flex-wrap: wrap; }
        footer .top-footer .menu .item ul.social {
          flex-direction: row;
          gap: 24px;
          align-items: center; }
          footer .top-footer .menu .item ul.social img, footer .top-footer .menu .item ul.social svg {
            width: 22px;
            height: 22px; }
          footer .top-footer .menu .item ul.social .menu-title {
            margin-bottom: -6px; }
      footer .top-footer .menu .item .menu-title {
        pointer-events: none;
        font-weight: 600;
        color: #FFFFFF;
        width: 100%;
        margin-bottom: 9px; }
        footer .top-footer .menu .item .menu-title a {
          font-weight: 600;
          pointer-events: none;
          color: #FFFFFF; }
      footer .top-footer .menu .item .seo-footer p {
        line-height: 1.3; }
      footer .top-footer .menu .item .seo-footer a.btn {
        margin-top: 20px; }

footer .copyright {
  color: #ADB8C0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: -0.028px; }

a {
  text-decoration: none;
  color: inherit;
  transition: color .5s, opacity .5s, background .5s; }
  a:focus {
    outline: none; }

button {
  transition: color .5s, opacity .5s, background .5s;
  cursor: pointer; }

.back-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.rect-outer {
  position: relative; }
  .rect-outer .rect-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

input[type="email"],
input[type="password"],
input[type="text"] {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #8696A2;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: #11171B;
  transition: border-color 0.3s; }
  input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
    color: #8696A2; }
  input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="text"]::placeholder {
    color: #8696A2; }
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="text"]:focus {
    outline: none;
    border-color: #007CBD; }
  input[type="email"].error,
  input[type="password"].error,
  input[type="text"].error {
    border-color: #B00020; }

body.body-scroll-locked {
  overflow: hidden !important;
  height: 100%; }
  body.body-scroll-locked[style*="position: fixed"] {
    width: 100%;
    left: 0; }

.woocommerce form .form-row .required {
  color: #007CBD; }

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2716%27 viewBox=%270 0 22 16%27 fill=%27none%27%3E%3Cpath d=%27M11 0C14.5745 0 17.3208 1.97937 19.1165 3.83681C20.0226 4.77396 20.7145 5.70751 21.1799 6.40625C21.4131 6.75642 21.5908 7.05038 21.7117 7.25868C21.7721 7.3628 21.8185 7.44591 21.8504 7.50434C21.8663 7.5335 21.8793 7.55643 21.888 7.57292C21.8923 7.58108 21.8953 7.588 21.8979 7.59288C21.8991 7.59533 21.9006 7.59736 21.9014 7.59896L21.9023 7.60069L21.9032 7.60156C21.9034 7.60189 21.9031 7.60248 21.0832 8C21.9031 8.39752 21.9034 8.39811 21.9032 8.39844L21.9023 8.39931L21.9014 8.40104C21.9006 8.40264 21.8991 8.40467 21.8979 8.40712C21.8953 8.412 21.8923 8.41892 21.888 8.42708C21.8793 8.44357 21.8663 8.4665 21.8504 8.49566C21.8185 8.55409 21.7721 8.6372 21.7117 8.74132C21.5908 8.94962 21.4131 9.24358 21.1799 9.59375C20.7145 10.2925 20.0226 11.226 19.1165 12.1632C17.3208 14.0206 14.5745 16 11 16C7.42548 16 4.6792 14.0206 2.88345 12.1632C1.97744 11.226 1.28546 10.2925 0.820075 9.59375C0.58686 9.24358 0.409174 8.94962 0.288342 8.74132C0.227945 8.6372 0.181474 8.55409 0.14959 8.49566C0.133678 8.4665 0.120731 8.44357 0.111992 8.42708C0.107667 8.41892 0.104699 8.412 0.102145 8.40712C0.100864 8.40467 0.0993923 8.40264 0.0985646 8.40104L0.0976694 8.39931L0.0967742 8.39844C0.0966058 8.39811 0.0968696 8.39752 0.916754 8C0.0968696 7.60248 0.0966058 7.60189 0.0967742 7.60156L0.0976694 7.60069L0.0985646 7.59896C0.0993923 7.59736 0.100864 7.59533 0.102145 7.59288C0.104699 7.588 0.107667 7.58108 0.111992 7.57292C0.120731 7.55643 0.133678 7.5335 0.14959 7.50434C0.181474 7.44591 0.227945 7.3628 0.288342 7.25868C0.409174 7.05038 0.58686 6.75642 0.820075 6.40625C1.28546 5.70751 1.97744 4.77396 2.88345 3.83681C4.6792 1.97937 7.42548 0 11 0ZM11 1.77778C8.15799 1.77778 5.86255 3.35402 4.22084 5.05208C3.40834 5.89249 2.78237 6.73701 2.35978 7.37153C2.19546 7.61826 2.06332 7.83225 1.96321 8C2.06332 8.16775 2.19546 8.38174 2.35978 8.62847C2.78237 9.26299 3.40834 10.1075 4.22084 10.9479C5.86255 12.646 8.15799 14.2222 11 14.2222C13.842 14.2222 16.1374 12.646 17.7792 10.9479C18.5917 10.1075 19.2176 9.26299 19.6402 8.62847C19.8044 8.38193 19.9358 8.16769 20.0359 8C19.9358 7.83231 19.8044 7.61807 19.6402 7.37153C19.2176 6.73701 18.5917 5.89249 17.7792 5.05208C16.1374 3.35402 13.842 1.77778 11 1.77778ZM0.916754 8L0.0967742 8.39844C-0.0322581 8.14819 -0.0322581 7.85181 0.0967742 7.60156L0.916754 8ZM21.9032 7.60156C22.0323 7.85181 22.0323 8.14819 21.9032 8.39844L21.0832 8L21.9032 7.60156Z%27 fill=%27black%27/%3E%3Cpath d=%27M12.8333 8C12.8333 7.01816 12.0125 6.22222 11 6.22222C9.98749 6.22222 9.16668 7.01816 9.16668 8C9.16668 8.98184 9.98749 9.77778 11 9.77778C12.0125 9.77778 12.8333 8.98184 12.8333 8ZM14.6666 8C14.6666 9.96368 13.025 11.5556 11 11.5556C8.97497 11.5556 7.33337 9.96368 7.33337 8C7.33337 6.03632 8.97497 4.44444 11 4.44444C13.025 4.44444 14.6666 6.03632 14.6666 8Z%27 fill=%27black%27/%3E%3C/svg%3E"); }

.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M5.99864 5.82676C6.40096 5.51954 6.97596 5.59638 7.28323 5.99864C7.59043 6.40094 7.51355 6.97594 7.11135 7.28323C5.42942 8.56758 4.02087 10.1725 2.96486 12.0027C3.06478 12.1752 3.1962 12.395 3.35964 12.6481C3.78224 13.3024 4.40822 14.1734 5.22073 15.04C6.86038 16.789 9.15212 18.4117 11.9892 18.4158C13.7621 18.3859 15.4792 17.7908 16.8895 16.7158C17.2921 16.4091 17.8672 16.4869 18.174 16.8895C18.4808 17.2921 18.403 17.8672 18.0004 18.1741C16.2779 19.487 14.1807 20.2146 12.0152 20.25C12.0102 20.2501 12.005 20.25 12 20.25C8.4254 20.25 5.67909 18.2088 3.88332 16.2933C2.9773 15.3268 2.28531 14.3641 1.81992 13.6435C1.5867 13.2824 1.40901 12.9793 1.28818 12.7645C1.22778 12.6571 1.18131 12.5714 1.14943 12.5111C1.13351 12.481 1.12057 12.4574 1.11183 12.4404C1.1075 12.432 1.10454 12.4249 1.10198 12.4198C1.1007 12.4173 1.09923 12.4152 1.0984 12.4136L1.09751 12.4118L1.09661 12.4109C1.09644 12.4105 1.09671 12.4099 1.9166 12L1.09661 12.4109C0.963417 12.1445 0.968315 11.8292 1.10914 11.5667C2.31115 9.32665 3.9782 7.36963 5.99864 5.82676ZM12.0009 3.75082C15.575 3.75116 18.321 5.79132 20.1166 7.70666C21.0226 8.6731 21.7146 9.63583 22.18 10.3564C22.4132 10.7175 22.5909 11.0207 22.7117 11.2355C22.7721 11.3428 22.8186 11.4286 22.8505 11.4888C22.8664 11.5189 22.8793 11.5425 22.8881 11.5595C22.8924 11.5679 22.8954 11.5751 22.8979 11.5801C22.8992 11.5827 22.9007 11.5848 22.9015 11.5864L22.9024 11.5882L22.9033 11.5891C22.9035 11.5894 22.9032 11.59 22.0833 12L22.9033 11.5891C23.0363 11.855 23.0318 12.1701 22.8917 12.4324C22.3052 13.5295 21.606 14.5626 20.805 15.5145C20.479 15.9018 19.9006 15.9514 19.5132 15.6255C19.1259 15.2995 19.0763 14.7211 19.4022 14.3337C20.0152 13.6052 20.561 12.8231 21.0351 11.9982C20.9351 11.8255 20.8039 11.6053 20.6403 11.3519C20.2177 10.6975 19.5917 9.8266 18.7792 8.95992C17.1375 7.20879 14.842 5.58327 12 5.58327H11.9982C11.4212 5.58191 10.8457 5.64782 10.2839 5.77932C9.79096 5.89469 9.29819 5.58833 9.18281 5.09539C9.06748 4.60255 9.37305 4.10979 9.86584 3.99431C10.5659 3.83045 11.2828 3.74826 12.0017 3.74992L12.0009 3.75082ZM9.43167 9.38603C9.80201 9.04095 10.3819 9.06145 10.727 9.43168C11.0721 9.80206 11.0517 10.3819 10.6813 10.727C10.5013 10.8948 10.3572 11.0975 10.257 11.3223C10.1568 11.5472 10.1029 11.7905 10.0986 12.0367C10.0943 12.2827 10.1389 12.5274 10.2311 12.7555C10.3233 12.9837 10.4607 13.1911 10.6348 13.3651C10.8089 13.5392 11.0162 13.6767 11.2444 13.7689C11.4727 13.8611 11.718 13.9057 11.9641 13.9014C12.2102 13.897 12.4529 13.8431 12.6776 13.7429C12.9024 13.6427 13.1051 13.4987 13.2729 13.3186C13.618 12.9482 14.1979 12.9278 14.5682 13.2729C14.9385 13.6181 14.959 14.1979 14.6139 14.5683C14.2782 14.9285 13.8731 15.2174 13.4233 15.4178C12.9737 15.6181 12.4885 15.726 11.9964 15.7347C11.504 15.7434 11.0144 15.6532 10.5578 15.4688C10.1013 15.2844 9.68672 15.0095 9.33857 14.6614C8.99042 14.3132 8.71553 13.8987 8.53112 13.4421C8.3467 12.9856 8.25656 12.4959 8.26525 12.0036C8.27398 11.5115 8.38187 11.0262 8.58214 10.5766C8.78254 10.1269 9.07144 9.72171 9.43167 9.38603Z%27 fill=%27black%27/%3E%3Cpath d=%27M1.26849 1.26849C1.62647 0.910504 2.20673 0.910504 2.56471 1.26849L22.7314 21.4353C23.0894 21.7933 23.0894 22.3735 22.7314 22.7315C22.3734 23.0895 21.7932 23.0895 21.4352 22.7315L1.26849 2.56472C0.910505 2.20674 0.910505 1.62647 1.26849 1.26849Z%27 fill=%27black%27/%3E%3C/svg%3E"); }

.sp-sale-tag {
  background: #00273A;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: -0.2px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 2px;
  text-transform: capitalize;
  z-index: 2; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition: .35s;
  transition-timing-function: ease; }

/* ─── Bootstrap 4.1 Modal ─────────────────────────────────────────────────── */
/* iOS-safe scroll lock */
body.modal-open {
  overflow: hidden; }

body.modal-ios-lock {
  position: fixed;
  width: 100%;
  /* top is set dynamically via JS */ }

/* Scrollbar measurement helper */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

/* ─── Backdrop ────────────────────────────────────────────────────────────── */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(17, 23, 27, 0.7);
  /* iOS Safari: needs cursor:pointer so tap fires click */
  cursor: pointer; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

/* ─── Modal wrapper ───────────────────────────────────────────────────────── */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  /* B4: when open, use flex so .modal-dialog-centered works */ }
  .modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px); }
  .modal.fade.show .modal-dialog {
    transform: none; }

/* Make the wrapper scrollable when content overflows */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* ─── Dialog ──────────────────────────────────────────────────────────────── */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 16px;
  pointer-events: none; }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 28px auto; } }

/* Vertical center helper (B4 class) */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 32px); }
  @media (min-width: 576px) {
    .modal-dialog-centered {
      min-height: calc(100% - 56px); } }

/* ─── Content ─────────────────────────────────────────────────────────────── */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 12px;
  outline: 0; }

/* ─── Fade transition ─────────────────────────────────────────────────────── */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

/* ─── Reusable Bottom-Up Overlay ─────────────────────────────────────────── */
.theme-bottom-overlay, .account-navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 23, 27, 0.4);
  z-index: 10000;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s; }
  .theme-bottom-overlay.is-open, .is-open.account-navigation-overlay {
    visibility: visible;
    opacity: 1; }
  .theme-bottom-overlay-content, .account-navigation-overlay-content {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .theme-bottom-overlay.is-open .theme-bottom-overlay-content, .is-open.account-navigation-overlay .theme-bottom-overlay-content, .theme-bottom-overlay.is-open .account-navigation-overlay-content, .is-open.account-navigation-overlay .account-navigation-overlay-content {
      transform: translateY(0); }
  .theme-bottom-overlay-header, .account-navigation-overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid rgba(76, 85, 93, 0.1);
    flex-shrink: 0; }
  .theme-bottom-overlay-title, .account-navigation-overlay-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #11171B; }
  .theme-bottom-overlay-close, .account-navigation-overlay-close {
    background: none;
    border: none;
    padding: 8px;
    color: #4C555D;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -8px; }
    .theme-bottom-overlay-close svg, .account-navigation-overlay-close svg {
      width: 24px;
      height: 24px; }
    .theme-bottom-overlay-close:hover, .account-navigation-overlay-close:hover {
      color: #11171B; }
  .theme-bottom-overlay-body, .account-navigation-overlay-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px;
    -webkit-overflow-scrolling: touch; }

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 95px 0 123px; }
  @media (min-width: 992px) {
    .hero-banner {
      padding: 60px 0 80px; } }
  .hero-banner .container {
    max-width: 1506px; }
  .hero-banner__content {
    position: relative;
    z-index: 1;
    max-width: 700px; }
  .hero-banner__title {
    color: #FFFFFF;
    text-transform: initial;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 32px; }
  .hero-banner__btn {
    margin-top: 8px; }

.bottom-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 136px 0; }
  @media (max-width: 992px) {
    .bottom-banner {
      padding: 60px 0; } }
  .bottom-banner .container {
    position: relative;
    z-index: 1;
    max-width: 800px; }
  .bottom-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .bottom-banner__title {
    color: #FFFFFF;
    font-family: "Noto Sans", sans-serif;
    text-transform: initial;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500; }
  .bottom-banner__content {
    max-width: 390px;
    color: #FCFEFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.18px; }
  .bottom-banner__actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    margin-top: 40px; }
    @media (min-width: 576px) {
      .bottom-banner__actions {
        flex-direction: row;
        justify-content: center;
        width: auto;
        gap: 24px; } }

.seo-section {
  padding: 60px 0;
  background-color: #F6F8FA; }
  @media (min-width: 992px) {
    .seo-section {
      padding: 64px 0 96px; } }
  .seo-section__inner {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (min-width: 992px) {
      .seo-section__inner {
        flex-direction: row;
        align-items: stretch;
        gap: 80px; } }
  .seo-section__image-wrap {
    width: 100%;
    display: flex; }
    @media (max-width: 992px) {
      .seo-section__image-wrap {
        min-height: 250px; } }
    @media (min-width: 992px) {
      .seo-section__image-wrap {
        width: 46%;
        max-width: 400px;
        flex-shrink: 0; } }
  .seo-section__image {
    margin: 0;
    width: 100%;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.27) 100%), lightgray 50%/cover no-repeat; }
    .seo-section__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .seo-section__content-wrap {
    width: 100%; }
  .seo-section__title {
    color: #11171B;
    text-transform: initial;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    line-height: 1; }
  .seo-section__content {
    color: #11171B;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 13px;
    letter-spacing: -0.004em; }
    .seo-section__content p {
      margin-bottom: 16px; }
      .seo-section__content p:last-child {
        margin-bottom: 0; }
  .seo-section .seo-section__btn {
    color: #11171B;
    border-color: #007CBD; }
    .seo-section .seo-section__btn svg path {
      transition: 0.5s; }
    .seo-section .seo-section__btn:hover svg path {
      fill: #007CBD; }

.auth-page-container {
  max-width: 610px;
  width: 100%;
  margin: 80px auto;
  text-align: center;
  font-family: "Noto Sans", sans-serif; }
  .auth-page-container .auth-header {
    margin-bottom: 24px; }
    .auth-page-container .auth-header .auth-title {
      font-size: 48px;
      font-weight: 600;
      color: #11171B;
      line-height: 1.2;
      letter-spacing: -0.96px;
      margin-bottom: 16px;
      text-transform: initial; }
    .auth-page-container .auth-header .auth-subtitle {
      font-size: 16px;
      font-weight: 400;
      color: #11171B;
      line-height: 1.4;
      letter-spacing: -0.08px; }
  .auth-page-container .auth-form {
    text-align: left; }
    .auth-page-container .auth-form .form-group {
      margin-bottom: 14px; }
      .auth-page-container .auth-form .form-group label {
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #11171B; }
        .auth-page-container .auth-form .form-group label .required {
          color: #B00020;
          margin-left: 2px; }
      .auth-page-container .auth-form .form-group .password-input-wrapper {
        position: relative; }
        .auth-page-container .auth-form .form-group .password-input-wrapper .password-toggle {
          position: absolute;
          right: 16px;
          top: 50%;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          cursor: pointer;
          background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2716%27 viewBox=%270 0 22 16%27 fill=%27none%27%3E%3Cpath d=%27M11 0C14.5745 0 17.3208 1.97937 19.1165 3.83681C20.0226 4.77396 20.7145 5.70751 21.1799 6.40625C21.4131 6.75642 21.5908 7.05038 21.7117 7.25868C21.7721 7.3628 21.8185 7.44591 21.8504 7.50434C21.8663 7.5335 21.8793 7.55643 21.888 7.57292C21.8923 7.58108 21.8953 7.588 21.8979 7.59288C21.8991 7.59533 21.9006 7.59736 21.9014 7.59896L21.9023 7.60069L21.9032 7.60156C21.9034 7.60189 21.9031 7.60248 21.0832 8C21.9031 8.39752 21.9034 8.39811 21.9032 8.39844L21.9023 8.39931L21.9014 8.40104C21.9006 8.40264 21.8991 8.40467 21.8979 8.40712C21.8953 8.412 21.8923 8.41892 21.888 8.42708C21.8793 8.44357 21.8663 8.4665 21.8504 8.49566C21.8185 8.55409 21.7721 8.6372 21.7117 8.74132C21.5908 8.94962 21.4131 9.24358 21.1799 9.59375C20.7145 10.2925 20.0226 11.226 19.1165 12.1632C17.3208 14.0206 14.5745 16 11 16C7.42548 16 4.6792 14.0206 2.88345 12.1632C1.97744 11.226 1.28546 10.2925 0.820075 9.59375C0.58686 9.24358 0.409174 8.94962 0.288342 8.74132C0.227945 8.6372 0.181474 8.55409 0.14959 8.49566C0.133678 8.4665 0.120731 8.44357 0.111992 8.42708C0.107667 8.41892 0.104699 8.412 0.102145 8.40712C0.100864 8.40467 0.0993923 8.40264 0.0985646 8.40104L0.0976694 8.39931L0.0967742 8.39844C0.0966058 8.39811 0.0968696 8.39752 0.916754 8C0.0968696 7.60248 0.0966058 7.60189 0.0967742 7.60156L0.0976694 7.60069L0.0985646 7.59896C0.0993923 7.59736 0.100864 7.59533 0.102145 7.59288C0.104699 7.588 0.107667 7.58108 0.111992 7.57292C0.120731 7.55643 0.133678 7.5335 0.14959 7.50434C0.181474 7.44591 0.227945 7.3628 0.288342 7.25868C0.409174 7.05038 0.58686 6.75642 0.820075 6.40625C1.28546 5.70751 1.97744 4.77396 2.88345 3.83681C4.6792 1.97937 7.42548 0 11 0ZM11 1.77778C8.15799 1.77778 5.86255 3.35402 4.22084 5.05208C3.40834 5.89249 2.78237 6.73701 2.35978 7.37153C2.19546 7.61826 2.06332 7.83225 1.96321 8C2.06332 8.16775 2.19546 8.38174 2.35978 8.62847C2.78237 9.26299 3.40834 10.1075 4.22084 10.9479C5.86255 12.646 8.15799 14.2222 11 14.2222C13.842 14.2222 16.1374 12.646 17.7792 10.9479C18.5917 10.1075 19.2176 9.26299 19.6402 8.62847C19.8044 8.38193 19.9358 8.16769 20.0359 8C19.9358 7.83231 19.8044 7.61807 19.6402 7.37153C19.2176 6.73701 18.5917 5.89249 17.7792 5.05208C16.1374 3.35402 13.842 1.77778 11 1.77778ZM0.916754 8L0.0967742 8.39844C-0.0322581 8.14819 -0.0322581 7.85181 0.0967742 7.60156L0.916754 8ZM21.9032 7.60156C22.0323 7.85181 22.0323 8.14819 21.9032 8.39844L21.0832 8L21.9032 7.60156Z%27 fill=%27black%27/%3E%3Cpath d=%27M12.8333 8C12.8333 7.01816 12.0125 6.22222 11 6.22222C9.98749 6.22222 9.16668 7.01816 9.16668 8C9.16668 8.98184 9.98749 9.77778 11 9.77778C12.0125 9.77778 12.8333 8.98184 12.8333 8ZM14.6666 8C14.6666 9.96368 13.025 11.5556 11 11.5556C8.97497 11.5556 7.33337 9.96368 7.33337 8C7.33337 6.03632 8.97497 4.44444 11 4.44444C13.025 4.44444 14.6666 6.03632 14.6666 8Z%27 fill=%27black%27/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
          .auth-page-container .auth-form .form-group .password-input-wrapper .password-toggle.visible {
            background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M5.99864 5.82676C6.40096 5.51954 6.97596 5.59638 7.28323 5.99864C7.59043 6.40094 7.51355 6.97594 7.11135 7.28323C5.42942 8.56758 4.02087 10.1725 2.96486 12.0027C3.06478 12.1752 3.1962 12.395 3.35964 12.6481C3.78224 13.3024 4.40822 14.1734 5.22073 15.04C6.86038 16.789 9.15212 18.4117 11.9892 18.4158C13.7621 18.3859 15.4792 17.7908 16.8895 16.7158C17.2921 16.4091 17.8672 16.4869 18.174 16.8895C18.4808 17.2921 18.403 17.8672 18.0004 18.1741C16.2779 19.487 14.1807 20.2146 12.0152 20.25C12.0102 20.2501 12.005 20.25 12 20.25C8.4254 20.25 5.67909 18.2088 3.88332 16.2933C2.9773 15.3268 2.28531 14.3641 1.81992 13.6435C1.5867 13.2824 1.40901 12.9793 1.28818 12.7645C1.22778 12.6571 1.18131 12.5714 1.14943 12.5111C1.13351 12.481 1.12057 12.4574 1.11183 12.4404C1.1075 12.432 1.10454 12.4249 1.10198 12.4198C1.1007 12.4173 1.09923 12.4152 1.0984 12.4136L1.09751 12.4118L1.09661 12.4109C1.09644 12.4105 1.09671 12.4099 1.9166 12L1.09661 12.4109C0.963417 12.1445 0.968315 11.8292 1.10914 11.5667C2.31115 9.32665 3.9782 7.36963 5.99864 5.82676ZM12.0009 3.75082C15.575 3.75116 18.321 5.79132 20.1166 7.70666C21.0226 8.6731 21.7146 9.63583 22.18 10.3564C22.4132 10.7175 22.5909 11.0207 22.7117 11.2355C22.7721 11.3428 22.8186 11.4286 22.8505 11.4888C22.8664 11.5189 22.8793 11.5425 22.8881 11.5595C22.8924 11.5679 22.8954 11.5751 22.8979 11.5801C22.8992 11.5827 22.9007 11.5848 22.9015 11.5864L22.9024 11.5882L22.9033 11.5891C22.9035 11.5894 22.9032 11.59 22.0833 12L22.9033 11.5891C23.0363 11.855 23.0318 12.1701 22.8917 12.4324C22.3052 13.5295 21.606 14.5626 20.805 15.5145C20.479 15.9018 19.9006 15.9514 19.5132 15.6255C19.1259 15.2995 19.0763 14.7211 19.4022 14.3337C20.0152 13.6052 20.561 12.8231 21.0351 11.9982C20.9351 11.8255 20.8039 11.6053 20.6403 11.3519C20.2177 10.6975 19.5917 9.8266 18.7792 8.95992C17.1375 7.20879 14.842 5.58327 12 5.58327H11.9982C11.4212 5.58191 10.8457 5.64782 10.2839 5.77932C9.79096 5.89469 9.29819 5.58833 9.18281 5.09539C9.06748 4.60255 9.37305 4.10979 9.86584 3.99431C10.5659 3.83045 11.2828 3.74826 12.0017 3.74992L12.0009 3.75082ZM9.43167 9.38603C9.80201 9.04095 10.3819 9.06145 10.727 9.43168C11.0721 9.80206 11.0517 10.3819 10.6813 10.727C10.5013 10.8948 10.3572 11.0975 10.257 11.3223C10.1568 11.5472 10.1029 11.7905 10.0986 12.0367C10.0943 12.2827 10.1389 12.5274 10.2311 12.7555C10.3233 12.9837 10.4607 13.1911 10.6348 13.3651C10.8089 13.5392 11.0162 13.6767 11.2444 13.7689C11.4727 13.8611 11.718 13.9057 11.9641 13.9014C12.2102 13.897 12.4529 13.8431 12.6776 13.7429C12.9024 13.6427 13.1051 13.4987 13.2729 13.3186C13.618 12.9482 14.1979 12.9278 14.5682 13.2729C14.9385 13.6181 14.959 14.1979 14.6139 14.5683C14.2782 14.9285 13.8731 15.2174 13.4233 15.4178C12.9737 15.6181 12.4885 15.726 11.9964 15.7347C11.504 15.7434 11.0144 15.6532 10.5578 15.4688C10.1013 15.2844 9.68672 15.0095 9.33857 14.6614C8.99042 14.3132 8.71553 13.8987 8.53112 13.4421C8.3467 12.9856 8.25656 12.4959 8.26525 12.0036C8.27398 11.5115 8.38187 11.0262 8.58214 10.5766C8.78254 10.1269 9.07144 9.72171 9.43167 9.38603Z%27 fill=%27black%27/%3E%3Cpath d=%27M1.26849 1.26849C1.62647 0.910504 2.20673 0.910504 2.56471 1.26849L22.7314 21.4353C23.0894 21.7933 23.0894 22.3735 22.7314 22.7315C22.3734 23.0895 21.7932 23.0895 21.4352 22.7315L1.26849 2.56472C0.910505 2.20674 0.910505 1.62647 1.26849 1.26849Z%27 fill=%27black%27/%3E%3C/svg%3E"); }
    .auth-page-container .auth-form .form-footer {
      text-align: right;
      padding: 8px 20px;
      margin: 20px 0; }
      .auth-page-container .auth-form .form-footer .forgot-password {
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
        letter-spacing: -0.08px;
        color: #11171B;
        text-decoration: underline; }
        .auth-page-container .auth-form .form-footer .forgot-password:hover {
          color: #007CBD; }
    .auth-page-container .auth-form .auth-btn-primary {
      width: 100%;
      margin-bottom: 24px; }
    .auth-page-container .auth-form .message-container {
      margin-bottom: 24px; }
      .auth-page-container .auth-form .message-container .msg-box {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
        border-radius: 4px;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 400; }
        .auth-page-container .auth-form .message-container .msg-box.error-box {
          background: #FFF1F0;
          border: 1px solid #B00020;
          color: #5C0011; }
          .auth-page-container .auth-form .message-container .msg-box.error-box .error-icon {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM15 13.59L13.59 15L10 11.41L6.41 15L5 13.59L8.59 10L5 6.41L6.41 5L10 8.59L13.59 5L15 6.41L11.41 10L15 13.59Z%27 fill=%27%23B00020%27/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center; }
        .auth-page-container .auth-form .message-container .msg-box.success-box {
          background: #F6FFED;
          border: 1px solid #09AF00;
          color: #135200; }
    .auth-page-container .auth-form .auth-terms {
      font-size: 16px;
      font-weight: 400;
      color: #8696A2;
      line-height: 1.4;
      margin-bottom: 24px;
      text-align: center; }
      .auth-page-container .auth-form .auth-terms a {
        color: #11171B;
        text-decoration: underline; }
        .auth-page-container .auth-form .auth-terms a:hover {
          color: #007CBD; }
    .auth-page-container .auth-form .form-register-link,
    .auth-page-container .auth-form .form-login-link {
      text-align: center; }
      .auth-page-container .auth-form .form-register-link span,
      .auth-page-container .auth-form .form-login-link span {
        color: #4C555D; }

.woocommerce-account .registration-success-message p {
  padding-bottom: 8px; }
  .woocommerce-account .registration-success-message p strong {
    font-weight: 700; }

.woocommerce-account .registration-success-message .form-register-link {
  margin-top: 20px;
  color: #4C555D; }

.featured-section {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .featured-section {
      padding: 218px 0 100px; } }
  .featured-section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .featured-section__header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start; } }
  .featured-section__title {
    text-transform: initial;
    font-weight: 600;
    letter-spacing: -0.02em; }
  .featured-section__row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch; }
    @media (min-width: 992px) {
      .featured-section__row {
        flex-direction: row;
        gap: 30px; } }
  .featured-section__products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 1; }
    @media (max-width: 575px) {
      .featured-section__products {
        grid-template-columns: 1fr; } }
  .featured-section__banner {
    width: 100%; }
    .featured-section__banner--mobile {
      grid-column: 1 / -1;
      aspect-ratio: 1.5 / 1;
      height: auto; }
      @media (max-width: 575px) {
        .featured-section__banner--mobile {
          aspect-ratio: 1 / 1.5; } }
      @media (min-width: 992px) {
        .featured-section__banner--mobile {
          display: none; } }
    .featured-section__banner--desktop {
      display: none; }
      @media (min-width: 992px) {
        .featured-section__banner--desktop {
          display: block;
          width: 40%;
          flex-shrink: 0; } }
  .featured-section__banner-inner {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden; }
    .featured-section__banner-inner img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.product-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E9EDF0;
  border-radius: 8px;
  padding: 10px;
  transition: box-shadow 0.3s ease; }
  .product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
  .product-card__image-wrap {
    position: relative;
    background: #F6F8FA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    margin-bottom: 16px;
    overflow: hidden; }
    .product-card__image-wrap img {
      max-width: 90%;
      max-height: 90%;
      object-fit: contain; }
  .product-card__tag {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #11171B;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: capitalize;
    z-index: 2; }
  .product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 4px; }
  .product-card__title {
    font-size: 24px;
    font-weight: 600;
    color: #11171B;
    margin: 0 0 16px 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-transform: initial; }
  .product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto; }
  .product-card__prices {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .product-card__price {
    font-size: 20px;
    font-weight: 700;
    color: #007CBD;
    line-height: 1; }
    @media (min-width: 992px) {
      .product-card__price {
        font-size: 24px; } }
  .product-card__old-price {
    font-size: 18px;
    color: #8E9DA8;
    text-decoration: line-through;
    line-height: 1; }
  .product-card__buy-btn {
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    gap: 6px; }
    .product-card__buy-btn svg {
      width: 14px;
      height: 14px; }

.single-product-custom {
  color: #11171B;
  background: #F6F8FA;
  padding-top: 40px;
  /* FIGMA SUMMARY: Card style with Title Case and Seasonic Blue Price */
  /* HEADER STATUS ROW */
  /* HIDE DEFAULT WC STOCK */
  /* BUTTONS & QUANTITY */
  /* SHIPPING PILL */
  /* FIGMA ACCORDIONS: Horizontal Lines */
  /* Power Your Style Section */ }
  .single-product-custom .container {
    max-width: 1385px;
    margin: 0 auto; }
  .single-product-custom .sp-breadcrumb-wrap {
    margin-bottom: 43px; }
    .single-product-custom .sp-breadcrumb-wrap a {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #4C555D;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase; }
  .single-product-custom .sp-row {
    display: flex;
    gap: 48px; }
    @media screen and (max-width: 1200px) {
      .single-product-custom .sp-row {
        gap: 12px; } }
    @media screen and (max-width: 992px) {
      .single-product-custom .sp-row {
        flex-direction: column;
        max-width: 768px;
        margin: 0 auto; } }
    .single-product-custom .sp-row .sp-gallery-col {
      width: 50%;
      max-width: 647px; }
      @media screen and (max-width: 992px) {
        .single-product-custom .sp-row .sp-gallery-col {
          width: 100%;
          max-width: 100%; } }
    .single-product-custom .sp-row .sp-gallery-wrap {
      position: sticky;
      top: 140px;
      padding: 16px;
      border-radius: 16px;
      background: #FFF; }
      .single-product-custom .sp-row .sp-gallery-wrap .woo-variation-product-gallery {
        margin-bottom: 0; }
      .single-product-custom .sp-row .sp-gallery-wrap .woo-variation-gallery-slider img {
        border-radius: 12px;
        background: #F6F8FA; }
  .single-product-custom .sp-info-col {
    width: 50%; }
    @media screen and (max-width: 992px) {
      .single-product-custom .sp-info-col {
        width: 100%; } }
  .single-product-custom .sp-summary-wrap {
    background: #fff;
    padding: 33px 24px;
    border: 1px solid #F1F3F5;
    border-radius: 16px;
    margin-bottom: 30px; }
  .single-product-custom .sp-header-status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0; }
  .single-product-custom .sp-stock-status {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #11171B;
    letter-spacing: -0.2px; }
    .single-product-custom .sp-stock-status .stock-dot {
      width: 8px;
      height: 8px;
      background: #09AF00;
      border-radius: 50%; }
    .single-product-custom .sp-stock-status.is-low-stock {
      color: #E67E22; }
      .single-product-custom .sp-stock-status.is-low-stock .stock-dot {
        background: #F1C40F; }
  .single-product-custom .sp-sale-tag {
    font-size: 16px;
    padding: 3px 16px; }
  .single-product-custom .sp-sku-row {
    font-size: 16px;
    color: #595959;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: -0.08px; }
  .single-product-custom .sp-title {
    font-size: 32px;
    color: #11171B;
    letter-spacing: -0.32px;
    font-weight: 600;
    text-transform: initial; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .single-product-custom .sp-title {
        font-size: calc(4 * ((100vw - 400px) / 1519) + 24px); } }
    @media (max-width: 400px) {
      .single-product-custom .sp-title {
        font-size:  24px; } }
  .single-product-custom p.stock,
  .single-product-custom .woocommerce-variation-availability {
    display: none !important; }
  .single-product-custom .sp-price-wrap {
    margin-bottom: 13px; }
    .single-product-custom .sp-price-wrap .price {
      font-size: 24px !important;
      font-weight: 600;
      color: #007CBD !important;
      display: flex;
      align-items: center;
      gap: 7px;
      flex-direction: row-reverse;
      justify-content: flex-end; }
      .single-product-custom .sp-price-wrap .price del, .single-product-custom .sp-price-wrap .price del .amount {
        font-size: 18px;
        color: #4C555D !important;
        font-weight: 400;
        text-decoration: line-through; }
      .single-product-custom .sp-price-wrap .price ins, .single-product-custom .sp-price-wrap .price ins .amount {
        text-decoration: none;
        color: #007CBD !important; }
  .single-product-custom .sp-cart-wrap .variations_form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    gap: 0; }
    .single-product-custom .sp-cart-wrap .variations_form th.label label {
      color: #4C555D;
      font-family: "Noto Sans", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400 !important;
      letter-spacing: -0.08px; }
    .single-product-custom .sp-cart-wrap .variations_form .woo-selected-variation-item-name {
      color: #11171B;
      font-weight: 600; }
    .single-product-custom .sp-cart-wrap .variations_form .woo-variation-items-wrapper ul li {
      width: 100px !important;
      height: 48px !important;
      border-radius: 4px !important;
      border: 1px solid #ADB8C0 !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      box-shadow: none !important; }
      .single-product-custom .sp-cart-wrap .variations_form .woo-variation-items-wrapper ul li.selected {
        border: 2px solid #007CBD !important; }
      .single-product-custom .sp-cart-wrap .variations_form .woo-variation-items-wrapper ul li .variable-item-contents:before {
        display: none !important; }
      .single-product-custom .sp-cart-wrap .variations_form .woo-variation-items-wrapper ul li .variable-item-contents:after {
        display: none !important; }
    .single-product-custom .sp-cart-wrap .variations_form .woo-variation-items-wrapper .color-variable-items-wrapper li {
      width: 48px !important;
      height: 48px !important; }
  .single-product-custom .single_variation_wrap .single_variation {
    display: none !important; }
  .single-product-custom .cart {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 12px; }
    .single-product-custom .cart .quantity {
      display: none !important; }
  .single-product-custom .sp-shipping-notice {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 12px 24px;
    border: 1px solid #E9EDF0;
    background: #F6F8FA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .single-product-custom .sp-shipping-notice {
        flex-direction: column;
        text-align: center;
        gap: 12px; } }
    .single-product-custom .sp-shipping-notice .sp-shipping-text {
      font-size: 16px;
      color: #11171B;
      letter-spacing: -0.08px; }
  .single-product-custom .sp-accordion {
    border-top: 1px solid #DEE2E6; }
    .single-product-custom .sp-accordion:last-of-type {
      border-bottom: 1px solid #DEE2E6; }
    .single-product-custom .sp-accordion .sp-accordion-header {
      padding: 24px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: all 0.2s; }
      .single-product-custom .sp-accordion .sp-accordion-header .sp-acc-title {
        font-size: 18px;
        font-weight: 700;
        color: #11171B;
        text-transform: none; }
      .single-product-custom .sp-accordion .sp-accordion-header .sp-acc-icon {
        width: 12px;
        height: 12px;
        position: relative; }
        .single-product-custom .sp-accordion .sp-accordion-header .sp-acc-icon::before, .single-product-custom .sp-accordion .sp-accordion-header .sp-acc-icon::after {
          content: '';
          position: absolute;
          background: #11171B;
          transition: transform 0.3s ease; }
        .single-product-custom .sp-accordion .sp-accordion-header .sp-acc-icon::before {
          width: 100%;
          height: 1.5px;
          top: 5px;
          left: 0; }
        .single-product-custom .sp-accordion .sp-accordion-header .sp-acc-icon::after {
          width: 1.5px;
          height: 100%;
          left: 5px;
          top: 0; }
      .single-product-custom .sp-accordion .sp-accordion-header.is-open .sp-acc-icon::after {
        transform: rotate(90deg);
        opacity: 0; }
    .single-product-custom .sp-accordion .sp-accordion-content {
      padding-bottom: 30px;
      font-size: 15px;
      line-height: 1.7;
      color: #495057; }
      .single-product-custom .sp-accordion .sp-accordion-content .sp-features-table {
        width: 100%;
        border-collapse: collapse; }
        .single-product-custom .sp-accordion .sp-accordion-content .sp-features-table tr {
          border-bottom: 1px solid #F1F3F5; }
          .single-product-custom .sp-accordion .sp-accordion-content .sp-features-table tr:last-child {
            border-bottom: none; }
        .single-product-custom .sp-accordion .sp-accordion-content .sp-features-table td {
          padding: 12px 0;
          vertical-align: top; }
          .single-product-custom .sp-accordion .sp-accordion-content .sp-features-table td:first-child {
            width: 40%;
            color: #11171B;
            font-weight: 500; }
          .single-product-custom .sp-accordion .sp-accordion-content .sp-features-table td:last-child {
            width: 60%;
            color: #495057; }
      .single-product-custom .sp-accordion .sp-accordion-content h4 {
        font-size: 15px;
        font-weight: 700;
        color: #11171B;
        margin: 20px 0 10px; }
      .single-product-custom .sp-accordion .sp-accordion-content ul {
        margin: 10px 0;
        padding-left: 18px;
        list-style: none; }
        .single-product-custom .sp-accordion .sp-accordion-content ul li {
          position: relative;
          margin-bottom: 6px; }
          .single-product-custom .sp-accordion .sp-accordion-content ul li::before {
            content: '';
            position: absolute;
            left: -18px;
            top: 10px;
            width: 4px;
            height: 4px;
            background: #11171B;
            border-radius: 50%; }
  .single-product-custom .sp-power-style {
    margin: 60px auto;
    background: #11171B;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    display: flex;
    min-height: 480px; }
    .single-product-custom .sp-power-style .power-style-row {
      display: flex;
      width: 100%; }
    .single-product-custom .sp-power-style .power-style-text-col {
      flex: 0 0 50%;
      padding: 80px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .single-product-custom .sp-power-style .power-style-visual-col {
      flex: 0 0 50%;
      background: #1a1f24;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
    .single-product-custom .sp-power-style .power-style-title {
      font-size: 56px;
      font-weight: 900;
      margin-bottom: 24px;
      text-transform: uppercase;
      line-height: 0.9; }
    .single-product-custom .sp-power-style .power-style-desc {
      font-size: 16px;
      color: #ADB5BD;
      line-height: 1.6;
      max-width: 400px; }
    .single-product-custom .sp-power-style .visual-watermark {
      position: absolute;
      bottom: 30px;
      right: 30px;
      font-size: 100px;
      font-weight: 950;
      color: rgba(255, 255, 255, 0.02);
      white-space: nowrap;
      pointer-events: none; }

.sp-related-products {
  padding: 80px 0; }
  .sp-related-products .sp-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    .sp-related-products .sp-related-header .sp-related-title {
      color: #11171B;
      margin: 0;
      text-transform: initial;
      letter-spacing: -0.03em; }
    .sp-related-products .sp-related-header .sp-related-nav {
      display: flex;
      gap: 12px; }
      .sp-related-products .sp-related-header .sp-related-nav .sp-nav-btn svg path {
        transition: fill 0.4s; }
      .sp-related-products .sp-related-header .sp-related-nav .sp-nav-btn:hover svg path {
        fill: #1B242B; }
  .sp-related-products .sp-related-grid {
    margin: 0 -12px;
    /* Slick Slider Fixes */ }
    .sp-related-products .sp-related-grid .sp-product-card {
      margin: 0 12px; }

.hero-banner.hero-shop {
  text-align: center;
  background: #11171B;
  padding: 40px 0;
  margin-bottom: 48px;
  flex-direction: column; }
  .hero-banner.hero-shop h1 {
    margin-bottom: 0;
    color: #E9F8FF;
    letter-spacing: -1.2px;
    text-transform: initial; }
  .hero-banner.hero-shop p {
    font-size: 16px;
    color: #D3DAE0;
    letter-spacing: -0.08px;
    max-width: 670px; }

.woocommerce-products-header {
  padding: 32px 0;
  border-bottom: 1px solid #E9EDF0;
  margin-bottom: 32px; }
  .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 48px;
    font-weight: 700;
    color: #11171B;
    letter-spacing: -0.04em;
    margin: 0 0 8px;
    text-transform: initial; }
    @media (max-width: 991px) {
      .woocommerce-products-header .woocommerce-products-header__title {
        font-size: 32px; } }
  .woocommerce-products-header .woocommerce-breadcrumb {
    font-size: 12px;
    color: #8E9DA8;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .woocommerce-products-header .woocommerce-breadcrumb a {
      color: inherit;
      text-decoration: none; }
      .woocommerce-products-header .woocommerce-breadcrumb a:hover {
        color: #007CBD; }
    .woocommerce-products-header .woocommerce-breadcrumb .breadcrumb-separator {
      margin: 0 8px; }
  .woocommerce-products-header .term-description {
    font-size: 16px;
    color: #71818D;
    max-width: 600px;
    line-height: 1.4; }

.shop-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 16px; }
  @media (max-width: 991px) {
    .shop-controls {
      flex-wrap: wrap; } }
  .shop-controls .woocommerce-result-count {
    margin: 0;
    font-size: 14px;
    color: #71818D;
    font-weight: 600; }
  .shop-controls .woocommerce-ordering {
    margin: 0; }
    .shop-controls .woocommerce-ordering select {
      background: #FFFFFF;
      border: 1px solid #D3DAE0;
      border-radius: 9999px;
      padding: 8px 24px;
      font-size: 14px;
      font-weight: 600;
      color: #1B242B;
      cursor: pointer;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L5 5L9 1%27 stroke=%27%231B242B%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      padding-right: 40px;
      transition: border-color 0.2s; }
      .shop-controls .woocommerce-ordering select:focus {
        outline: none;
        border-color: #007CBD; }

/* Custom Filter Button for Mobile - If implemented via widget or custom code */
.mobile-filter-trigger {
  display: none; }
  @media (max-width: 991px) {
    .mobile-filter-trigger {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #FFFFFF;
      border: 1px solid #D3DAE0;
      border-radius: 9999px;
      padding: 8px 20px;
      font-size: 14px;
      font-weight: 600;
      color: #1B242B;
      cursor: pointer; }
      .mobile-filter-trigger svg {
        width: 16px;
        height: 16px; }
      .mobile-filter-trigger:hover {
        background: #F6F8FA;
        border-color: #ADB8C0; }
      .mobile-filter-trigger:active {
        transform: scale(0.98); } }

.wrap-flex {
  display: flex;
  gap: 24px; }
  @media (max-width: 768px) {
    .wrap-flex {
      flex-direction: column; } }

.filter {
  width: 270px;
  background: #fff; }

/* Product Grid Adjustments */
ul.products {
  display: flex;
  gap: 16px;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-bottom: 64px; }
  ul.products:before {
    display: none !important; }
  @media (max-width: 480px) {
    ul.products {
      gap: 12px; } }
  ul.products li.product {
    margin: 0 !important;
    width: calc(33% - 16px) !important; }
    @media (max-width: 991px) {
      ul.products li.product {
        width: calc(50% - 16px) !important; } }
    @media (max-width: 768px) {
      ul.products li.product {
        width: 100% !important; } }
    ul.products li.product:hover {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
      border-color: #D3DAE0; }
    ul.products li.product .sp-product-card {
      height: 100%; }

/* Pagination */
.woocommerce-pagination {
  margin-top: 40px; }
  .woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none; }
    .woocommerce-pagination ul.page-numbers li {
      margin: 0;
      border: none; }
      .woocommerce-pagination ul.page-numbers li .page-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 9999px;
        background: #FFFFFF;
        border: 1px solid #E9EDF0;
        color: #1B242B;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.2s; }
        .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
          background: #FCFEFF;
          border-color: #D3DAE0; }
        .woocommerce-pagination ul.page-numbers li .page-numbers.current {
          background: #007CBD;
          color: #FFFFFF;
          border-color: #007CBD; }
        .woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
          width: auto;
          padding: 0 16px; }

.woocommerce-orders .woocommerce-MyAccount-content {
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important; }

.woocommerce-orders .account-orders-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%; }

.woocommerce-orders .account-order-card {
  background: #FFFFFF;
  border: 1px solid #E9EDF0;
  border-radius: 12px;
  padding: 24px 17px;
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.25s ease;
  position: relative; }
  @media screen and (max-width: 576px) {
    .woocommerce-orders .account-order-card {
      padding: 16px; } }
  .woocommerce-orders .account-order-card:hover .account-order-card__chevron {
    color: #007CBD;
    transform: translateY(-50%) translateX(2px); }
  .woocommerce-orders .account-order-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 24px;
    margin-bottom: 12px; }
  .woocommerce-orders .account-order-card__number {
    font-size: 16px;
    font-weight: 700;
    color: #007CBD;
    letter-spacing: -0.08px; }
  .woocommerce-orders .account-order-card__chevron {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #D3DAE0;
    transition: all 0.25s ease;
    display: flex;
    align-items: center; }
    .woocommerce-orders .account-order-card__chevron svg {
      width: 12px;
      height: 12px;
      transform: rotate(270deg); }
  .woocommerce-orders .account-order-card__date {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    color: #4C555D;
    margin-bottom: 4px; }
  .woocommerce-orders .account-order-card__status {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px; }
    .woocommerce-orders .account-order-card__status .status-badge {
      display: inline-flex;
      padding: 4px 10px;
      border-radius: 4px;
      font-size: 12px;
      line-height: 1;
      color: #11171B;
      text-align: center;
      font-style: normal;
      font-weight: 400;
      letter-spacing: -0.2px; }
      .woocommerce-orders .account-order-card__status .status-badge.status-processing, .woocommerce-orders .account-order-card__status .status-badge.status-pending {
        background: #FFCC80; }
      .woocommerce-orders .account-order-card__status .status-badge.status-completed {
        background: #76EC88; }
      .woocommerce-orders .account-order-card__status .status-badge.status-cancelled, .woocommerce-orders .account-order-card__status .status-badge.status-failed, .woocommerce-orders .account-order-card__status .status-badge.status-refunded {
        background: #D1D1D1; }
      .woocommerce-orders .account-order-card__status .status-badge.status-on-hold {
        background: #FFCC80; }
  .woocommerce-orders .account-order-card__images {
    display: flex;
    align-items: center;
    gap: 8px; }
    .woocommerce-orders .account-order-card__images .order-item-thumbnail {
      width: 54px;
      height: 54px;
      background: #f8f8f8;
      border: 1px solid #F6F8FA;
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .woocommerce-orders .account-order-card__images .order-item-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .woocommerce-orders .account-order-card__images .order-item-count {
      width: 54px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f8f8f8;
      border: 1px solid #F6F8FA;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 600;
      color: #8E9DA8; }
  .woocommerce-orders .account-order-card__total {
    font-size: 18px;
    font-weight: 600;
    color: #007CBD;
    letter-spacing: -0.01em; }

.woocommerce-orders .woocommerce-Pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px; }
  .woocommerce-orders .woocommerce-Pagination .button {
    background: transparent;
    border: 1px solid #E9EDF0;
    color: #4C555D;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s; }
    .woocommerce-orders .woocommerce-Pagination .button:hover {
      background: #FCFEFF;
      border-color: #D3DAE0;
      color: #11171B; }

.woocommerce-view-order .woocommerce-MyAccount-content {
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important; }

.account-order-details__back {
  margin-bottom: 42px; }
  .account-order-details__back .back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #4C555D;
    text-decoration: none !important;
    transition: color 0.2s; }
    .account-order-details__back .back-link:hover {
      color: #007CBD; }
      .account-order-details__back .back-link:hover svg path {
        fill: #007CBD; }
    .account-order-details__back .back-link .back-icon {
      display: flex;
      align-items: center; }
      .account-order-details__back .back-link .back-icon svg {
        width: 20px;
        height: 15px; }
        .account-order-details__back .back-link .back-icon svg path {
          transition: 0.2s; }

.account-order-details__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #11171B;
  letter-spacing: -0.32px; }
  @media screen and (max-width: 768px) {
    .account-order-details__title {
      font-size: 28px;
      margin-bottom: 24px; } }

.account-order-details__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 32px;
  flex-wrap: wrap; }
  .account-order-details__header .order-id {
    font-size: 20px;
    font-weight: 700;
    color: #007CBD; }
  .account-order-details__header .order-meta {
    display: flex;
    align-items: center;
    gap: 16px; }
    .account-order-details__header .order-meta .order-date {
      font-size: 16px;
      color: #4C555D;
      font-weight: 500; }
    .account-order-details__header .order-meta .status-badge {
      display: inline-flex;
      padding: 4px 10px;
      border-radius: 4px;
      font-size: 12px;
      line-height: 1;
      color: #11171B;
      text-align: center;
      font-style: normal;
      font-weight: 400;
      letter-spacing: -0.2px; }
      .account-order-details__header .order-meta .status-badge.status-processing, .account-order-details__header .order-meta .status-badge.status-pending {
        background: #FFCC80; }
      .account-order-details__header .order-meta .status-badge.status-completed {
        background: #76EC88; }
      .account-order-details__header .order-meta .status-badge.status-cancelled, .account-order-details__header .order-meta .status-badge.status-failed, .account-order-details__header .order-meta .status-badge.status-refunded {
        background: #D1D1D1; }
      .account-order-details__header .order-meta .status-badge.status-on-hold {
        background: #FFCC80; }

.account-order-details__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 64px; }
  @media screen and (max-width: 992px) {
    .account-order-details__summary {
      grid-template-columns: 1fr;
      gap: 32px;
      margin-bottom: 48px; } }
  .account-order-details__summary .summary-section .summary-title {
    font-size: 16px;
    font-weight: 700;
    color: #11171B;
    margin-bottom: 16px; }
  .account-order-details__summary .summary-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #1B242B;
    margin: 0;
    font-weight: 400; }

.account-order-details__items .section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #11171B;
  letter-spacing: -0.24px; }

.account-order-details__items .order-items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px; }

.account-order-details__items .order-item-card {
  display: flex;
  gap: 24px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E9EDF0;
  border-radius: 12px; }
  @media screen and (max-width: 576px) {
    .account-order-details__items .order-item-card {
      flex-direction: column;
      gap: 16px; } }
  .account-order-details__items .order-item-card__image {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #F6F8FA; }
    .account-order-details__items .order-item-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .account-order-details__items .order-item-card__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .account-order-details__items .order-item-card__info .product-title {
      font-size: 18px;
      font-weight: 600;
      color: #007CBD;
      margin-bottom: 12px;
      letter-spacing: -0.18px; }
    .account-order-details__items .order-item-card__info .product-meta {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-bottom: 16px; }
      .account-order-details__items .order-item-card__info .product-meta .meta-row {
        font-size: 14px;
        color: #4C555D;
        font-weight: 500; }
        .account-order-details__items .order-item-card__info .product-meta .meta-row span {
          color: #8E9DA8;
          font-weight: 400;
          width: 50px; }
    .account-order-details__items .order-item-card__info .product-total {
      font-size: 18px;
      font-weight: 700;
      color: #007CBD;
      margin-top: auto; }

.account-order-details__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  margin-top: 24px; }
  @media screen and (max-width: 576px) {
    .account-order-details__footer {
      align-items: stretch; } }
  .account-order-details__footer .totals-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    color: #1B242B;
    padding-bottom: 8px; }
    .account-order-details__footer .totals-row.total-amount {
      border-top: 1px solid #F6F8FA;
      padding-top: 12px;
      margin-top: 4px; }
      .account-order-details__footer .totals-row.total-amount .label, .account-order-details__footer .totals-row.total-amount .value {
        font-size: 20px;
        font-weight: 700;
        color: #11171B; }
    .account-order-details__footer .totals-row .value {
      font-weight: 600;
      text-align: right; }

.woocommerce-account .hero-banner--account {
  text-align: center;
  background: #11171B;
  padding: 40px 0;
  margin-bottom: 48px; }
  .woocommerce-account .hero-banner--account h1 {
    margin-bottom: 0; }

.woocommerce-account .woocommerce {
  display: flex;
  align-items: flex-start; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 320px;
    flex-shrink: 0;
    background: #FFFFFF;
    border: 1px solid #E9EDF0;
    border-radius: 12px;
    padding: 28px 20px;
    position: sticky;
    top: 160px; }
    @media screen and (max-width: 992px) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        position: static;
        top: 0;
        background: none;
        border: none;
        padding: 0;
        margin-bottom: 24px; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
        padding: 0;
        margin-bottom: 15px; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
          margin-bottom: 0; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
          display: flex;
          align-items: center;
          gap: 12px;
          padding: 0px;
          border-radius: 8px;
          font-size: 16px;
          font-weight: 400;
          color: #11171B;
          transition: all 0.2s ease;
          text-decoration: none;
          letter-spacing: -0.08px; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a .account-menu-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            color: #8E9DA8; }
            .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a .account-menu-icon svg {
              width: 20px;
              height: 20px; }
              .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a .account-menu-icon svg path {
                transition: fill .2s; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
            color: #007CBD; }
            .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover .account-menu-icon {
              color: #007CBD; }
              .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover .account-menu-icon svg path {
                fill: #007CBD; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
          color: #007CBD;
          font-weight: 600; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a .account-menu-icon svg path {
            fill: #007CBD; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap {
    flex-grow: 1;
    margin: 0 0 0 40px;
    width: 100%; }
    @media (max-width: 992px) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap {
        margin: 0; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .account-section-title {
      letter-spacing: -0.32px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #11171B;
      text-transform: none; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content {
      width: 100%; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .edit-account-fields-card {
        background: #FFFFFF;
        border: 1px solid #E9EDF0;
        border-radius: 12px;
        padding: 40px;
        margin-bottom: 32px; }
        @media screen and (max-width: 992px) {
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .edit-account-fields-card {
            padding: 14px; } }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .edit-account-fields-card .password-change-title {
          text-transform: initial;
          font-weight: 600;
          margin-bottom: 32px;
          color: #1B242B; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
        margin: 0 0 24px 0;
        padding: 0;
        width: 100%; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row:last-child {
          margin: 0 0 0 0; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label {
          font-size: 16px;
          font-weight: 500;
          color: #4C555D;
          margin: 0; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .input-text {
          background: #FFFFFF;
          border: 1px solid #8696A2;
          border-radius: 8px;
          padding: 12px 16px;
          font-size: 16px;
          color: #1B242B;
          transition: all 0.2s ease;
          width: 100%; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .input-text:focus {
            outline: none; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .input-text:-ms-input-placeholder {
            color: #71818D; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .input-text::placeholder {
            color: #71818D; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .iti {
          width: 100%; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .iti .iti__selected-country {
            background: transparent;
            border-radius: 6px 0 0 6px;
            padding-left: 12px;
            padding-right: 8px; }
            .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .iti .iti__selected-country:hover {
              background: #FCFEFF; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .iti .iti__tel-input {
            padding-left: 100px !important; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input-wrapper {
        position: relative;
        display: block;
        width: 100%; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input-wrapper .password-toggle {
          position: absolute;
          right: 16px;
          top: 50%;
          transform: translateY(-50%);
          background: none;
          border: none;
          padding: 0;
          color: #ADB8C0;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input-wrapper .password-toggle:hover {
            color: #4C555D; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input-wrapper .password-toggle svg {
            width: 20px;
            height: 20px; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content:has(.edit-account-fields-card) {
        background: transparent;
        box-shadow: none;
        padding: 0;
        border-radius: 0; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content-wrap .woocommerce-MyAccount-content:not(:has(.edit-account-fields-card)) {
        background: #FFFFFF;
        border-radius: 12px;
        padding: 40px; }

.woocommerce-account .bottom-banner {
  margin-top: 96px; }
  @media screen and (max-width: 992px) {
    .woocommerce-account .bottom-banner {
      margin-top: 54px; } }

.woocommerce-account .account-delete-row {
  margin-top: 40px;
  padding-top: 8px;
  display: flex;
  justify-content: flex-start; }

.woocommerce-account .btn-delete-account {
  display: inline-flex;
  gap: 12px;
  background: none;
  border: none;
  padding: 0;
  color: #B00020;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: none;
  align-items: self-end; }
  .woocommerce-account .btn-delete-account:hover {
    opacity: 0.7; }
  .woocommerce-account .btn-delete-account svg {
    width: 20px;
    height: 20px;
    color: #B00020; }

.modal-dialog--confirm {
  max-width: 628px;
  width: calc(100% - 32px); }
  .modal-dialog--confirm .modal-content-box {
    position: relative;
    padding: 20px 24px 30px;
    text-align: center; }
  .modal-dialog--confirm .modal-close-btn {
    position: absolute;
    top: 17px;
    right: 17px;
    background: none;
    border: none;
    cursor: pointer;
    color: #4C555D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    transition: color 0.2s; }
    .modal-dialog--confirm .modal-close-btn:hover {
      color: #1B242B; }
  .modal-dialog--confirm .modal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 7px; }
    .modal-dialog--confirm .modal-icon--danger svg {
      stroke: #B00020;
      width: 30px;
      height: 30px; }
  .modal-dialog--confirm .modal-title {
    letter-spacing: -0.24px;
    font-weight: 600;
    color: #11171B;
    margin-bottom: 20px;
    text-transform: initial; }
  .modal-dialog--confirm .modal-text {
    font-size: 16px;
    color: #71818D;
    line-height: 1.4;
    margin-bottom: 32px; }
  .modal-dialog--confirm .modal-error {
    color: #B00020;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: -16px; }
  .modal-dialog--confirm .modal-actions {
    display: flex;
    gap: 16px; }
    @media (max-width: 480px) {
      .modal-dialog--confirm .modal-actions {
        flex-direction: column; } }
    .modal-dialog--confirm .modal-actions .btn {
      flex: 1;
      justify-content: center; }

.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  border: 2px solid #1B242B;
  background: transparent;
  color: #1B242B;
  border-radius: 35px;
  padding: 16px 40px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none; }
  .btn-outline-dark:hover {
    background: #1B242B;
    color: #FFFFFF; }

@media (max-width: 991px) {
  .woocommerce-account .woocommerce {
    flex-direction: column; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
      max-width: 100%; } }

.iti .iti__selected-dial-code {
  margin-top: 2px; }

.account-navigation-mobile-trigger {
  display: none; }
  @media (max-width: 991px) {
    .account-navigation-mobile-trigger {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px;
      background: #FFFFFF;
      border: 1px solid #8696A2;
      border-radius: 8px;
      cursor: pointer;
      width: 100%;
      transition: box-shadow 0.2s;
      margin-bottom: 0; }
      .account-navigation-mobile-trigger:active {
        box-shadow: 0 0 0 2px rgba(0, 124, 189, 0.2); }
      .account-navigation-mobile-trigger .account-menu-icon {
        color: #007CBD;
        display: flex;
        align-items: center; }
        .account-navigation-mobile-trigger .account-menu-icon svg {
          width: 20px;
          height: 20px; }
          .account-navigation-mobile-trigger .account-menu-icon svg path {
            fill: #007CBD; }
      .account-navigation-mobile-trigger .account-menu-label {
        flex-grow: 1;
        font-size: 16px;
        font-weight: 400;
        color: #007CBD; }
      .account-navigation-mobile-trigger .account-menu-chevron {
        color: #ADB8C0;
        display: flex;
        align-items: center;
        transition: transform 0.3s; }
        .account-navigation-mobile-trigger .account-menu-chevron svg {
          width: 16px;
          height: 16px; } }

@media (max-width: 991px) {
  .account-navigation-desktop {
    display: none; } }

.account-navigation-overlay-body ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .account-navigation-overlay-body ul li {
    margin-bottom: 4px; }
    .account-navigation-overlay-body ul li a {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 12px 0;
      border-radius: 12px;
      text-decoration: none;
      color: #1B242B;
      font-size: 18px;
      font-weight: 500;
      transition: background 0.2s, color 0.2s; }
      .account-navigation-overlay-body ul li a .account-menu-icon {
        color: #8E9DA8;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px; }
        .account-navigation-overlay-body ul li a .account-menu-icon svg {
          width: 20px;
          height: 20px; }
      .account-navigation-overlay-body ul li a:hover {
        background: #FCFEFF; }
    .account-navigation-overlay-body ul li.is-active a {
      color: #007CBD; }
      .account-navigation-overlay-body ul li.is-active a .account-menu-icon {
        color: #007CBD; }
        .account-navigation-overlay-body ul li.is-active a .account-menu-icon svg path {
          fill: #007CBD; }

.woocommerce {
  /* SP PRODUCT CARD - Adapted from _featured_section.scss */ }
  .woocommerce .sp-product-card {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #E9EDF0;
    border-radius: 8px;
    padding: 16px;
    transition: box-shadow 0.3s ease; }
    .woocommerce .sp-product-card:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
    .woocommerce .sp-product-card .sp-card-image-wrap {
      position: relative;
      background: #F6F8FA;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio: 1;
      margin-bottom: 16px;
      overflow: hidden; }
      .woocommerce .sp-product-card .sp-card-image-wrap img {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain; }
    .woocommerce .sp-product-card .sp-card-tag {
      position: absolute;
      top: 0;
      left: 0;
      background: #00273A;
      color: #FFFFFF;
      font-size: 12px;
      letter-spacing: -0.2px;
      font-weight: 600;
      padding: 3px 8px;
      border-radius: 2px;
      text-transform: capitalize;
      z-index: 2; }
    .woocommerce .sp-product-card .sp-card-content {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 0 4px; }
    .woocommerce .sp-product-card .sp-card-status {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 12px;
      color: #8E9DA8;
      margin-bottom: 8px; }
      .woocommerce .sp-product-card .sp-card-status .sp-status-dot {
        width: 6px;
        height: 6px;
        background: #09AF00;
        border-radius: 9999px; }
    .woocommerce .sp-product-card .sp-card-title {
      font-size: 16px;
      font-weight: 600;
      color: #11171B;
      margin: 0 0 16px 0;
      line-height: 1.3;
      letter-spacing: -0.01em;
      text-transform: initial; }
      .woocommerce .sp-product-card .sp-card-title a {
        color: inherit;
        text-decoration: none; }
        .woocommerce .sp-product-card .sp-card-title a:hover {
          color: #007CBD; }
    .woocommerce .sp-product-card .sp-card-footer {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-top: auto; }
    .woocommerce .sp-product-card .sp-card-price {
      display: flex;
      flex-direction: column;
      gap: 2px; }
      .woocommerce .sp-product-card .sp-card-price .amount,
      .woocommerce .sp-product-card .sp-card-price .woocommerce-Price-amount {
        font-size: 20px;
        font-weight: 700;
        color: #007CBD;
        line-height: 1; }
        @media (min-width: 992px) {
          .woocommerce .sp-product-card .sp-card-price .amount,
          .woocommerce .sp-product-card .sp-card-price .woocommerce-Price-amount {
            font-size: 24px; } }
      .woocommerce .sp-product-card .sp-card-price del .amount {
        font-size: 18px;
        color: #8E9DA8;
        text-decoration: line-through;
        line-height: 1;
        margin: 0; }
      .woocommerce .sp-product-card .sp-card-price ins {
        text-decoration: none; }
    .woocommerce .sp-product-card .sp-card-buy-btn {
      padding: 8px 16px;
      border-radius: 30px;
      background: #007CBD !important;
      color: #FFFFFF !important;
      font-size: 13px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      text-decoration: none;
      transition: 0.3s; }
      .woocommerce .sp-product-card .sp-card-buy-btn:hover {
        background: #006192 !important; }
      .woocommerce .sp-product-card .sp-card-buy-btn svg {
        width: 14px;
        height: 14px; }

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/fonts/fontello/css/fontello.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: 'fontello';
  src: url(./fonts/fontello.eot);
  src: url(./fonts/fontello.eot#iefix) format("embedded-opentype"), url(./fonts/fontello.woff2) format("woff2"), url(./fonts/fontello.woff) format("woff"), url(./fonts/fontello.ttf) format("truetype"), url(c84e43317e9c47672533.svg?76411224#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?76411224#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-glass:before {
  content: '\e800'; }

/* '' */
.icon-music:before {
  content: '\e801'; }

/* '' */
.icon-search:before {
  content: '\e802'; }

/* '' */


/*# sourceMappingURL=main.css.map*/