#category .category_cover__description {
  width: 100%;
  text-align: left;
  margin-top: 8px;
  font-size: 14px
}

#content {
  padding: 0 0 !important
}

.category_cover__description.desc_btm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.page-customer-account #content .order-actions a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important
}

@font-face {
  font-family: "Times New Roman";
  src: url(../fonts/times.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-ExtraBold.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

:root {
  --default-font: "Gilroy", sans-serif;
  --heading-font: "Bebas Neue", sans-serif;
  --nav-font: "Gilroy", sans-serif
}

.btn.disabled,
.btn:disabled,
fieldset:disabled {
  display: none !important
}

:root {
  --background-color: #fff;
  --default-color: #444444;
  --heading-color: #273d4e;
  --accent-color: #fff;
  --surface-color: #fff;
  --contrast-color: #fff
}

:root {
  --nav-color: #000;
  --nav-hover-color: #000;
  --nav-mobile-background-color: #fff;
  --nav-dropdown-background-color: #fff;
  --nav-dropdown-color: #444;
  --nav-dropdown-hover-color: #ff4a17
}

.light-background {
  --background-color: #f1f4fa;
  --surface-color: #fff
}

.dark-background {
  --background-color: #000910;
  --default-color: #fff;
  --heading-color: #fff;
  --surface-color: #28323a;
  --contrast-color: #fff
}

:root {
  scroll-behavior: smooth
}

body {
  font-family: Gilroy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font)
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font)
}

.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #fff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: #fff0
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid #fff0;
  border-bottom: 10px solid #fff0;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(.55, .055, .675, .19)
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid #fff0;
  border-bottom: 10px solid #fff0;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20)
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(.6, .6);
    opacity: 1
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

.header {
  --background-color: rgba(0, 0, 0, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 0;
  transition: all 0.5s;
  z-index: 997
}

.header .logo {
  line-height: 1
}

.header .logo img {
  max-height: 20px
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color)
}

.header .cta-btn,
.header .cta-btn:focus {
  color: var(--contrast-color);
  font-size: 12px;
  padding: 7px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
  border: 2px solid var(--contrast-color)
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color)
}

.product-quantity.clearfix button.wishlist-button-add.wishlist-button-product {
  display: none
}

#lnk-e-shop,
#lnk-a-propos,
#lnk-conseils,
#lnk-ma-taille {
  display: block
}

#lnk-actualites,
#lnk-chemises-formelles,
#lnk-all-articles,
#lnk-chemises-casual,
#lnk-accessories,
#lnk-accessoires,
#lnk-tous-les-produits,
#lnk-cravates,
#lnk-compte,
#lnk-contact,
#lnk-cadeau {
  display: none
}

.left-side-nav {
  justify-items: end
}

.left-side-nav .products-sort {
  max-width: 120px
}

.right-side-nav {
  justify-items: end
}

.right-side-nav .products-sort {
  max-width: 120px
}

.right-side-nav .products-sort-order.dropdown.open {
  position: absolute
}

.footer-container li a {
  font-size: 12px
}

@media (max-width:1200px) {
  .header .logo {
    order: 1
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px
  }

  .header .navmenu {
    order: 3
  }
}

.scrolled .header {
  box-shadow: 0 0 18px rgb(0 0 0 / .1)
}

.scrolled .header {
  --background-color: rgba(21, 34, 43, 0.85)
}

@media (min-width:1200px) {
  .header .logo {
    margin-top: 20px
  }

  .navmenu {
    padding: 0
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
  }

  .navmenu li {
    position: relative
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px
  }

  .navmenu>ul>li:last-child {
    padding-right: 0
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 12px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0;
    transition: all 0.3s ease-in-out 0s
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: color-mix(in srgb, var(--nav-color) 90%, white 15%)
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 0 30px rgb(0 0 0 / .1)
  }

  .navmenu .dropdown ul li {
    min-width: 200px
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 12px;
    text-transform: none;
    color: var(--nav-dropdown-color)
  }

  .navmenu .dropdown ul a i {
    font-size: 12px
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color)
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible
  }
}

@media (max-width:1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 9999 !important
  }

  .navmenu {
    padding: 0;
    z-index: 9997
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 75px 0 0 0;
    padding: 55px 25px 10px;
    margin: 0;
    border-radius: 0;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 5px 0;
    font-family: var(--nav-font);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%)
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color)
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color)
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg)
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out
  }

  .navmenu .dropdown ul ul {
    background-color: rgb(33 37 41 / .1)
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgb(33 37 41 / .03)
  }

  .mobile-nav-active {
    overflow: hidden
  }

  .mobile-nav-close {
    color: #000;
    position: absolute;
    font-size: 32px;
    top: 70px;
    right: 15px;
    margin-right: 0;
    z-index: 9999
  }

  .navmenu {
    overflow: hidden;
    inset: 0;
    background: none;
    height: 100dvh;
    width: 95%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.2s ease, transform 0.2s ease
  }

  .navmenu.show {
    opacity: 1;
    transform: translateX(0)
  }

  .navmenu>ul {
    display: block
  }

  .navmenu .top-menu div {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.75s ease, transform 0.75s ease
  }

  .navmenu .top-menu li {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.75s ease, transform 0.75s ease
  }

  .navmenu #showtrans {
    opacity: 0;
    transform: translateX(-120px);
    transition: opacity 0.75s ease, transform 0.75s ease
  }

  .navmenu.show .top-menu li,
  .navmenu.show .top-menu div,
  .navmenu.show #showtrans {
    opacity: 1;
    transform: translateX(0)
  }
}

.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 12px;
  position: relative
}

.footer .copyright a {
  color: color-mix(in srgb, var(--accent-color), transparent 25%) !important
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 10px
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color)
}

.footer .footer-about p {
  font-size: 12px;
  font-family: var(--heading-font)
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  color: var(--accent-color);
  margin-right: 10px;
  transition: 0.3s
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color)
}

.footer .footer-links {
  margin-bottom: 30px
}

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

.footer .footer-links ul i {
  padding-right: 3px;
  font-size: 13px;
  line-height: 0;
  color: var(--accent-color)
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

.footer .footer-links ul li:first-child {
  padding-top: 0
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1
}

.footer .footer-links ul a:hover {
  color: var(--accent-color)
}

.footer .footer-contact p {
  margin-bottom: 5px
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color)
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color)
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.footer .copyright p {
  margin-bottom: 0
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--accent-color) #fff0 var(--accent-color) #fff0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s
}

.scroll-top i {
  font-size: 24px;
  color: var(--nav-color);
  line-height: 0
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color)
}

.scroll-top.active {
  visibility: visible;
  opacity: 1
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}

.page-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  text-align: center;
  position: relative
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%)
}

section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  scroll-margin-top: 90px;
  overflow: clip
}

@media (max-width:1199px) {

  section,
  .section {
    scroll-margin-top: 76px
  }
}

.section-title {
  position: relative;
  font-weight: 700;
  font-size: 40px
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--heading-font)
}

@media (max-width:768px) {
  .section-title p {
    font-size: 24px
  }
}

.hero {
  width: 100%;
  min-height: 95vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1
}

.hero .container {
  position: relative;
  z-index: 3
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 24px
}

.hero .btn-get-started {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-weight: 400;
  color: var(--default-color)
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px
}

.hero .btn-watch-video:hover {
  color: var(--accent-color)
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 20%)
}

@media (max-width:768px) {
  .hero h2 {
    font-size: 32px
  }

  .hero p {
    font-size: 18px
  }
}

.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%)
}

.about .content ul {
  list-style: none;
  padding: 0
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color)
}

.about .content p:last-child {
  margin-bottom: 0
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px)
}

.stats .stats-item {
  background-color: var(--surface-color);
  box-shadow: 0 0 30px rgb(0 0 0 / .1);
  padding: 30px
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px
}

.services .img {
  border-radius: 8px;
  overflow: hidden
}

.services .img img {
  transition: 0.6s
}

.services .details {
  background: color-mix(in srgb, var(--surface-color), transparent 5%);
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 25px rgb(0 0 0 / .1)
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 6px solid var(--contrast-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px)
}

.services .details h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s
}

.services .details p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0
}

.services .service-item:hover .details h3 {
  color: var(--accent-color)
}

.services .service-item:hover .details .icon {
  background: var(--surface-color);
  border: 2px solid var(--accent-color)
}

.services .service-item:hover .details .icon i {
  color: var(--accent-color)
}

.services .service-item:hover .img img {
  transform: scale(1.2)
}

.clients {
  padding: 20px 0
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.clients .client-logo img {
  padding: 20px 40px;
  max-width: 90%;
  transition: 0.3s;
  opacity: .5;
  filter: grayscale(100)
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1
}

@media (max-width:640px) {
  .clients .client-logo img {
    padding: 20px
  }
}

.features .nav-tabs {
  border: 0
}

.features .nav-link {
  background-color: var(--surface-color);
  color: var(--heading-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 15px 20px;
  transition: 0.3s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0
}

.features .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color)
}

.features .nav-link.active {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color)
}

.features .nav-link.active h4 {
  color: var(--contrast-color)
}

@media (max-width:768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px
  }
}

@media (max-width:575px) {
  .features .nav-link {
    padding: 15px
  }

  .features .nav-link i {
    font-size: 24px
  }
}

.features .tab-content {
  margin-top: 30px
}

.features .tab-pane h3 {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 26px
}

.features .tab-pane ul {
  list-style: none;
  padding: 0
}

.features .tab-pane ul li {
  padding-bottom: 10px
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color)
}

.features .tab-pane p:last-child {
  margin-bottom: 0
}

.services-2 .service-item {
  background-color: var(--surface-color);
  padding: 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  transition: 0.3s
}

.services-2 .service-item .icon {
  font-size: 36px;
  line-height: 0;
  margin-right: 30px;
  color: var(--accent-color)
}

.services-2 .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px
}

.services-2 .service-item .title a {
  color: var(--heading-color)
}

.services-2 .service-item .description {
  line-height: 24px;
  font-size: 14px;
  margin: 0
}

.services-2 .service-item:hover {
  border-color: var(--accent-color)
}

.services-2 .service-item:hover .title a {
  color: var(--accent-color)
}

#header .bi-list::before {
  font-size: 24px
}

.testimonials {
  padding: 80px 0;
  position: relative
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1
}

.testimonials .container {
  position: relative;
  z-index: 3
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden
}

.testimonials .testimonial-item {
  text-align: center
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 5px 0
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1)
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto
}

.testimonials .swiper-wrapper {
  height: auto
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: .5
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1
}

@media (min-width:992px) {
  .testimonials .testimonial-item p {
    width: 80%
  }
}

.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color)
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0
}

@media (max-width:575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden
}

.portfolio .portfolio-content img {
  transition: 0.3s
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgb(0 0 0 / .6);
  padding: 15px
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: var(--accent-color)
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255 255 255 / .8)
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color)
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1)
}

.team .member {
  position: relative
}

.team .member .pic {
  overflow: hidden;
  margin-bottom: 50px
}

.team .member .member-info {
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  box-shadow: 0 2px 15px rgb(0 0 0 / .1);
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  bottom: 0;
  left: 0
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px
}

.team .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 70%)
}

.team .member .social a:hover {
  color: var(--accent-color)
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px
}

.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0 0 20px rgb(0 0 0 / .1);
  padding: 24px 0 30px 0
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%)
}

.contact .info-item h3 {
  font-size: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px
}

.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0 0 20px rgb(0 0 0 / .1);
  height: 100%;
  padding: 30px
}

@media (max-width:575px) {
  .contact .php-email-form {
    padding: 20px
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%)
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color)
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%)
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.portfolio-details .portfolio-details-slider img {
  width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color)
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 0 30px rgb(0 0 0 / .1)
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%)
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px
}

.portfolio-details .portfolio-description {
  padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color)
}

.service-details .services-list a:hover {
  border-color: var(--accent-color)
}

.service-details .services-img {
  margin-bottom: 20px
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700
}

.service-details p {
  font-size: 15px
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color)
}

.alert {
  --bs-alert-margin-bottom: 0 !important;
  --bs-alert-border-radius: none !important
}

a.alert-link:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--accent-color);
  visibility: hidden;
  width: 0;
  transition: all 0.3s ease-in-out 0s
}

.email-form {
  position: relative;
  width: 400px;
  border-bottom: 1px solid #444
}

.email-form label {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px
}

.email-form input {
  width: 100%;
  background: #fff0;
  border: none;
  color: #fff;
  font-size: 12px;
  outline: none;
  padding-right: 30px
}

.email-form .icon {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 22px
}

.email-form input::placeholder {
  color: #aaa
}

footer .logo img {
  filter: invert(.65);
  width: 100%;
  max-width: 300px;
  height: auto;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  z-index: 0
}

.btn-outline-light {
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: .5rem
}

.btn-outline-light i {
  transition: transform 0.3s ease
}

.btn-outline-light:hover i {
  transform: translateX(5px)
}

.image-box {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 675px;
  height: 100%;
  color: #fff;
  margin-top: -2px
}

.overlay-content {
  position: absolute;
  bottom: 20px;
  left: 50px
}

.overlay-content h3 {
  text-transform: uppercase;
  font-weight: 700;
  display: inline
}

.description p {
  font-size: .93rem;
  color: #333;
  padding: 30px;
  font-weight: 500
}

.owl-carousel-info-wrap {
  height: 600px;
  width: 100%
}

.owl-item .slider-container .slider-content-bottom ul {
  justify-content: center
}

.owl-dots {
  display: none
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 94%;
  justify-self: anchor-center;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%)
}

.owl-prev,
.owl-next {
  background: rgb(0 0 0 / .5);
  padding: 10px 15px;
  color: #fff;
  border-radius: 50%
}

.owl-nav button {
  background-color: white !important;
  border-radius: 50px !important
}

.owl-nav button i {
  font-size: 22px !important;
  margin: 5px !important
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #000
}

.newsletter-section {
  background: url(../../newsletterbg.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 120px 20px;
  text-align: center;
  position: relative
}

.newsletter-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / .4);
  z-index: 0
}

.newsletter-content {
  position: relative;
  z-index: 1
}

.newsletter-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px
}

.newsletter-desc {
  font-size: 12px;
  font-weight: 500;
  margin: 20px auto;
  max-width: 800px
}

.newsletter-form input[type="email"] {
  border-radius: 50px;
  padding: 12px 20px;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px
}

.newsletter-form .btn {
  border-radius: 50px;
  padding: 12px 25px
}

@media (min-width:768px) {
  .newsletter-form {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center
  }
}

#hideall,
#showall {
  cursor: pointer !important
}

.hidex {
  display: block
}

.hidexx {
  display: none
}

.instagram-section,
.blog-section,
.mobile-section {
  display: none
}

.banner.alert-link span {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 0
}

.top-menu li a {
  text-transform: uppercase;
  font-weight: 500
}

.hero h1 {
  font-size: 55px;
  font-weight: 600;
  margin: 0 0 14px 0;
  color: #000;
  max-width: 450px
}

.hero small {
  font-size: 12px;
  font-weight: 500
}

.hero a {
  font-size: 12px;
  font-weight: 400
}

.expand-more {
  font-family: var(--nav-font) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #232323 !important;
  text-transform: uppercase letter-spacing:2px;
  line-height: 1.5
}

i.bi.bi-globe.me-2 {
  content: "\f3ee";
  font-size: 20px;
  filter: contrast(.3);
  border-radius: 100px;
  display: inline-block;
  width: 1.25em;
}

.section-title {
  font-size: 40px;
  font-weight: 400
}

.about a.btn {
  font-size: 12px;
  padding: 11px 26px;
  font-weight: 600
}

.about a.btn::before {
  transform: rotate(-45deg)
}

.image-box .overlay-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 130px
}

.image-box .overlay-content h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 400
}

.featured a.btn {
  font-size: 12px;
  padding: 11px 26px;
  font-weight: 600;
  margin-bottom: .5rem
}

