body.single-product div.product {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 60px !important;
  max-width: 1300px !important;
  margin: 60px auto !important;
  padding: 0 30px !important;
  align-items: flex-start !important;
}

body.single-product div.product::before,
body.single-product div.product::after {
  display: none !important;
}

body.single-product,
body.single-product #wrapper,
body.single-product #inner-wrap,
body.single-product .site-main,
body.single-product .site-content,
body.single-product .content-area,
body.single-product .content-container,
body.single-product .entry-content-wrap {
  overflow: visible !important;
  overflow-x: clip !important;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-notices-wrapper {
  width: 100% !important;
  margin-bottom: 20px !important;
}

body.single-product .woocommerce-product-gallery {
  width: calc(50% - 30px) !important;
  margin: 0 !important;
  float: none !important;
  position: sticky !important;
  top: 120px !important;
  height: max-content !important;
}

body.single-product .summary.entry-summary {
  width: calc(50% - 30px) !important;
  margin: 0 !important;
  float: none !important;
  padding: 0 !important;
  font-family: "Outfit", sans-serif !important;
  position: sticky !important;
  top: 120px !important;
  height: max-content !important;
}

body.single-product .woocommerce-tabs,
body.single-product section.up-sells,
body.single-product section.related {
  width: 100% !important;
  clear: both !important;
}

body.single-product .woocommerce-product-gallery {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px !important;
  align-items: flex-start !important;
  position: sticky !important;
  top: 100px !important;
}

body.single-product .woocommerce-product-gallery__trigger {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
}

body.single-product .flex-control-thumbs {
  position: static !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  order: -1 !important;
  width: 80px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  height: auto !important;
  overflow: visible !important;
}

body.single-product .flex-control-thumbs li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 80px !important;
  height: 80px !important;
  float: none !important;
  clear: both !important;
  position: static !important;
  display: block !important;
}

body.single-product .flex-control-thumbs li img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  border: 2px solid transparent !important;
  cursor: pointer !important;
  transition: border-color 0.25s ease !important;
  display: block !important;
  box-sizing: border-box !important;
}

body.single-product .flex-control-thumbs li img.flex-active,
body.single-product .flex-control-thumbs li img:hover {
  border-color: #000 !important;
}

body.single-product .flex-viewport {
  flex: 1 !important;
  min-width: 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  cursor: zoom-in !important;
  width: 100% !important;
}

body.single-product .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}

body.single-product .woocommerce-product-gallery__image a,
body.single-product .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 20px !important;
  background: #f4f4f6 !important;
  object-fit: cover !important;
  cursor: zoom-in !important;
}

body.single-product .flex-direction-nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product .flex-direction-nav a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 99 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  opacity: 0 !important;
}

body.single-product .woocommerce-product-gallery:hover .flex-direction-nav a {
  opacity: 0.9 !important;
}

body.single-product .flex-direction-nav a:hover {
  opacity: 1 !important;
  background: #000 !important;
  transform: translateY(-50%) scale(1.05) !important;
}

body.single-product .flex-direction-nav a.flex-prev {
  left: 115px !important;
}

body.single-product .flex-direction-nav a.flex-next {
  right: 20px !important;
}

body.single-product .flex-direction-nav a::before {
  font-family: "Inter", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-indent: 0 !important;
  display: block !important;
}

body.single-product .flex-direction-nav a.flex-prev::before {
  content: "←" !important;
}

body.single-product .flex-direction-nav a.flex-next::before {
  content: "→" !important;
}

body.single-product .flex-direction-nav a {
  text-indent: -9999px !important;
}

body.single-product .summary.entry-summary {
  width: calc(50% - 30px) !important;
  margin: 0 !important;
  float: none !important;
  padding: 0 !important;
  font-family: "Outfit", sans-serif !important;
  position: sticky !important;
  top: 120px !important;
  height: max-content !important;
}

body.single-product .summary .product_title {
  font-size: 40px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  color: #000 !important;
  margin: 0 0 20px !important;
  line-height: 1.1 !important;
}

