:root {
  --ink: #080808;
  --muted: #6f6f6f;
  --line: #eadfe0;
  --soft: #faf5f5;
  --white: #fff;
  --accent: #ac0409;
  --brand-red: #ac0409;
  --brand-red-dark: #760006;
  --brand-black: #050505;
  --brand-soft: #f9eeee
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}
main{
  overflow-x: hidden;
}
body {
  font-family: var(--nexsole-site-font, Arial, Helvetica, sans-serif);
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  line-height: 1.5
  paddding:0 !important
}

a {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%;
  display: block
}

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

.announcement {
  background:var(--brand-black);
  color: #fff;
  font-size: 12px;
  letter-spacing: .02em
}

.announcement .ticker {
  min-height: 34px
}

.announcement .ticker span+span:before {
  content: '•';
  margin: 0 18px;
  color: rgba(255, 255, 255, .55)
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: #fff;
  position: relative;
  z-index: 1030;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .035)
}

.header-row {
  min-height: 104px
}

.brand img {
  width: 118px;
  height: 88px;
  object-fit: contain
}

.header-icon {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  position: relative
}

.header-icon:hover {
  background: var(--brand-soft);
  color: var(--brand-red)
}

.header-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6
}

.cart-count {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--brand-red) !important;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center
}

.desktop-nav {
  border-top: 1px solid #f5f5f5
}

.desktop-nav .nav-link {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 15px 18px !important
}

.desktop-nav .nav-link {
  position: relative
}

.desktop-nav .nav-link:hover {
  color: var(--brand-red)
}

.desktop-nav .nav-link.active {
  color: var(--brand-red)
}

.desktop-nav .nav-link.active:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 2px;
  background: var(--brand-red)
}

.hero {
  min-height: 72vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end
}

.hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .42) 50%, rgba(172, 4, 9, .42) 100%)
}

.hero:after {
  content: '';
  position: absolute;
  right: 4%;
  top: 9%;
  width: min(38vw, 520px);
  height: min(32vw, 420px);
  background: url('../images/nexsole-logo.png') center/contain no-repeat;
  opacity: .11;
  pointer-events: none
}

.hero .container {
  position: relative;
  z-index: 2;
  padding-bottom: 74px
}

.hero h1 {
  font-size: clamp(34px, 6vw, 78px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
  max-width: 860px
}

.hero p {
  font-size: 16px;
  max-width: 550px;
  margin: 20px 0 28px
}

.btn-nexsole {
  border-radius: 0;
  padding: 13px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700
}

.btn-dark.btn-nexsole {
  background: var(--brand-red);
  border-color: var(--brand-red)
}

.btn-dark.btn-nexsole:hover {
  background: var(--brand-red-dark);
  border-color: var(--brand-red-dark)
}

.btn-light.btn-nexsole {
  background: #fff;
  border-color: #fff;
  color: var(--brand-black)
}

.btn-light.btn-nexsole:hover {
  background: var(--brand-red);
  border-color: var(--brand-red);
  color: #fff
}

.btn-outline-dark.btn-nexsole:hover {
  background: var(--brand-red);
  border-color: var(--brand-red)
}

.section {
  padding: 68px 0
}

.section-sm {
  padding: 45px 0
}

.section-title {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -.025em;
  margin: 0
}

.eyebrow {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--brand-red);
  font-weight: 700
}

.view-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-bottom: 1px solid var(--brand-red);
  padding-bottom: 4px
}

.view-link:hover {
  color: var(--brand-red)
}

.product-card {
  height: 100%
}

.product-media {
  position: relative;
  overflow: hidden;
  /* background: #f1f1f1; */
  aspect-ratio: .79
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .5s ease
}

.product-card:hover .product-media img {
  transform: scale(1.025)
}

.product-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: var(--brand-red);
  color: #fff;
  padding: 6px 9px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.sold-badge {
  background: var(--brand-black);
  color: #fff
}

.quick-add {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  /* background: rgba(5, 5, 5, .94); */
  color: #fff;
  height: 42px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  font-weight: 700;
  /* transform: translateY(65px);
  transition: .25s */
  text-align: center;
  line-height: 42px;
  background: var(--brand-red)
}

.product-card:hover .quick-add {
  transform: translateY(0);
  background: var(--brand-red);
  color: #fff;
}

.quick-add:disabled {
  opacity: .55
}

.product-info {
  padding: 14px 2px 4px
}

.product-title {
  font-size: 14px;
  margin: 0 0 6px;
  line-height: 1.4;
  font-weight: 500
}

.product-meta {
  font-size: 12px;
  color: #777;
  margin-bottom: 7px
}

.price {
  font-size: 13px;
  font-weight: 600
}

.compare {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  margin-left: 7px
}

.promo-strip {
  background: var(--brand-black);
  color: #fff;
  border-top: 3px solid var(--brand-red);
  border-bottom: 3px solid var(--brand-red)
}