.featured .section-title {
  margin-right: 100px
}

.featured a.btn::before {
  transform: rotate(-45deg)
}

.owl-carousel-info-wrap .overlay-content h4 {
  font-size: 40px;
  font-weight: 400
}

.footer h4 {
  font-size: 25px !important;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}

.footer .footer-contact p {
  font-family: "Gilroy", sans-serif !important
}

a.btn .bi-arrow-right::before {
  transform: rotate(-45deg)
}

.mobile-content.mob-height a.btn .bi-arrow-right::before,
.mobile-content.mob-height a.btn .bi-arrow-left::before {
  transform: rotate(90deg)
}

a.dropdown-item {
  font-size: 12px !important
}

.header .logo {
  width: 300px
}

.presta-col:nth-child(1) .presta-descp {
  margin-left: 3rem !important;
  margin-right: 0.5rem !important
}

.presta-col:nth-child(2) .presta-descp {
  margin-right: 3rem !important;
  margin-left: 0.5rem !important
}

.footer-presta {
  padding-left: 120px
}

.quantty,
#index .product-features {
  display: none !important
}

a.btn.find-my-size-btn {
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 0
}

.border-tb {
  border-width: 1px 0;
  border-style: solid;
  border-color: #cfcfcf
}

.size-calculator {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif
}

.input-group {
  display: flex;
  align-items: center
}

.input-group label {
  width: 150px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 10px
}

.input-group label small {
  font-weight: 400;
  color: #777;
  font-size: 11px
}

.input-group input[type=range] {
  flex-grow: 1;
  margin: 0 15px;
  appearance: none;
  height: 10px;
  outline: none
}

.input-group input[type=range]::-webkit-slider-thumb {
  appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #007bff;
  cursor: pointer;
  margin-top: -3px
}

.output input[type=text] {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 14px
}

.output input:focus-visible {
  outline: none !important
}

.output {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px
}

.output span {
  margin-left: 5px;
  font-size: 12px;
  color: #999
}

.hidecal {
  display: none
}

.product-right-bar {
  padding: 20px 120px 0 50px
}

.product-right-bar h1 {
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  margin: 0
}

.product-right-bar h2 {
  font-size: 16px;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  margin: 0
}

.product-prices {
  margin-top: .25rem
}

.current-price-value {
  font-size: 40px;
  font-weight: 400;
  font-family: 'Bebas Neue'
}

#group_1 {
  display: flex;
  align-items: center;
  justify-content: unset;
  padding: 0
}

.radio-label {
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 100
}

.input-radio:checked+span {
  color: #fff;
  border: none;
  background: #205f83
}

.add-to-cart {
  width: 100%;
  background-color: #205f83;
  border: 0;
  border-radius: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center
}

.add-to-cart:hover,
.add-to-cart:active {
  background: linear-gradient(to right, #05b, #05b 50%, #05b 50%, #05b) !important
}

.product-actions .add-to-cart .material-icons {
  margin-bottom: 9px
}

.add {
  width: 100%
}

.blockreassurance_product ::marker {
  background-color: #51d161;
  color: #51d161;
  font-size: 24px
}

p.block-title {
  color: #818181 !important
}

.bottom-boxes {
  padding: 50px
}

.bottom-boxes h3 {
  font-family: 'Bebas Neue';
  font-weight: 500;
  font-size: 20px;
  font-style: italic
}

.our-opinion {
  width: 60%;
  margin: 50px 0
}

.size-calculator label {
  margin: 0 12px 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px
}

.calc_size_butt {
  background-color: #000;
  color: #fff;
  padding: 16px 30px;
  border: 0;
  width: 80%
}

.output {
  padding: 4px 6px 4px 0;
  border-radius: 0
}

.output input {
  font-family: "Bebas Neue", sans-serif
}

#height,
#weight,
#waist {
  border-radius: 100px
}

#wrapper .breadcrumb {
  /* margin: 50px 0 */
  margin: 25px 0
}

.bottom-products img {
  width: 50px !important;
  height: 70px !important;
  object-fit: cover
}

.border-tb .current-price-value {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Bebas Neue'
}

.border-tb .current-price {
  margin: 0
}

.submit-btn.calc_size_butt {
  background-color: #000;
  color: #fff;
  padding: 16px 30px;
  border: 0;
  margin: 40px 0 50px 0;
  width: 75% !important;
  font-size: 12px !important
}

ul.tech-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap
}

li.tech-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 10px;
  margin-bottom: 36px
}

.tech-icon img {
  width: 45px;
  height: 45px;
  margin-right: 18px
}

.tech-content b {
  font-size: 12px
}

.tech-content {
  font-size: 12px;
  text-align: left;
  width: 120px
}

.product-featured h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 36px
}

.productsliderbottom {
  padding: 24px
}

.row.productsliderbottom h4 {
  font-family: "Roboto Condensed";
  letter-spacing: 2px
}

.row.productsliderbottom p {
  font-family: "Times New Roman";
  letter-spacing: 1px
}

#product_upkeep {
  width: 90%;
  float: right
}

#product_upkeep ul {
  font-size: 0;
  list-style: outside none none;
  text-align: left
}

#product_upkeep ul li {
  width: 18%;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle
}

.u_product {
  background-color: #fff0;
  background-image: url(/01oslo/img/product/upkeep.png);
  background-repeat: no-repeat;
  display: block
}

#product_upkeep ul li .fab_border {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff0 #fff0 #e9ebec;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  bottom: 100%;
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0
}

.u_product_40d {
  background-position: 0 -27px;
  height: 22px;
  width: 33px
}

#product_upkeep ul li .wrap_text {
  position: relative;
  width: 100%;
  float: left
}

.product_entretien ul li.iron .text {
  margin-left: -60px
}

#product_upkeep ul li .text {
  background: #e9ebec none repeat scroll 0 0;
  display: none;
  left: 0%;
  padding: 10px;
  position: absolute;
  top: 6px
}

#product_upkeep ul li.degrees .text {
  margin-left: -46px
}

#product_upkeep ul li.nodry .text {
  margin-left: -45px
}

#product_upkeep ul li.nowhite .text {
  margin-left: -44px
}

#product_upkeep ul li.iron .text {
  margin-left: -53px
}

#product_upkeep ul li.solvants .text {
  margin-left: -55px
}

#product_upkeep ul li:hover .text {
  display: block
}

.u_product_nodry {
  background-position: 0 -135px;
  height: 25px;
  width: 35px
}

.u_product_nowhite {
  background-position: 0 -54px;
  height: 25px;
  width: 35px
}

.u_product_iron {
  background-position: 0 0;
  height: 25px;
  width: 27px
}

.u_product_solvants {
  background-position: -32px 0;
  height: 25px;
  width: 22px
}

.primary_block {
  position: relative
}

.slider-content-bottom {
  position: absolute;
  background: #fff;
  width: 95%;
  bottom: 15px;
  padding: 15px;
  justify-self: anchor-center;
  display: none;
  z-index: 999;
  transition: width 2s, height 2s, transform 2s
}

#product .slider-content-bottom {
  bottom: 125px
}

.owl-carousel-info-wrap:hover .slider-content-bottom {
  display: block;
  transition: width 2s, height 2s, transform 2s
}

.productimagesmobile .owl-dots {
  display: block !important
}

.productimagesmobile {
  display: none !important
}

.product-variants span.col.fw-normal {
  font-family: 'Bebas Neue';
  font-size: 16px;
  font-weight: 400
}

.product-description p {
  color: #000
}

.product-prices span.current-price-value {
  color: #000
}

.product-variants span.col.d-flex.align-items-center.justify-content-end.gap-2,
.product-information .blockreassurance_product li:nth-child(1) p.block-title {
  text-decoration: underline
}

footer#pro-footer a:hover {
  text-decoration: underline
}

footer#pro-footer * {
  color: #7A7A7A
}

footer#pro-footer h4 {
  color: #000
}

footer#pro-footer .social-links * {
  color: black !important
}

footer#pro-footer .footer-container li {
  margin-bottom: 0
}

.gilroy-h {
  font-family: 'Gilroy';
  font-weight: 800
}

#product .product-images .thumb-container img.thumb.js-thumb.w-100 {
  object-fit: cover;
  height: 600px
}

#product .product-cover img.js-qv-product-cover.w-100 {
  object-fit: cover;
  height: 780px
}

#js-product-list-header .top-station {
  padding: 50px 0
}

#js-product-list-header h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #070707
}

.full-container .d-flex.align-items-center.justify-content-between.w-100 .text-black {
  border-right: 1px solid #ececec !important;
  padding: 0 14px 0 14px;
  color: #737373 !important
}

.mob-container {
  display: none
}

#header .blockcart-link span.position-absolute {
  font-size: 10px;
  left: 15px !important;
  bottom: -3px !important
}

.category-description p {
  color: #070707
}

.btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}

div#blockcart-modal {
  opacity: 1 !important
}

#tc-container .blocks.checkout-area-5.width-below-50pct.width-below-70pct,
#tc-container .blocks.checkout-area-6.width-below-50pct.width-below-70pct,
#tc-container .blocks.checkout-area-9.width-below-50pct.width-below-70pct,
#tc-container .blocks.checkout-area-10.width-below-50pct.width-below-70pct,
#tc-container .blocks.checkout-area-11.width-below-50pct.width-below-70pct,
#tc-container .blocks.checkout-area-12.width-below-50pct.width-below-70pct {
  border: 1px solid #e5e5e5 !important;
  margin-bottom: 2rem !important;
  padding: 20px !important;
  background: #f8f8f8 !important
}

#checkout #content {
  border: none !important;
  background-color: #f5f5f5;
}

#checkout .delivery-option-label {
  width: 200px !important
}

#tc-container .flex-split-vertical.checkout-area-3 {
  margin-right: 1rem !important
}

.checkout-block .inner-area {
  padding: 0 !important
}

#tc-container .blocks.checkout-area-14.width-below-50pct.width-below-70pct {
  margin-left: 1rem !important
}

.ps-shown-by-js button.btn.btn-primary.center-block {
  border-radius: unset !important;
  padding: 20px !important;
  max-width: unset !important;
  width: 100% !important;
  background: black !important;
  border: black !important
}

#tc-container .offer-login .social-login,
.tax-shipping-delivery-label {
  display: none !important
}

.inner-area .offer-login {
  justify-content: right
}

.login-block-moved {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important
}

/* body#checkout footer.form-footer.text-sm-center.clearfix button.btn.btn-primary {
  background: #000 !important;
  border: #000 !important;
  padding: 10px 30px !important;
} */

body#checkout footer.form-footer.text-sm-center.clearfix button.btn.btn-primary {
  background: #000 !important;
  border: #000 !important;
  padding: 12px 30px !important;
  border-radius: 8px;
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
}

body#checkout .checkout-block .inner-area .offer-login a:hover {
  background: none;
  color: #000
}

body#checkout .checkout-block .inner-area .offer-login a {
  background: none;
  max-width: 219px;
  color: #000;
  margin: 0 !important;
  padding: 0 !important
}

#checkout #tc-container h1.text-center.text-black.m-4 {
  font-size: 50px;
  line-height: 60px
}

body#checkout .account-header,
body#checkout .address-name-header,
body#checkout .shipping-method-header,
body#checkout .address-name-header,
body#checkout .payment-method-header,
body#checkout .shopping-cart-header {
  font-family: 'Bebas Neue' !important;
  font-size: 36px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  border: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important
}

#conditions-to-approve ul {
  padding-left: 0 !important
}

#checkout .form-group.newsletter.checkbox {
  display: none
}

body#checkout section.form-fields {
  padding-top: .5rem !important;
  background: #fff !important;
}

.has-float-label input.form-control,
.has-float-label select.form-control.form-control-select {
  position: unset !important;
  /* margin-top: 10px !important */
}

.has-float-label.required span.field-label,
.need-dni .has-float-label span.field-label,
.has-float-label span.field-label {
  font-family: 'Montserrat';
  font-weight: 100;
  font-size: 10.5px !important;
  line-height: 26px;
  opacity: 1 !important;
  color: #000000 !important;
  position: unset !important
}

#checkout .cart-summary-line.cart-total-tax-excluded,
#checkout .cart-summary-line.cart-total-tax {
  display: none !important
}

#checkout .product-line-body .product-line-info span.label,
#checkout .value {
  color: #000
}

#checkout .page-content .custom-checkbox input[type=checkbox]+span {
  border-radius: 3px;
  border: 2px solid #000
}

#checkout .delivery-option-name .carrier-name,
#checkout .payment-call-to-action-and-logo .h6,
#checkout .condition-label label {
  font-family: 'Montserrat' !important;
  font-weight: 100 !important;
  font-size: 14px !important;
  line-height: 26px !important
}

#checkout .login-block-moved .log-in b {
  font-family: 'Montserrat' !important;
  font-weight: 100;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0
}

#checkout .product-line-info.product-title a {
  font-family: Bebas Neue;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0
}

#checkout .product-line-info.product-price.h5 .price {
  font-weight: 100;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: right
}

body#checkout .delivery-option-row,
body#checkout .payment-options .tc-main-title {
  padding: 8px 2px
}

body#checkout .delivery-option-row:first-child,
body#checkout .payment-options .tc-main-title:first-child {
  border: none
}

body#checkout .delivery-option-row.selected.carrier-ref-7 {
  border: 1px solid #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: #e5e5e5
}

#checkout .payment-options .tc-main-title.selected input[type=radio]:checked+span,
#checkout .delivery-option-row.selected input[type=radio]:checked+span {
  border: 5px solid #000;
  background: #fff
}

body#checkout .delivery-options,
.payment-options {
  padding: 0;
  margin: 0
}

body#checkout a#cta-terms-and-conditions-0:hover {
  color: #000
}

body#checkout a#cta-terms-and-conditions-0 {
  color: #000
}

body#checkout .form-group {
  margin-bottom: 0
}

#main header.page-header {
  text-align: center;
  margin-top: 50px
}

#content .row .col-md-3>div {
  background: #F3F5F7;
  margin: 0 50px;
  padding: 25px
}

#content .row .col-md-3 .links a {
  font-family: 'Gilroy';
  font-size: 14px !important;
  font-weight: 600;
  text-transform: capitalize;
  color: #6C7275;
  text-align: left
}

#static-customer-info-container .static-customer-info {
  color: #000
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #fff
}

#main .page-content h6 {
  margin-bottom: 2rem;
  text-transform: capitalize;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: 600
}

#main .page-content .table thead th {
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 400;
  color: #6C7275;
  line-height: 26px;
  letter-spacing: 0
}

.user-info a.account {
  margin-left: 15px
}

div#tc-container-mobile>div {
  margin: 10px;
  padding: 15px;
  border: 1px solid #e5e5e5
}

#main #content .row .col-md-3 .link-dropdown {
  display: none
}

.profile-container {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 50px;
  margin-bottom: 50px
}

.profile-pic-wrapper {
  position: relative;
  display: inline-block
}

.profile-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover
}

.camera-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 0 5px rgb(0 0 0 / .2)
}

.camera-icon svg {
  width: 20px;
  height: 20px;
  fill: #000
}

.profile-name {
  margin-top: 12px;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0
}

#main #content .row .col-md-3 .link-dropdown {
  width: 100%;
  padding: 10px;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 600
}

.card.nxtal-wishlist-cart .card-block-item span.nxtal-wishlist-header-info:not(:first-child) {
  display: none
}

div#oneall_social_login_block_customer_login_form {
  margin-top: 50px
}

div#oneall_social_login_block_customer_login_form .title_block {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000
}

div#oneall_social_login_block_customer_login_form .title_block::before,
div#oneall_social_login_block_customer_login_form .title_block::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #212529;
  margin: 0 10px
}

.oneall_social_login_providers {
  width: 26% !important;
  max-width: 26% !important;
  margin: auto !important
}

section.form-fields .form-group.row h2.text-center.text-black.mb-4 {
  font-size: 54px
}