body.single-product .woocommerce-product-rating {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 25px !important;
  line-height: 1 !important;
}

body.single-product .woocommerce-product-rating .star-rating {
  color: #facc15 !important;
  font-size: 15px !important;
  width: 75px !important;
}

body.single-product .woocommerce-product-rating .woocommerce-review-link {
  color: #555 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}

body.single-product .summary .price {
  display: block !important;
  margin: 0 0 25px !important;
}

body.single-product .summary .price .sb-discount-badge {
  display: block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 6px 10px !important;
  border-radius: 2px !important;
  margin-bottom: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0.5px !important;
}

body.single-product .summary .price ins,
body.single-product .summary .price > .amount,
body.single-product .summary .price > span.amount {
  display: inline-block !important;
  text-decoration: none !important;
  color: #000 !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  margin-right: 12px !important;
}

body.single-product .summary .price del,
body.single-product .summary .price del .amount {
  display: inline-block !important;
  color: #999 !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}

body.single-product .summary .woocommerce-product-details__short-description {
  font-size: 16px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin-bottom: 30px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

body.single-product .variations {
  width: 100% !important;
  border: none !important;
  margin-bottom: 5px !important;
}

body.single-product .variations tr {
  display: block !important;
  margin-bottom: 5px !important;
}

body.single-product .variations td,
body.single-product .variations th {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

body.single-product .variations .label label {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 12px !important;
  display: block !important;
}

body.single-product .variations select {
  display: none !important;
}

.sb-custom-swatches {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-bottom: 5px !important;
}

.sb-swatch {
  min-width: 50px !important;
  height: 50px !important;
  padding: 0 15px !important;
  background: #f4f4f6 !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #000 !important;
  transition: all 0.2s ease !important;
  border: 1px solid transparent !important;
  user-select: none !important;
}

.sb-swatch:hover {
  background: #eaeaec !important;
}

.sb-swatch.active {
  background: #1a1a1a !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.sb-swatch.is-oos {
  opacity: 0.35 !important;
  text-decoration: line-through !important;
  border-color: #e0e0e0 !important;
  color: #999 !important;
  background: #f5f5f5 !important;
  cursor: default !important;
  pointer-events: none !important;
}

.sb-oos-message {
  text-align: center !important;
  padding: 48px 28px 36px !important;
  background: #fff8f8 !important;
  border-radius: 20px !important;
  border: 2px dashed #ffcdcd !important;
  margin: 28px 0 !important;
  box-shadow: 0 2px 16px rgba(191, 27, 27, 0.06) !important;
}

.sb-oos-message .sb-oos-icon {
  width: 72px !important;
  height: 72px !important;
  margin: 0 auto 20px !important;
  background: #bf1b1b !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sb-oos-message .sb-oos-icon svg {
  width: 34px !important;
  height: 34px !important;
  color: #fff !important;
  stroke-width: 2.5 !important;
}

.sb-oos-message .sb-oos-title {
  font-size: 24px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #bf1b1b !important;
  margin: 0 0 10px !important;
  font-family: var(--sb-font-heading, inherit) !important;
}

.sb-oos-message .sb-oos-subtitle {
  font-size: 15px !important;
  color: #999 !important;
  margin: 0 !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

body.single-product .variations select:focus {
  background: #ebebeb !important;
  outline: none !important;
}

body.single-product .summary .quantity-label {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 15px !important;
  display: block !important;
}

body.single-product .quantity {
  display: inline-flex !important;
  align-items: center !important;
  background: #f4f4f4 !important;
  border-radius: 30px !important;
  padding: 5px !important;
  margin-bottom: 30px !important;
  width: auto !important;
  gap: 0 !important;
}

body.single-product .quantity input[type="number"] {
  width: 40px !important;
  text-align: center !important;
  border: none !important;
  background: transparent !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Outfit", sans-serif !important;
  color: #000 !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  padding: 0 !important;
}

body.single-product .quantity input[type="number"]::-webkit-inner-spin-button,
body.single-product .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}

body.single-product .quantity .qty-btn,
body.single-product .quantity button.minus,
body.single-product .quantity button.plus {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: transparent !important;
  border: none !important;
  font-size: 22px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #000 !important;
  transition: opacity 0.2s !important;
  box-shadow: none !important;
}

body.single-product .quantity button.minus:hover,
body.single-product .quantity button.plus:hover {
  background: transparent !important;
  color: #000 !important;
  opacity: 0.6 !important;
}

body.single-product .single_add_to_cart_button,
body.single-product button.single_add_to_cart_button {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 16px 50px 16px 16px !important;
  min-height: 56px !important;
  background-color: #222 !important;
  background-image: radial-gradient(
    circle closest-side,
    var(--sb-magenta, #e11d48) 98%,
    transparent 100%
  ) !important;
  background-position: calc(100% - 6px) 50% !important;
  background-size: 44px 44px !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  font-family: "Outfit", sans-serif !important;
  cursor: pointer !important;
  transition:
    background-size 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s ease !important;
  margin-top: 20px !important;
}

body.single-product .single_add_to_cart_button::after {
  content: "" !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

body.single-product .single_add_to_cart_button:hover {
  background-size: 1200px 1200px !important;
  background-position: center !important;
  box-shadow: 0 10px 25px rgba(225, 29, 72, 0.25) !important;
}

body.single-product .single_add_to_cart_button:hover::after {
  transform: translateY(-50%) scale(1.15) rotate(-8deg) !important;
}

.sb-product-trust-badges {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 0 20px 0 !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.sb-trust-badge {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #555 !important;
}

.sb-trust-badge svg {
  color: #555 !important;
  width: 20px !important;
  height: 20px !important;
  stroke-width: 1.5 !important;
  flex-shrink: 0 !important;
}

body.single-product .woocommerce-tabs {
  margin-top: 60px !important;
}

body.single-product .woocommerce-tabs .tabs {
  display: none !important;
}

body.single-product .woocommerce-tabs .panel {
  display: none !important;
}

.sb-product-accordion {
  margin-top: 40px !important;
  border-top: none !important;
}

.sb-product-accordion-item {
  border-bottom: 1px solid #f0f0f2 !important;
}

.sb-product-accordion-trigger {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 22px 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000 !important;
  cursor: pointer !important;
  background: none !important;
  border: none !important;
  width: 100% !important;
  text-align: left !important;
  font-family: "Outfit", sans-serif !important;
  transition: color 0.2s !important;
  text-transform: none !important;
}

.sb-product-accordion-trigger:hover {
  color: #e11d48 !important;
}

.sb-product-accordion-trigger .sb-acc-arrow {
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
}

.sb-product-accordion-trigger.active .sb-acc-arrow {
  transform: rotate(90deg) !important;
}

.sb-product-accordion-body {
  max-height: 0 !important;
  overflow: hidden !important;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease !important;
}

.sb-product-accordion-body.open {
  max-height: 800px !important;
  padding-bottom: 20px !important;
}

.sb-product-accordion-body p,
.sb-product-accordion-body ul,
.sb-product-accordion-body ol {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

body.single-product .onsale {
  display: none !important;
}

body.single-product .product_meta {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #f0f0f2 !important;
  font-size: 13px !important;
  color: #888 !important;
}

body.single-product .product_meta a {
  color: #000 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.single-product .product_meta a:hover {
  color: var(--sb-magenta, #bf004d) !important;
}

body.single-product .related {
  margin-top: 100px !important;
  padding-top: 60px !important;
  border-top: 1px solid #f0f0f2 !important;
  position: relative !important;
}

.sb-related-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 40px !important;
}

body.single-product .related > h2 {
  font-size: 42px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: -0.03em !important;
  border: none !important;
  padding: 0 !important;
}

.sb-related-arrows {
  display: flex !important;
  gap: 12px !important;
}

.sb-mobile-bottom-arrows {
  margin-top: 24px !important;
  justify-content: center !important;
}

.sb-related-arrow {
  width: 54px !important;
  height: 54px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.sb-related-arrow:hover {
  background: #000 !important;
  transform: scale(1.08) !important;
}

.sb-related-arrow svg {
  stroke-width: 2.5px !important;
}

body.single-product .related ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product .related ul.products li.product.splide__slide,
body.single-product .related ul.products li.product {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  min-width: 0 !important;
  list-style: none !important;
}

body.single-product .related .splide__track {
  overflow: hidden !important;
  padding: 0 2px !important;
}

body.single-product .related .splide__list {
  display: flex !important;
  flex-wrap: nowrap !important;
}

body.single-product .related .splide__slide {
  flex-shrink: 0 !important;
}

body.single-product .related .product-thumbnail,
body.single-product .related .woocommerce-loop-product__link {
  border-radius: 24px !important;
  overflow: hidden !important;
  background: transparent !important;
  margin-bottom: 20px !important;
  position: relative !important;
  display: block !important;
}

body.single-product .related .product-thumbnail img,
body.single-product .related .woocommerce-loop-product__link img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

body.single-product .related li.product:hover img {
  transform: scale(1.06) !important;
}

body.single-product
  .related
  li.product.outofstock
  .product-thumbnail
  .woocommerce-loop-product__link {
  opacity: 0.55 !important;
}

body.single-product .related li.product.outofstock .onsale {
  display: none !important;
}

body.single-product .related li.product.outofstock .sb-sale-tag {
  display: none !important;
}

.sb-sale-tag {
  position: absolute !important;
  top: 15px !important;
  background: #000 !important;
  color: #fff !important;
  padding: 3px 14px !important;
  border-radius: 0 20px 20px 0 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  z-index: 5 !important;
  letter-spacing: 0.05em !important;
}

body.single-product .related li.product .woocommerce-loop-product__title {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #444 !important;
  margin: 0 0 10px !important;
  font-family: "Inter", sans-serif !important;
  line-height: 1.4 !important;
}

body.single-product .related .star-rating {
  font-size: 14px !important;
  margin-bottom: 12px !important;
  color: #222 !important;
  width: 70px !important;
}

body.single-product .related .price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body.single-product .related .price del {
  font-size: 14px !important;
  color: #999 !important;
  font-weight: 400 !important;
}

body.single-product .related .price ins {
  text-decoration: none !important;
}

body.single-product .related .product-actions,
body.single-product .related .add_to_cart_button {
  display: none !important;
}

body.single-product .related li.product .sb-quick-view-panel {
  height: 100% !important;
  background: #f4f4f4 !important;
}

body.single-product .related li.product.qv-open .product-thumbnail {
  overflow: visible !important;
}

.sb-promo-video-section {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-height: 500px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
  border: none !important;
}

body.single-product #main,
body.single-product .site-main,
body.single-product .site-content,
body.single-product .content-area,
body.single-product .site-container {
  overflow: visible !important;
}

.sb-promo-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
}

.sb-promo-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.35) !important;
  z-index: 2 !important;
}

.sb-promo-content {
  position: relative !important;
  z-index: 10 !important;
  text-align: center !important;
  color: #fff !important;
  max-width: 900px !important;
  padding: 80px 20px !important;
}

.sb-promo-title {
  font-size: 60px !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  margin-bottom: 25px !important;
  letter-spacing: -0.04em !important;
  color: #fff !important;
  text-transform: none !important;
}

.sb-promo-subtitle {
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin-bottom: 45px !important;
  color: rgba(255, 255, 255, 0.95) !important;
  font-family: "Inter", sans-serif !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sb-promo-actions {
  display: flex !important;
  justify-content: center !important;
}

.sb-promo-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 65px 16px 35px !important;
  border-radius: 60px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  font-family: "Inter", sans-serif !important;
  background-color: #fff !important;
  background-image: radial-gradient(
    circle closest-side,
    #0e0b16 98%,
    transparent 100%
  ) !important;
  background-position: calc(100% - 6px) 50% !important;
  background-size: 48px 48px !important;
  background-repeat: no-repeat !important;
  color: #000 !important;
  transition:
    background-size 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    background-position 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s ease,
    color 0.3s ease !important;
  cursor: pointer !important;
  min-width: 220px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.sb-promo-button:hover {
  background-size: 1200px 1200px !important;
  background-position: center !important;
  transform: scale(1.03) !important;
  color: #fff !important;
}

.sb-promo-btn-icon {
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  background: transparent !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 5 !important;
}

.sb-promo-button:hover .sb-promo-btn-icon svg {
  transform: rotate(45deg) !important;
}

.sb-promo-btn-icon svg {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@media (max-width: 991px) {
  .sb-promo-title {
    font-size: 42px !important;
  }

  .sb-promo-video-section {
    min-height: 450px !important;
  }
}

@media (max-width: 768px) {
  .sb-promo-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 50px 20px !important;
  }

  .sb-promo-title {
    font-size: 32px !important;
  }

  .sb-promo-subtitle {
    font-size: 15px !important;
  }

  .sb-promo-button {
    padding: 15px 25px !important;
  }
}

.sb-marquee-section {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #fff !important;
  padding: 40px 0 !important;
  overflow: hidden !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.sb-marquee-wrapper {
  display: flex !important;
  width: 100% !important;
  white-space: nowrap !important;
}

.sb-marquee-content {
  display: flex !important;
  gap: 60px !important;
  will-change: transform !important;
}

.sb-marquee-item {
  font-family: "Inter", sans-serif !important;
  font-size: 116px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: transparent !important;
  -webkit-text-stroke: 2px #252324 !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
  user-select: none !important;
}

@media (max-width: 1200px) {
  .sb-marquee-item {
    font-size: 90px !important;
  }
}

@media (max-width: 768px) {
  .sb-marquee-section {
    padding: 20px 0 !important;
  }

  .sb-marquee-item {
    font-size: 50px !important;
    -webkit-text-stroke: 1px #252324 !important;
  }

  .sb-marquee-content {
    gap: 30px !important;
  }
}

.sb-categories-grid-section {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  overflow: hidden !important;
}

.sb-cat-grid {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sb-cat-item {
  text-align: left !important;
}

.sb-cat-link {
  text-decoration: none !important;
  color: #000 !important;
  display: block !important;
}

.sb-cat-image-wrap {
  width: 100% !important;
  aspect-ratio: 1 / 1.1 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: #f4f4f4 !important;
  position: relative !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.sb-cat-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.sb-cat-item:hover .sb-cat-image-wrap {
  transform: translateY(-8px) !important;
}

.sb-cat-item:hover .sb-cat-image-wrap img {
  transform: scale(1.08) !important;
}

.sb-cat-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-top: 15px !important;
  font-family: "Outfit", sans-serif !important;
  letter-spacing: -0.01em !important;
  color: #000 !important;
}

#sb-single-cat-slider.splide {
  overflow: hidden !important;
}

#sb-single-cat-slider .splide__track {
  overflow: hidden !important;
  touch-action: pan-y !important;
}

@media (max-width: 991px) {
  .sb-cat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .sb-cat-title {
    font-size: 16px !important;
  }
}

.sb-rich-text-section {
  padding: 80px 0 20px !important;
  text-align: center !important;
}

.sb-gray-bg {
  background-color: #f5f5f5 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.sb-rich-text-heading {
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin-bottom: 25px !important;
  color: #000 !important;
  letter-spacing: -0.03em !important;
}

.sb-rich-text-desc {
  max-width: 800px !important;
  margin: 0 auto !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #555 !important;
}

.sb-bottom-journey {
  padding: 80px 0 60px !important;
}

.sb-highlight {
  color: var(--sb-hl, #000) !important;
}

.sb-icons-grid-section {
  padding: 50px 0 !important;
}

.sb-icons-grid {
  gap: 20px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#sb-icons-slider.splide {
  overflow: hidden !important;
}

#sb-icons-slider .splide__track {
  overflow: hidden !important;
  touch-action: pan-y !important;
}

@media (min-width: 768px) {
  .sb-icons-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.sb-icon-item {
  background: #fff !important;
  border-radius: 20px !important;
  padding: 30px !important;
  text-align: left !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}

.sb-icon-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
}

.sb-icon-wrap {
  width: 32px !important;
  height: 32px !important;
  margin: 0 0 20px 0 !important;
  color: #000 !important;
}

.sb-icon-wrap svg {
  width: 100% !important;
  height: 100% !important;
}

.sb-icon-text {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #000 !important;
  margin: 0 0 8px 0 !important;
  font-family: "Inter", sans-serif !important;
}

.sb-icon-desc {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #666 !important;
  margin: 0 !important;
  font-family: "Inter", sans-serif !important;
}

.sb-fashion-secrets-section {
  padding: 80px 0 !important;
}

.sb-fashion-split {
  display: grid !important;
  grid-template-columns: 0.9fr 1fr !important;
  gap: 40px !important;
  align-items: start !important;
}

.sb-secrets-inner {
  background: #0b0b14 !important;
  padding: 60px !important;
  border-radius: 32px !important;
}

.sb-secrets-main-title {
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  margin-bottom: 40px !important;
  color: #fff !important;
  letter-spacing: -0.04em !important;
  text-align: left !important;
}

.sb-gradient-pink {
  background: linear-gradient(90deg, #d697f0, #ff8eb2) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block !important;
}

.sb-secrets-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}

.sb-secret-card {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px dashed rgb(255 255 255 / 30%) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  transition: all 0.3s ease !important;
}

.sb-secret-card:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.sb-secret-icon {
  width: 24px !important;
  height: 24px !important;
  margin-bottom: 20px !important;
  filter: brightness(0) invert(1) !important;
}

.sb-secret-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 !important;
}

.sb-fashion-right .sb-accordion {
  border-top: none !important;
}

.sb-fashion-right .sb-accordion-item {
  border: none !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
}

.sb-fashion-right .sb-accordion-item summary {
  background: #fff !important;
  border: 1px solid #eee !important;
  border-radius: 12px !important;
  padding: 18px 24px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #000 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  transition: all 0.3s ease !important;
}

.sb-fashion-right .sb-accordion-item[open] summary {
  background: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}

.sb-fashion-right .sb-accordion-icon {
  width: 20px !important;
  height: 20px !important;
  color: #000 !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.sb-fashion-right .sb-accordion-item .sb-accordion-icon {
  transform: rotate(0deg) !important;
}

.sb-fashion-right .sb-accordion-item[open] .sb-accordion-icon {
  transform: rotate(90deg) !important;
}

.sb-fashion-right .sb-accordion-content {
  padding: 24px 0 10px 40px !important;
}

.sb-accordion-inner {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #555 !important;
}

.sb-accordion-inner strong {
  color: #000 !important;
  display: block !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
}

.sb-accordion-inner p {
  margin-bottom: 20px !important;
}

@media (max-width: 1200px) {
  .sb-fashion-split {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .sb-secrets-inner {
    padding: 40px 30px !important;
  }

  .sb-secrets-main-title {
    font-size: 32px !important;
  }

  .sb-fashion-right .sb-accordion-content {
    padding-left: 20px !important;
  }
}

.reset_variations {
  display: none !important;
  margin-top: 15px !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  color: #000 !important;
  text-decoration: none !important;
  background: #f5f5f5 !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.reset_variations[style*="visibility: visible"],
.reset_variations[style*="visibility:visible"] {
  display: inline-block !important;
}

.reset_variations:hover {
  background: #000 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

.woocommerce-variation-availability {
  margin: 20px 0 10px !important;
}

.woocommerce-variation-availability .stock {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0a873f !important;
  background: rgba(10, 135, 63, 0.08) !important;
  padding: 10px 18px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.woocommerce-variation-availability .stock::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  background: currentColor !important;
  border-radius: 50% !important;
  display: inline-block !important;
  box-shadow: 0 0 0 3px rgba(10, 135, 63, 0.2) !important;
}

.woocommerce-variation-availability .stock.out-of-stock {
  color: #bf1b1b !important;
  background: rgba(191, 27, 27, 0.08) !important;
}

.woocommerce-variation-availability .stock.out-of-stock::before {
  box-shadow: 0 0 0 3px rgba(191, 27, 27, 0.2) !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: #fff !important;
  border: 1px solid #f0f0f0 !important;
  border-left: 4px solid #000 !important;
  color: #000 !important;
  padding: 18px 24px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
  margin-bottom: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 15px !important;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  background: #000 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  transition: all 0.3s ease !important;
  order: 2 !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.woocommerce-message .button:hover {
  background: #333 !important;
  transform: translateY(-1px) !important;
}

.woocommerce-message::before {
  display: none !important;
}

@media (max-width: 1024px) {
  body.single-product div.product {
    gap: 40px !important;
  }
}

@media (max-width: 991px) {
  body.single-product div.product {
    display: block !important;
    padding: 0 20px !important;
    margin: 20px auto !important;
  }

  body.single-product .woocommerce-product-gallery,
  body.single-product .summary.entry-summary {
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    margin-bottom: 40px !important;
  }

  body.single-product .woocommerce-product-gallery {
    flex-direction: column !important;
  }

  body.single-product .flex-control-thumbs {
    flex-direction: row !important;
    width: 100% !important;
    overflow-x: auto !important;
    order: 2 !important;
    padding: 10px 0 !important;
    gap: 10px !important;
  }

  body.single-product .flex-control-thumbs li {
    width: 70px !important;
    height: 70px !important;
    flex: 0 0 70px !important;
  }

  body.single-product .flex-control-thumbs li img {
    width: 70px !important;
    height: 70px !important;
  }

  body.single-product .summary .product_title {
    font-size: 28px !important;
  }

  body.single-product .summary .price {
    font-size: 24px !important;
  }

  .sb-icons-grid {
    gap: 15px !important;
  }

  .sb-cat-grid {
  }

  .sb-promo-title {
    font-size: 36px !important;
  }

  .sb-rich-text-heading {
    font-size: 32px !important;
  }
}

@media (max-width: 767px) {
  .sb-icons-grid {
  }

  .sb-secrets-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }

  .sb-secret-card {
    padding: 15px !important;
    border-radius: 12px !important;
  }

  .sb-secret-title {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .sb-secret-icon {
    margin-bottom: 12px !important;
    width: 20px !important;
    height: 20px !important;
  }

  .sb-product-trust-badges {
    justify-content: flex-start !important;
    gap: 15px !important;
  }

  .sb-trust-badge {
    font-size: 14px !important;
    width: calc(50% - 10px) !important;
  }

  .sb-marquee-item {
    font-size: 48px !important;
  }

  .sb-cat-grid {
    gap: 12px !important;
  }

  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
  }

  .woocommerce-message .button {
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  body.single-product .flex-control-thumbs li {
    width: 60px !important;
    height: 60px !important;
    flex: 0 0 60px !important;
  }

  .sb-trust-badge {
    width: 100% !important;
  }

  .sb-promo-title {
    font-size: 28px !important;
  }

  .sb-rich-text-heading {
    font-size: 24px !important;
  }
}

.single-product-extras,
.single-product-payments,
fieldset.single-product-payments,
.product-above,
.entry-hero.product-hero-section {
  display: none !important;
}

body.single-product .sb-buy-now-btn {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 16px 50px 16px 16px !important;
  min-height: 56px !important;
  background-color: #bf004d !important;
  background-image: radial-gradient(
    circle closest-side,
    #222222 98%,
    transparent 100%
  ) !important;
  background-position: calc(100% - 6px) 50% !important;
  background-size: 44px 44px !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  font-family: "Outfit", sans-serif !important;
  cursor: pointer !important;
  transition:
    background-size 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s ease,
    color 0.3s ease !important;
  margin-top: 10px !important;
}

body.single-product .sb-buy-now-btn::after {
  content: "" !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

body.single-product .sb-buy-now-btn:hover {
  background-size: 1200px 1200px !important;
  background-position: center !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15) !important;
}

body.single-product .sb-buy-now-btn:hover::after {
  transform: translateY(-50%) scale(1.15) translateX(2px) !important;
}

.woocommerce div.product form.cart .button {
  width: 100%;
}

.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled,
.single-product .sb-buy-now-btn.disabled,
.single-product .sb-buy-now-btn:disabled,
.single-product .button.disabled,
.single-product .button:disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

#sb-toast-container {
  position: fixed !important;
  top: 30px !important;
  right: 30px !important;
  z-index: 999999 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  pointer-events: none !important;
  max-width: 380px !important;
  width: calc(100% - 60px) !important;
}

.sb-toast-notice {
  pointer-events: auto !important;
  background: rgba(18, 18, 18, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-left: 4px solid #bf004d !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25) !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 15px !important;
  transform: translateX(120%) !important;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s ease,
    margin 0.4s ease !important;
  opacity: 0 !important;
}

.sb-toast-notice.active {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.sb-toast-notice.dismissing {
  transform: translateY(-20px) scale(0.9) !important;
  opacity: 0 !important;
}

.sb-toast-content {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.sb-toast-icon {
  color: #bf004d !important;
  flex-shrink: 0 !important;
  animation: sb-toast-shake 0.5s ease !important;
}

.sb-toast-message {
  color: #fff !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.sb-toast-close {
  background: transparent !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 20px !important;
  cursor: pointer !important;
  padding: 0 !important;
  line-height: 1 !important;
  transition: color 0.2s ease !important;
}

.sb-toast-close:hover {
  color: #fff !important;
}

@keyframes sb-toast-shake {
  0%,
  100% {
    transform: rotate(0);
  }

  20%,
  60% {
    transform: rotate(-8deg);
  }

  40%,
  80% {
    transform: rotate(8deg);
  }
}

@media (max-width: 480px) {
  #sb-toast-container {
    top: 20px !important;
    right: 20px !important;
    width: calc(100% - 40px) !important;
  }
}

.sb-promo-banner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #fff !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  font-family: "Outfit", sans-serif !important;
  box-sizing: border-box !important;
  width: 100% !important;
  gap: 15px !important;
  border: 1.5px solid #f0e0e7 !important;
}

.sb-promo-left {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.sb-promo-icon-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  border-radius: 10px;
  padding: 10px;
  background: #fff0f5;
}

.sb-promo-icon {
  width: 28px !important;
  height: 28px !important;
  color: #bf004d !important;
  animation: sb-promo-pulse 2s infinite ease-in-out !important;
}

.sb-promo-text-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.sb-promo-banner-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #bf004d !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.sb-promo-banner-desc {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #888 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.sb-promo-coupon-wrap {
  flex-shrink: 0 !important;
}

.sb-promo-coupon {
  background: #fff0f5 !important;
  border: 1.5px dashed #bf004d !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  color: #bf004d !important;
  letter-spacing: 0.05em !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  outline: none !important;
  user-select: none !important;
}

.sb-promo-coupon:hover {
  transform: scale(1.04) !important;
}

.sb-promo-coupon:active {
  transform: scale(0.96) !important;
}

@keyframes sb-promo-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@media (max-width: 767px) {
  .sb-promo-banner {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 20px !important;
    gap: 20px !important;
  }

  .sb-promo-coupon-wrap {
    width: 100% !important;
  }

  .sb-promo-coupon {
    width: 100% !important;
    text-align: center !important;
    padding: 12px 20px !important;
  }
}