.promo-card {
  border-right: 1px solid #292929;
  padding: 30px
}

.promo-card:last-child {
  border-right: 0
}

.promo-card strong {
  font-size: 14px;
  display: block;
  margin-bottom: 5px
}

.promo-card small {
  color: #aaa
}

.reviews {
  background: linear-gradient(180deg, var(--brand-soft), #fff)
}

.review-shot {
  aspect-ratio: .63;
  overflow: hidden;
  background: #ddd
}

.review-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.newsletter {
  background: linear-gradient(110deg, var(--brand-black) 0 48%, var(--brand-red) 100%);
  color: #fff;
  padding: 55px 0;
  border-top: 3px solid var(--brand-red)
}

.newsletter .form-control {
  border-radius: 0;
  border: 1px solid #555;
  background: transparent;
  color: #fff;
  min-height: 48px
}

.newsletter .form-control::placeholder {
  color: #aaa
}

.footer {
  background: var(--brand-black);
  color: #fff;
  padding: 62px 0 26px;
  border-top: 4px solid var(--brand-red)
}


.footer h6 {
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 18px
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer li {
  margin-bottom: 10px
}

.footer a {
  color: #cfcfcf;
}

.footer a:hover {
  color: #fff
}

.footer h6 {
  color: #fff
}

.footer a:hover,
.copyright a {
  color: #fff
}

.footer li::marker {
  color: var(--brand-red)
}

.footer-note {
  color: #eaeaea;
  max-width: 370px;
}

.copyright {
  border-top: 1px solid #252525;
  margin-top: 45px;
  padding-top: 22px;
  color: #cdcaca;
}

.collection-hero {
  background: linear-gradient(110deg, var(--brand-soft), #fff);
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
  border-left: 6px solid var(--brand-red)
}

.filter-toolbar {
  padding: 18px 0;
  border-bottom: 1px solid var(--line)
}

.form-select,
.form-control,
.accordion-item,
.accordion-button {
  border-radius: 0 !important
}

.filter-chip {
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 0
}

.product-detail {
  padding: 55px 0 75px
}

.gallery-main {
  background: #f1f1f1;
  aspect-ratio: .82;
  overflow: hidden
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.thumb {
  border: 1px solid transparent;
  padding: 0;
  background: #f1f1f1;
  aspect-ratio: .82;
  overflow: hidden
}

.thumb.active {
  border-color: var(--brand-red)
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.product-detail h1 {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -.03em
}

.detail-price {
  font-size: 20px;
  font-weight: 600
}

.detail-copy {
  color: #555;
  font-size: 13px
}

.detail-list {
  font-size: 13px;
  padding-left: 19px
}

.detail-list li {
  margin-bottom: 8px
}

.policy-wrap {
  max-width: 840px
}

.policy-wrap h1 {
  font-size: 40px;
  font-weight: 500
}

.policy-wrap h2 {
  font-size: 20px;
  margin-top: 32px
}

.policy-wrap p,
.policy-wrap li {
  color: #4e4e4e;
  line-height: 1.75
}

.contact-card {
  border: 1px solid var(--line);
  padding: 34px
}

.account-shell {
  max-width: 510px
}

.empty-state {
  min-height: 340px;
  display: grid;
  place-items: center;
  text-align: center
}

.cart-row {
  border-bottom: 1px solid var(--line);
  padding: 18px 0
}

.cart-row img {
  width: 110px;
  height: 135px;
  object-fit: cover;
  background: #eee
}

.qty {
  width: 118px
}

.offcanvas {
  --bs-offcanvas-width: 430px
}

.offcanvas-header {
  border-bottom: 1px solid var(--line)
}

.offcanvas-footer {
  border-top: 1px solid var(--line);
  padding: 18px
}

.search-panel {
  max-width: 760px;
  margin: 0 auto
}

.mobile-nav .offcanvas-body a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em
}

.faq .accordion-button:not(.collapsed) {
  background: var(--brand-soft);
  color: var(--brand-red);
  box-shadow: none
}

.faq .accordion-button:focus {
  box-shadow: none
}

.icon-feature {
  width: 45px;
  height: 45px;
  border: 1px solid var(--brand-red);
  color: var(--brand-red);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700
}

.about-image {
  min-height: 520px;
  background-size: cover;
  background-position: center
}

.sticky-info {
  position: sticky;
  top: 24px
}

.breadcrumb {
  font-size: 11px
}

.toast-container {
  z-index: 2000
}

.toast {
  border-radius: 0
}

.page-404 {
  min-height: 62vh;
  display: grid;
  place-items: center;
  text-align: center
}

.page-404 .code {
  font-size: clamp(90px, 18vw, 220px);
  line-height: .8;
  color: var(--brand-soft);
  font-weight: 700
}

.loading-img {
  background: #ececec
}

@media(max-width:991.98px) {
  .desktop-nav {
    display: none
  }

  .header-row {
    min-height: 64px
  }

  .brand img {
    width: 118px
  }

  .hero {
    min-height: 64vh
  }

  .hero .container {
    padding-bottom: 48px
  }

  .section {
    padding: 48px 0
  }

  .quick-add {
    transform: none;
    bottom: 8px;
    left: 8px;
    right: 8px;
    height: 38px
  }

  .promo-card {
    border-right: 0;
    border-bottom: 1px solid #292929
  }

  .sticky-info {
    position: static
  }

  .gallery-main {
    aspect-ratio: .9
  }

  .product-detail {
    padding-top: 30px
  }
}

@media(max-width:575.98px) {
  body {
    font-size: 13px
  }

  .announcement .ticker {
    justify-content: center !important
  }

  .announcement .ticker span:nth-child(2) {
    display: none
  }

  .hero {
    min-height: 58vh
  }

  .hero p {
    font-size: 14px
  }

  .section-title {
    font-size: 26px
  }

  .collection-hero {
    padding: 38px 0
  }

  .product-title {
    font-size: 12px
  }

  .product-media {
    aspect-ratio: .76
  }

  .product-info {
    padding-top: 10px
  }

  .product-meta,
  .price,
  .compare {
    font-size: 11px
  }

  .quick-add {
    font-size: 10px
  }

  .review-shot {
    aspect-ratio: .68
  }

  .footer {
    padding-top: 45px
  }
}

/* NEXSOLE brand layer */
::selection {
  background: var(--brand-red);
  color: #fff
}

a:hover {
  color: var(--brand-red)
}

.btn-dark {
  --bs-btn-bg: var(--brand-black);
  --bs-btn-border-color: var(--brand-black);
  --bs-btn-hover-bg: var(--brand-red);
  --bs-btn-hover-border-color: var(--brand-red)
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 .2rem rgba(172, 4, 9, .11)
}

.accordion {
  --bs-accordion-active-color: var(--brand-red);
  --bs-accordion-active-bg: var(--brand-soft);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(172, 4, 9, .08)
}

.breadcrumb-item a:hover {
  color: var(--brand-red)
}

.product-card:hover .product-title a {
  color: var(--brand-red)
}

.detail-price {
  color: var(--brand-red)
}

.filter-chip:hover,
.filter-chip.active {
  border-color: var(--brand-red);
  color: var(--brand-red)
}

.offcanvas-footer .btn-dark.btn-nexsole {
  background: var(--brand-red);
  border-color: var(--brand-red)
}

.site-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-red), transparent);
  opacity: .28
}

@media(max-width:991.98px) {
  .header-row {
    min-height: 92px
  }

  .brand img {
    width: 102px;
    height: 76px
  }

  .hero:after {
    width: 48vw;
    height: 40vw;
    right: 0;
    top: 8%;
    opacity: .09
  }
}

@media(max-width:575.98px) {
  .brand img {
    width: 92px;
    height: 70px
  }

  .header-row {
    min-height: 84px
  }

  .hero:after {
    width: 66vw;
    height: 54vw;
    right: -12%;
    top: 6%;
    opacity: .08
  }
}

/* Header alignment: logo left, menu centered, actions right */
.header-layout {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 104px
}

.header-brand {
  justify-self: start;
  min-width: 0
}

.header-actions {
  justify-self: end;
  white-space: nowrap
}

.brand-wrap {
  display: flex;
  align-items: center
}

.brand-wrap img,
.brand-wrap .custom-logo {
  width: 118px;
  max-height: 88px;
  height: auto;
  object-fit: contain
}

.desktop-nav {
  border-top: 0;
  justify-self: center;
  width: auto
}

.desktop-nav .navbar-nav {
  flex-wrap: nowrap
}

@media(max-width:991.98px) {
  .header-layout {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    min-height: 92px
  }

  .header-brand {
    flex: 1 1 auto
  }

  .header-actions {
    flex: 0 0 auto
  }

  .brand-wrap img,
  .brand-wrap .custom-logo {
    width: 102px;
    max-height: 76px
  }
}

@media(max-width:575.98px) {
  .header-layout {
    gap: 6px;
    min-height: 84px
  }

  .header-icon {
    width: 34px;
    height: 34px
  }

  .header-icon svg {
    width: 19px;
    height: 19px
  }

  .brand-wrap img,
  .brand-wrap .custom-logo {
    width: 86px;
    max-height: 66px
  }
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  float: none;
  width: fit-content;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  float: none;
  width: fit-content;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button{
  text-decoration: none;
  background-color: #ac0409;
  color: #fff;
}
.woocommerce ul.products li.product .button.quick-add, .woocommerce ul.products li.product .added_to_cart{
  transform: none !important;
  opacity: 1;
  background-color: var(--brand-red) !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}