section.form-fields .form-group.row p.text-center {
  font-size: 18px;
  font-family: 'Gilroy';
  color: #62646B
}

body#checkout .delivery-options .delivery-option-price.free {
  display: none
}

body#checkout .delivery-options .delivery-option-detail {
  flex-direction: row-reverse
}

#wrapper .breadcrumb {
  display: none
}

@media screen and (max-width:768px) {

  #category-3,
  #lnk-a-propos,
  #lnk-conseils,
  #lnk-ma-taille {
    display: none
  }

  #lnk-actualites,
  #lnk-tous-les-produits,
  #lnk-chemises-formelles,
  #lnk-accessories,
  #lnk-accessoires,
  #lnk-tous-les-produits,
  #lnk-all-articles,
  #lnk-chemises-casual,
  #lnk-cravates,
  #lnk-compte,
  #lnk-contact,
  #lnk-cadeau {
    display: block
  }

  #lnk-actualites a,
  #lnk-chemises-formelles a,
  #lnk-accessories a,
  #lnk-accessoires a,
  #lnk-tous-les-produits a,
  #lnk-all-articles a,
  #lnk-tous-les-produits a,
  #lnk-chemises-casual a,
  #lnk-cravates a,
  #lnk-compte a,
  #lnk-contact a,
  #lnk-cadeau a {
    font-family: 'Curvesta-Regular';
    font-weight: 300;
    font-size: 28px !important;
    color: #000
  }

  #checkout #tc-container h1.text-center.text-black.m-4 {
    font-size: 35px;
    line-height: 45px
  }

  body#checkout .account-header,
  body#checkout .address-name-header,
  body#checkout .shipping-method-header,
  body#checkout .address-name-header,
  body#checkout .payment-method-header,
  body#checkout .shopping-cart-header {
    font-family: 'Bebas Neue' !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important
  }

  body#checkout section.form-fields {
    padding-top: 0 !important
  }

  .has-float-label input.form-control,
  .has-float-label select.form-control.form-control-select {
    position: unset !important;
    margin-top: 10px !important
  }

  .has-float-label.required span.field-label,
  .need-dni .has-float-label span.field-label,
  .has-float-label span.field-label {
    font-family: 'Montserrat' !important;
    font-weight: 100;
    font-size: 14px !important;
    line-height: 26px;
    opacity: 1 !important;
    color: #000000 !important;
    position: unset !important
  }

  #checkout .login-block-moved .log-in b {
    font-family: 'Montserrat' !important;
    font-weight: 100;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0
  }

  #checkout .social-login {
    display: none
  }

  .mob-container {
    display: block
  }

  body#authentication div.form-div,
  body#password form.forgotten-password {
    height: 100vh;
    align-content: center
  }

  section.form-fields .form-group.row h2.text-center.text-black.mb-4 {
    font-size: 32px
  }

  section.form-fields .form-group.row p.text-center {
    font-size: 14px;
    font-family: 'Gilroy';
    color: #62646B
  }

  #contact section.form-fields {
    margin: 15px !important
  }

  #contact #content .bottom-boxes {
    display: block !important;
    padding: 30px !important
  }

  .contact-form {
    width: 100% !important
  }

  .your-popup .inner {
    padding: 25px !important;
    margin: 10px !important
  }

  .col.m-auto h2,
  .col-md-8.m-auto h2 {
    margin-top: 30px !important
  }

  #content .row .col-md-8>div {
    margin: 0 50px;
    padding: 0;
    text-align-last: left;
    background: unset;
    border-radius: 0
  }

  table.responsive-table {
    display: block
  }

  .col-md-8 h6 {
    display: none
  }

  thead {
    display: none
  }

  tbody {
    display: block
  }

  tbody tr {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 20px;
    margin-bottom: 20px
  }

  tbody td {
    display: block;
    border: none;
    padding: 8px 0;
    font-size: 15px
  }

  tbody td.label {
    font-weight: 700;
    color: #555
  }

  tbody td.value {
    color: #222
  }

  #main #content .row .col-md-3 .link-dropdown {
    display: block
  }

  #main #content .row .col-md-3 .links {
    display: none
  }

  .desk-container {
    display: none
  }

  .mobile-heading-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
  }

  .footer h4 {
    font-size: 18px !important
  }

  .footer-container li a {
    font-size: 12px
  }

  footer .logo img {
    filter: invert(.65);
    width: 352px
  }

  .left-side-nav button,
  .right-side-nav button,
  .mid-nav a.text-black {
    font-size: 12px
  }

  .full-container .d-flex.align-items-center.justify-content-between.w-100 .text-black {
    border-right: none !important
  }

  .email-form {
    width: 95% !important
  }

  .full-container .d-flex.align-items-center.justify-content-between.w-100 .text-black {
    color: #000000 !important
  }

  #list-footer .pe-5 {
    padding: 0px !important
  }

  #js-product-list-header .top-station {
    padding: 10px 0 10px 0;
    margin-bottom: 0
  }

  #category-description p {
    text-align: center
  }

  #js-product-list-header h1 {
    text-align: center;
    font-size: 40px
  }

  .page-content.page-cms ul,
  p {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #000
  }

  #list-top {
    --bs-gutter-x: 1.5rem !important;
    --bs-gutter-y: 0 !important;
    display: flex !important;
    flex-flow: row nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    width: 100% !important;
    max-width: 600px !important;
    height: 2.4rem !important;
    align-items: center !important;
    font-family: "Gilroy", sans-serif !important;
    color: #444444 !important
  }

  #list-top .col {
    min-width: 150px !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    display: flex !important;
    align-items: center !important
  }

  #list-top .products-sort-order .select-title {
    border: unset !important
  }

  #list-top .left-side-nav {
    justify-content: center !important;
    border-right: 1px solid #EAEAEA;
    min-width: 125px !important
  }

  #list-top .mid-nav {
    display: none !important
  }

  #list-top .right-side-nav {
    justify-content: center !important;
    min-width: 125px !important
  }

  #list-top .mid-nav .d-flex {
    flex-wrap: nowrap !important;
    gap: 1rem !important
  }

  #list-top .mid-nav a {
    white-space: nowrap !important;
    padding: 0 !important
  }

  .right-side-nav .products-sort-order.dropdown.open {
    position: absolute
  }

  .newsletter-section,
  .about,
  .about-us,
  .featured,
  ._desktop_language_selector,
  .text-dark #_desktop_currency_selector,
  ._desktop_searchbar,
  ._desktop_user_info {
    display: none
  }

  .mobile-section {
    display: block
  }

  .instagram-section,
  .blog-section,
  .mobile-content {
    display: block;
    color: #fff;
    padding: 120px 20px;
    text-align: center;
    position: relative;
    align-content: center
  }

  .blog-section {
    padding: 120px 45px !important
  }

  #footer .footer-about p {
    color: white !important
  }

  .presta-menu {
    display: flex;
    align-items: center
  }

  #m-pro-footer .social-links.d-flex.mt-3.justify-content-center * {
    color: black !important
  }

  .banner.alert-link {
    span {
      font-size: 12px !important
    }
  }

  .hero {
    min-height: 500px !important
  }

  .hero-content {
    text-align: center !important
  }

  .hero-content h1 {
    width: 100% !important;
    font-size: 55px;
    font-weight: 400 !important;
    line-height: 1 !important
  }

  .mobile-content {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
  }

  .mobile-content h4 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 20px;
    margin: 0
  }

  .mobile-content h1 {
    font-size: 35px;
    letter-spacing: 10px;
    color: #000
  }

  .blog-section {
    text-align: left !important
  }

  .blog-content h1 {
    font-size: 40px;
    letter-spacing: 12px
  }

  .blog-content span {
    font-size: 12px;
    margin: 6px 0;
    display: block
  }

  .blog-content h2 {
    font-size: 25px;
    letter-spacing: 4px
  }

  .instagram-section {
    height: 400px
  }

  #footer {
    padding-top: 0
  }

  #header .col.d-flex.align-items-center.justify-content-center {
    min-width: 260px !important
  }

  .mobile-content.mob-height {
    height: 400px !important;
    padding: 80px 15px !important
  }

  .mobile-content.mob-height.mobHeight {
    height: auto !important
  }

  .hidex i.bi.bi-handbag-fill.fs-4::before {
    font-size: 24px
  }

  #footer .footer-contact.pt-3 {
    margin-left: -1px
  }

  #footer .footer-links {
    width: 50%;
    padding: 0 20px
  }

  .footer-presta {
    padding-left: 12px
  }

  .product-right-bar {
    padding: 30px 30px
  }

  .product-right-bar h1 {
    font-size: 40px;
    text-align: center
  }

  .product-right-bar h2 {
    font-size: 20px;
    text-align: center
  }

  #header .blockcart-link span.position-absolute {
    font-size: 8px;
    left: 15px !important;
    bottom: -3px !important
  }

  .current-price-value {
    font-size: 40px;
    text-align: center
  }

  #main .product-sections .row.pt-3.pb-2 .col-12 {
    width: 100%;
    margin: 0;
    padding: 0
  }

  .our-opinion h2 {
    text-align: left
  }

  .product-description p {
    text-align: left;
    font-size: 12px
  }

  ul.tech-list {
    justify-content: space-between;
    padding: 0 !important
  }

  li.tech-item {
    width: auto
  }

  .tech-content {
    width: 80px
  }

  .js-images-container {
    display: none
  }

  .productimagesmobile {
    display: block !important
  }

  /* #wrapper .breadcrumb {
    display: none
  } */

  #wrapper .breadcrumb {
    display: block;
    padding: 0 16px !important;
    text-align: center;
  }

  .bottom-boxes {
    padding: 50px;
    display: none
  }

  .accordion-content {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.5s ease, padding 0.5s ease !important
  }

  .accordion-toggle {
    cursor: pointer;
    position: relative;
    text-align: left
  }

  .accordion-toggle::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 1.5rem
  }

  .accordion-toggle.active-toggle::after {
    content: '-'
  }

  .accordion-content.active {
    max-height: 1000px !important;
    padding-top: 5px !important
  }

  .own-btm-products {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
  }

  .bottom-products .col.d-flex.align-items-center.justify-content-end {
    display: flex !important;
    align-items: center !important;
    justify-content: start !important
  }

  .own-btm-products .current-price-value {
    position: relative;
    right: -26px;
    top: -6px
  }

  .own-btm-products .col.d-flex.align-items-start.justify-content-center.flex-column {
    margin-left: -240px
  }

  .calc_size_butt {
    width: 96%
  }

  #product_upkeep ul li {
    width: unset
  }

  .instagram-content a.btn.btn-outline-light.mt-3 {
    font-size: 12px
  }

  #main .product-sections {
    width: 85%;
    margin: auto
  }

  .product-sections .row.pt-3.pb-2:last-of-type {
    border-bottom: 1px solid #a4a3a3
  }

  .btn-outline-light {
    padding: 5px 12px
  }

  .mobile-content.mob-height a.btn.btn-outline-dark.rounded-pill {
    padding: 3px 12px
  }

  #product_upkeep ul {
    padding: 0;
    width: 100%
  }

  #product_upkeep {
    width: 100%
  }

  .product-about-img img {
    width: 100%
  }

  .input-group label {
    width: 80px
  }

  .product-featured .owl-carousel-info-wrap {
    height: 350px !important
  }

  .product-featured .owl-5 .owl-carousel-info-wrap {
    height: 650px !important
  }

  .productsliderbottom {
    padding: 16px 16px 0 16px
  }

  .productsliderbottom h4 {
    font-size: 12px
  }

  .productsliderbottom p {
    font-size: 10px !important
  }

  .mob-container h2.text-center.pt-4 {
    font-size: 26px;
    color: #000
  }

  .productsliderbottom span {
    font-size: 12px
  }

  .slider-content-bottom {
    display: none !important
  }

  .product-featured .owl-nav {
    display: none !important
  }

  .header {
    padding: 5px 0
  }

  #header .col.d-flex.align-items-center.justify-content-center .logo.img-fluid {
    margin-top: 5px
  }

  .page-content .owl-carousel .owl-dots {
    margin-top: -50px !important;
    padding-bottom: 20px !important;
    z-index: 999 !important;
    position: relative !important
  }

  .product-variants .input-container .radio-label {
    height: 35px;
    width: 35px;
    font-size: 10px;
    font-weight: 100
  }

  .page-content .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px
  }

  .product-sections .row.pt-3.pb-2 {
    border-top: 1px solid #a4a3a3
  }

  #tc-container .flex-split-vertical.checkout-area-1 {
    display: none !important
  }

  #product-featured {
    padding-top: 50px
  }

  .m-pro-footer .col-md-4.pt-4.footer-links {
    border-top: 1px solid #7a7a7a
  }

  .border-tb .own-btm-products .col.d-flex.align-items-center.justify-content-start {
    position: absolute;
    left: 300px;
    margin-top: -35px
  }
}

.alert {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative
}

.banner {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 30s linear infinite
}

.banner span {
  display: inline-block;
  padding-right: 2rem
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.banner:hover {
  animation-play-state: paused
}

#cart .blockreassurance_product {
  display: none
}

.base-header {
  width: 100% !important;
  z-index: 1000 !important
}

#footer {
  display: none !important
}

#index #spe-footer {
  display: none !important
}

#index #footer {
  display: block !important
}

.cart-grid {
  margin: 15px 30px 150px 30px
}

.cart-grid .h1.text-center {
  text-align: center;
  font-family: Bebas Neue;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #000;
  padding: 30px 0
}

.col-md-6.col-xs-2.price {
  display: none !important
}

.product-line-grid-body.col-md-3.col-xs-8,
.product-line-grid-right.product-line-actions.col-md-4.col-xs-12 {
  min-height: 150px;
  background: #F6F6F6;
  margin-top: 35px !important;
  padding: 20px !important
}

.product-line-grid-right.product-line-actions.col-md-4.col-xs-12>.row {
  flex-direction: column-reverse;
  align-items: flex-end
}

.product-line-grid-left.col-md-5.col-xs-4 span.product-image.media-middle picture img {
  width: 100%
}

.col-md-10.col-xs-6 .row {
  justify-content: flex-end
}

.product-line-grid-body.col-md-3.col-xs-8 a.label {
  font-family: Bebas Neue;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: right
}

.product-line-grid-body.col-md-3.col-xs-8 span.price {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  color: #24B9D7
}

.product-line-grid-body.col-md-3.col-xs-8 span.label {
  font-family: Bebas Neue;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase
}

.product-line-grid-body.col-md-3.col-xs-8 span.value {
  font-family: Bebas Neue;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #262626
}

.checkout.cart-detailed-actions.js-cart-detailed-actions.card-block a.btn.btn-primary {
  background: #000;
  border: #000;
  border-radius: unset;
  padding: 20px;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase
}

.card-block.cart-detailed-subtotals.js-cart-detailed-subtotals #cart-subtotal-products span.value {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  color: #24B9D7
}

.card-block.cart-summary-totals.js-cart-summary-totals .cart-summary-line.cart-total span.label {
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 26px !important;
  line-height: 28px !important;
  letter-spacing: 0px !important;
  color: #000 !important
}

.card-block.cart-summary-totals.js-cart-summary-totals .cart-summary-line.cart-total span.value {
  font-family: Bebas Neue !important;
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 28px !important;
  letter-spacing: 0px !important;
  text-align: right !important
}

@media screen and (max-width:768px) {
  #product #main .fpp_granters #content_grant_mobile_1 {
    width: 100% !important
  }

  #product .product-sections.text-center h2 {
    font-size: 25px !important
  }

  .extitle {
    font-size: 10px !important
  }

  .tip1text {
    right: 2px !important
  }

  .plusse_2 .ispritepointi img {
    transform: rotate(-60deg) !important
  }

  .plusse_2 .ispritepointi {
    left: 30px !important;
    top: -20px !important
  }

  .tip2text {
    top: -50px !important;
    left: 70px !important
  }

  .plusse_3 .ispritepointi img {
    transform: rotate(-60deg) !important
  }

  .plusse_3 .ispritepointi {
    left: 20px !important;
    top: -25px !important
  }

  .tip3text {
    width: 170px !important;
    top: -70px !important;
    left: -10px !important
  }

  .plusse_4 .ispritepointi img {
    transform: rotate(270deg) !important
  }

  .plusse_4 .ispritepointi {
    top: -10px !important;
    left: -15px !important
  }

  .tip4text {
    top: -35px !important;
    right: -40px !important
  }

  .plusse_5 .ispritepointi img {
    transform: rotate(190deg) !important
  }

  .plusse_5 .ispritepointi {
    left: -36px !important;
    top: -5px !important
  }

  .tip5text {
    width: 96px !important;
    top: -10px !important;
    right: 148px !important
  }

  .plusse_6 .ispritepointi img {
    transform: rotate(150deg) !important
  }

  .plusse_6 .ispritepointi {
    left: -30px !important;
    top: 15px !important
  }

  .tip6text {
    width: 175px !important;
    top: 45px !important;
    right: 130px !important
  }

  .available_sizes.for_product_212 {
    display: none
  }

  .row>.col.d-flex.align-items-left.justify-content-left {
    order: 2
  }

  .row>.col.presta-menu {
    order: 1;
    max-width: 20% !important
  }

  .row>.col.d-flex.align-items-center.justify-content-end {
    order: 3;
    max-width: 20% !important
  }

  .col.d-flex.align-items-center.justify-content-end.gap-2 {
    max-width: 45% !important
  }

  #spe-footer {
    display: none !important
  }

  #footer {
    display: block !important
  }

  .hero video {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: contain;
    z-index: 0
  }

  .cart-grid {
    margin: 0
  }

  .cart-grid-right.col-lg-5 .card.cart-summary {
    padding: 20px
  }

  .product-line-grid-left.col-md-5.col-xs-4 {
    width: 100%
  }

  .product-line-grid-body.col-md-3.col-xs-8 {
    background: #fff;
    width: 50%
  }

  .product-line-grid-right.product-line-actions.col-md-4.col-xs-12 {
    background: #fff;
    width: 50%
  }

  .cart-overview.js-cart ul.cart-items {
    margin-bottom: 0
  }

  .product-line-grid-body.col-md-3.col-xs-8,
  .product-line-grid-right.product-line-actions.col-md-4.col-xs-12 {
    padding: 0 15px !important;
    min-height: 91px !important
  }

  .cart-overview.js-cart li.cart-item {
    padding: 0
  }

  section#sticky-section .col.bottom-products.py-3,
  section#sticky-section .col.d-flex.align-items-center.justify-content-start {
    display: none !important
  }

  section#sticky-section a.btn.btn-primary.add-to-cart {
    margin: 0 !important
  }

  section#sticky-section .col.d-flex.align-items-center.justify-content-center {
    margin: 0 !important;
    padding: 0 !important
  }
}

@media only screen and (min-width:992px) {
  #search_widget {
    min-width: 12rem
  }
}

.sb-menu-right::-webkit-scrollbar,
#search_widget::-webkit-scrollbar {
  display: none
}

#password .page-footer,
#contact #spe-footer .border-tb {
  display: none
}

#search_widget form i {
  position: absolute;
  padding: .5rem;
  margin-top: -2px
}

#search_widget form input {
  padding: 5px 10px 5px 30px
}

.newsletter-form .form-control,
.newsletter-form .btn {
  font-size: 12px
}

.language-selector.dropdown .hidden-sm-down.btn-unstyle {
  display: flex;
  align-items: center
}

.aboutus {
  padding: 100px 75px;
  text-align: center
}

.aboutus p {
  text-align: left;
  font-size: 12px
}

.aboutus .btn {
  font-size: 12px;
  padding: 11px 26px;
  font-weight: 600
}

.owl-carousel-info-wrap {
  position: relative;
  overflow: hidden
}

#products .owl-carousel-info-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center/cover no-repeat;
  background-image: var(--main-bg);
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
  z-index: 1
}

#products .owl-carousel-info-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: center/cover no-repeat;
  background-image: var(--hover-bg);
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: 2
}

#products .owl-carousel-info-wrap:hover::before {
  transform: translateY(100%)
}

#products .owl-carousel-info-wrap:hover::after {
  transform: translateY(0)
}

.available_sizes {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 37px;
  margin-bottom: 6px;
  display: inline-block;
  float: left;
  width: 100%
}

.available_sizes ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: top
}

.available_sizes ul li {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  position: relative;
  border: 0 solid violet;
  display: block;
  float: left;
  width: 11.111%
}

.available_sizes ul li span {
  margin: 0 1px;
  padding: 0;
  border: 0;
  border-radius: 0 0 4px 4px;
  color: #fff;
  display: block;
  height: 30px;
  text-align: center;
  transition: all .2s ease 0s;
  padding-top: 2px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  background-color: #CDBAA6
}

.available_sizes ul li:hover span {
  font-weight: 700;
  color: #fff;
  height: 35px;
  padding-top: 8px;
  border: 0 solid #2a2a2a
}

.product-cover .nxtal-wishlist-icon {
  top: 25px;
  padding: 4px
}

#product .product-sections.text-center h2 {
  font-size: 40px
}

#product nav.breadcrumb.justify-content-center {
  /* font-size: 12px original */
  font-size: 8px;
}

#product .product-scroll {
  position: sticky;
  top: 60px
}

#product #main .fpp_granters {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #868686e5;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.7s ease, transform 0.7s ease
}

#product #main .fpp_granters.show {
  opacity: 1;
  transform: translateX(0)
}

#product #main .fpp_granters #content_grant_mobile_1 {
  height: 100vh;
  width: 40%;
  background: #fff;
  justify-self: right
}

#product .alert.bg-dark.text-center.text-white {
  display: none
}

.productsliderbottom h4 {
  font-size: 13px
}

.productsliderbottom p {
  font-size: 12px
}

#navmenu.navmenus ul {
  inset: 50px 0 0 0px !important
}

#product #navmenu ul {
  inset: 50px 0 0 0px !important
}

#navmenu.navmenus .mobile-nav-close {
  top: 50px !important
}

.field-birthdate .col-md-12.js-input-column span.form-control-comment {
  display: none
}

#tc-container-mobile #thecheckout-confirm {
  border: none
}

#list-top {
  transition: ease-in-out 0.3s
}

#floatBtn,
#list-top,
#list-footer {
  display: none !important
}

#list-top .d-flex.align-items-center.justify-content-between.w-100 .text-black {
  color: #737373 !important;
  font-size: 12px !important
}

#header-base {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: transform 0.25s ease, opacity 0.25s ease
}

#header-base.is-hidden {
  transform: translateY(-100%)
}

#category #list-top {
  display: flex !important
}

#category #list-footer {
  display: block !important
}

#category #header-base.is-hidden {
  transform: translateY(-51%)
}

#category #header-base.is-hidden.alert-hide {
  transform: translateY(-48%)
}

.no-transition {
  transition: none !important
}

.cart-product-line .product-infos * {
  font-size: 16px !important;
  font-family: 'Bebas Neue' !important;
  font-weight: 400 !important;
  color: #000 !important
}

#showsorch,
#showtrans {
  display: none
}

.contenttip1,
.contenttip2,
.contenttip3,
.contenttip4,
.contenttip5,
.contenttip6 {
  display: none !important
}

.plusse_1 .ispritebulle:hover+.contenttip1,
.plusse_2 .ispritebulle:hover+.contenttip2,
.plusse_3 .ispritebulle:hover+.contenttip3,
.plusse_4 .ispritebulle:hover+.contenttip4,
.plusse_5 .ispritebulle:hover+.contenttip5,
.plusse_6 .ispritebulle:hover+.contenttip6 {
  display: block !important
}

@media (max-width:768px) {
  .product-line-delete {
    position: absolute;
    top: 0;
    right: 0
  }

  #product-right-bar .product-prices {
    text-align: center
  }

  #thecheckout-newsletter {
    display: none
  }

  #showsorch {
    display: block
  }

  #showtrans {
    display: flex;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    padding: 25px
  }

  .border-tb {
    border: none
  }

  .brands-sort .dropdown-menu,
  .products-sort-order .dropdown-menu,
  .suppliers-sort .dropdown-menu {
    right: -65px
  }

  #category #list-top.is-fixed .dropdown-menu {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 2000
  }

  #category #header-base.is-hidden {
    transform: translateY(-61%)
  }

  #category #header-base.is-hidden.alert-hide {
    transform: translateY(-52%)
  }
}

#empty-cart-notice span.laquo {
  vertical-align: sub
}

.termsfeed-com---nb .cc-nb-main-container {
  padding: 1.5rem !important;
  background: white !important
}

.cc-nb-text-content {
  font-family: 'Times New Roman'
}

.termsfeed-com---nb-simple {
  position: fixed;
  bottom: 0;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 50%
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject {
  border: 1px solid #e5e5e5 !important;
  color: #000 !important;
  font-family: 'Times New Roman' !important;
  font-weight: 100 !important;
  background-color: #fff !important
}

.termsfeed-com---palette-light .cc-nb-changep {
  all: unset !important;
  text-align: center !important;
  cursor: pointer !important;
  color: #000 !important;
  font-family: 'Times New Roman' !important;
  font-size: 14px !important;
  font-weight: 100 !important;
  text-decoration: underline !important
}

.termsfeed-com---palette-light .cc-nb-title {
  font-size: 14px !important
}

.checkout-block .card.cart-summary {
  border-bottom: none !important
}

#checkout #thecheckout-html-box-1 .address-name-header,
#checkout #thecheckout-shipping .shipping-method-header,
#checkout #thecheckout-address-invoice .address-name-header,
#checkout #thecheckout-payment .payment-method-header,
#checkout #thecheckout-address-delivery .address-name-header {
  margin-bottom: 15px !important
}

body#checkout ul.js-discount.card-block.promo-discounts {
  display: none
}

.blocks.checkout-area-10.width-below-50pct.width-below-70pct .form-fields,
.blocks.checkout-area-5.width-below-50pct.width-below-70pct .inner-wrapper div {
  background-color: #f8f8f8 !important
}

section#checkout-payment-step {
  background-color: #ffffff00 !important
}

@media screen and (min-width:600px) {
  .blocks.checkout-area-14.width-below-50pct.width-below-70pct #thecheckout-cart-summary {
    position: sticky;
    top: 45px
  }
}

@media screen and (max-width:600px) {
  body#checkout .shopping-cart-header .hright {
    display: inline-block;
    font-size: 20px
  }

  body#checkout .shopping-cart-header .hleft {
    margin-right: 120px
  }

  .termsfeed-com---nb-simple {
    max-width: 90% !important;
    width: 90% !important
  }

  .card.cart-container {
    margin-top: 20px
  }

  #checkout .product-line-info.product-title a {
    font-family: Bebas Neue;
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0
  }
}

.filter div[data-name="size"] label:has(input:checked) {
  background-color: #ddd;
  font-weight: 700
}

@media (max-width: 767px) {

  .category_cover__description {
    max-height: 50px;
    /* visible height before expand */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
  }

  .category_cover__description.expanded {
    max-height: 1000px;
    /* large enough to show full text */
  }

  .category_cover__description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  }

  .category_cover__description.expanded::after {
    display: none;
  }

  .read-more-btn {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
  }

}

@media (max-width:768px) {
  .old_item4 a {
    font-family: 'Curvesta-Regular';
    font-weight: 300;
    font-size: 28px !important;
    color: #000
  }

  .old_item4 {
    display: block !important;
  }
}


.blockreassurance_product ul li::before {
  content: "●" !important;
  /* Solid circle character */
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #51d161 !important;
  /* Green color */
  font-size: 18px !important;
  font-weight: bold !important;
  text-shadow: 0 1px 2px rgba(0, 170, 0, 0.3) !important;
  /* Optional glow */
}

.blockreassurance_product ul li {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  padding-left: 25px !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* Add bullet dots */


/* Style the paragraph inside each li */
.blockreassurance_product ul li p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
}

/* Keep all span words inline */
.blockreassurance_product ul li p .pm-word {
  display: inline !important;
  margin-right: 0 !important;
}

/* Fix the spans with transforms */
.blockreassurance_product ul li p .pm-word span {
  display: inline !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Style the image if present */
.blockreassurance_product ul li img {
  display: inline-block !important;
  margin-left: 8px !important;
  vertical-align: middle !important;
  width: auto !important;
  height: 20px !important;
}

/*#product .full-container{
    margin-left:20px;
    margin-right:20px;}*/

#header {
  margin-left: 20px;
  margin-right: 20px;

}

.owl-carousel-info-wrap {
  margin-bottom: 10px;
}

#header .container-xl .d-flex {
  align-items: center;
}

.product-variants>.product-variants-item ul li {
  margin-right: 5px !important;
}

#checkout-footer {
  display: none;
}

#checkout #spe-footer {
  display: none !important;
}

#checkout #checkout-footer {
  display: block !important;
}

#checkout-header {
  display: none;
}

#checkout #header-base {
  display: none !important;
}

#checkout #checkout-header {
  display: block !important;
}


/* =========================================================
   FULL CHECKOUT-SCOPED CSS
   Preserved from provided stylesheet
   Scoped to #checkout and strengthened with !important
   ========================================================= */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
  unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}

#checkout,
#checkout *,
#checkout *::before,
#checkout *::after {
  box-sizing: border-box !important;
}

/*
#checkout #wrapper,
#checkout #wrapper * {
  margin: 0 !important;
  padding: 0 !important;
}
*/

#checkout {
  --black: #0b1117 !important;
  --white: #ffffff !important;
  --text: #1a1a1a !important;
  --muted: #8a8a8a !important;
  --subtle: #f7f7f7 !important;
  --border: #e8e8e8 !important;
  --green: #39b56b !important;
  --red: #e53935 !important;
  --radius: 10px !important;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.10) !important;
}

html {
  scroll-behavior: smooth !important;
}

body:has(#checkout),
body#checkout {
  font-family: 'Manrope', -apple-system, sans-serif !important;
  background: #f5f5f5 !important;
  color: var(--text) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  -webkit-font-smoothing: antialiased !important;
  min-height: 100vh !important;
}

#checkout button {
  cursor: pointer !important;
  font-family: 'Manrope' !important;
  background: none !important;
  border: none !important;
}

#checkout a {
  text-decoration: none !important;
  /* color: inherit !important; original */
  color: inherit;
}

.fcol ul a {
  color: rgba(255, 255, 255, 0.36) !important;
}

#checkout input,
#checkout select,
#checkout textarea {
  font-family: 'Manrope' !important;
}

/* ─── Header ─────────────────────────────────────────────────────── */
#checkout #checkout-header {
  background: var(--black) !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
}

#checkout .header-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
}

#checkout .header-back {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.4) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  transition: color 0.2s !important;
}

#checkout .header-back:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

#checkout .header-back svg {
  transition: transform 0.2s var(--ease) !important;
}

#checkout .header-back:hover svg {
  transform: translateX(-3px) !important;
}

#checkout .header-logo {
  font-family: 'Manrope' !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--white) !important;
  text-align: center !important;
  white-space: nowrap !important;
}

#checkout .header-logo sup {
  font-family: 'Manrope' !important;
  font-size: 7px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

#checkout .header-secure {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  font-family: 'Manrope' !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.35) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

#checkout .header-secure svg {
  opacity: 0.4 !important;
}

/* ─── Progress bar ───────────────────────────────────────────────── */
#checkout .progress-bar {
  background: var(--white) !important;
  border-bottom: 1px solid var(--border) !important;
}

#checkout .progress-inner {
  /* padding: 0 200px !important;
  display: flex !important;
  align-items: center !important;
  height: 52px !important;
  gap: 0 !important; */
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 52px;
  gap: 0;
}

#checkout .progress-step {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 1 !important;
  position: relative !important;
}

#checkout .progress-step:not(:last-child)::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  width: calc(50% - 60px) !important;
  height: 1px !important;
  background: var(--border) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#checkout .progress-step:not(:first-child)::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  width: calc(50% - 60px) !important;
  height: 1px !important;
  background: var(--border) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#checkout .progress-step.done::after,
#checkout .progress-step.done::before,
#checkout .progress-step.active::before {
  background: var(--black) !important;
}

#checkout .progress-step-content {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
}

#checkout .step-circle {
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  border: 1.5px solid var(--border) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Manrope' !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: var(--muted) !important;
  background: var(--white) !important;
  transition: all 0.3s var(--ease) !important;
  flex-shrink: 0 !important;
}

#checkout .progress-step.done .step-circle {
  background: var(--black) !important;
  border-color: var(--black) !important;
  color: var(--white) !important;
}

#checkout .progress-step.active .step-circle {
  background: var(--black) !important;
  border-color: var(--black) !important;
  color: var(--white) !important;
  box-shadow: 0 0 0 4px rgba(11, 17, 23, 0.1) !important;
}

#checkout .step-label {
  font-family: 'Manrope' !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--muted) !important;
  white-space: nowrap !important;
}

#checkout .progress-step.active .step-label,
#checkout .progress-step.done .step-label {
  color: var(--black) !important;
}

/* ─── Layout ─────────────────────────────────────────────────────── */
#checkout .checkout-wrap {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 40px 40px 80px !important;
  display: grid !important;
  grid-template-columns: 1fr 380px !important;
  gap: 28px !important;
  align-items: start !important;
}

/* ─── Section cards ──────────────────────────────────────────────── */
#checkout .form-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

#checkout .section-card {
  background: var(--white) !important;
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  box-shadow: var(--shadow-sm) !important;
  transition: box-shadow 0.3s var(--ease) !important;
}

#checkout .section-card:focus-within {
  box-shadow: var(--shadow-md) !important;
}

#checkout .section-head,
#checkout .payment-method-header,
#checkout .shipping-method-header {
  background: var(--black) !important;
  padding: 16px 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

#checkout .section-head-left {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

#checkout .section-num {
  font-family: 'Manrope' !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.3) !important;
  line-height: 1 !important;
}

#checkout .section-divider-v {
  width: 1px !important;
  height: 18px !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

#checkout .section-title {
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--white) !important;
}

#checkout .section-edit {
  font-family: 'Manrope' !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.35) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  padding: 4px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 20px !important;
  transition: all 0.2s !important;
}

#checkout .section-edit:hover {
  color: var(--white) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

#checkout .section-done-badge {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: 'Manrope' !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  color: var(--green) !important;
}

#checkout .section-done-badge svg {
  flex-shrink: 0 !important;
}

#checkout .section-body {
  padding: 28px !important;
}

/* ─── Login strip ────────────────────────────────────────────────── */
#checkout .login-strip {
  background: rgba(11, 17, 23, 0.03) !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 0 !important;
}

#checkout .login-strip-text {
  font-family: 'Manrope' !important;
  font-size: 12.5px !important;
  color: var(--muted) !important;
  font-weight: 400 !important;
}

#checkout .login-strip-text strong {
  color: var(--text) !important;
  font-family: 'Manrope' !important;
  font-weight: 600 !important;
}

#checkout .login-link {
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: opacity 0.2s !important;
}

#checkout .login-link:hover {
  opacity: 0.55 !important;
}

/* ─── Form grid ──────────────────────────────────────────────────── */
#checkout .form-grid {
  display: grid !important;
  gap: 16px !important;
}

#checkout .form-grid-2 {
  grid-template-columns: 1fr 1fr !important;
}

#checkout .form-grid-3 {
  grid-template-columns: 1fr 1fr 1fr !important;
}

/* ─── Floating label field ───────────────────────────────────────── */
#checkout .field {
  position: relative !important;
}

#checkout .field label {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--muted) !important;
  pointer-events: none !important;
  transition: all 0.18s var(--ease) !important;
  background: var(--white) !important;
  padding: 0 4px !important;
  line-height: 1 !important;
}


#checkout .field input,
#checkout .field select {
  width: 100% !important;
  height: 52px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--text) !important;
  background: var(--white) !important;
  outline: none !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  appearance: none !important;
}

#checkout .field input::placeholder {
  color: transparent !important;
}

#checkout .field input:focus,
#checkout .field select:focus {
  border-color: var(--black) !important;
  box-shadow: 0 0 0 3px rgba(11, 17, 23, 0.06) !important;
}

#checkout .field input.valid {
  border-color: var(--green) !important;
}

#checkout .field input.valid~label {
  color: var(--green) !important;
}

#checkout .field select {
  padding-right: 36px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.8' stroke-linecap='round' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
}

#checkout .field-icon {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

#checkout .field-valid-check {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: var(--green) !important;
  opacity: 0 !important;
  transition: opacity 0.2s !important;
}

#checkout .field input.valid~.field-valid-check {
  opacity: 1 !important;
}

#checkout .field-phone {
  display: flex !important;
  gap: 10px !important;
}

#checkout .phone-prefix {
  width: 90px !important;
  flex-shrink: 0 !important;
}

/* ─── Section separator ──────────────────────────────────────────── */
#checkout .section-sep {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 20px 0 !important;
}

#checkout .section-sep-line {
  flex: 1 !important;
  height: 1px !important;
  background: var(--border) !important;
}

#checkout .section-sep-label {
  font-family: 'Manrope' !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--muted) !important;
}

/* ─── Checkbox ───────────────────────────────────────────────────── */
#checkout .check-row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  cursor: pointer !important;
}

#checkout .check-row input[type="checkbox"] {
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 4px !important;
  flex-shrink: 0 !important;
  margin-top: 1px !important;
  cursor: pointer !important;
  transition: all 0.15s !important;
  background: var(--white) !important;
  position: relative !important;
}

#checkout .check-row input[type="checkbox"]:checked {
  background: var(--black) !important;
  border-color: var(--black) !important;
}

#checkout .check-row input[type="checkbox"]:checked::after {
  content: '' !important;
  position: absolute !important;
  left: 4px !important;
  top: 1px !important;
  width: 8px !important;
  height: 12px !important;
  border: 2px solid var(--white) !important;
  border-top: none !important;
  border-left: none !important;
  transform: rotate(45deg) scaleY(0.9) !important;
}

#checkout .check-label {
  font-family: 'Manrope' !important;
  font-size: 12.5px !important;
  color: var(--muted) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  cursor: pointer !important;
}

/* ─── Shipping options ───────────────────────────────────────────── */
#checkout .shipping-options {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

#checkout .shipping-option {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
  cursor: pointer !important;
  transition: all 0.2s var(--ease) !important;
  position: relative !important;
  overflow: hidden !important;
}

#checkout .shipping-option::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: var(--black) !important;
  opacity: 0 !important;
  transition: opacity 0.2s !important;
  pointer-events: none !important;
}

#checkout .shipping-option:hover {
  border-color: #bbb !important;
}

#checkout .shipping-option.selected {
  border-color: var(--black) !important;
  background: #f8f9fb !important;
}

#checkout .shipping-option.selected .shipping-radio {
  border-color: var(--black) !important;
}

#checkout .shipping-radio-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: var(--black) !important;
  transform: scale(0) !important;
  transition: transform 0.2s var(--ease) !important;
}

#checkout .shipping-option.selected .shipping-radio-dot {
  transform: scale(1) !important;
}

#checkout .shipping-icon {
  width: 40px !important;
  height: 40px !important;
  background: var(--subtle) !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#checkout .shipping-info {
  flex: 1 !important;
}

#checkout .shipping-name {
  font-family: 'Manrope' !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
  letter-spacing: -0.01em !important;
}

#checkout .shipping-desc {
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  color: var(--muted) !important;
  font-weight: 400 !important;
  margin-top: 2px !important;
}

#checkout .shipping-price {
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: var(--black) !important;
  letter-spacing: -0.02em !important;
}

#checkout .shipping-price.free {
  color: var(--green) !important;
}

#checkout .shipping-badge {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  background: var(--black) !important;
  color: var(--white) !important;
  font-family: 'Manrope' !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
}

/* ─── Payment ────────────────────────────────────────────────────── */
#checkout .payment-methods {
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 20px !important;
}

#checkout .pm-tab {
  flex: 1 !important;
  height: 52px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: var(--muted) !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  letter-spacing: 0.02em !important;
}

#checkout .pm-tab:hover {
  border-color: #bbb !important;
  color: var(--text) !important;
}

#checkout .pm-tab.active {
  border-color: var(--black) !important;
  color: var(--black) !important;
  background: var(--subtle) !important;
}

#checkout .pm-tab svg {
  flex-shrink: 0 !important;
}

#checkout .card-preview {
  background: linear-gradient(135deg, #0b1117 0%, #1d2535 60%, #0f1e2f 100%) !important;
  border-radius: 14px !important;
  padding: 22px 24px !important;
  margin-bottom: 20px !important;
  position: relative !important;
  overflow: hidden !important;
  height: 145px !important;
}

#checkout .card-preview::before {
  content: '' !important;
  position: absolute !important;
  top: -40px !important;
  right: -40px !important;
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

#checkout .card-preview::after {
  content: '' !important;
  position: absolute !important;
  bottom: -60px !important;
  left: 20px !important;
  width: 160px !important;
  height: 160px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

#checkout .card-chip {
  width: 32px !important;
  height: 24px !important;
  background: linear-gradient(135deg, #d4a843 0%, #f0c850 50%, #d4a843 100%) !important;
  border-radius: 5px !important;
  margin-bottom: 18px !important;
  position: relative !important;
  z-index: 1 !important;
}

#checkout .card-chip::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-50%) !important;
}

#checkout .card-chip::after {
  content: '' !important;
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 1px !important;
  background: rgba(0, 0, 0, 0.2) !important;
  transform: translateX(-50%) !important;
}

#checkout .card-number-display {
  font-family: 'Manrope' !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: 0.22em !important;
  font-variant-numeric: tabular-nums !important;
  position: relative !important;
  z-index: 1 !important;
}

#checkout .card-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin-top: 8px !important;
  position: relative !important;
  z-index: 1 !important;
}

#checkout .card-holder-label {
  font-family: 'Manrope' !important;
  font-size: 8px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  color: rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase !important;
  margin-bottom: 3px !important;
}

#checkout .card-holder-name {
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

#checkout .card-expiry-label {
  font-family: 'Manrope' !important;
  font-size: 8px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  color: rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase !important;
  text-align: right !important;
  margin-bottom: 3px !important;
}

#checkout .card-expiry-val {
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  letter-spacing: 0.08em !important;
}

#checkout .card-network {
  position: absolute !important;
  bottom: 18px !important;
  right: 20px !important;
  display: flex !important;
  gap: -6px !important;
}

#checkout .card-circle {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
}

#checkout .card-circle-1 {
  background: rgba(235, 50, 35, 0.85) !important;
  margin-right: -10px !important;
}

#checkout .card-circle-2 {
  background: rgba(255, 160, 0, 0.85) !important;
}

#checkout .card-inputs {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

#checkout .card-row-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
}

/* ─── Summary column ─────────────────────────────────────────────── */
#checkout .summary-col {
  position: sticky !important;
  top: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

#checkout .summary-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 22px !important;
  border-bottom: 1px solid var(--border) !important;
  cursor: pointer !important;
}

#checkout .summary-toggle-left {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
  letter-spacing: 0.04em !important;
}

#checkout .summary-toggle-right {
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--black) !important;
  letter-spacing: -0.02em !important;
}

#checkout .summary-items {
  padding: 16px 22px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  border-bottom: 1px solid var(--border) !important;
}

#checkout .summary-item {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
}

#checkout .summary-item-thumb {
  width: 52px !important;
  height: 64px !important;
  border-radius: 6px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}

#checkout .si-white {
  background: linear-gradient(145deg, #f0f0f0, #e4e4e4) !important;
}

#checkout .si-beige {
  background: linear-gradient(145deg, #e9ddc8, #d4c4a0) !important;
}

#checkout .summary-item-qty {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  background: var(--black) !important;
  color: var(--white) !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  font-family: 'Manrope' !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#checkout .summary-item-info {
  flex: 1 !important;
  min-width: 0 !important;
}

#checkout .summary-item-name {
  font-family: 'Manrope' !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

#checkout .summary-item-variant {
  font-family: 'Manrope' !important;
  font-size: 11px !important;
  color: var(--muted) !important;
  margin-top: 3px !important;
  font-weight: 400 !important;
}

#checkout .summary-item-price {
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--black) !important;
  letter-spacing: -0.02em !important;
  flex-shrink: 0 !important;
}

/* Promo code */
#checkout .promo-row {
  padding: 14px 22px !important;
  border-bottom: 1px solid var(--border) !important;
}

#checkout .promo-form {
  display: flex !important;
  gap: 8px !important;
}

#checkout .promo-input {
  flex: 1 !important;
  height: 40px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 7px !important;
  padding: 0 13px !important;
  font-family: 'Manrope' !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: var(--text) !important;
  outline: none !important;
  transition: border-color 0.2s !important;
}

#checkout .promo-input:focus {
  border-color: var(--black) !important;
}

#checkout .promo-input::placeholder {
  color: var(--muted) !important;
}

#checkout .promo-btn {
  height: 40px !important;
  padding: 0 16px !important;
  background: var(--subtle) !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 7px !important;
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  letter-spacing: 0.04em !important;
  transition: all 0.2s !important;
}

#checkout .promo-btn:hover {
  background: var(--border) !important;
}

/* Totals */
#checkout .summary-totals {
  padding: 16px 22px !important;
}

#checkout .total-line {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 7px 0 !important;
  font-size: 12.5px !important;
}

#checkout .total-line-key {
  color: var(--muted) !important;
  font-weight: 400 !important;
}

#checkout .total-line-val {
  color: var(--text) !important;
  font-weight: 600 !important;
}

#checkout .total-line-val.green {
  color: var(--green) !important;
}

#checkout .total-final {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  padding: 16px 0 0 !important;
  margin-top: 8px !important;
  border-top: 1.5px solid var(--black) !important;
}

#checkout .total-final-key {
  font-family: 'Manrope' !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: var(--black) !important;
}

#checkout .total-final-sub {
  font-family: 'Manrope' !important;
  font-size: 10.5px !important;
  color: var(--muted) !important;
  font-weight: 400 !important;
  margin-top: 2px !important;
}

#checkout .total-final-val {
  font-family: 'Manrope' !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  color: var(--black) !important;
  line-height: 1 !important;
}

/* CTA */
#checkout .cta-block {
  padding: 16px 22px 22px !important;
}

#checkout .btn-pay {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 54px !important;
  background: var(--black) !important;
  color: var(--white) !important;
  border-radius: 10px !important;
  font-family: 'Manrope' !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  transition: all 0.25s var(--ease) !important;
  position: relative !important;
  overflow: hidden !important;
}

#checkout #mobile-urgency {
  display: none;
}

#checkout .btn-pay::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%) !important;
}

#checkout .btn-pay:hover {
  background: #1d2535 !important;
  box-shadow: 0 12px 32px rgba(11, 17, 23, 0.28) !important;
  transform: translateY(-1px) !important;
}

#checkout .btn-pay:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
}

#checkout .btn-pay-arrow {
  transition: transform 0.25s var(--ease) !important;
}

#checkout .btn-pay:hover .btn-pay-arrow {
  transform: translateX(4px) !important;
}

#checkout .btn-total-label {
  position: absolute !important;
  right: 20px !important;
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  opacity: 0.6 !important;
  letter-spacing: 0.04em !important;
}

#checkout .cta-secure {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  margin-top: 10px !important;
  font-family: 'Manrope' !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  color: var(--muted) !important;
}

/* ─── Trust card ─────────────────────────────────────────────────── */
#checkout .trust-card {
  background: var(--white) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow-sm) !important;
  padding: 18px 22px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

#checkout .trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

#checkout .trust-icon {
  width: 36px !important;
  height: 36px !important;
  background: var(--subtle) !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#checkout .trust-title {
  margin: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
  letter-spacing: -0.01em !important;
}

#checkout .trust-desc {
  margin: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 11px !important;
  color: var(--muted) !important;
  font-weight: 400 !important;
  margin-top: 1px !important;
}

/* ─── Express checkout ───────────────────────────────────────────── */
#checkout .express-strip {
  border: 1.5px solid var(--border) !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
  margin-bottom: 4px !important;
}

#checkout .express-label {
  text-align: center !important;
  font-family: 'Manrope' !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  color: var(--muted) !important;
  margin-bottom: 12px !important;
}

#checkout .express-btns {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
}

#checkout .express-btn {
  height: 35px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
}

#checkout .express-btn:hover {
  border-color: #bbb !important;
  background: var(--subtle) !important;
}

#checkout .express-btn.apple {
  background: var(--black) !important;
  color: var(--white) !important;
  border-color: var(--black) !important;
}

#checkout .express-btn.apple:hover {
  background: #1d2535 !important;
}

#checkout .or-divider {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 20px 0 24px !important;
}

#checkout .or-line {
  flex: 1 !important;
  height: 1px !important;
  background: var(--border) !important;
}

#checkout .or-text {
  font-family: 'Manrope' !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--muted) !important;
}

/* ─── Footer ─────────────────────────────────────────────────────── */
#checkout #checkout-footer {
  background: var(--black) !important;
}

#checkout .footer-checkout {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 28px 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

#checkout .footer-checkout-logo {
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.35) !important;
}

#checkout .footer-checkout-links {
  display: flex !important;
  gap: 20px !important;
}

#checkout .footer-checkout-links a {
  font-family: 'Manrope' !important;
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.25) !important;
  transition: color 0.2s !important;
}

#checkout .footer-checkout-links a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

#checkout .footer-checkout-secure {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: 'Manrope' !important;
  font-size: 10.5px !important;
  color: rgba(255, 255, 255, 0.25) !important;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 991px) {
  #checkout .checkout-wrap {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  #checkout .summary-col {
    position: relative !important;
    top: auto !important;
  }

  #checkout .header-inner,
  #checkout .progress-inner,
  #checkout .footer-checkout {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #checkout .form-col {
    gap: 0px !important;
  }

  #checkout .section-card {
    border-radius: 0 !important;
  }

  #checkout .header-inner {
    grid-template-columns: 1fr auto 1fr !important;
    gap: 40px !important;
    justify-items: center !important;
    text-align: center !important;
  }

  #checkout #mobile-urgency {
    display: block !important;
  }

  #checkout .urgency-bar {
    background: linear-gradient(90deg, #0b1117, #1d2535) !important;
    padding: 9px 16px !important;
    display: flex;
    align-items: center;
    gap: 8px !important;
  }

  #checkout .urgency-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: var(--green) !important;
    flex-shrink: 0 !important;
    box-shadow: 0 0 0 3px rgba(46, 204, 113, .2) !important;
    animation: pulse 2s infinite !important;
  }

  @keyframes pulse {

    0%,
    100% {
      box-shadow: 0 0 0 3px rgba(46, 204, 113, .2);
    }

    50% {
      box-shadow: 0 0 0 6px rgba(46, 204, 113, .08);
    }
  }

  #checkout .urgency-text {
    font-size: 10.5px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, .75) !important;
  }

  #checkout .urgency-text strong {
    color: var(--white) !important;
  }

  #checkout .urgency-timer {
    margin-left: auto !important;
    font-size: 12px;
    font-weight: 800 !important;
    color: orange !important;
    font-variant-numeric: tabular-nums;
    letter-spacing: .02em !important;
  }

  #checkout .express-strip,
  #checkout .or-divider {
    display: none !important;
  }

  #checkout .header-secure,
  #checkout .header-back {
    justify-content: center !important;
  }

  #checkout .progress-inner {
    overflow-x: auto !important;
  }

  #checkout .form-grid-2,
  #checkout .form-grid-3,
  #checkout .card-row-2,
  #checkout .express-btns {
    grid-template-columns: 1fr !important;
  }

  #checkout .field-phone {
    flex-direction: column !important;
  }

  #checkout .phone-prefix {
    width: 100% !important;
  }

  #checkout .section-head,
  #checkout .shipping-method-header,
  #checkout .payment-method-header,
  #checkout .summary-toggle,
  #checkout .section-body,
  #checkout .summary-items,
  #checkout .summary-totals,
  #checkout .promo-row,
  #checkout .cta-block,
  #checkout .trust-card,
  #checkout .footer-checkout {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}


/* =========================================================
   REAL CART SUMMARY -> TARGET DESIGN
   Uses actual live HTML classes from current checkout
   ========================================================= */

/* whole right summary card */
#checkout .summary-col #thecheckout-cart-summary {
  background: #fff !important;
  border: 1px solid #ececec !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden !important;
}

/* remove default inner card feel */
#checkout #thecheckout-cart-summary .inner-area,
#checkout #thecheckout-confirm .cta-block {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* =========================
   HEADER
   ========================= */
#checkout #thecheckout-cart-summary .shopping-cart-header,
#checkout #thecheckout-cart-summary .block-header.shopping-cart-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 15px 22px !important;
  border-bottom: 1px solid var(--border) !important;
  cursor: pointer !important;
}

#checkout #thecheckout-cart-summary .shopping-cart-header .hleft {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
  letter-spacing: 0.04em !important;
}

#checkout #thecheckout-cart-summary .shopping-cart-header .hright {
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--black) !important;
  letter-spacing: -0.02em !important;
}

#checkout #thecheckout-cart-summary #main,
#checkout #thecheckout-cart-summary .cart-inner-wrapper,
#checkout #thecheckout-cart-summary .cart-grid,
#checkout #thecheckout-cart-summary .row,
#checkout #thecheckout-cart-summary .cart-container,
#checkout #thecheckout-cart-summary .card,
#checkout #thecheckout-cart-summary .cart-overview.js-cart {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#checkout #thecheckout-cart-summary .cart-inner-wrapper {
  padding: 0 !important;
}

/* =========================
   ITEMS LIST
   ========================= */
#checkout #thecheckout-cart-summary .cart-items {
  list-style: none !important;
  margin: 0 !important;
  padding: 16px 22px !important;
  border-bottom: 1px solid #ececec !important;
}

#checkout #thecheckout-cart-summary .cart-item {
  margin: 0 !important;
  padding: 0 !important;
}

#checkout #thecheckout-cart-summary .cart-item+.cart-item {
  margin-top: 14px !important;
}

#checkout #thecheckout-cart-summary .product-line {
  display: grid !important;
  grid-template-columns: 50px 1fr auto !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 0 !important;
  border: 0 !important;
}

#checkout #thecheckout-cart-summary .product-line-image {
  width: 52px !important;
  min-width: 52px !important;
  height: 64px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}

#checkout #thecheckout-cart-summary .product-line-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* quantity badge over image */
#checkout #thecheckout-cart-summary .product-line-image::after {
  content: attr(data-qty) !important;
  display: none !important;
}

/* body column */
#checkout #thecheckout-cart-summary .product-line-body {
  display: grid !important;
  grid-template-columns: 200px 60px !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
}

/* left text group */
#checkout #thecheckout-cart-summary .product-line-desc {
  min-width: 0 !important;
}

#checkout #thecheckout-cart-summary .product-title .label,
#checkout #thecheckout-cart-summary .product-line-info.product-title a,
#checkout #thecheckout-cart-summary .product-line-info.product-title .label {
  color: #0b1117 !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
}

/* price below title in live html -> hide there */
#checkout #thecheckout-cart-summary .product-line-info.product-price,
#checkout #footer {
  display: none !important;
}

#checkout #thecheckout-cart-summary .product-line-info.product-attribute .label,
#checkout #thecheckout-cart-summary .product-line-info.product-attribute .value {
  font-family: 'Manrope' !important;
  font-size: 11px !important;
  color: #8a8a8a !important;
  margin-top: 3px;
  font-weight: 400 !important;
}

/* right side actions / price */
#checkout #thecheckout-cart-summary .product-line-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  justify-content: flex-end !important;
}

#checkout #thecheckout-cart-summary .product-line-actions .price,
#checkout #thecheckout-cart-summary .product-line-actions .product-price,
#checkout #thecheckout-cart-summary .product-line-body>.price,
#checkout #thecheckout-cart-summary .product-line-body .current-price .price {
  color: #1a1a1a !important;
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

/* =========================
   QUANTITY CONTROLS
   ========================= */
#checkout #thecheckout-cart-summary .qty,
#checkout #thecheckout-cart-summary .js-cart-line-product-quantity,
#checkout #thecheckout-cart-summary .input-group.bootstrap-touchspin,
#checkout #thecheckout-cart-summary .bootstrap-touchspin {
  display: inline-flex !important;
  align-items: center !important;
  border: 1.5px solid #d8d8d8 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  height: 30px !important;
  box-shadow: none !important;
}

#checkout #thecheckout-cart-summary .bootstrap-touchspin input,
#checkout #thecheckout-cart-summary .js-cart-line-product-quantity input,
#checkout #thecheckout-cart-summary .cart-line-product-quantity input {
  width: 42px !important;
  min-width: 42px !important;
  height: 30px !important;
  border: 0 !important;
  border-left: 1px solid #d8d8d8 !important;
  border-right: 1px solid #d8d8d8 !important;
  text-align: center !important;
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #222 !important;
  padding: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

#checkout #thecheckout-cart-summary .bootstrap-touchspin .btn,
#checkout #thecheckout-cart-summary .bootstrap-touchspin .input-group-btn-vertical>.btn,
#checkout #thecheckout-cart-summary .btn-touchspin,
#checkout #thecheckout-cart-summary .js-touchspin {
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #666 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

/* remove button */
#checkout #thecheckout-cart-summary .remove-from-cart,
#checkout #thecheckout-cart-summary .js-cart-line-product-delete,
#checkout #thecheckout-cart-summary a.remove-from-cart,
#checkout #thecheckout-cart-summary .cart-line-product-actions a {
  color: #111 !important;
  opacity: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

#checkout #thecheckout-cart-summary .remove-from-cart i,
#checkout #thecheckout-cart-summary .js-cart-line-product-delete i {
  font-family: 'Manrope' !important;
  font-size: 18px !important;
}

/* =========================
   SUBTOTAL / SHIPPING / TOTALS
   ========================= */
#checkout #thecheckout-cart-summary .card-block {
  padding: 16px 22px !important;
  border-top: 1px solid #ececec !important;
}

#checkout #thecheckout-cart-summary .cart-summary-line {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 7px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 13px !important;
}

#checkout #thecheckout-cart-summary .cart-summary-line .label,
#checkout #thecheckout-cart-summary .cart-summary-line .value {
  font-family: 'Manrope' !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
}

#checkout #thecheckout-cart-summary .cart-summary-line .label {
  color: #8a8a8a !important;
  font-family: 'Manrope' !important;
  font-weight: 400 !important;
}

#checkout #thecheckout-cart-summary .cart-summary-line .value {
  color: #1a1a1a !important;
  font-family: 'Manrope' !important;
  font-weight: 600 !important;
}

#checkout #thecheckout-cart-summary .cart-total-tax-excluded,
#checkout #thecheckout-cart-summary .cart-total-tax {
  display: flex !important;
}

#checkout #thecheckout-cart-summary .cart-total {
  margin-top: 8px !important;
  padding-top: 18px !important;
  border-top: 1.5px solid #171717 !important;
  align-items: flex-end !important;
}

#checkout #thecheckout-cart-summary .cart-total .label {
  color: #0b1117 !important;
  font-family: 'Manrope' !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

#checkout #thecheckout-cart-summary .cart-total .value {
  color: #161616 !important;
  font-family: 'Manrope' !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 1 !important;
}

/* tax rate note */
#checkout #thecheckout-cart-summary .effective-tax-rate {
  color: #a0a0a0 !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* =========================
   PROMO
   ========================= */

#checkout #thecheckout-cart-summary .promo-code form,
#checkout #thecheckout-cart-summary .cart-voucher form,
#checkout #thecheckout-cart-summary .promo-name form {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 10px !important;
  align-items: center !important;
  margin: 0 !important;
}

#checkout #thecheckout-cart-summary .promo-code input[type="text"],
#checkout #thecheckout-cart-summary .cart-voucher input[type="text"],
#checkout #thecheckout-cart-summary .promo-input {
  width: 100% !important;
  min-height: 40px !important;
  height: 40px !important;
  border: 1.5px solid #dfdfdf !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  background: #fff !important;
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  color: #212121 !important;
  box-shadow: none !important;
}

#checkout #thecheckout-cart-summary .promo-code button,
#checkout #thecheckout-cart-summary .cart-voucher button,
#checkout #thecheckout-cart-summary .promo-btn {
  min-width: 92px !important;
  height: 40px !important;
  border: 1.5px solid #dfdfdf !important;
  border-radius: 8px !important;
  background: #f7f7f7 !important;
  color: #1a1a1a !important;
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  padding: 0 18px !important;
  box-shadow: none !important;
}

/* =========================
   TERMS + CTA
   ========================= */

#checkout #thecheckout-confirm .cta-block {
  padding: 12px 20px 20px !important;
}

#checkout #tc-payment-confirmation {
  padding: 0 !important;
}

#checkout #tc-payment-confirmation .terms-and-conditions {
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#checkout #tc-payment-confirmation .terms-and-conditions ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#checkout #tc-payment-confirmation .terms-and-conditions li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 !important;
}

#checkout #tc-payment-confirmation .custom-checkbox {
  display: inline-flex !important;
  align-items: center !important;
}

#checkout #tc-payment-confirmation .custom-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
}

#checkout #tc-payment-confirmation .condition-label,
#checkout #tc-payment-confirmation .condition-label label,
#checkout #tc-payment-confirmation .js-terms {
  color: #242424 !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

#checkout #tc-payment-confirmation .condition-label a {
  color: #111 !important;
  text-decoration: underline !important;
}

#checkout #tc-payment-confirmation .error-msg {
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  margin: 0 0 10px 0 !important;
}

/* place order button -> target design */
#checkout #confirm_order,
#checkout #tc-payment-confirmation .btn.btn-primary {
  width: 100% !important;
  min-height: 54px !important;
  height: 54px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #07111a 0%, #111d2c 100%) !important;
  color: #fff !important;
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  padding: 0 20px !important;
}

/* =========================
   HIDE NATIVE CLUTTER
   ========================= */
#checkout #thecheckout-cart-summary .separator,
#checkout #thecheckout-cart-summary .cart-total-weight.hidden,
#checkout #thecheckout-cart-summary .alert.alert-danger.js-error,
#checkout #tc-payment-confirmation .ps-hidden-by-js {
  display: none !important;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 991px) {

  #checkout #thecheckout-cart-summary .shopping-cart-header,
  #checkout #thecheckout-confirm .cta-block {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #checkout #thecheckout-cart-summary .cart-items,
  #checkout #thecheckout-cart-summary .block-promo,
  #checkout #thecheckout-cart-summary .promo-code,
  #checkout #thecheckout-cart-summary .card-block {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #checkout #thecheckout-cart-summary .product-line {
    grid-template-columns: 52px 1fr !important;
    align-items: start !important;
  }

  #checkout #thecheckout-cart-summary .product-line-body {
    grid-template-columns: 10fr auto !important;
    gap: 8px !important;
  }

  #checkout #thecheckout-cart-summary .product-line-actions {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  #checkout #thecheckout-cart-summary .promo-code form,
  #checkout #thecheckout-cart-summary .cart-voucher form {
    grid-template-columns: 1fr auto !important;
  }

  #checkout #thecheckout-cart-summary .cart-total .value {
    font-size: 24px !important;
  }
}

/* =========================================================
   FRESH CSS — SHIPPING + PAYMENT
   for revised shipping.tpl + payment.tpl
   ========================================================= */

#checkout #thecheckout-shipping,
#checkout #thecheckout-payment {
  background: #fff !important;
  border: 1px solid #ececec !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden !important;
}

#checkout #thecheckout-shipping .shipping-method-header,
#checkout #thecheckout-payment .payment-method-header {
  background: #07111a !important;
  color: #fff !important;
  padding: 18px 24px !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border: 0 !important;
}

#checkout #thecheckout-shipping .inner-wrapper,
#checkout #thecheckout-payment .inner-wrapper {
  /* padding: 22px 28px 26px !important; */
  padding: 22px 30px 26px !important;
  background: #fff !important;
}

#checkout #thecheckout-shipping .error-msg,
#checkout #thecheckout-payment .error-msg {
  /* display: none !important; */
  display: none;
  margin-bottom: 14px !important;
  color: #d73c3c !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* waiting/dummy states */
#checkout .dummy-block-container.disallowed {
  border: 1px dashed #d9d9d9 !important;
  border-radius: 12px !important;
  padding: 18px !important;
  color: #777 !important;
  background: #fafafa !important;
  font-family: 'Manrope' !important;
  font-size: 13px !important;
}

#checkout .dummy-block-container.disallowed ul {
  margin: 8px 0 0 18px !important;
  padding: 0 !important;
}

/* =========================================================
   SHIPPING
   ========================================================= */

#checkout #thecheckout-shipping .shipping-address-notice {
  margin-bottom: 14px !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  color: #666 !important;
}

#checkout #thecheckout-shipping #hook-display-before-carrier,
#checkout #thecheckout-shipping #hook-display-after-carrier {
  margin-bottom: 10px !important;
}

#checkout #thecheckout-shipping .delivery-options-list,
#checkout #thecheckout-shipping .delivery-options,
#checkout #thecheckout-shipping .form-fields {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

#checkout #thecheckout-shipping .delivery-options {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#checkout #thecheckout-shipping .shipping-card {
  display: flex !important;
  align-items: stretch !important;
  gap: 14px !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  border: 1.5px solid #e6e6e6 !important;
  border-radius: 14px !important;
  background: #fff !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

#checkout #thecheckout-shipping .delivery-options .delivery-option-row.delivery-option.shipping-card.d-flex.chronopost.carrier-ref-233 {
  margin: 0 !important;

}

#checkout #thecheckout-shipping .shipping-card:hover {
  border-color: #cfcfcf !important;
  background: #fcfcfc !important;
}

#checkout #thecheckout-shipping .shipping-card.selected {
  border-color: #1b1f24 !important;
  background: #f8f9fb !important;
}

#checkout #thecheckout-shipping .shipping-radio {
  width: 48px !important;
  min-width: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 8px !important;
}

#checkout #thecheckout-shipping .custom-radio {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}

#checkout #thecheckout-shipping .custom-radio input[type="radio"] {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}

#checkout #thecheckout-shipping .custom-radio>span {
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #d8d8d8 !important;
  border-radius: 50% !important;
  display: block !important;
  background: #fff !important;
  position: relative !important;
}

#checkout #thecheckout-shipping .custom-radio input[type="radio"]:checked+span {
  border-color: #0f1520 !important;
}

#checkout #thecheckout-shipping .custom-radio input[type="radio"]:checked+span::after {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #0f1520 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#checkout #thecheckout-shipping .shipping-card-label {
  flex: 1 1 auto !important;
  margin: 0 !important;
  cursor: pointer !important;
  padding: 16px 18px 16px 0 !important;
}

#checkout #thecheckout-shipping .shipping-card-detail {
  display: grid !important;
  grid-template-columns: 56px 1fr auto !important;
  gap: 14px !important;
  align-items: center !important;
}

#checkout #thecheckout-shipping .shipping-card-icon {
  width: 35px !important;
  height: 35px !important;
  border-radius: 12px !important;
  background: #f6f6f6 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

#checkout #thecheckout-shipping .shipping-card-icon img {
  max-width: 35px !important;
  max-height: 35px !important;
  object-fit: contain !important;
}

#checkout #thecheckout-shipping .shipping-icon-fallback {
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #222 !important;
  border-radius: 6px !important;
  display: inline-block !important;
  opacity: .55 !important;
}

#checkout #thecheckout-shipping .shipping-card-content {
  min-width: 0 !important;
}

#checkout #thecheckout-shipping .shipping-card-name,
#checkout #thecheckout-shipping .delivery-option-name {
  margin: 0 0 4px 0 !important;
}

#checkout #thecheckout-shipping .shipping-card-name .carrier-name,
#checkout #thecheckout-shipping .delivery-option-name .carrier-name {
  margin: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 13.5px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #0b1117 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}

#checkout #thecheckout-shipping .shipping-card-delay,
#checkout #thecheckout-shipping .delivery-option-delay {
  margin: 0 !important;
}

#checkout #thecheckout-shipping .shipping-card-price,
#checkout #thecheckout-shipping .delivery-option-price:not(.shipping-card-price-clone) {
  align-self: center !important;
  text-align: right !important;
  min-width: 88px !important;
}

#checkout #thecheckout-shipping .shipping-card-price-clone {
  display: none !important;
}

#checkout #thecheckout-shipping .shipping-card-price .carrier-price,
#checkout #thecheckout-shipping .shipping-card-price .carrier-price-with-tax-formatted,
#checkout #thecheckout-shipping .delivery-option-price .carrier-price-with-tax-formatted {
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #0b1117 !important;
  letter-spacing: -0.02em !important;
}

#checkout #thecheckout-shipping .shipping-card-price.free .carrier-price,
#checkout #thecheckout-shipping .shipping-card-price.free .carrier-price-with-tax-formatted,
#checkout #thecheckout-shipping .delivery-option-price.free .carrier-price-with-tax-formatted {
  color: #27b35f !important;
}

#checkout #thecheckout-shipping .delivery-option-price .carrier-price-without-tax-formatted,
#checkout #thecheckout-shipping .delivery-option-price .carrier-price {
  display: none !important;
}

/* carrier extra content */
#checkout #thecheckout-shipping .carrier-extra-content {
  margin: -2px 0 12px 62px !important;
  padding: 14px 16px !important;
  border: 1px solid #ececec !important;
  border-top: 0 !important;
  border-radius: 0 0 12px 12px !important;
  background: #fafafa !important;
}

/* Other shipping options */
#checkout #thecheckout-shipping #expand_other_shipping_options {
  margin-top: 10px !important;
}

#checkout #thecheckout-shipping #expand_other_shipping_options .btn {
  min-height: 42px !important;
  border-radius: 10px !important;
  border: 1px solid #d9d9d9 !important;
  background: #f8f8f8 !important;
  color: #222 !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
  padding: 0 16px !important;
}

/* order options */
#checkout #thecheckout-shipping .order-options {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

#checkout #thecheckout-shipping .order-options .custom-checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

#checkout #thecheckout-shipping .order-options .custom-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 1px 0 0 0 !important;
}

#checkout #thecheckout-shipping .order-options label {
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #30343a !important;
  font-weight: 500 !important;
}

#checkout #thecheckout-shipping #gift {
  margin-left: 28px !important;
}

#checkout #thecheckout-shipping #gift textarea {
  width: 100% !important;
  min-height: 84px !important;
  border: 1.5px solid #dddddd !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

/* =========================================================
   PAYMENT
   ========================================================= */

#checkout #thecheckout-payment .payment-cards,
#checkout #thecheckout-payment .payment-options {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#checkout #thecheckout-payment .payment-card-wrapper,
#checkout #thecheckout-payment .tc-main-title {
  margin: 0 !important;
}

#checkout #thecheckout-payment .payment-card {
  border: 1.5px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  min-height: 52px !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
  overflow: hidden !important;
}

#checkout #thecheckout-payment .payment-card-radio {
  display: none !important;
}

#checkout #thecheckout-payment .payment-card-label,
#checkout #thecheckout-payment .payment-option label {
  display: block !important;
  margin: 0 !important;
  cursor: pointer !important;
  padding: 0 !important;
}

#checkout #thecheckout-payment .payment-card-inner {
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 14px 16px !important;
  text-align: center !important;
}

#checkout #thecheckout-payment .payment-card-logo,
#checkout #thecheckout-payment .payment-logo {
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
}

#checkout #thecheckout-payment .payment-card-logo img,
#checkout #thecheckout-payment .payment-logo img {
  max-width: 22px !important;
  max-height: 22px !important;
  object-fit: contain !important;
}

#checkout #thecheckout-payment .payment-logo-fallback {
  width: 16px !important;
  height: 12px !important;
  border: 1.8px solid #666 !important;
  border-radius: 3px !important;
  display: inline-block !important;
  opacity: .7 !important;
}

#checkout #thecheckout-payment .payment-card-content,
#checkout #thecheckout-payment .payment-call-to-action-and-logo {
  min-width: 0 !important;
}

#checkout #thecheckout-payment .payment-card-title,
#checkout #thecheckout-payment .payment-option .h6 {
  margin: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #8a8a8a !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}

/* actual hidden forms below selected payment */
#checkout #thecheckout-payment .payment-card-form,
#checkout #thecheckout-payment .js-payment-option-form {
  grid-column: 1 / -1 !important;
  margin-top: 6px !important;
  padding: 18px !important;
  border: 1px solid #ececec !important;
  border-radius: 14px !important;
  background: #fafafa !important;
}

#checkout #thecheckout-payment .payment-card-form.ps-hidden,
#checkout #thecheckout-payment .js-payment-option-form.ps-hidden {
  display: none !important;
}

#checkout #thecheckout-payment .payment-form input[type="text"],
#checkout #thecheckout-payment .payment-form input[type="email"],
#checkout #thecheckout-payment .payment-form input[type="tel"],
#checkout #thecheckout-payment .payment-form input[type="password"],
#checkout #thecheckout-payment .payment-form select,
#checkout #thecheckout-payment .payment-form textarea,
#checkout #thecheckout-payment .js-payment-option-form input[type="text"],
#checkout #thecheckout-payment .js-payment-option-form input[type="email"],
#checkout #thecheckout-payment .js-payment-option-form input[type="tel"],
#checkout #thecheckout-payment .js-payment-option-form input[type="password"],
#checkout #thecheckout-payment .js-payment-option-form select,
#checkout #thecheckout-payment .js-payment-option-form textarea {
  width: 100% !important;
  min-height: 50px !important;
  border: 1.5px solid #dcdcdc !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
  background: #fff !important;
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

#checkout #thecheckout-payment .js-payment-option-form textarea {
  min-height: 100px !important;
  padding: 12px 14px !important;
}

/* other payment options button */
#checkout #thecheckout-payment #expand_other_payment_options {
  margin-top: 14px !important;
}

#checkout #thecheckout-payment #expand_other_payment_options .btn {
  min-height: 42px !important;
  border-radius: 10px !important;
  border: 1px solid #d9d9d9 !important;
  background: #f8f8f8 !important;
  color: #222 !important;
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  padding: 0 16px !important;
}

/* binaries hook area */
#checkout #thecheckout-payment .popup-payment-content,
#checkout #thecheckout-payment [class*="binary"]+span {
  /* keep module functionality intact */
}

#checkout #thecheckout-payment .popup-payment-content {
  margin-top: 14px !important;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 991px) {

  #checkout #thecheckout-shipping .inner-wrapper,
  #checkout #thecheckout-payment .inner-wrapper {
    padding: 16px 16px 20px !important;
  }

  #checkout #thecheckout-shipping .shipping-card-detail {
    grid-template-columns: 1fr auto !important;
    gap: 12px !important;
  }

  #checkout #thecheckout-shipping .shipping-card-icon {
    display: none !important;
  }

  #checkout #thecheckout-shipping .shipping-radio {
    width: 36px !important;
    min-width: 36px !important;
    padding-left: 0 !important;
  }

  #checkout #thecheckout-shipping .shipping-card-label {
    padding-right: 14px !important;
  }

  #checkout #thecheckout-shipping .carrier-extra-content {
    margin-left: 18px !important;
  }

  #checkout #thecheckout-payment .payment-cards,
  #checkout #thecheckout-payment .payment-options {
    grid-template-columns: 1fr !important;
  }

  #checkout #thecheckout-payment .payment-card-inner {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

/* ==========================================
   PROGRESS BAR - FINAL FUNCTIONAL VERSION
   ========================================== */

#checkout #pm-progress-bar {
  /*position: sticky !important;*/
  top: 0 !important;
  z-index: 40 !important;
}

#checkout #pm-progress-bar .progress-step {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  text-align: left !important;
}

#checkout #pm-progress-bar .progress-step-content {
  pointer-events: none !important;
}

#checkout #pm-progress-bar .step-circle {
  position: relative !important;
}

#checkout #pm-progress-bar .step-number,
#checkout #pm-progress-bar .step-check {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

#checkout #pm-progress-bar .step-check {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
}

#checkout #pm-progress-bar .progress-step.done .step-number {
  opacity: 0 !important;
}

#checkout #pm-progress-bar .progress-step.done .step-check {
  opacity: 1 !important;
}

#checkout #pm-progress-bar .progress-step:hover .step-label {
  color: var(--black) !important;
}

#checkout #pm-progress-bar .progress-step:hover .step-circle {
  border-color: var(--black) !important;
}

@media (max-width: 991px) {
  #checkout #pm-progress-bar .progress-inner {
    padding: 0 !important;
  }

  #checkout #pm-progress-bar .progress-step-content {
    gap: 7px !important;
  }

  #checkout #pm-progress-bar .step-label {
    font-family: 'Manrope' !important;
    font-size: 10px !important;
  }

  #checkout #pm-progress-bar .progress-step:not(:last-child)::after,
  #checkout #pm-progress-bar .progress-step:not(:first-child)::before {
    width: calc(50% - 42px) !important;
  }
}

/* ==========================================
   CONTACT SECTION - FIXED
   ========================================== */

#checkout .section-head {
  min-height: 48px !important;
  padding: 14px 28px !important;
}

#checkout .section-title {
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
}

#checkout .section-body {
  padding: 28px 30px 26px !important;
}

#checkout .section-done-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #39b56b !important;
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

#checkout .section-done-badge svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
}

/* login strip */
#checkout .login-strip {
  background: #fafafa !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 10px !important;
  padding: 16px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 0 !important;
}

#checkout .login-strip-text {
  font-family: 'Manrope' !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: #9a9a9a !important;
  font-weight: 400 !important;
}

#checkout .login-strip-text strong {
  color: #121212 !important;
  font-family: 'Manrope' !important;
  font-weight: 700 !important;
}

#checkout .login-link {
  appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #111 !important;
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

#checkout .login-link:hover {
  opacity: 0.65 !important;
}

#checkout .login-block-moved {
  margin-bottom: 18px !important;
  padding: 18px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 10px !important;
  background: #fff !important;
}

#checkout .login-block-moved[hidden] {
  display: none !important;
}

/* fields layout */
#checkout .account-fields .form-fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

#checkout .form-group {
  position: relative !important;
  /* margin: 0 !important; original */
  /* margin: .5rem !important; */
  margin: 0 0 1rem 0 !important;
}

#login-form .field-label {
  display: none !important;
}

#checkout .form-group label {
  display: block !important;
  margin-bottom: 8px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

#checkout .form-group input[type="text"],
#checkout .form-group input[type="email"],
#checkout .form-group input[type="tel"],
#checkout .form-group input[type="password"],
#checkout .form-group select {
  width: 100% !important;
  min-height: 54px !important;
  height: 54px !important;
  border: 1.5px solid #e4e4e4 !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 0 18px !important;
  font-family: 'Manrope' !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111 !important;
  box-shadow: none !important;
}

#checkout .form-group input[type="password"] {
  padding-right: 34px !important;
}

/* green email validation state */
#checkout .form-group.pm-email-valid input[name="email"],
#checkout .form-group.pm-email-valid input[type="email"] {
  border-color: #39b56b !important;
  padding-right: 44px !important;
}

#checkout .form-group.pm-email-valid::after {
  content: "✓" !important;
  position: absolute !important;
  right: 16px !important;
  top: 43px !important;
  transform: translateY(-50%) !important;
  color: #39b56b !important;
  font-family: 'Manrope' !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

/* newsletter row */
#checkout .custom-checkbox,
#checkout .check-row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

#checkout .custom-checkbox label,
#checkout .check-row label {
  margin: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #8e96a0 !important;
  font-weight: 500 !important;
}

#checkout .custom-checkbox input[type="checkbox"],
#checkout .check-row input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: 2px !important;
}

/* mobile */
@media (max-width: 991px) {
  #checkout #tc-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
  }

  #checkout .section-body {
    padding: 20px 16px 18px !important;
  }

  #checkout .login-strip-text {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  #checkout .login-link {
    font-size: 13px !important;
    line-height: inherit !important;
    width: 100% !important;
    text-align: center !important;
    padding: 8px 0 !important;
    background: #f1f1f1 !important;
    border-radius: 6px !important;
    text-decoration: none !important;
  }

  #checkout .section-head,
  #checkout #thecheckout-shipping .shipping-method-header,
  #checkout #thecheckout-payment .payment-method-header {
    min-height: 40px !important;
    padding: 10px 15px !important;
  }

  #checkout .login-strip {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 15px !important;
    gap: 12px !important;
  }
}

/* hide duplicate login toggle inside moved login panel */
#checkout #pm-login-panel .classic-login,
#checkout #pm-login-panel a[data-link-action="x-offer-login"] {
  display: none !important;
}

/* keep moved login panel visible when opened */
#checkout #pm-login-panel:not([hidden]) {
  display: block !important;
}

/* optional: keep offer-login content fully visible */
#checkout #pm-login-panel .offer-login {
  display: block !important;
}

#checkout #pm-login-panel .offer-login.expanded .classic-login {
  display: none !important;
}

#checkout #login-form {
  display: block !important;
  max-width: 100% !important;
}

/* Fix: force-email-overlay expects .inner-area but template uses .section-body */
.force-email-overlay #thecheckout-login-form .section-body {
  position: sticky;
  top: 0;
  background: white;
  box-shadow: 0 0 30px 0 #9a9a9a;
  margin: -10px;
  padding: 20px;
  z-index: 101;
}


/* ==========================================
   INVOICE ADDRESS - MATCH DELIVERY DESIGN
   ========================================== */

#checkout #thecheckout-address-invoice .section-body {
  padding: 10px 28px 20px !important;
}

#checkout #thecheckout-address-invoice .inner-wrapper {
  width: 100% !important;
}

#checkout #thecheckout-address-invoice .address-fields {
  width: 100% !important;
}

#checkout #thecheckout-address-invoice .form-fields {
  display: flex !important;
  flex-wrap: wrap !important;
  padding-top: 10px !important;
  gap: 14px 16px !important;
}


/* two-column layout */
#checkout #thecheckout-address-invoice .form-group.firstname,
#checkout #thecheckout-address-invoice .form-group.lastname,
#checkout #thecheckout-address-invoice .form-group.postcode,
#checkout #thecheckout-address-invoice .form-group.city,
#checkout #thecheckout-address-invoice .form-group.phone_prefix,
#checkout #thecheckout-address-invoice .form-group.phone,
#checkout #thecheckout-address-invoice .form-group.phone_mobile {
  width: calc(50% - 8px) !important;
}

/* address2 full width */
#checkout #thecheckout-address-invoice .form-group.address2 {
  width: 100% !important;
}

/* country full width */
#checkout #thecheckout-address-invoice .form-group.id_country {
  width: 100% !important;
}

/* optional phone prefix narrow if you want target look */
#checkout #thecheckout-address-invoice .form-group.phone_prefix {
  width: 92px !important;
  flex: 0 0 92px !important;
}

#checkout #thecheckout-address-invoice .form-group.phone,
#checkout #thecheckout-address-invoice .form-group.phone_mobile {
  width: calc(100% - 108px) !important;
  flex: 1 1 auto !important;
}

/* country select arrow cleanup */
#checkout #thecheckout-address-invoice select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.8' stroke-linecap='round' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 42px !important;
}

/* save/ship checkbox row */
#checkout #thecheckout-address-invoice .second-address,
#checkout #thecheckout-address-invoice .custom-checkbox {
  margin-top: 6px !important;
}

#checkout #thecheckout-address-invoice .custom-checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

#checkout #thecheckout-address-invoice .custom-checkbox label {
  margin: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #8e96a0 !important;
  font-weight: 500 !important;
}

#checkout #thecheckout-address-invoice .custom-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: 2px !important;
}

#checkout #invoice-address .form-group.firstname.text {
  max-width: 48% !important;
  float: left !important;
}

#checkout #invoice-address .form-group.lastname.text {
  max-width: 48% !important;
  float: right !important;
}

/* mobile */
@media (max-width: 991px) {
  #checkout #thecheckout-address-invoice .section-body {
    padding: 20px 16px 18px !important;
  }

  #checkout #thecheckout-shipping,
  #checkout #thecheckout-payment {
    border: none !important;
    border-radius: 0 !important;
  }

  #checkout #thecheckout-address-invoice .form-group.firstname,
  #checkout #thecheckout-address-invoice .form-group.lastname,
  #checkout #thecheckout-address-invoice .form-group.postcode,
  #checkout #thecheckout-address-invoice .form-group.city,
  #checkout #thecheckout-address-invoice .form-group.phone_prefix,
  #checkout #thecheckout-address-invoice .form-group.phone,
  #checkout #thecheckout-address-invoice .form-group.phone_mobile {
    width: 100% !important;
    flex: 1 1 100% !important;
  }

  #checkout #invoice-address .form-group.firstname.text {
    max-width: 47% !important;
    float: left !important;
  }

  #checkout #invoice-address .form-group.lastname.text {
    max-width: 47% !important;
    float: right !important;
  }

  #checkout #thecheckout-confirm {
    position: absolute;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    z-index: 999999;
  }

  #checkout .trust-card,
  #checkout #thecheckout-cart-summary .block-promo {
    display: none !important;
  }

  #checkout #thecheckout-payment {
    margin-bottom: 190px !important;
  }

  #checkout #thecheckout-cart-summary .cart-total {
    border-top: none !important;
  }

  #checkout #checkout-footer {
    display: none !important;
  }

  #checkout #ft {
    display: block !important;
    background: var(--black) !important;
    padding: 22px 16px 18px !important;
  }

  #checkout #ft .ft-logo {
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: var(--white) !important;
    margin-bottom: 16px !important;
  }

  #checkout #ft .ft-col {
    margin-bottom: 16px !important;
  }

  #checkout #ft .ft-col-t {
    font-size: 8.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .14em !important;
    color: rgba(255, 255, 255, .25) !important;
    margin-bottom: 8px !important;
  }

  #checkout #ft .ft-links {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  #checkout #ft .ft-links a {
    font-size: 11.5px !important;
    color: rgba(255, 255, 255, .5) !important;
    font-weight: 400 !important;
  }

  #checkout #ft .ft-nl-t {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    margin-bottom: 9px !important;
  }

  #checkout #ft .ft-nl-row {
    display: flex !important;
    gap: 7px !important;
  }

  #checkout #ft .ft-nl-in {
    flex: 1 !important;
    height: 38px !important;
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 7px !important;
    padding: 0 12px !important;
    color: var(--white) !important;
    font-size: 12px !important;
  }

  #checkout #ft .ft-nl-in::placeholder {
    color: rgba(255, 255, 255, .28) !important;
  }

  #checkout #ft .ft-nl-btn {
    height: 38px !important;
    padding: 0 14px !important;
    background: var(--white) !important;
    color: var(--black) !important;
    border-radius: 7px !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
  }

  #checkout #ft .ft-div {
    height: 1px !important;
    background: rgba(255, 255, 255, .07) !important;
    margin: 18px 0 14px !important;
  }

  #checkout #ft .ft-copy {
    font-size: 9.5px !important;
    color: rgba(255, 255, 255, .18) !important;
    text-align: center !important;
    letter-spacing: .04em !important;
  }

  #checkout #ft .ft-legal {
    display: flex !important;
    justify-content: center !important;
    gap: 14px !important;
    margin-top: 8px !important;
  }

  #checkout #ft .ft-legal a {
    font-size: 10px !important;
    color: rgba(255, 255, 255, .2) !important;
  }

  #checkout #thecheckout-cart-summary .cart-inner-wrapper {
    background: #f6f6f6 !important;
  }



}



#checkout .block-promo .promo-input-button {
  display: flex;
  height: 2.5em;
  gap: 8px;
}

#checkout .paypal-wordmark .pp-dark {
  color: #003087;
}

#checkout .paypal-wordmark .pp-light {
  color: #009cde;
}

#checkout .form-group .has-float-label span.field-label {
  position: absolute !important;
  transform: translateY(-50%);
  background-color: white !important;
  padding: 0 5px !important;
  top: 10%;
  left: 15px;
}

#checkout .form-group.email.email .has-float-label span.field-label {
  top: 0;
}

#checkout .second-address,
#checkout #_desktop_cart hidex {
  display: none;
}

#checkout .tc-paypal-bnpl-wrapper,
#checkout .tc-paypal-bnpl-wrapper [id^="zoid-paypal-buttons-"],
#checkout .tc-paypal-bnpl-wrapper iframe {
  height: 40px !important;
  min-height: 40px !important;
}

#checkout .form-grid .field {
  font-family: 'Manrope', -apple-system, sans-serif !important;
  color: var(--text) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

#checkout .form-grid .field input {
  box-sizing: border-box !important;
  margin: 0 !important;
  font-family: inherit !important;
  width: 100% !important;
  height: 52px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--text) !important;
  background: var(--white) !important;
  outline: none !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  appearance: none !important;
}

#checkout .form-grid .field label {
  font-family: 'Manrope', -apple-system, sans-serif !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  position: absolute !important;
  left: 14px !important;
  /* top: 50% !important; original */
  top: 28px !important;
  transform: translateY(-50%) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  pointer-events: none !important;
  transition: all 0.18s var(--ease) !important;
  background: var(--white) !important;
  padding: 0 4px !important;
  line-height: 1 !important;
  color: var(--green) !important;
}

#checkout .form-grid .field span {
  font-family: 'Manrope', -apple-system, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: var(--green) !important;
  transition: opacity 0.2s !important;
  opacity: 1 !important;
}

#checkout .form-grid .field svg {
  font-family: 'Manrope', -apple-system, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--green) !important;
  width: 14 !important;
  height: 14 !important;
  fill: none !important;
  stroke: currentcolor !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}

#checkout .form-grid .field svg polyline {
  font-family: 'Manrope', -apple-system, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--green) !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}


#checkout #invoice-address .form-grid .field label {
  color: #8a8a8a !important;
}

#checkout #invoice-address .form-group input:focus,
#checkout #invoice-address .form-group select:focus {
  border-color: #000 !important;
  box-shadow: 0 0 0 3px rgba(57, 181, 107, 0.08) !important;
}

#checkout #invoice-address .field input:focus~label,
#checkout #invoice-address .field input:not(:placeholder-shown)~label,
#checkout #invoice-address .field select:focus~label,
#checkout #invoice-address .field select.filled~label {
  top: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
  letter-spacing: 0.04em !important;
}

#checkout .form-group input:focus,
#checkout .form-group select:focus {
  border-color: #000 !important;
  box-shadow: 0 0 0 3px rgba(57, 181, 107, 0.08) !important;
}

#checkout .form-group input[name="email"],
#checkout .form-group input[type="email"] {
  border-color: #39b56b !important;
}

#checkout .field input[type="email"]:not(:placeholder-shown)~label {
  color: #39b56b !important;
}


#checkout .field input:focus~label,
#checkout .field input:not(:placeholder-shown)~label,
#checkout .field select:focus~label,
#checkout .field select.filled~label {
  top: 0 !important;
  font-family: 'Manrope' !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  color: var(--green) !important;
  letter-spacing: 0.04em !important;
}

#checkout .tc-paypal-bnpl-wrapper .paypal-button {
  height: 45px !important;
}

#checkout .delivery-options .delivery-option-delay {
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  color: #8a8a8a !important;
  font-weight: 400 !important;
  margin-top: 2px !important;
}

body#checkout .delivery-options .delivery-option-delay span {
  font-family: 'Manrope' !important;
  font-size: 11.5px !important;
  color: #8a8a8a !important;
  font-weight: 400 !important;
  margin-top: 2px !important;
}


#checkout #thecheckout-payment .payment-card-wrapper:hover .payment-card {
  border-color: #bbb !important;
  color: #1a1a1a !important;
}

#checkout #thecheckout-payment .payment-card-wrapper:hover .payment-card-title,
#checkout #thecheckout-payment .payment-card-wrapper:hover .payment-option .h6 {
  color: #1a1a1a !important
}

#checkout #thecheckout-payment .payment-card-wrapper.selected .payment-card {
  border: 1px solid #0b1117 !important;
  color: #0b1117 !important;
  border-radius: 8px !important;
  background: #f7f7f7 !important;
}

#checkout #thecheckout-payment .payment-card-wrapper.selected .payment-card-title,
#checkout #thecheckout-payment .payment-card-wrapper.selected .payment-option .h6 {
  color: #1a1a1a !important
}

#checkout #thecheckout-cart-summary .promo-code button:hover,
#checkout #thecheckout-cart-summary .cart-voucher button:hover {
  background: #e8e8e8 !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: unset !important;
}

#checkout #thecheckout-cart-summary .promo-code input[type="text"]:focus {
  border-color: #0b1117 !important;
}

#checkout #thecheckout-shipping .carrier-extra-content:empty {
  display: none !important;
}

#checkout .cart-summary-line::before,
#checkout .cart-summary-line::after,
#checkout #thecheckout-order-review {
  display: none;
}

#checkout .delivery-options,
#checkout .payment-options {
  border: none;
}

#checkout .checkout-block .cart-item:last-child,
.checkout-block .cart-item:first-child,
.checkout-block .cart-item:not(:last-child) {
  border-bottom: none;
}

#checkout .product-line-qty,
#checkout .product-line-delete,
#checkout .product-line-desc br,
#checkout .cart-detailed-totals .card-block:first-child {
  display: none;
}

/* Prevent Mollie credit-card iframe from showing inline in TheCheckout */
.tc-main-title[data-payment-module=mollie]>.additional-information {
  display: none !important;
}

/* Custom Shipping Block Pix-Perfect Alignments */
#checkout #thecheckout-shipping .delivery-option-row {
  width: 100% !important;
  gap: 0 !important;
}

#checkout #thecheckout-shipping .shipping-radio {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  width: 20px !important;
  min-width: 20px !important;
  flex-basis: 20px !important;
  margin-left: 20px !important;
  margin-right: 16px !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#checkout #thecheckout-shipping .shipping-radio .custom-radio {
  margin: 0 !important;
}

#checkout #thecheckout-shipping .custom-radio,
#checkout #thecheckout-shipping .custom-radio>span {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
}

#checkout #thecheckout-shipping .shipping-card-price-clone {
  display: none !important;
}

#checkout #thecheckout-shipping .shipping-card-price.free {
  display: block !important;
}

#checkout #thecheckout-shipping .shipping-card-price.free .carrier-price-with-tax-formatted {
  display: block !important;
  color: #39b56b !important;
  font-weight: 800 !important;
  font-size: 14px !important;
}

#checkout #thecheckout-shipping .shipping-card-detail {
  position: static !important;
}