/* Default CSS */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: var(--body-font);
  background-color: #ffffff;
  color: #00091f;
  letter-spacing: 1px;
  /*max-width: 1920px;*/
  margin: 0 auto;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--heading-font);
}

p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  font-weight: 500;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

title {
  text-transform: capitalize;
}

:root {
  --heading-font: 'Lektorat Narrow';
  --body-font: 'Lektorat Narrow';
  --primary-color: #367bf5;
  --secondary-color: #f3aa18;
  --black-color: #000;
  --lightblack: #222222;
  --white-color: #fff;
  --darkgrey: #868686;
  --lightgrey: #636363;
  --green: #069697;
  --red: #ea3d2f;
}

.green {
  color: var(--green) !important;
}

.lightblack {
  color: var(--lightblack) !important;
}

.blue {
  color: var(--primary-color) !important;
}

.red {
  color: var(--red) !important;
}

/* Custom CSS Start */

.header-1 .top-header {
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: #ffffff;
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header-1 .top-header p {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.header-1 .navbar {
  background: #F7F7F7;
  padding: 20px 0;
}

.header-1 .navbar .navbar-brand img {
  width: 240px;
}

.header-1 .navbar .nav-item .nav-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px;
  margin: 0 20px;
  position: relative;
}

.header-1 .navbar .nav-item .nav-link:hover,
.header-1 .navbar .nav-item.active .nav-link,
.header-1 .navbar .nav-link.active {
  color: #000;
}

.header-1 .navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  /* adjust spacing */
  width: 0;
  height: 0;
  border-bottom: 2px solid #000;
  transition: width 0.3s ease;
}

/* Hover state */
.header-1 .navbar .nav-item .nav-link:hover::before,
.header-1 .navbar .nav-item.active .nav-link::before,
.header-1 .navbar .nav-link.active::before {
  width: 24px;
}

.header-1 .navbar .action-bar {
  padding-left: 0px !important;
  display: flex;
  gap: 20px;
  align-items: center;
}

/* Slider CSS Start  */
.thumbnail_slider .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: .2s;
  border-width: 2px !important;
  margin: 10px 4px;
}

.thumbnail_slider .primary_slider .splide__slide {
  background-color: #f7f7f7 !important;
  height: 750px !important;
}

.thumbnail_slider .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  box-shadow: 2px 3px 8px #ffffff;
}

.thumbnail_slider .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border-color: #e9e9e9;
}

.thumbnail_slider .splide__slide img {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: -webkit-fill-available;
  transition: filter 0.4s ease, transform 0.3s ease;
  object-fit: contain;
}

/* Color changing animation */
.thumbnail_slider .splide__slide img.color-changing {
  animation: colorPulse 0.4s ease;
}

@keyframes colorPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.85;
  }
}

/* Slider CSS End  */

.product-information {
  position: relative;
  padding: 10px;
}

.product-information .product-title {
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 2rem;
  margin-bottom: 0.4rem;
  color: #050505;
  text-transform: uppercase;
}

.product-information .price {
  color: #003d82;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.product-information .form-check-label {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  ;
}

.product-information .form-check-input:focus {
  border-color: #888;
  box-shadow: none;
  outline: none;
}

.product-information .product-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0rem;
}

.product-information .section-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.4rem;
  margin-top: 1rem;
  color: #050505;
}

.engraving-type-selector .btn.btn-outline-dark {
  border-radius: 0px !important;
}

.product-information .custom-builder-btn {
  padding: 0.8rem 2rem;
  font-weight: bold;
  border: 1px solid #000;
  background: white;
  color: #000;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.product-information .souvenir-btn:hover,
.product-information .custom-builder-btn:hover {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%) !important;
  color: #ffffff;
  border-color: #1a3a7d;
  transform: translateY(-2px);
}

.product-information .custom-builder-btn.active {
  background: #ffffff;
  /* color: #000000; */
}

.product-information .souvenir-btn {
  padding: 0.9rem 2rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #3561b9;
}

.product-information .color-option-wrapper {
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  cursor: pointer;
}

.product-information .color-option-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.product-information .color-option {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #D9D9D9;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  position: relative;
}

.product-information .color-option-wrapper:hover .color-option {
  transform: scale(1.05);
  border-color: #666;
}

.product-information .color-option-wrapper input[type="radio"]:checked+.color-option {
  border-color: #000;
  border-width: 3px;
  transform: scale(1.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* Checkmark for selected color */
.product-information .color-option-wrapper input[type="radio"]:checked+.color-option::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  animation: checkmarkAppear 0.3s ease;
}

@keyframes checkmarkAppear {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.product-information .color-option-wrapper input[type="radio"]:checked+.color-option.white::after {
  color: #000;
  text-shadow: none;
}

.product-information .navy {
  background-color: #121D3C;
}

.product-information .black {
  background-color: #000;
}

.product-information .silver {
  background-color: #D2D5DB;
}

.product-information .tan {
  background-color: #DFC192;
}

.product-information .brown {
  background-color: #472C2A;
}

.product-information .white {
  background-color: #fff;
  border: 2px solid #ddd;
}

.product-information .yellow {
  background-color: #F9D600;
}

.product-information .total-section {
  background: #ffffff;
  padding: 0px;
}

.product-information .total-label {
  font-size: 1.5rem;
  font-weight: 900;
  color: #050505;
}

.product-information .total-price {
  font-size: 2rem;
  font-weight: 900;
  color: #050505;
}

.write-review-section .btn.btn-dark,
.product-information .add-to-cart-btn {
  width: 100%;
  padding: 0.8rem 1.25rem;
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  color: white;
  border: none;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.write-review-section .btn.btn-dark:hover,
.product-information .add-to-cart-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
}

.write-review-section .btn.btn-dark {
  border-radius: 0px !important;
  font-weight: 500 !important;
  width: fit-content;
  text-transform: uppercase;
  font-size: 15px;
}

.write-review-section .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 20px;
  font-size: 16px;
  background-color: white;
  color: #050505;
}

button#add_to_cart_btn {
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8) !important;
}

.product-information .form-select,
.product-information .form-control {
  /* padding: 0.75rem; */
  font-size: 1rem;
  border-radius: 0px;
  color: #050505;
}

.product-information .form-select:focus,
.product-information .form-control:focus {
  box-shadow: none;
  border-color: #666666;
}


#add_to_cart_btn:hover {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%) !important;
}

.product-information .upload-section {
  background: #F1F7FF;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0px;
}

.product-information .file-note {
  font-size: 0.85rem;
  color: #050505;
  margin-top: 0.5rem !important;
}

.logo-preview {
  position: absolute;
  left: 52%;
  top: 38%;
  z-index: 1111;
  width: 120px;
  object-fit: contain;
}

/* Product Description Section */
.product-description-section .nav-tabs {
  border-bottom: 2px solid rgba(5, 5, 5, 0.15);
  margin-bottom: 20px;
}

.product-description-section .tab-pane.p-4 {
  padding: 0px !important;
}

.product-description-section .tab-pane .write-review-section h4,
.product-description-section .tab-pane .reviews-list h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem !important;
}

.product-description-section .nav-tabs .nav-link {
  color: #999;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  border: none;
  padding: 1rem 0;
  margin-right: 2rem;
  background: transparent;
  text-transform: uppercase;
}

.product-description-section .nav-tabs .nav-link.active {
  color: #003d82;
  border: none;
  border-bottom: 3px solid #162E83;
  background: transparent;
}

.product-description-section .section-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 2rem 0 1.5rem 0;
  color: #050505;
}

.product-description-section .description-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #868686;
  margin-bottom: 2rem;
}

.product-description-section .spec-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.product-description-section .spec-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.product-description-section .spec-icon i {
  padding-top: 2px;
}

.product-description-section .spec-label {
  font-weight: 700;
  color: #050505;
  margin-right: 0.5rem;
}

.product-description-section .spec-value {
  color: #868686;
}

.product-description-section .content-container {
  padding: 0rem;
  margin-top: 0;
}

.product-images-section {
  position: relative;
  padding: 40px 0 0;
}

.product-images-section .product-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.product-highlight-section {
  position: relative;
  padding: 80px 0;
  background: url(../img/home/highlight-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-highlight-inner-sec {
  padding-bottom: 40px;
}

.product-highlight-inner-sec h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.product-highlight-inner-sec p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 25px;
  padding-left: 0px;
  text-align: justify;
}

.recently-viewed-section {
  position: relative;
  padding: 80px 0;
}

.recently-viewed-section .section-header .h2 {
  color: #000000;
  font-size: 48px;
  line-height: 60px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.recently-viewed-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.recently-viewed-section .section-header .btn.btn-outline-primary {
  padding: 24px 30px;
  border-color: #000000;
  border-radius: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  transition: transform .15s ease-out;
}

.recently-viewed-section .section-header .btn.btn-outline-primary:hover {
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: #ffffff;
  border-color: #1a3a7d;
  transform: translateY(-2px);
}

.recently-viewed-section .section-header .btn.btn-outline-primary:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.recently-viewed-section .product-item .product-image {
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
}

.recently-viewed-section .product-item .product-image img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: filter 0.4s ease, transform 0.3s ease;
}

.recently-viewed-section .product-item .product-info h4 {
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recently-viewed-section .product-item .product-info p {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.follow-us-section {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
}

.follow-us-section .section-header h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 94px;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
}

.follow-us-section .follow-us-images {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.footer-section {
  position: relative;
  padding: 100px 0px 80px;
  background: url(../img/home/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-section .footer-link h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

#search-input:focus {
  box-shadow: none;
}

.footer-section .footer-link p,
.footer-section .footer-link li a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 15px;
  display: block;
  position: relative;
}

.footer-section .footer-link li a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-bottom: 2px solid #fff;
  transition: width 0.3s ease;
}

.footer-section .footer-link li a:hover::before {
  width: 24px;
}

.footer-section .footer-link .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(251 251 251 / 19%);
  border-radius: 0px;
  color: #ffffff;
}

.footer-section .footer-link .form-control:focus {
  box-shadow: none;
}

.footer-section .subscribe-form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-section .subscribe-form .btn.btn-link {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 16px;
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  transition: transform .15s ease-out;
  border-radius: 0px;
}

.shopping-btn {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 16px;
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  transition: transform .15s ease-out;
  border-radius: 0px;
  border: none;
}

.footer-section .subscribe-form .btn.btn-link:hover,
.shopping-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: #ffffff;
}

.footer-section .copyright {
  border-top: 1px solid rgb(251 251 251 / 19%);
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer-section .copyright p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}

.product-options .form-label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #050505;
}

.product-options .form-select {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 16px 20px;
  font-size: 16px;
  background-color: white;
  color: #050505;
}

.product-options .form-select:focus {
  border-color: #999;
  box-shadow: none;
}

.product-options .form-check {
  margin-bottom: 12px;
}

.product-options .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #868686;
  border-radius: 0px;
  cursor: pointer;
}

.product-options .form-check-input:checked {
  background-color: #333;
  border-color: #333;
}

.product-options .form-check-label {
  font-size: 15px;
  cursor: pointer;
  margin-left: 8px;
  color: #050505;
}

.product-options .section-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: uppercase;
}

/* 27-01-2026 CSS */

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
  background: none !important;
  background-color: #f4f4f4 !important;
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active img {
  display: block !important;
}

.empty-cart-state {
  text-align: center;
  /* margin-top: 100px; */
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  padding: 28px 20px;
  background: #fff;
}

.empty-cart-icon {
  display: block;
  margin: 0 auto 12px;
  font-size: 36px;
  color: #10246d;
  line-height: 1;
}

.empty-cart-state .empty-cart-text.mb-0 {
  margin-bottom: 0.6rem !important;
  font-size: 16px;
}

/* Home page CSS 28-01-2026 Start */

.hero-banner {
  position: relative;
  height: 100vh;
  /* background-image: url(../img/home/hero-bg.png); */
  background-color: #000000;
  overflow: hidden;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(2px 2px at 20% 30%, white, transparent),
    radial-gradient(2px 2px at 60% 70%, white, transparent),
    radial-gradient(1px 1px at 50% 50%, white, transparent),
    radial-gradient(1px 1px at 80% 10%, white, transparent),
    radial-gradient(2px 2px at 90% 60%, white, transparent),
    radial-gradient(1px 1px at 33% 80%, white, transparent);
  background-size: 200% 200%;
  opacity: 0.3;
  animation: stars 3s ease-in-out infinite;
}

@keyframes stars {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.5;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-content .player-image {
  position: absolute;
  left: 57%;
  bottom: 0;
  transform: translateX(-50%);
  width: 600px;
  height: auto;
  z-index: 1;
}

.hero-content .player-image img {
  width: 100%;
  height: auto;
  filter: contrast(1.1) brightness(1.05);
}

.hero-content .main-title {
  font-size: 210px;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.9;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: 'Lektorat Condensed';
  letter-spacing: 6px;
}

.hero-content .subtitle-text {
  font-size: 24px;
  color: #d1d1d1;
  font-weight: 300;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

.hero-content .description-text {
  font-size: 24px;
  color: #d1d1d1;
  font-weight: 300;
  margin-bottom: 3rem;
  letter-spacing: 0.5px;
}

.hero-content .cta-buttons {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
}

.hero-content .btn-primary-custom {
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
  transition: transform .15s ease-out;
}

.hero-content .btn-primary-custom:hover {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%) !important;

  transform: translateY(-2px);
}

.hero-content .btn-secondary-custom {
  background-color: transparent;
  color: white;
  border: 2px solid rgba(200, 200, 200, 0.95);
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
  transition: transform .15s ease-out;
}

.hero-content .btn-secondary-custom:hover {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%) !important;
  color: #ffffff;
  border-color: #1a3a7d;
  transform: translateY(-2px);
}

/* Product Carousel Sidebar */
.product-carousel-sidebar {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 362px;
  height: 440px;
  background-image: url(../img/home/product-carousel-bg.png);
  backdrop-filter: blur(10px);
  z-index: 10;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
}

.product-carousel-sidebar .product-header {
  padding: 2rem 2rem 1rem 2rem;
}

.product-carousel-sidebar .product-title {
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-carousel-sidebar .product-price {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}

.product-carousel-sidebar .product-image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: relative;
}

.product-carousel-sidebar .product-image-container img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.product-carousel-sidebar .carousel-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-top: 0px;
}

.product-carousel-sidebar .carousel-btn {
  background: transparent;
  border: none;
  color: #1a1a1a;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
}

.product-carousel-sidebar .carousel-btn:hover {
  color: #1e40af;
  transform: translateX(5px);
}

.product-carousel-sidebar .carousel-btn.prev:hover {
  transform: translateX(-5px);
}

.product-carousel-sidebar .carousel-indicators-custom {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 1rem 0;
}

.product-carousel-sidebar .indicator-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-carousel-sidebar .indicator-dot.active {
  background: #1a1a1a;
  width: 24px;
  border-radius: 4px;
}

.features-section {
  position: relative;
  padding: 80px 0;
}

.features-section .feature-item {
  text-align: center;
}

.features-section .feature-item h3 {
  color: #000000;
  font-size: 26px;
  line-height: 32px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.features-section .feature-item p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.shop-by-category-section {
  background: #000000;
  padding: 80px 0 0;
}

.shop-by-category-section .category-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.shop-by-category-section .category-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}

.shop-by-category-section .category-item-content-name {
  color: #ffffff;
  font-weight: bolder;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.shop-by-category-section .category-item-icon {
  width: 50px;
  height: 50px;
}

.shop-by-category-section .category-item-icon svg {
  width: 36px;
  height: 36px;
}

.shop-by-category-section .category-item-content-bg {
  background: linear-gradient(to right,
      #737478 0%,
      #F9F9F9 50%,
      #6A6B6F 100%);
  transition: transform .15s ease-out;
}

.shop-by-category-section .category-item-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.shop-by-category-section .category-item-content-bg:hover {
  background: linear-gradient(to right,
      #727272 0%,
      #dddddd 50%,
      #9b9da1 100%);
  transform: translateY(-1px);
}

.shop-by-category-section .category-item-content-bg-blue {
  background: linear-gradient(to right,
      #0F1E61 0%,
      #2445B6 50%,
      #061348 100%);
  transition: transform .15s ease-out;
}

.shop-by-category-section .category-item-content-bg-blue:hover {
  transform: translateY(-1px);
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: #ffffff;
}

.shop-by-category-section .section-header h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.shop-by-category-section .product-control {
  background-image: url("../img/home/product-control-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shop-by-category-section .product-control-content {
  max-width: 640px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.product-control-content .product-control-header {
  text-align: center;
  font-size: 32px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
}

.product-control-content .product-control-description {
  padding-top: 18px;
  font-size: 18px;
  opacity: 60%;
  color: #ffffff;
  text-align: center;
}

.product-control-content .product-control-branding {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-by-category-section .product-control-main {
  padding: 120px 0;
}

.product-control-main .product-control-arrow {
  position: absolute;
  bottom: 10%;
  right: 20%;
}

.product-control-main .product-control-arrow svg {
  transform: scaleX(-1);
  width: 38px;
  height: 38px;
  transition: transform .15s ease-out;
}

.product-control-main .product-control-arrow:hover svg {
  transform: scaleX(-1) translateY(-5px);
}

/*
.product-control-main .product-control-right {
  position: absolute;
  top: 20px;
  right: 15%;
  z-index: 1;
} */

/* .product-control-main .product-control-left {
  position: absolute;
  bottom: 0%;
  left: 0%;
} */

.best-seller-section {
  padding: 80px 0;
  background-color: #F9FAFB;
}

.best-seller-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.best-seller-section-header h2 {
  font-size: 60px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
}

.best-seller-section-header .best-seller-btn {
  padding: 10px 15px;
  border: 1px solid #000;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.best-seller-section-header.best-seller-btn svg {
  width: 12px;
  height: 12px;
}

.best-seller-section-header .best-seller-btn svg path {
  fill: #000;
  stroke: #000;
}

.best-seller-section-card {
  background: #fff;
  padding: 30px 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}

.best-seller-section-card .best-seller-section-card-img img {
  width: 100%;
  object-fit: contain;
  height: 240px;
}

.best-seller-section-card .best-seller-section-card-img {
  transition: 0.4s ease;
}

.best-seller-section-card-content {
  padding: 15px 20px;
  transition: 0.3s ease;
}

.best-seller-hover-content h3,
.best-seller-hover-content p {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}

.best-seller-section-card-content .best-seller-hover-content h3 {
  font-weight: 700;
}

.best-seller-section-card .best-seller-hover-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.3s ease;
  border: 1px solid #000;
}

.best-seller-section-card .best-seller-hover-content .hover-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 4px;
}

.best-seller-add-to-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  background: linear-gradient(to right,
      #0F1E61 0%,
      #2445B6 50%,
      #061348 100%);
  transition: transform .15s ease-out;
  text-transform: uppercase;

}

.best-seller-add-to-cart-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: #ffffff;
}

.best-seller-add-to-cart-btn svg {
  width: 12px;
  height: 12px;
}

.best-seller-section-card:hover .best-seller-section-card-content {
  opacity: 0;
}

.best-seller-section-card:hover .best-seller-hover-content {
  opacity: 1;
  transform: translateY(0);
}

.best-seller-section-card:hover .best-seller-section-card-img {
  transform: translateY(-30px);
}

.best-seller-section-card .best-seller-hover-content .hover-top h3 a,
.best-seller-section-card-content h3 a {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.best-seller-section-card .best-seller-hover-content .hover-top p,
.best-seller-section-card-content p {
  padding-top: 5px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
}

.best-seller-section-sale {
  position: absolute;
  top: 0px;
  right: 0px;
}

.best-seller-section-sale img {
  object-fit: contain;
  width: 80%;
}

.best-seller-section-left img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 805px;
}

.best-seller-section-img {
  padding-top: 80px;
  padding-bottom: 0px;
}

.best-seller-section-right img {
  width: 100%;
  object-fit: cover;
}

.best-seller-section-right-content {
  padding-top: 50px;
}

.best-seller-section-right-content h2 {
  font-size: 60px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #000000;
}

.best-seller-get-quote-btn {
  padding-top: 20px;
  width: 50%;
}

.best-seller-section-right-content p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: normal;
  color: #000000;
  opacity: 60%;
  padding-top: 20px;
}

.btn-gardiant-blue {
  background: linear-gradient(to right,
      #0F1E61 0%,
      #2445B6 50%,
      #061348 100%);
  color: #fff;
  border: none;
}

.btn-gardiant-blue svg path {
  fill: #fff;
  stroke: #fff;
}

.action-hero-sectio {
  padding-top: 120px 0px;
}

.action-hero-section-bg img.action-hero-section-bg-image {
  width: 100%;
  object-fit: cover;
  object-position: 100% 30%;
  height: 640px;
}

.action-hero-section-bg {
  position: relative;
}



.action-hero-section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0px 20px;
  z-index: 11;
}

.action-hero-section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.action-hero-section-content .video-title {
  position: relative;
}

.action-hero-section-content .video-title::before {
  content: "USSSA Tournament";
  display: inline-block;
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.action-hero-sectio .video-title h2 {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 2px;
  margin: 0 0 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.action-hero-sectio .video-title__sub {
  display: block;
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-top: 6px;
}

.action-hero-section-content .video-play-btn {
  width: max-content;
  text-align: center;
  margin: 0 auto;
}

.action-hero-section-content #playBtn {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 80px;
  text-align: center;
  background-color: #d9d9d9;
  border-radius: 100%;
  transition: transform .15s ease-out;
}

.action-hero-section-content #playBtn:hover {
  transform: translateY(-2px);
}

.action-hero-section-content #playBtn i {
  color: #000000;
  font-size: 24px;
}

.customer-reviews {
  padding: 80px 0;
  overflow: hidden;
}

.customer-reviews .reviews-wrapper {
  width: 100%;
  margin: 0 auto;
}

.customer-reviews .reviews-title {
  text-align: center;
  font-size: 60px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #000;
  font-family: 'Lektorat Condensed', sans-serif;
}

.customer-reviews .reviews-slider {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  padding: 20px 20px 40px 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.customer-reviews .reviews-slider::-webkit-scrollbar {
  display: none;
}

.customer-reviews .reviews-slider.active {
  cursor: grabbing;
}

.customer-reviews .reviews-track {
  display: flex;
  gap: 20px;
  width: max-content;
  align-items: flex-start;
}

.customer-reviews .review-card {
  background: #fff;
  border-radius: 12px;
  width: 400px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  user-select: none;
  transition: transform 0.2s ease;
  height: auto;
}

.customer-reviews .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.customer-reviews .review-stars {
  height: 18px;
  width: auto;
}

.customer-reviews.review-logo {
  height: 24px;
  width: auto;
}

.customer-reviews .review-text {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 25px;
  font-weight: normal;
  font-family: 'Lektorat Condensed', sans-serif;
}

.customer-reviews .card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.customer-reviews .review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.customer-reviews .avatar-green {
  background-color: #388e3c;
}

.customer-reviews .avatar-purple {
  background-color: #9c27b0;
}

.customer-reviews .avatar-orange {
  background-color: #f4511e;
}

.customer-reviews .avatar-blue {
  background-color: #1976d2;
}

.customer-reviews .author-info {
  display: flex;
  flex-direction: column;
}

.customer-reviews .author-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: 'Lektorat Condensed', sans-serif;
}

.customer-reviews .review-date {
  font-size: 16px;
  color: #888;
  margin-top: 2px;
  font-family: 'Lektorat Condensed', sans-serif;
}


.color-changing {
  animation: colorPulse 0.4s ease;
}

@keyframes colorPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

/* Collection Banner Section CSS */
.collection-banner-section {
  width: 100%;
  margin-bottom: 0;
}

.collection-banner-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.collection-banner-section .collection-banner-img {
  width: 100%;
  height: auto;
  height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
}

.collection-banner-section .collection-banner-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)); */
  z-index: 1;
}

.collection-banner-section .collection-banner-overlay {
  position: absolute;
  width: 100%;
  bottom: 15%;
  left: 9%;
  /* transform: translate(-50%, -50%); */
  z-index: 11;
  /* text-align: center; */
}

.collection-banner-overlay .collection-banner-title {
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.collection-banner-placeholder {
  min-height: 160px;
  background: #F9FAFB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 55px 20px 45px;
  position: relative;
}

.collection-banner-placeholder .collection-banner-title {
  color: #050505;
  font-family: var(--heading-font);
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  text-align: center;
}

.collection-banner-accent {
  display: block;
  width: 60px;
  height: 4px;
  background: #050505;
  margin-top: 16px;
  margin-bottom: 24px;
}


/* Collection Description Section CSS */
.collection-description-section {
  padding: 50px 0 45px;
  background: #F9FAFB;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.collection-description-content {
  width: 100%;
  font-size: 17px;
  line-height: 1.85;
  color: #2d3748;
  font-family: var(--body-font);
}

.collection-description-content h1,
.collection-description-content h2,
.collection-description-content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #050505;
  font-family: var(--heading-font);
  letter-spacing: 0.5px;
}

.collection-description-content h1 {
  font-size: 1.75em;
}

.collection-description-content h2 {
  font-size: 1.5em;
}

.collection-description-content h3 {
  font-size: 1.25em;
}

.collection-description-content p {
  margin-bottom: 1em;
}

.collection-description-content a {
  color: var(--primary-color);
  transition: color 0.2s ease;
}

.collection-description-content a:hover {
  color: #2b5cb8;
}

.collection-description-content ul,
.collection-description-content ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.collection-description-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Product highlight Section CSS */

.product-highlight-section {
  padding: 80px 0;
  background-image: url(../img/home/product-listing-bg.png);
}

.product-highlight-section .product-listing-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.product-highlight-section .product-listing-content-card {
  position: relative;
}

.product-highlight-section .product-listing-content-card .product-details {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
}

.product-highlight-section .product-listing-content-card .product-details h4 {
  font-size: 18px;
  list-style: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #ffffff;
}

.product-highlight-section .product-listing-content-card .product-details p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.product-listing-section {
  padding: 20px 0 0;
  position: relative;
  background: #fff;
}

.product-listing-section .section-header h2 {
  color: #050505;
  font-size: 60px;
  line-height: 94px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-listing-section .section-header p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}


.product-filter {
  background: #ffffff;
  /* padding: 25px;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); */
  position: sticky;
  top: 160px;
  z-index: 10;
}

.filter-container .px-3.py-2.mb-2.border-bottom {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 4px;
}

.filter-container {
  max-width: 100%;
  padding: 0;
  margin-top: 2px;
  max-height: 760px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Custom scrollbar for the filter container */
.filter-container::-webkit-scrollbar {
  width: 0px;
}

.filter-container::-webkit-scrollbar-track {
  background: transparent;
}

.filter-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.filter-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}


/* Toggle Switch Item */
.filter-container .toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.filter-container .toggle-switch {
  width: 52px;
  height: 28px;
  background-color: #e2e8f0;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.filter-container .toggle-switch.active {
  background-color: var(--primary-color);
}

.filter-container .toggle-circle {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.filter-container .toggle-switch.active .toggle-circle {
  transform: translateX(24px);
}

/* Dropdown Filter Items */
.filter-container .filter-item {
  border-bottom: 1px solid #ddd;
}

.filter-container .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.filter-container .toggle-label,
.filter-container .filter-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.filter-container .dropdown-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* Plus / minus (replaces chevron) for filter sections and product-type expand */
.filter-container .filter-toggle-icons {
  position: relative;
}

.filter-container .filter-toggle-icons .filter-toggle-char {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
}

.filter-container .dropdown-icon.filter-toggle-icons--section {
  width: 34px;
  height: 34px;
}

/* Product-type row: plain + / − only (no circular badge) */
.filter-container .filter-toggle-icons--circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  flex-shrink: 0;
  padding: 0 2px;
  background: transparent;
  border-radius: 0;
}

.filter-container .filter-toggle-icons--circle .filter-toggle-char {
  font-size: 1.75rem;
  font-weight: 300;
}

.filter-container .filter-toggle-char--minus {
  display: none;
}

.filter-container .filter-header.active .filter-toggle-char--plus {
  display: none;
}

.filter-container .filter-header.active .filter-toggle-char--minus {
  display: block;
}

.filter-container .product-type-expand-toggle .filter-toggle-char--minus {
  display: none;
}

.filter-container .product-type-expand-toggle[aria-expanded="true"] .filter-toggle-char--plus {
  display: none;
}

.filter-container .product-type-expand-toggle[aria-expanded="true"] .filter-toggle-char--minus {
  display: block;
}

.filter-container .filter-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.filter-container .filter-content.active {
  max-height: max-content;
  overflow-y: auto;
}

/* Webkit Browsers (Chrome, Edge, Safari) */
.filter-container .filter-content.active::-webkit-scrollbar {
  width: 0px;
}

.filter-container .filter-options {
  padding: 0px 0px 20px;
}

.filter-container .filter-option {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}

.filter-container .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #333333;
  border-radius: 4px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.filter-container .filter-option input[type="checkbox"] {
  display: none;
}

.filter-container .filter-option input[type="checkbox"]:checked+.checkbox {
  background-color: #000000;
  border-color: #000000;
}

.filter-container .checkbox svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.filter-container .filter-option input[type="checkbox"]:checked+.checkbox svg {
  opacity: 1;
}

.filter-container .option-label {
  font-size: 15px;
  color: #666666;
  transition: color 0.2s ease;
  font-weight: 600 !important;
}

.filter-container .option-count {
  margin-left: auto;
  font-size: 14px;
  color: #666666;
}

.product-listing-products .product-card .product-image {
  position: relative;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 280px;
  margin-bottom: 0;
  overflow: hidden;
  transition: background 0.3s ease;
}

.product-listing-products .product-card .product-image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center;
}

.product-listing-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-listing-section .product-sorting {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  margin-bottom: 10px;
  color: #050505;
  font-weight: 600;
  font-size: 15px;
}

.product-listing-section .product-sorting .form-select {
  width: auto;
  min-width: 180px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-size: 14px;
}

.product-listing-section .product-sorting .form-select:focus {
  border-color: #727272;
  box-shadow: none;
  outline: none;
}

.product-listing-products .product-card {
  margin-bottom: 0;
  background: #fff;
  /* border: 1px solid #eaeaea; */
  border-radius: 0px;
  overflow: hidden;
  padding: 0px;
  transition: all 0.3s ease;
}

.product-listing-products .product-card:hover {
  /* border-color: rgba(54, 123, 245, 0.4); */
  /* box-shadow: 0 10px 30px rgba(54, 123, 245, 0.1); */
  transform: translateY(-2px);
}


/*
.product-listing-products .product-card:hover .product-image {
  background: #f0f4f8;
} */

/* Hover Overlay Button */
.product-listing-products .product-card .product-overlay {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
  padding-bottom: 25px;
}

.product-listing-products .product-card:hover .product-overlay {
  bottom: 0;
  opacity: 1;
}

.product-listing-products .product-card .view-btn {
  background: #000;
  color: #fff;
  padding: 10px 24px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, transform 0.2s ease;
}

.product-listing-products .product-card .view-btn:hover {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  transform: scale(1.05);
}

.product-listing-products .product-card .product-info {
  padding: 16px 0px;
}

.product-listing-products .product-card .product-title {
  color: #050505;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.2s ease;
}

/* .product-listing-products .product-card:hover .product-title {
  color: var(--primary-color);
} */

.product-listing-products .product-card .product-price {
  color: #050505;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-listing-products .product-card .product-rating {
  font-size: 13px;
}

/* Pagination theme styling (Bootstrap) */
.product-listing-section .pagination .page-link {
  color: #050505;
  border-color: rgba(0, 0, 0, 0.12);
  font-weight: 600;
}

.product-listing-section .pagination .page-link:hover {
  color: #ffffff;
  background-color: rgba(54, 123, 245, 0.08);
  border-color: var(--primary-color);
}

.product-listing-section .pagination .page-item.active .page-link {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.product-listing-section .pagination .page-item.disabled .page-link {
  color: #999;
}

.product-listing-section .pagination .page-link:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.12);
}

/* Fix for large pagination SVG arrows */
.pagination svg {
  width: 20px;
  height: 20px;
}

/* Contact Us page CSS */

.contact-us-page-header {
  position: relative;
  background-image: url(../img/home/product-listing-bg.png);
}

.contact-us-page-header .contact-us-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.contact-us-page-header .contact-us-text h2 {
  text-transform: uppercase;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
}

.contact-information-section {
  padding: 80px 0;
  position: relative;
}

.contact-information-section .contact-info-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px 20px;
  text-align: center;
  box-shadow: 1px 3px 30px #f5f5f5;
  height: 100%;
  background: #fff;
}

.contact-information-section .contact-info-box img {
  margin-bottom: 30px;
}

.contact-information-section .contact-info-box h4 {
  font-size: 24px;
  font-weight: 700;
  color: #050505;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-information-section .contact-info-box p {
  font-size: 18px;
  color: #050505;
  line-height: 28px;
  font-weight: 400;
}

.contact-form-section {
  position: relative;
  padding-bottom: 60px;
}

.contact-form-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-form-wrapper {
  background: rgba(217, 217, 217, 0.3);
  padding: 40px;
}

.contact-form-header h2 {
  text-transform: uppercase;
  font-size: 50px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 20px;
}

.contact-form-header p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}

.contact-form-wrapper .form-control {
  background: transparent;
  border-radius: 0px;
  border-color: #adadad;
  padding: 0.8rem 1rem;
  color: #000000;
}

.contact-form-wrapper .form-control:focus {
  box-shadow: none;
  border-color: #000000;
}

.contact-form-wrapper .btn-primary-custom {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
  transition: transform .15s ease-out;
}

.contact-form-wrapper .btn-primary-custom:hover {
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  transform: translateY(-2px);
}

.header-1 .dropdown-menu .dropdown-item.active,
.header-1 .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #000000;
}

/* 18-02-2026 CSS Start */

.primary_slider .splide__track {
  position: relative;
}

.pro-custom-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  position: sticky;
  top: 0px;
  z-index: 1;
  background: #ffffff;
  padding: 0px !important;
}

.pro-custom-slider svg {
  width: 100%;
  height: 240px;
}

.pro-custom-slider svg path {
  fill: #f7f7f7;
}

.engraving-text {
  position: absolute;
  right: 3%;
  top: 36%;
  color: #ffffff;
  text-align: center;
}

.splide__svg .bat-barrel {
  margin-left: -1px;
}


.splide__svg {
  display: flex;
  align-items: center;
}

.splide__svg .bat-handle img,
.splide__svg .bat-barrel img {
  filter: brightness(0.7) opacity(0.6);
  transition: filter 0.3s ease;
}

/* =========================================================
   Cart Page CSS
   ========================================================= */

.cart-page-section {
  padding: 60px 0px 40px;
  position: relative;
}

.cart-page-section .section-header {
  padding-bottom: 20px;
}

.cart-page-section .section-header h2 {
  text-transform: uppercase;
  font-size: 60px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

.cart-table .cart-product {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.cart-table .cart-product .item-images {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: #E5E5E5;
  flex-shrink: 0;
}

.cart-table .cart-product .item-images img {
  height: 80px;
  object-fit: contain;
}

.cart-table .cart-product-info h5 {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.cart-table .cart-product-info p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cart-table .cart-product-info p span {
  color: #868686;
  font-weight: 400;
}

.cart-table table thead th {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}

.cart-table table thead th,
.cart-table table tbody td {
  padding: 0.8rem 0.4rem;
  vertical-align: top;
}

.cart-table .quantity-input {
  width: 60px;
  border-color: rgb(0 0 0 / 23%);
  border-radius: 0px;
  text-align: center;
  padding-right: 0px;
  margin-bottom: 0px;
}

.cart-table .btn-link {
  font-size: 14px;
  color: #000000;
  display: block;
  text-decoration: underline;
}

/* Order Summary Panel */
.cart-page-section .cart-summary {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  padding: 40px 30px;
  /* position: sticky;
  top: 30px; */
}

.cart-page-section .cart-summary h4 {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.cart-page-section .cart-summary h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cart-page-section .cart-summary .summary-row {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-page-section .cart-summary .summary-row.total {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  margin-top: 10px;
  font-weight: 700;
}

.cart-page-section .cart-summary .checkout .checkout-btn {
  width: 100%;
  margin-top: 20px;
  background: #ffffff;
  border-radius: 0px;
  color: #1a1a1a;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  text-align: center;
}

.cart-page-section .cart-summary .checkout .checkout-btn:hover {
  background: #f0f0f0;
}

.cart-page-section .cart-summary .checkout p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}

.cart-page-section .cart-summary .form-control {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cart-page-section .cart-summary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.cart-page-section .cart-summary .btn-outline-dark {
  border-radius: 0;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.cart-page-section .cart-summary .btn-outline-dark:hover {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  color: #ffffff;
}

/* ── Quantity Stepper ──────────────────────────────── */
.qty-stepper {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.23);
  width: fit-content;
  position: relative;
}

.qty-btn {
  background: #ffffff;
  border: none;
  width: 32px;
  height: 36px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #000000;
  transition: background 0.2s;
  flex-shrink: 0;
}

.qty-btn:hover {
  background: #f0f0f0;
}

.qty-stepper .quantity-input {
  width: 46px;
  height: 36px;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.23);
  border-right: 1px solid rgba(0, 0, 0, 0.23);
  text-align: center;
  font-size: 15px;
  padding: 0;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
}

.qty-stepper .quantity-input::-webkit-inner-spin-button,
.qty-stepper .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ── Remove × button ──────────────────────────────── */
.remove-from-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cc0000;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  margin-left: 10px;
  flex-shrink: 0;
  transition: background 0.2s;
  vertical-align: middle;
}

.remove-from-cart:hover {
  background: #990000;
}

/* ── Row total + remove inline ───────────────────── */


.cart-table .total-cell {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
}

.cart-table .total-cell .remove-from-cart i {
  font-size: 10px;
}




/* BEM: Section Component */
.cart-page-section .section {
  margin-bottom: 40px;
}

.cart-page-section .section__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
  text-transform: uppercase;
}

.cart-page-section .section__divider {
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}

/* BEM: Form Group Component */
.cart-page-section .form-group {
  margin-bottom: 20px;
}

.cart-page-section .form-group__label {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: #050505;
  display: block;
}

.cart-page-section .form-group__input,
.cart-page-section .form-group__select {
  border: 1px solid #ced4da;
  padding: 12px 15px;
  font-size: 1rem;
  color: #000000;
  width: 100%;
  border-radius: 0px;
}

.cart-page-section .form-group__input:focus,
.cart-page-section .form-group__select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

/* BEM: Form Row Component */
.cart-page-section .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cart-page-section .form-row__col {
  flex: 1;
}

.cart-page-section .form-row__col--half {
  flex: 1;
}

/* BEM: Payment Component */
.cart-page-section .payment {
  background-color: rgba(217, 217, 217, 0.3);
  padding: 25px;
  border-radius: 0px;
  margin-top: 30px;
}

.cart-page-section .payment__icons {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #000;
}

/* Checkout: selectable payment methods (Stripe primary) */
.cart-page-section .payment__intro {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.cart-page-section .payment-method-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-page-section .payment-method-option {
  display: block;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.cart-page-section .payment-method-option__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

.cart-page-section .payment-method-option__card {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(15, 30, 97, 0.2);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cart-page-section .payment-method-option:hover .payment-method-option__card {
  border-color: rgba(36, 69, 182, 0.45);
}

.cart-page-section .payment-method-option:has(.payment-method-option__input:focus-visible) .payment-method-option__card {
  outline: 2px solid #2445b6;
  outline-offset: 2px;
}

.cart-page-section .payment-method-option:has(.payment-method-option__input:checked) .payment-method-option__card {
  border-color: #2445b6;
  box-shadow: 0 0 0 1px #2445b6;
  background: rgba(36, 69, 182, 0.04);
}

.cart-page-section .payment-method-option--primary:has(.payment-method-option__input:checked) .payment-method-option__card {
  background: linear-gradient(135deg, rgba(36, 69, 182, 0.07) 0%, rgba(255, 255, 255, 1) 48%);
}

.cart-page-section .payment-method-option__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to right, #0f1e61, #2445b6);
  padding: 4px 10px;
  margin-bottom: 10px;
}

.cart-page-section .payment-method-option__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.cart-page-section .payment-method-option__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f1e61;
}

.cart-page-section .payment-method-option__brand-stripe {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #635bff;
}

.cart-page-section .payment-method-option__subtitle {
  display: block;
  margin-top: 6px;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #555;
}

.cart-page-section .payment-method-option__paypal-logo {
  height: 22px;
  width: auto;
  display: block;
}

.cart-page-section .payment__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.82rem;
  color: #555;
}

.cart-page-section .payment__trust-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #2445b6;
}

.cart-page-section .stripe-card-wrap__label {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f1e61;
  margin-bottom: 8px;
}

/* BEM: Button Component */
.btn--complete {
  font-weight: bold;
  font-size: 20px;
  padding: 16px;
  border: none;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 0px;
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  color: white;
}

/* 06-04-2026 CSS Start */
.pro-custom-section .product-header h1 {
  font-weight: bold;
}

.pro-custom-section .product-description.mb-4 {
  margin-bottom: 0.1rem !important;
}

.privacy-policy-section {
  position: relative;
}

.privacy-policy-section .section__title {
  font-size: 60px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 4px;
}

.privacy-policy-section .sub__title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
  text-align: center;
}

.privacy-policy-section .sub__desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 30px;
  text-align: left;
}

.privacy-policy-content h4 {
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

.privacy-policy-content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #0F1E61;
}

.privacy-policy-content .list-points li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
}

.privacy-policy-content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.contact-information {
  background: #EFEFEF;
  padding: 40px;
}

.contact-information h4 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 15px;
}

.contact-information .list-inline li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
}

.contact-information p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 20px;
}



.page-header-section {
  position: relative;
}

.page-header-section .section-header h2 {
  color: #000000;
  font-size: 48px;
  line-height: 64px;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
}

.page-header-section .section-header h2 span {
  color: #1B3695;
}

.build-the-grind-section {
  padding: 80px 0;
  position: relative;
}

.build-the-grind-section .section-header h2 {
  color: #050505;
  font-size: 54px;
  line-height: normal;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}

.build-the-grind-section .build-the-grind-content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.tomahawk-standard-section {
  padding-bottom: 0px;
  position: relative;
}

.tomahawk-standard-section .tomahawk-standard-box {
  background: #ffffff;
  box-shadow: 1px 3px 15px #f1f1f1;
  padding: 20px;
  border: 1px solid #f1f1f1;
}


.tomahawk-standard-section .tomahawk-standard-box svg path {
  stroke: #2445b6;
}

.page-header-section .section-header h2 img {
  height: 60px;
}

.tomahawk-standard-section .section-header h2 {
  color: #050505;
  font-size: 60px;
  line-height: normal;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}

.tomahawk-standard-box h4 {
  color: #050505;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.tomahawk-standard-box p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 0px;
}

.cart-page-section .cart-table .sec-title h2 {
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}


/* 06-04-2026 CSS Start */
.pro-custom-section .product-header h1 {
  font-weight: bold;
}


.product-description-section .tab-content .tab-pane p {
  font-size: 16px;
}

.product-information p span,
.product-description-section .tab-content .tab-pane p span {
  font-family: var(--body-font) !important;
  letter-spacing: 1px !important;
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.footer-section .logo img {
  width: 240px;
  object-fit: cover;
  object-position: center;
}

.cart-table .sec-title h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}

.profile-customer .form-select,
.profile-customer .form-control {
  border: 1px solid #ced4da;
  padding: 10px 14px;
  font-size: 0.95rem;
  color: #000000;
  width: 100%;
  border-radius: 0px;
}

.pro-custom-section .product-header h1 {
  font-weight: bold;
  font-size: 3rem !important;
}

.product-description-section .tab-content .tab-pane p {
  font-size: 16px;
}

.footer-section .logo img {
  width: 240px;
  object-fit: cover;
  object-position: center;
}

.cart-table .sec-title h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}

.profile-customer .form-select,
.profile-customer .form-control {
  border: 1px solid #ced4da;
  padding: 10px 14px;
  font-size: 0.95rem;
  color: #000000;
  width: 100%;
  border-radius: 0px;
}

.pro-custom-section .product-header h1 {
  font-weight: bold;
  font-size: 3rem !important;
}

.site-back-to-top-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

/* 
.header-1 .navbar .action-bar img.profile-img {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50px;
  object-fit: cover;
} */

.header-1 .navbar .action-bar img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  object-position: center;
}

/* Video Modal Styles */
.video-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video-modal-overlay.active {
  display: flex;
}

.video-modal-container {
  position: relative;
  width: 90%;
  max-width: 860px;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  line-height: 20px;
  border-radius: 100%;
}

.video-modal-close:hover {
  color: #ccc;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dashboard-customer .nav-tabs,
.order-history-customer .nav-tabs,
.profile-customer .nav-tabs {
  justify-content: center;
}



.product-description-section.mt-5 {
  margin-top: 0rem !important;
}

.product-details-section {
  padding: 20px 0px 20px !important;
}

.product-description-section .tab-content {
  border: none !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.reviews-list.mb-5 {
  margin-bottom: 0px !important;
}

/* Mobile filter drawer */
.category-mobile-filter-btn {
  border: 1px solid rgba(0, 0, 0, .15);
  background: #fff;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.category-mobile-filter-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.category-mobile-filter-btn:active,
.category-mobile-filter-btn:focus {
  box-shadow: 0 0 0 .2rem rgba(43, 92, 184, .15);
}

.mobile-filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 1040;
}

.coming-soon-wrapper .btn.btn-primary {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%) !important;
  transition: all 0.3s;
  border-radius: 0px !important;
  border: none !important;
}

.coming-soon-wrapper .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  transform: translateY(-2px);
}

/* View More (category / search / listings) — same hover feel as primary CTAs */
#product-list-load-more-btn.btn-view-more-products {
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}

#product-list-load-more-btn.btn-view-more-products:hover:not(:disabled) {
  background: linear-gradient(to bottom, #2b5cb8, #1a3a7d);
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(26, 58, 125, 0.35) !important;
}

#product-list-load-more-btn.btn-view-more-products:active:not(:disabled) {
  transform: translateY(0);
}

.profile-customer .btn.btn-outline-secondary,
.profile-customer .btn.text-white,
.order-history-customer .btn.text-white,
.dashboard-customer .btn.text-white {
  border-radius: 0px;
  transition: all 0.3s;
}

.profile-customer .btn.btn-outline-secondary:hover,
.profile-customer .btn.text-white:hover,
.order-history-customer .btn.text-white:hover,
.dashboard-customer .btn.text-white:hover {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%) !important;
  transform: translateY(-2px);
}

.profile-customer .form-select:focus,
.profile-customer .form-control:focus {
  border-color: #2445B6;
  box-shadow: none;
}

.filter-container .form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
}

.filter-container .form-switch .form-check-input:focus {
  box-shadow: none;
}

.qty-container-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}


.page-hero-section {
  position: relative;
  overflow: hidden;
}

.page-hero-bg {
  position: relative;
  height: 500px;
  /* adjust as needed */
}

.page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay (gradient looks better than flat black) */
.page-hero-bg .overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)); */
  z-index: 1;
}

/* Center content perfectly */
.hero-content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 0 15px;
}

.hero-content-inner .page-last-updated {
  color: #ffffff;
}

/* Title styling */
.page-main-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.pd-config-label.pd-config-label--length-in {
  text-transform: uppercase !important;
}

.product-sorting .d-md-none.mb-2 {
  margin-bottom: 0px !important;
}

.coming-soon-icon i {
  color: #003d82 !important;
  opacity: 1 !important;
}

.product-filter .toggle-item {
  border: 1px solid #ddd;
  width: fit-content;
  padding: 6px 16px;
  border-radius: 4px;
}

.thumbnail_slider .splide--nav>.splide__track>.splide__list>.splide__slide {
  border: 1px solid #7676760f;
}

.dashboard-customer .btn.btn-outline-primary,
.order-history-customer .btn-outline-primary {
  --bs-btn-color: #1a3a7d;
  --bs-btn-border-color: #1a3a7d;
}

.dashboard-customer .btn.btn-outline-primary:hover,
.order-history-customer .btn-outline-primary:hover {
  background-color: #1a3a7d;
  border-color: #1a3a7d;
}

.product-options.pd-configurator {
  max-width: 100%;
  margin-top: 12px;
}

/* 24-04-2026 CSS Start */

.tro-section {
  width: 100%;
  position: relative;
  padding: 80px 0px 40px;
}

/* .tro-inner-section {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url(../img/home/product-control-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
} */

.tro-left {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.tro-img-bat {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.55) contrast(1.1);
  transition: transform 0.6s ease;
}

.tro-left:hover .tro-img-bat {
  transform: scale(1.04);
}

.tro-left-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  pointer-events: none;
}

.tro-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: #0F1E61;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 5px 14px;
  border-radius: 4px;
  text-transform: uppercase;
}

.tro-stat-row {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  gap: 20px;
}

.tro-stat {
  text-align: center;
}

.tro-stat-num {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}

.tro-stat-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

.tro-right {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  padding: 20px 0px 0px;
  position: relative;
}

.tro-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
}

.tro-title {
  font-size: 54px;
  line-height: 64px;
  color: #000000;
  letter-spacing: 2px;
  margin: 0 0 20px;
  font-weight: bold;
}


.tro-title span {
  color: #2344b3;
  display: block;
}

/*
.tro-divider {
  width: 48px;
  height: 3px;
  background: #cecece;
  border-radius: 2px;
  margin-bottom: 24px;
} */

.tro-desc {
  font-size: 16px;
  color: #000000;
  opacity: 60%;
  line-height: 1.75;
  margin-bottom: 24px;
}

.tro-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.tro-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #000000;
  opacity: 60%;
}

.tro-feature-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999999;
  flex-shrink: 0;
}

.tro-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tro-btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  transition: transform .15s ease-out;
  text-transform: uppercase;
}

.tro-btn-primary svg {
  width: 12px;
  height: 12px;
}

.tro-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: #ffffff;
}

.tro-btn-primary:active {
  transform: scale(0.98);
}

.tro-btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  padding: 14px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.tro-btn-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.tro-corner-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  opacity: 0.04;
  pointer-events: none;
}

.preview-images-section .preview-images-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
}

.tomahawk-standard-section .tomahawk-standard-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.tomahawk-standard-box p.tomahawk-icons {
  font-size: 36px;
  line-height: 42px;
}

.tomahawk-standard-box p.tomahawk-desc {
  height: 100px;
  margin-bottom: 0px;
}

.custom-builder-nav-dropdown .dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.custom-builder-nav-dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

.product-details-section .thumbnail_slider {
  position: sticky;
  top: 140px;
}

ul.pagination.tomahawk-pagination {
  gap: 4px;
}

.pdp-standard-color-note__body {
  color: rgba(0, 0, 0, 0.6) !important;
}

.product-information p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0rem;
}

.empty-cart-wrapper {
  min-height: auto !important;
}

.coming-soon-wrapper.my-5 {
  margin-top: 0px !important;
  border-radius: 0px !important;
}

.header-1 .navbar .container {
  position: relative;
}

.search-container .form-control:focus {
  box-shadow: none !important;
  border-color: #ddd !important;
  outline: none !important;
}

form#global-search-form-mobile,
form#global-search-form {
  margin-bottom: 0px;
}

#search-input {
  border-radius: 8px !important;
}

.size-option-wrapper {
  margin-bottom: 10px !important;
}

.card.shadow-sm.rounded-3.border-0 {
  border: 1px solid #f2f2f2 !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .02) !important;
}

.order-history-customer .table tbody td,
.order-history-customer .table thead th {
  font-size: 14px;
}

/* Product slider */
.thumbnail_slider .primary_slider .splide__slide {
  max-height: 590px;
  height: fit-content !important;
}

/* 19-05-2026 CSS Start */
.product-information .pd-configurator {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.product-information .pd-config-field {
  width: 100%;
  margin-bottom: 0;
}

.product-information .pd-config-select {
  width: 100%;
}

/* Only when last item is alone */
.product-information .pd-config-field:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.custom-builder-inline {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.custom-builder-inline .souvenir-btn,
.custom-builder-inline .custom-builder-btn {
  flex: 1;
  width: 50%;
}

.product-options.pd-configurator.pd-configurator--qty-last {
  display: flex;
  align-items: center;
}

.product-options.pd-configurator.pd-configurator--qty-last .pd-config-field.pd-config-field--qty {
  flex-basis: 200px;
}

.product-options.pd-configurator.pd-configurator--qty-last .total-section {
  flex: 1;
}

.product-information .mt-4.text-start {
  margin-top: 0.6rem !important;
}

.ts-file-upload-wrapper {
  border-radius: 2px !important;
}

.customizer-blank-options-notice p {
  text-align: center;
}

.pro-custom-section .product-description p span {
  font-family: var(--body-font) !important;
  letter-spacing: 0.5px !important;
  color: rgb(0 0 0 / 60%) !important;
}

/* == RESPONSIVE CSS STARTS == */

@media (max-width: 1540px) {

  /* .recently-viewed-section .product-item .product-image img {
    height: 240px;
  } */
  .page-hero-bg,
  .collection-banner-section .collection-banner-img {
    height: 400px;
  }

  .preview-images-section .preview-images-wrapper img {
    width: 100%;
    height: 420px;
  }

  /* 
  .page-hero-bg {
    position: relative;
    height: 420px;
  } */

  .action-hero-section-bg img.action-hero-section-bg-image {
    height: 580px;
  }

  /* Header */
  .header-1 .navbar {
    padding: 16px 0;
  }

  .best-seller-hover-content h3,
  .best-seller-hover-content p,

  .best-seller-section-card-content p {
    font-size: 18px;
  }

  .header-1 .navbar .nav-item .nav-link {
    margin: 0 16px;
  }

  .header-1 .action-bar {
    padding-left: 40px;
    gap: 16px;
  }

  .hero-content .main-title {
    font-size: 150px;
  }

  .hero-content .description-text,
  .hero-content .subtitle-text {
    font-size: 20px;
  }

  .shop-by-category-section {
    padding: 60px 0 0;
  }

  .collection-banner-overlay .collection-banner-title,
  .best-seller-section-right-content h2,
  .product-listing-section .section-header h2,
  .customer-reviews .reviews-title,
  .best-seller-section-header h2,
  .shop-by-category-section .section-header h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .shop-by-category-section .category-item img {
    width: 100%;
    height: 400px;
  }

  .shop-by-category-section .category-item-content-name {
    font-size: 32px;
    line-height: 42px;
  }

  .product-control-content .product-control-description {
    padding-top: 24px;
    font-size: 18px;
  }

  .contact-information-section,
  .page-header-section,
  .build-the-grind-section,
  .customer-reviews,
  .features-section {
    padding: 80px 0;
  }

  /* .product-control-main .product-control-right {
    top: 20px;
    right: 10%;
  } */

  .product-control-content .product-control-header {
    font-size: 28px;
    line-height: 36px;
  }

  .product-control-main .product-control-left img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }

  .product-control-main .product-control-right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }


  /* Product information */
  .product-information {
    padding: 10px;
  }

  .product-information .product-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .product-information .price {
    font-size: 1.4rem;
  }

  .product-information .section-title {
    font-size: 1.2rem;
  }

  .product-information .add-to-cart-btn {
    padding: 1rem;
    font-size: 1rem;
  }

  /* Color options */
  .product-information .color-option {
    width: 42px;
    height: 42px;
  }

  /* Product description */
  .product-description-section .nav-tabs .nav-link,
  .product-description-section .description-text {
    font-size: 1rem;
  }

  .customer-reviews .review-text,
  .product-description-section .spec-item {
    font-size: 1rem;
  }

  /* Highlight section */
  .product-highlight-inner-sec h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .product-highlight-inner-sec h2 img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: center;
  }

  /* Recently viewed */
  .contact-form-header h2,
  .follow-us-section .section-header h2,
  .recently-viewed-section .section-header .h2 {
    font-size: 42px;
    line-height: 50px;
  }

  /* Footer */
  .footer-section {
    padding: 80px 0 60px;
  }

  .best-seller-section {
    padding: 60px 0;
  }

  .contact-information-section .contact-info-box h4 {
    font-size: 20px;
  }

  .product-images-section .product-item img {
    width: 100%;
    height: 500px;
  }

  .follow-us-section .follow-us-images {
    gap: 6px;
  }

  .features-section .feature-item h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .tomahawk-standard-section .section-header h2,
  .page-header-section .section-header h2 {
    font-size: 54px;
    line-height: 64px;
    padding-bottom: 20px;
  }

  .contact-information-section .contact-info-box p,
  .product-highlight-inner-sec p,
  .product-listing-section .section-header p,
  .filter-container .toggle-label,
  .filter-container .filter-title {
    font-size: 16px;
  }

  .product-details-section {
    padding: 20px 0 0 !important;
  }

  .recently-viewed-section .section-header {
    padding-bottom: 20px;
  }

  .recently-viewed-section .section-header .btn.btn-outline-primary {
    padding: 18px 24px;
  }

  .recently-viewed-section .product-item .product-info h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-section .footer-link p,
  .footer-section .footer-link li a,
  .recently-viewed-section .product-item .product-info p {
    font-size: 16px;
    line-height: 26px;
  }

  .best-seller-section-left img {
    height: 785px;
  }

  .filter-container {
    max-width: 100%;
    max-height: 640px;
  }

  .tro-title {
    font-size: 42px;
    line-height: 48px;
  }

  .shop-by-category-section .product-control-main {
    padding: 80px 0;
  }

}

@media (max-width: 1500px) {
  .collection-banner-section .collection-banner-overlay {
    width: 90%;
    left: 5%;
  }

  .header-1 .navbar .navbar-brand img,
  .footer-section .logo img {
    width: 200px;
    object-fit: cover;
    object-position: center;
  }

  .shop-by-category-section .category-item img {
    width: 100%;
    height: 360px;
  }

  .cart-page-title {
    font-size: 42px !important;
    line-height: 54px !important;
  }

  .pro-custom-section .product-header h1 {
    font-size: 2rem !important;
  }

  .product-options.pd-configurator.pd-configurator--qty-last .pd-config-field.pd-config-field--qty {
    flex-basis: 160px;
  }
}


@media (max-width: 1400px) {

  .page-main-title {
    font-size: 48px;
  }

  .page-hero-bg,
  .collection-banner-section .collection-banner-img {
    height: 320px;
  }

  .tro-title {
    font-size: 36px;
    line-height: 44px;
  }

  .action-hero-section-bg img.action-hero-section-bg-image {
    width: 100%;
    height: 520px;
  }

  .pro-custom-section .product-header h1 {
    font-weight: bold;
    font-size: 2rem !important;
  }

  .best-seller-section {
    padding: 50px 0;
  }

  .shop-by-category-section {
    padding: 50px 0 0;
  }

  .shop-by-category-section .product-control-main {
    padding: 80px 0;
  }

  .product-listing-section .section-header h2,
  .customer-reviews .reviews-title,
  .best-seller-section-header h2,
  .shop-by-category-section .section-header h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .shop-by-category-section .product-control-content {
    max-width: 540px;
    width: 100%;
  }

  .product-control-content .product-control-description {
    padding-top: 16px;
    font-size: 18px;
  }

  .product-carousel-sidebar .product-title {
    font-size: 18px;
    line-height: 24px;
  }

  .product-carousel-sidebar .product-header {
    padding: 1rem 1rem 1rem 1rem;
  }

  .features-section .feature-item h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .features-section .feature-item p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-control-main .product-control-arrow svg {
    width: 32px;
    height: 32px;
  }

  .shop-by-category-section .category-item-content-name {
    font-size: 28px;
    line-height: 36px;
  }

  .shop-by-category-section .category-item-icon svg {
    width: 20px;
    height: 20px;
  }

  .shop-by-category-section .category-item-icon {
    width: 32px;
    height: 32px;
  }

  .contact-us-page-header .contact-us-text h2 {
    font-size: 60px;
    line-height: 72px;
  }

  .contact-form-header h2 {
    font-size: 42px;
    line-height: 54px;
  }

  .main-title {
    font-size: 180px;
  }

  .hero-content .player-image {
    width: 500px;
  }

  .product-carousel-sidebar {
    width: 350px;
    height: 400px;
  }

  .product-carousel-sidebar .carousel-nav {
    padding: 0.5rem 2rem;
  }

  .product-carousel-sidebar .product-image-container {
    padding: 0rem;
  }

  .cart-table .cart-product-info h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .cart-page-section .cart-summary .summary-row {
    font-size: 16px;
    line-height: 24px;
  }

  .cart-table .cart-product-info p {
    font-size: 14px;
    line-height: 22px;
  }

  .product-control-main .product-control-left img {
    width: 100%;
    height: 340px;
  }

  .product-control-main .product-control-right img {
    width: 100%;
    height: 280px;
  }

  .best-seller-section-card .best-seller-section-card-img img {
    width: 100%;
    height: 160px;
  }

  .best-seller-section-left img {
    height: 502px;
  }

  .best-seller-section-right img {
    width: 100%;
    height: 280px;
  }

  .best-seller-section-right-content h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .best-seller-section-right-content {
    padding-top: 20px;
  }

  .best-seller-section-right-content p {
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .shop-by-category-section .category-item img {
    width: 100%;
    height: 320px;
  }

  .customer-reviews .reviews-track {
    gap: 16px;
  }

  .follow-us-section {
    padding: 80px 0;
  }

  .footer-section .copyright p,
  .footer-section .footer-link p,
  .footer-section .footer-link li a {
    font-size: 16px;
    line-height: 26px;
  }

  .tomahawk-standard-box h4 {
    font-size: 24px;
    line-height: 32px;
  }


}

@media (max-width: 1366px) {
  .header-1 .navbar .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {

  .main-title {
    font-size: 6rem;
  }

  .player-image {
    width: 400px;
    right: 30%;
  }

  .thumbnail_slider .primary_slider .splide__slide {
    max-height: 500px;
  }
}

@media (max-width: 1024px) {

  .page-hero-bg,
  .collection-banner-section .collection-banner-img {
    height: 300px;
  }

  .product-details-section {
    padding: 20px 0 0 !important;
  }

  .full-width-content-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .product-highlight-section .product-listing-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-listing-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-listing-products .product-card .product-info p,
  .product-highlight-section .product-listing-content-card .product-details p {
    font-size: 14px;
    line-height: 20px;
  }

  .product-listing-products .product-card .product-info h5,
  .product-highlight-section .product-listing-content-card .product-details h4 {
    font-size: 16px;
    line-height: 24px;
  }


  .product-listing-section .container,
  .product-description-section .container,
  .product-details-section .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .product-highlight-inner-sec h2 {
    display: flex;
    align-items: center;
  }

  .product-highlight-inner-sec h2 img {
    float: left;
    height: 24px;
  }

  .product-highlight-inner-sec h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .product-highlight-inner-sec p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
  }

  .product-information .product-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .product-images-section .product-item img {
    width: 100%;
    height: 300px;
  }

  .customer-reviews .review-text,
  .product-description-section .spec-item,
  .product-description-section .description-text {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .product-description-section .section-title {
    font-size: 18px;
  }


  .product-description-section .section-title {
    font-size: 20px;
  }

  .product-information .add-to-cart-btn {
    font-size: 1rem;
    padding: 1rem;
  }

  .product-information .total-price {
    font-size: 1.6rem;
  }

  .product-information .total-label {
    font-size: 1.2rem;
  }

  .product-information {
    padding: 20px 0;
  }

  .product-information .section-title {
    font-size: 18px;
    line-height: 20px;
  }

  .engraving-text {
    right: 3%;
    top: 39%;
  }

  .custom-text-wrapper {
    min-height: 22px !important;
  }

  .engraving-text .custom-text {
    font-size: 0.8rem !important;
    line-height: 0.8rem;
  }

  .logo-preview {
    left: 51%;
    top: 40%;
    width: 100px;
  }

  .build-the-grind-section .build-the-grind-content p,
  .tomahawk-standard-box p {
    font-size: 16px;
    line-height: 26px;
  }

  .product-carousel-sidebar .carousel-nav,
  .product-carousel-sidebar .product-header {
    padding: 2rem 1rem 1rem 1rem;
  }

  .product-carousel-sidebar .product-image-container {
    padding: 0px 1rem;
  }

  .hero-content .btn-primary-custom,
  .hero-content .btn-secondary-custom {
    padding: 1.2rem 1rem;
  }

  .header-1 .top-header p {
    font-size: 15px;
    line-height: 18px;
  }

  .hero-content .main-title {
    font-size: 130px;
  }


  .main-title {
    font-size: 5rem;
  }

  .player-image {
    width: 350px;
  }

  .product-carousel-sidebar {
    width: 300px;
    height: 400px;
  }


  .contact-information-section,
  .cart-page-section,
  .product-highlight-section,
  .recently-viewed-section,
  .page-header-section,
  .build-the-grind-section,
  .privacy-policy-section {
    padding: 80px 0;
  }

  .follow-us-section {
    padding: 80px 0;
  }

  .build-the-grind-section .section-header h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .page-header-section .section-header h2,
  .tomahawk-standard-section .section-header h2,
  .privacy-policy-section .section__title {
    font-size: 48px;
    line-height: 58px;
  }

  .header-1 .navbar .action-bar {
    padding-left: 20px;
  }

  .header-1 .navbar .nav-item .nav-link {
    margin: 0 10px;
  }

  .best-seller-section-right-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .product-listing-section .section-header h2,
  .customer-reviews .reviews-title,
  .best-seller-section-header h2 {
    font-size: 54px;
    line-height: 64px;
  }

  .shop-by-category-section .category-item img {
    width: 100%;
    height: 240px;
  }

  /*
  .shop-by-category-section .category-item-content-name {
    font-size: 32px;
    line-height: 40px;
  } */
  .best-seller-section-card .best-seller-hover-content .hover-top h3 a,
  .best-seller-section-card-content h3 a {
    font-size: 16px;
  }

  .shop-by-category-section .category-item-icon svg {
    width: 28px;
    height: 28px;
  }

  .tro-title {
    font-size: 28px;
    line-height: 36px;
  }

  .shop-by-category-section .category-item-icon {
    width: 45px;
    height: 45px;
  }

  /* .product-control-main .product-control-right {
    top: 0px;
    right: 0px;
  } */
  .product-listing-section .section-header h2,
  .customer-reviews .reviews-title,
  .best-seller-section-header h2,
  .shop-by-category-section .section-header h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .follow-us-section .section-header h2,
  .product-control-content .product-control-header {
    font-size: 28px;
    line-height: 38px;
  }

  .product-control-content .product-control-description {
    padding-top: 20px;
    font-size: 18px;
  }

  .product-control-main .product-control-left img {
    width: 100%;
    height: 280px;
  }

  .product-control-content .product-control-branding img {
    width: 100%;
    height: 140px;
    object-fit: contain;
    object-position: center;
  }

  .best-seller-section-card-content {
    padding: 5px 0px;
    text-align: center;
  }

  .best-seller-section-card .best-seller-hover-content {
    padding: 10px;
  }

  .best-seller-section-card-content p,
  .best-seller-section-card-content h3,
  .best-seller-hover-content h3,
  .best-seller-hover-content p {
    font-size: 18px;
    line-height: 24px;
  }

  .shop-by-category-section {
    padding: 60px 0 0;
  }

  .customer-reviews,
  .features-section {
    padding: 60px 0;
  }

  .contact-form-section {
    padding-bottom: 40px;
  }

  .product-control-main .product-control-left img,
  .product-control-main .product-control-right img {
    width: 100%;
    height: 240px;
  }

  .product-control-main .product-control-arrow svg {
    width: 40px;
    height: 40px;
  }

  .best-seller-section-card .best-seller-section-card-img img {
    width: 100%;
    height: 140px;
  }

  .features-section .feature-item h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .features-section .feature-item p {
    font-size: 16px;
    line-height: 24px;
  }

  .cart-page-section .cart-summary {
    padding: 20px 20px;
  }

  .cart-page-section .section-header h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .contact-information-section .contact-info-box {
    padding: 24px;
  }

  .contact-information-section .contact-info-box h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .contact-information-section .contact-info-box p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-us-page-header .contact-us-text h2 {
    font-size: 42px;
    line-height: 54px;
  }

  .action-hero-section-bg img.action-hero-section-bg-image {
    width: 100%;
    height: 340px;
    object-position: center;
  }

  .action-hero-sectio .video-title h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 2px;
    margin: 0 0 20px;
  }

  .header-1 .navbar .navbar-brand img {
    width: 160px;
  }

  .cart-page-title {
    font-size: 42px !important;
    line-height: 54px !important;
  }
}


@media (max-width: 991px) {

  .collection-banner-overlay .collection-banner-title,
  .collection-banner-placeholder .collection-banner-title {
    font-size: 36px;
  }

  .cart-page-section .section-header {
    padding-bottom: 0;
  }

  .footer-section .col-lg-2,
  .footer-section .col-lg-4 {
    margin-bottom: 30px;
  }

  .footer-section .footer-link h4 {
    padding-bottom: 25px;
  }

  .product-listing-section {
    padding: 0px;
  }

  .product-filter {
    top: 120px;
  }

  .shop-by-category-section .row>.col-md-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tro-cta-row {
    display: block;
  }

  .tro-feature {
    display: inline;
  }

  .tro-features {
    justify-content: center;
  }



  .tro-section {
    padding: 40px 0;
  }

  .action-hero-sectio .container.action-hero-section-header {
    max-width: 100%;
  }

  .action-hero-section-content #playBtn i {
    font-size: 20px;
  }

  .action-hero-section-content #playBtn {
    width: 70px;
    height: 70px;
  }

  .empty-cart-state {
    margin-bottom: 20px;
  }

  .product-description-section .tab-content {
    margin-bottom: 20px !important;
  }

  /* .product-information .custom-builder-btn {
    margin-bottom: 0.6rem;
  } */

  .product-information .product-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }


  .collection-banner-section .collection-banner-img,
  .page-hero-bg {
    height: 300px;
  }

  .footer-section .footer-link li a::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-content .player-image img {
    filter: contrast(1.1) brightness(0.4);
  }

  .hero-content .description-text,
  .hero-content .subtitle-text {
    color: #ffffff;
  }

  .search-container {
    right: 0px !important;
    width: 240px !important;
  }

  .logo-preview {
    left: 51%;
    top: 44%;
    width: 60px;
  }

  .custom-text-wrapper {
    min-height: 18px !important;
  }

  .engraving-text {
    right: 3%;
    top: 40%;
  }

  .contact-form-header h2 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 10px;
  }

  .contact-us-page-header .contact-us-text {
    padding: 40px 0;
  }

  .cart-table {
    position: relative;
    padding-top: 40px;
  }

  .contact-information-section .contact-info-box,
  .build-the-grind-section .build-the-grind-image {
    margin-bottom: 20px;
  }

  .page-header-section .section-header h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .page-header-section .section-header h2 img {
    height: 80px;
  }

  .build-the-grind-section .section-header h2 {
    font-size: 60px;
  }

  .best-seller-section-card {
    margin-bottom: 40px;
  }

  .footer-section .logo img {
    width: 160px;
  }

  .payment-logo.text-end {
    text-align: left !important;
    margin-top: 20px;
  }

  .best-seller-section-left img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
  }

  .best-seller-section-img {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .product-control-main .product-control-left,
  .product-control-main .product-control-right {
    display: none;
  }

  .product-control-main .product-control-arrow {
    bottom: 10%;
    right: 10%;
  }

  .shop-by-category-section .product-control-main {
    padding: 80px 0;
  }

  .recently-viewed-section .container,
  .best-seller-section .container,
  .header-1 .navbar .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .header-1 .navbar .navbar-toggler {
    padding: 8px 11px;
  }

  .header-1 .navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .header-1 .navbar-collapse {
    padding: 20px 0px 5px;
  }

  .header-1 .navbar .nav-item .nav-link {
    margin: 0px 0px 20px;
  }

  .header-1 .navbar .action-bar {
    padding-left: 0px;
  }

  .hero-content .main-title {
    font-size: 110px;
  }


  .product-highlight-section .product-highlight-inner-sec:nth-child(2) .row {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .header-1 .navbar .dropdown-menu-end[data-bs-popper] {
    right: -90px;
  }

  .tro-title span {
    color: #2344b3;
    display: inline;
    font-size: 24px;
    line-height: 32px;
  }

  .tro-section .container {
    max-width: 100%;
    padding: 0px 20px;
  }

  .features-section .row .col-lg-4:last-child .feature-item {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .product-options.pd-configurator.pd-configurator--qty-last .total-section {
    width: 100%;
  }

  .product-options.pd-configurator.pd-configurator--qty-last {
    flex-direction: column;
  }

  .product-options.pd-configurator.pd-configurator--qty-last .pd-config-field.pd-config-field--qty {
    flex-basis: auto;
  }

  .tro-features {
    margin-bottom: 20px;
  }

  .about-hero-section {
    padding: 3rem 0rem 0rem 0rem;
  }


  .write-review-section .form-control {
    padding: 8px 16px;
    font-size: 14px;
  }

  .collection-banner-section .collection-banner-img,
  .page-hero-bg {
    height: 220px;
  }

  .page-main-title {
    font-size: 36px;
  }

  .product-information .total-section {
    padding: 0px;
  }

  .preview-images-section .preview-images-wrapper img {
    width: 100%;
    height: 360px;
  }

  .tro-left {
    min-height: auto;
    text-align: center;
  }

  .dashboard-customer .nav-tabs,
  .order-history-customer .nav-tabs,
  .profile-customer .nav-tabs {
    justify-content: center;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
    font-size: 15px;
  }

  .collection-banner-overlay .collection-banner-title,
  .collection-banner-placeholder .collection-banner-title {
    font-size: 28px;
  }

  .collection-banner-placeholder {
    min-height: 120px;
    padding: 35px 20px 30px;
  }

  .collection-banner-placeholder .collection-banner-accent {
    margin-top: 12px;
    width: 40px;
  }

  .collection-banner-img {
    max-height: 260px;
  }

  .product-information .custom-builder-btn {
    padding: 0.8rem 1rem;
  }

  .product-information .souvenir-btn {
    padding: 0.9rem 1rem;
  }

  .best-seller-section-right-content {
    padding: 20px 0 0;
  }

  .product-carousel-sidebar {
    position: relative;
    width: calc(100% - 70px);
    transform: none;
    margin: 0 auto;
    margin-top: 20px;
  }

  .hero-content .main-title {
    font-size: 60px;
    padding-top: 40px;
  }

  /* .hero-banner {
    height: auto;
    min-height: auto;
    padding: 0px 0px 40px
  } */

  .main-title {
    font-size: 4rem;
  }

  .player-image {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    transform: none;
    margin: 2rem 0 0;
  }

  .cta-buttons {
    flex-direction: row;
    gap: 15px;
  }

  .cta-buttons .btn {
    width: calc(50% - 15px);
  }

  .header-1 .navbar .action-bar {
    padding-left: 0;
    margin-top: 15px;
    justify-content: flex-start;
  }

  .header-1 .navbar .nav-item .nav-link {
    margin: 10px 0;
  }

  /* Footer layout */
  /* .footer-section .col-lg-2,
  .footer-section .col-lg-4 {
    margin-bottom: 30px;
  } */

  .follow-us-section .follow-us-images {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cart-table table {
    overflow-x: auto;
  }


  .cart-table table tbody tr {
    background: #f2f2f2;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .best-seller-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .best-seller-section-right-content h2 {
    font-size: 24px !important;
    line-height: 32px;
  }

  .best-seller-section-right img {
    width: 100%;
    height: 220px;
  }

  .footer-section .copyright {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .product-control-content {
    padding: 20px;
  }

  .recently-viewed-section .product-item {
    margin-bottom: 20px;
  }

  .contact-information-section .row {
    gap: 15px;
  }

  .shop-by-category-section .row .col-md-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .search-container {
    right: -100px !important;
    width: 240px !important;
  }

  .action-hero-sectio .video-title h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .tro-title {
    font-size: 24px;
    line-height: 32px;
  }

  .cart-page-section .container {
    max-width: 100%;
    padding: 0px 15px;
  }

  .cart-table {
    padding-top: 0;
  }

  .cart-table table thead tr {
    display: none;
  }

  /* .cart-table table tbody td {
    display: flex;
    flex-direction: column;
  } */

  .qty-stepper {
    padding-top: 30px;
    border: none;
  }

  .total-cell {
    position: relative;
    padding-top: 30px;
  }

  .total-cell::before {
    content: "Total";
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    top: 0;
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
  }

  .qty-stepper::before {
    content: "Quantity";
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    top: 0;
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
  }

  .desktop-filter {
    display: none;
  }

  .filter-container .checkbox {
    margin-right: 6px;
  }

  .filter-container .option-label {
    font-size: 14px;
    font-weight: 600 !important;
  }

  .card .card-header h5 {
    font-size: 1.6rem !important;
  }

  .profile-customer .btn {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
  }

  .profile-customer .form-label,
  .profile-customer .form-select,
  .profile-customer .form-control {
    font-size: 1.2rem;
  }

  .product-carousel-sidebar .carousel-indicators-custom {
    padding: 1rem 0px 2rem;
  }

  .product-listing-section .product-sorting {
    justify-content: space-between;
    margin: 40px 0px 20px;
  }

  .best-seller-section-right img {
    width: 100%;
    height: 360px;
  }

  .product-images-section {
    padding: 40px 0 0;
  }

  /* .product-images-section .product-item img {
    margin-bottom: 10px;
  } */
  .tro-right {
    text-align: center;
  }

  .recently-viewed-section .container,
  .best-seller-section .container,
  .header-1 .navbar .container {
    padding: 0 15px;
  }

  .tro-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .tro-feature,
  .tro-desc {
    font-size: 14px;
    margin-bottom: 16px;
  }

  #category-filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(420px, 88vw);
    background: #fff;
    z-index: 1050;
    transform: translateX(-105%);
    transition: transform 220ms ease;
    box-shadow: 12px 0 30px rgba(0, 0, 0, .18);
    border-right: 1px solid rgba(0, 0, 0, .08);
    overflow: hidden;
  }

  #category-filter-sidebar .toggle-item {
    display: none;
    /* the “Filters” label inside the sidebar is replaced by drawer header */
  }

  #category-filter-sidebar .mobile-filter-header {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
  }

  #category-filter-sidebar .filter-container {
    display: block !important;
    height: calc(100vh - 56px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 12px 24px;
  }

  /* Spacing + typography inside the drawer */
  #category-filter-sidebar .filter-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    margin: 10px 4px;
    overflow: hidden;
  }

  #category-filter-sidebar .filter-header {
    padding: 12px 12px;
  }

  #category-filter-sidebar .filter-title {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
  }

  #category-filter-sidebar .filter-content {
    padding: 0px 12px 0px;
  }

  #category-filter-sidebar .filter-options {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  #category-filter-sidebar label.filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px;
    border-radius: 10px;
    margin: 0;
  }

  #category-filter-sidebar label.filter-option:hover {
    background: rgba(0, 0, 0, .03);
  }

  #category-filter-sidebar .product-type-group {
    margin-bottom: 10px !important;
  }

  #category-filter-sidebar .children-options {
    margin-left: 14px !important;
    padding-left: 6px;
    border-left: 1px dashed rgba(0, 0, 0, .15);
  }

  #category-filter-sidebar .product-type-expand-toggle {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #category-filter-sidebar .px-3.py-2.mb-2.border-bottom {
    margin: 6px 8px 10px !important;
    padding: 12px 12px !important;
    border: 1px solid rgba(0, 0, 0, .08) !important;
    border-radius: 12px;
    background: #fff;
  }

  #category-filter-sidebar .form-check-input {
    width: 44px;
    height: 24px;
  }

  body.category-filters-open {
    overflow: hidden;
    touch-action: none;
  }

  body.category-filters-open .mobile-filter-overlay {
    display: block;
  }

  body.category-filters-open #category-filter-sidebar {
    transform: translateX(0);
  }

  .best-seller-section-right-content {
    padding-bottom: 20px;
  }

  .best-seller-section-img .row {
    flex-direction: column-reverse;
  }

  .best-seller-section-header h2 {
    margin-bottom: 20px;
  }

  .product-listing-section {
    padding: 0px;
    margin-top: 1.5rem !important;
  }

  .dashboard-customer .customer-action-btn span,
  .order-history-customer .customer-action-btn span {
    display: none;
  }

  .product-information .row .col-lg-4.mb-4 {
    margin-bottom: 1rem !important;
  }

  .product-header.text-center.mt-3 {
    margin-top: 0px !important;
  }

  .product-information .row .col-12.mt-4 {
    margin-top: 0rem !important;
  }
}

@media (max-width: 576px) {
  .card .card-header h5 {
    font-size: 1.2rem !important;
  }

  .custom-builder-inline {
    gap: 6px;
  }

  .product-information .pd-configurator {
    grid-template-columns: 1fr;
  }

  .dashboard-customer .nav-tabs .nav-item,
  .order-history-customer .nav-tabs .nav-item,
  .profile-customer .nav-tabs .nav-item {
    margin-bottom: 10px;
  }

  .header-1 .navbar .action-bar {
    gap: 10px !important;
  }

  .dashboard-customer .d-inline-flex.flex-wrap.gap-2.justify-content-end,
  .order-history-customer .d-inline-flex.flex-wrap.gap-2.justify-content-end {
    flex-wrap: nowrap !important;
    display: flex !important;
  }

  .dashboard-customer a.btn.btn-sm.btn-outline-primary.rounded-pill.px-3.customer-action-btn,
  .order-history-customer a.btn.btn-sm.btn-outline-primary.rounded-pill.px-3.customer-action-btn {
    line-height: 20px !important;
    font-size: 10px !important;
  }

  .dashboard-customer .customer-action-btn,
  .order-history-customer .customer-action-btn,
  .order-history-customer .table .badge,
  .order-history-customer .table .badge {
    padding: 0.4rem 0.4rem !important;
    font-size: 9px !important;
    line-height: normal !important;
  }



  .dashboard-customer .customer-action-btn,
  .order-history-customer .customer-action-btn {
    padding: 0.38rem 0.6rem !important;
    border-radius: 4px !important;
    line-height: normal !important;
    font-size: 12px;
  }

  .cart-page-section .cart-table .sec-title h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .header-1 .navbar .navbar-brand img {
    width: 100px;
  }

  .recently-viewed-section .product-item .product-info h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .product-listing-products .product-card .product-info h5,
  .product-highlight-section .product-listing-content-card .product-details h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .collection-banner-section .collection-banner-img,
  .page-hero-bg {
    height: 220px;
  }

  .action-hero-section-content #playBtn {
    width: 60px;
    height: 60px;
  }

  .action-hero-section-content #playBtn i {
    font-size: 16px;
  }

  .cart-table .cart-product {
    gap: 10px;
  }

  .shop-by-category-section .product-control-main {
    padding: 40px 0 0;
  }

  .collection-banner-placeholder {
    padding: 35px 10px 30px;
  }

  .pro-custom-section .container.mt-5 {
    margin-top: 20px !important;
  }

  .collection-banner-placeholder .collection-banner-title {
    font-size: 16px;
  }

  .product-listing-section .product-sorting .form-select {
    min-width: 150px;
  }


  /* .footer-section {
    background-color: #000000;
    background-image: unset;
  } */

  .hero-banner {
    position: relative;
    height: 75vh;
    background-color: #000000;
    background-image: unset;
  }

  .header-1 .navbar .action-bar img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    object-position: center;
  }

  .site-back-to-top-btn {
    bottom: 4px;
    right: 4px;
  }

  .privacy-policy-section {
    padding: 0px !important;
  }

  .profile-customer .form-label,
  .profile-customer .form-select,
  .profile-customer .form-control,
  .profile-customer .btn {
    font-size: 1rem;
  }

  .dashboard-customer .nav-tabs .nav-link,
  .order-history-customer .nav-tabs .nav-link,
  .profile-customer .nav-tabs .nav-link {
    border: none;
    padding-bottom: 8px;
    margin-right: 4px;
  }

  .cart-page-section .section__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .cart-page-section .payment__trust,
  .cart-page-section .payment-method-option__subtitle,
  .cart-page-section .payment__intro,
  .cart-page-section .form-group__input,
  .cart-page-section .form-group__select,
  .cart-page-section .form-group__label {
    font-size: 1rem;
  }

  .cart-page-section .form-group__input,
  .cart-page-section .form-group__select {
    padding: 10px 14px;
  }

  .dashboard-customer .table>:not(caption)>*>*,
  .order-history-customer .table>:not(caption)>*>* {
    white-space: nowrap;
    font-size: 0.8rem !important;
  }

  .dashboard-customer .table .badge,
  .order-history-customer .table .badge {
    padding: 0.6rem 0.8rem;
  }

  #ajax-product-list .d-flex.justify-content-between.flex-fill.d-sm-none {
    justify-content: center !important;
  }

  .pd-qty-stepper__btn {
    width: 38px !important;
    min-height: 38px !important;
  }

  .btn--complete {
    font-size: 16px;
    padding: 14px;
  }

  .cart-page-section .cart-summary .form-control {
    padding: 0.8rem 1rem;
  }

  .product-information #add_to_cart_btn {
    font-size: 1rem !important;
  }

  .product-information .text-center.mt-5 {
    margin-top: 1rem !important;
  }

  .best-seller-section-card {
    padding: 5px;
    gap: 0;
  }

  .card.shadow-sm.rounded-3.border-0 {
    box-shadow: none !important;
  }

  .container.profile-customer .p-4,
  .order-history-customer .card.shadow-sm.rounded-3.border-0 .p-4,
  .dashboard-customer .card.shadow-sm.rounded-3.border-0 .p-4 {
    padding: 0.6rem !important;
  }

  .best-seller-section-header h2 {
    margin-bottom: 5px;
  }

  /* .container.profile-customer.py-5 {
    padding: 20px 0 !important;
  } */

  .best-seller-section-card .best-seller-hover-content,
  .best-seller-section-card-content {
    padding: 5px;
  }

  .best-seller-section-card .best-seller-hover-content .hover-top h3 a,
  .best-seller-section-card-content h3 a {
    font-size: 15px;
    line-height: 20px;
  }

  .best-seller-section-card-content p,
  .best-seller-section-card-content h3,
  .best-seller-hover-content h3,
  .best-seller-hover-content p {
    font-size: 15px;
    line-height: 20px;
  }

  .best-seller-section-card .best-seller-hover-content .hover-top p,
  .best-seller-section-card-content p {
    padding-top: 0;
    font-size: 15px;
  }

  .best-seller-add-to-cart-btn {
    padding: 10px;
    font-size: 12px;
  }

  .product-information .section-title {
    margin-top: 0px;
  }

  .best-seller-section-card .best-seller-hover-content .hover-top {
    margin-bottom: 6px;
  }

  .footer-section .logo img {
    width: 140px;
  }

  .best-seller-section-card {
    margin-bottom: 20px;
  }

  .footer-section .subscribe-form .btn.btn-link,
  .footer-section .footer-link .form-control {
    font-size: 14px;
  }

  .contact-form-header h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-form-wrapper {
    padding: 20px;
  }

  .cart-page-section .cart-summary h4,
  .contact-form-header p {
    font-size: 16px;
    line-height: 24px;
  }

  .cart-page-section .form-row__col--half,
  .product-information .mb-5 {
    margin-bottom: 1rem !important;
  }

  .product-listing-products {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-highlight-section .product-listing-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-preview {
    left: 52%;
    top: 38%;
    width: 50px;
  }

  .engraving-text {
    right: 2%;
    top: 37%;
    font-size: 8px;
  }

  .contact-form-header {
    margin-bottom: 20px;
  }

  .engraving-text .custom-text {
    font-size: 0.6rem !important;
    line-height: 0.3rem;
  }

  .engraving-text .seriel-number,
  .engraving-text .model-product {
    font-size: 0.4rem !important;
    line-height: 0rem !important;
  }

  .pro-custom-slider {
    height: 80px;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }

  .pro-custom-section {
    padding: 0px !important;
  }

  .product-information .color-option {
    width: 30px;
    height: 30px;
  }

  .product-information .color-option-wrapper input[type="radio"]:checked+.color-option::after {
    font-size: 14px;
  }

  .thumbnail_slider .primary_slider .splide__slide {
    height: 380px !important;
  }

  .product-listing-section .section-header h2,
  .customer-reviews .reviews-title,
  .best-seller-section-header h2,
  .shop-by-category-section .section-header h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .preview-images-section .preview-images-wrapper img {
    width: 100%;
    height: 300px;
  }

  .customer-reviews,
  .features-section,
  .footer-section {
    padding: 50px 0;
  }

  .shop-by-category-section .product-control-main,
  .best-seller-section,
  .shop-by-category-section {
    padding: 50px 0 0;
  }

  .footer-section .footer-link p {
    margin-bottom: 10px;
  }

  .product-carousel-sidebar {
    width: calc(100% - 30px);
  }

  .cta-buttons .btn {
    font-size: 14px;
    width: max-content;
  }

  .hero-content .cta-buttons {
    display: flex;
    gap: 0.4rem;
    margin-top: 1rem;
  }

  .hero-content .description-text,
  .hero-content .subtitle-text {
    font-size: 16px;
    line-height: 24PX;
  }

  .hero-content .main-title {
    font-size: 3rem;
  }


  .contact-information-section,
  .cart-page-section,
  .product-highlight-section,
  .recently-viewed-section,
  .page-header-section,
  .build-the-grind-section,
  .privacy-policy-section {
    padding: 40px 0;
  }


  .follow-us-section {
    padding: 40px 0;
  }

  .build-the-grind-section .section-header h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .tomahawk-standard-section .section-header h2 {
    margin-bottom: 0px;
  }

  .page-header-section .section-header h2,
  .tomahawk-standard-section .section-header h2 {
    font-size: 32px;
    line-height: normal;
  }

  .privacy-policy-section .sub__title {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .privacy-policy-section .section__title {
    margin-bottom: 10px;
  }

  .contact-information .list-inline li,
  .contact-information p,
  .privacy-policy-content .list-points li,
  .privacy-policy-content p,
  .privacy-policy-section .sub__desc {
    font-size: 16px;
    line-height: 24px;
  }

  .privacy-policy-section .section__title,
  .page-header-section .section-header h2,
  .follow-us-section .section-header h2,
  .recently-viewed-section .section-header .h2,
  .product-control-content .product-control-header,
  .recently-viewed-section .section-header .h2,
  .follow-us-section .section-header h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .privacy-policy-content .list-points {
    margin-bottom: 0px;
  }

  .privacy-policy-content h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .page-header-section .section-header h2 img {
    height: 28px !important;
  }

  .full-width-content-section .page-header-section .section-header h2 {
    line-height: 34px;
    font-size: 24px;
  }

  .pro-custom-section .product-header h1 {
    font-size: 1.2rem !important;
  }

  .pro-custom-section .product-header p {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  span.row-subtotal,
  .total-cell::before,
  .qty-stepper::before,
  .cart-table .cart-product-info p,

  .cart-table .cart-product-info h5 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .total-cell,
  .qty-stepper {
    padding-top: 20px;
  }

  .qty-stepper .quantity-input,
  .qty-btn {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .remove-from-cart {
    width: 16px;
    height: 16px;
  }

  .cart-table .total-cell .remove-from-cart i {
    font-size: 6px;
  }

  .qty-container-sec {
    align-items: flex-start;
    gap: 5px;
  }

  .cart-page-section .section-header h2 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 0px;
  }

  .cart-table table thead th {
    font-size: 16px;
  }

  .shop-by-category-section .category-item-icon {
    width: 34px;
    height: 34px;
  }

  .shop-by-category-section .category-item-content-name {
    font-size: 28px;
    line-height: 28px;
  }

  .shop-by-category-section .category-item-icon svg {
    width: 28px;
    height: 28px;
  }

  .best-seller-section-left img {
    width: 100%;
    height: 340px;
  }

  .product-information .product-title {
    font-size: 1.5rem;
  }

  .cart-page-section .form-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .contact-information {
    padding: 20px;
  }

  .recently-viewed-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .product-description-section .nav-tabs .nav-link {
    padding: 0.5rem 0;
    font-size: 1.1rem;
  }


  .footer-section .logo {
    margin-bottom: 30px;
  }



  .contact-form-wrapper .btn-primary-custom,
  .product-information .souvenir-btn,
  .product-information .custom-builder-btn,
  .best-seller-section-header .best-seller-btn,
  .recently-viewed-section .section-header .btn.btn-outline-primary {
    padding: 14px 28px;
    font-size: 14px;
    line-height: 16px;
  }

  .shop-by-category-section .section-header h2 {
    margin-bottom: 20px;
  }

  .product-listing-section .container,
  .product-description-section .container,
  .product-details-section .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .contact-form-wrapper .form-control {
    padding: 0.7rem 1rem;
    font-size: 15px;
  }

  .header-1 .navbar {
    padding: 8px 0;
  }

  .product-control-main .product-control-arrow {
    bottom: 0px;
    right: 4%;
  }

  .product-control-content .product-control-branding {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .product-control-main .product-control-arrow svg {
    width: 24px;
    height: 32px;
  }

  .product-description-section .tab-content .tab-pane p,
  .product-highlight-inner-sec p {
    font-size: 14px;
    line-height: 24px;
  }

  .product-information p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0.5rem;
  }

  .product-information .section-title {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-table {
    padding-top: 20px;
  }

  .cart-table .cart-product .item-images {
    width: 50px;
    height: 50px;
  }

  .cart-table .cart-product .item-images img {
    height: 35px;
  }

  .order-history-customer .table tbody td,
  .order-history-customer .table thead th {
    font-size: 14px;
  }

  .order-history-customer .table thead th {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .tomahawk-standard-box h4 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
  }

  .tomahawk-standard-box img.mb-4 {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0px !important;
  }

  .collection-banner-overlay .collection-banner-title {
    font-size: 24px;
    line-height: 30px;
  }

  .coming-soon-wrapper.my-5 {
    margin-bottom: 0px !important;
            padding: 0px 4px;
  }

  .cart-page-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .product-control-content {
    padding: 0px 10px;
  }

  .product-control-content .product-control-description {
    font-size: 16px;
  }

  .product-control-content .product-control-branding img {
    width: 100%;
    height: 100px;
  }

  .coming-soon-wrapper .coming-soon-text {
    font-size: 14px !important;
    line-height: 24px;
  }

}

@media (max-width: 400px) {
  .header-1 .navbar .navbar-brand img {
    width: 90px;
  }

  .collection-banner-placeholder .collection-banner-title {
    font-size: 16px;
  }

  .engraving-text .custom-text {
    font-size: 0.4rem !important;
    line-height: 0.3rem;
  }

  .logo-preview {
    top: 37%;
  }

  .custom-text-wrapper {
    min-height: 10px !important;
  }

  .cart-page-section .cart-summary h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .header-1 .navbar .navbar-toggler {
    padding: 6px 10px;
  }

  .product-information .product-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .contact-us-page-header .contact-us-text h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .product-options .form-select {
    padding: 12px 16px;
    font-size: 14px;
  }

  .thumbnail_slider .primary_slider .splide__slide {
    height: 300px !important;
  }

  .tomahawk-standard-section .section-header h2,
  .build-the-grind-section .section-header h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .page-header-section .section-header h2,
  .follow-us-section .section-header h2,
  .recently-viewed-section .section-header .h2,
  .product-control-content .product-control-header,
  .recently-viewed-section .section-header .h2,
  .follow-us-section .section-header h2,
  .product-listing-section .section-header h2,
  .customer-reviews .reviews-title,
  .best-seller-section-header h2,
  .shop-by-category-section .section-header h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .product-listing-section .section-header p,
  .filter-container .toggle-label,
  .filter-container .filter-title {
    font-size: 14px;
  }

  .header-1 .top-header p {
    font-size: 14px;
    line-height: 18px;
  }

}



/**** Designer CSS Starts ****************/

.product-type-group.mb-3 {
  margin-bottom: 0 !important;
}

.product-type-group .product-type-expand-toggle[aria-expanded="true"] {
  transform: rotate(180deg);
}

.product-type-group .product-type-expand-toggle {
  transition: transform 0.3s ease;
}

.cart-table .cart-product-info p {
  word-break: break-all !important;
}


input[type="number"].input-qty::-webkit-outer-spin-button,
input[type="number"].input-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"].input-qty {
  -moz-appearance: textfield;
  width: 52px;
  height: 44px;
  border: none;
  border: 1px solid #c8c8c8;
  border-left: 0;
  border-right: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

.btn-qty {
  width: 44px !important;
  min-height: 44px;
  border: none;
  background: #fff;
  color: #111;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

button#add_to_cart_btn {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%) !important;
}

button#add_to_cart_btn:hover {
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8) !important;
}

@media (min-width: 1600px) {
  .header-1 .container {
    max-width: 1600px;
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .product-information .mb-5 {
    justify-content: center !important;
  }
}



/* New About Us Page Design CSS */

/* ================================================================
   BLOCK: hero
================================================================ */
.about-hero-section {
  padding: 4rem 0rem 0rem;
  position: relative;
}

.about-hero-section .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}

.about-hero-section .hero__eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1B3695;
  margin-bottom: 1.4rem;
}

.about-hero-section .hero__heading {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  color: #0d0d0d;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-hero-section .hero__heading--accent {
  color: #1B3695;
}

.about-hero-section .hero__description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.85;
  margin-bottom: 2.5rem;
  margin-right: 1rem;
  text-align: justify;
}

.about-hero-section .hero__rule {
  width: 2.5rem;
  height: 2px;
  background-color: #1B3695;
  border-radius: 2px;
}

.about-hero-section .hero__image-wrap {
  position: relative;
  overflow: hidden;
}

.about-hero-section .hero__image {
  width: 100%;
  height: 450PX;
  object-fit: cover;
  filter: contrast(1.04);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.about-hero-section .hero__image:hover {
  transform: scale(1.02);
  filter: saturate(1);
}

/* ================================================================
   BLOCK: story
================================================================ */

.about-story-section {
  border-top: 1px solid #dde0ee;
  padding: 4rem 0rem;
}

.about-story-section .story__label {
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #1B3695;
  margin-bottom: 1rem;
}

.about-story-section .story__heading {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.15;
  color: #0d0d0d;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.about-story-section .story__image-wrap {
  margin-top: 0rem;
  overflow: hidden;
  margin-right: 1rem;
}

.about-story-section .story__body {
  margin-top: 0rem;
}

.about-story-section .story__image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: saturate(0.8);
}

.about-story-section .story__image:hover {
  transform: scale(1.02);
  filter: saturate(1);
}

/* .about-story-section .story__body {
  padding-top: 2rem;
} */

.about-story-section .story__paragraph {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.75;
  margin-bottom: 0.5rem;
  text-align: justify;
}

.about-story-section .story__paragraph:last-child {
  margin-bottom: 0;
}

/* ================================================================
   BLOCK: standards
================================================================ */
.about-standards-section {
  background: url(../img/home/footer-bg.png);
  padding: 4rem 0rem;
}

/*
.about-standards-section .standards__inner {
  max-width: 1320px;
  margin: 0 auto;
} */

.about-standards-section .standards__header {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 2rem;
}

.about-standards-section .standards__label {
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.about-standards-section .standards__heading {
  font-weight: 500;
  font-size: 2.4rem;
  color: #ffffff;
  text-transform: uppercase;
}

.about-standards-section .standards__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* ================================================================
   BLOCK: pillar
================================================================ */
.about-standards-section .pillar {
  padding: 1.5rem 2.5rem 1.5rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.about-standards-section .pillar:last-child {
  border-right: none;
  padding-right: 0;
}

.about-standards-section .pillar:not(:first-child) {
  padding-left: 2.5rem;
}

.about-standards-section .pillar__number {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.12em;
  margin-bottom: 1.2rem;
}

.about-standards-section .pillar__title {
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.about-standards-section .pillar__description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.85;
  text-align: justify;
}

/* ================================================================
   BLOCK: mv (mission & vision)
================================================================ */
.mission-vision-section {
  position: relative;
  padding: 4rem 0rem;
  overflow: hidden;
}

.mission-vision-section .mission-vision__bg-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 18rem;
  color: rgba(27, 54, 149, 0.07);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: 0.05em;
  line-height: 1;
  display: none;
}

.mission-vision-section .mission-vision__inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mission-vision-section .mission-vision__header {
  text-align: center;
  margin-bottom: 3rem;
}

.mission-vision-section .mission-vision__label {
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.2rem;
}

.mission-vision-section .mission-vision__heading {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.0;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.mission-vision-section .mission-vision__heading--accent {
  font-style: italic;
  color: #1B3695;
}

.mission-vision-section .mission-vision__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0rem;
}

.mission-vision-section .mission-vision__card {
  padding: 3.5rem;
  border-radius: 0px;
}

.mission-vision-section .mission-vision__card--mission {
  background-color: #f7f7f7;
}

.mission-vision-section .mission-vision__card--vision {
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
}

.mission-vision-section .mission-vision__card-tag {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.4rem;
  color: #ffffff;
}

.mission-vision-section .mv__card--mission .mv__card-tag {
  color: #1B3695;
}

.mission-vision-section .mv__card--vision .mv__card-tag {
  color: rgba(255, 255, 255, 0.55);
}

.mission-vision-section .mission-vision__card-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.mission-vision-section .mission-vision__card--mission .mission-vision__card-title {
  color: #0d0d0d;
}

.mission-vision-section .mission-vision__card--vision .mission-vision__card-title {
  color: #ffffff;
}

.mission-vision-section .mission-vision__card-rule {
  width: 2rem;
  height: 2px;
  border-radius: 2px;
  margin-bottom: 1.4rem;
}

.mission-vision-section .mission-vision__card--mission .mission-vision__card-rule {
  background-color: #1B3695;
}

.mission-vision-section .mission-vision__card--vision .mission-vision__card-rule {
  background-color: rgba(255, 255, 255, 0.4);
}

.mission-vision-section .mission-vision__card-text {
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
}

.mission-vision-section .mission-vision__card--mission .mission-vision__card-text {
  color: rgba(0, 0, 0, 0.6);
}

.mission-vision-section .mission-vision__card--vision .mission-vision__card-text {
  color: rgba(255, 255, 255, 0.65);
}

button.btn.toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 111 !important;
}

button.btn.toggle-password:focus-within,
button.btn.toggle-password:focus-visible,
button.btn.toggle-password:active,
button.btn.toggle-password:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}




/* ================================================================
   RESPONSIVE
================================================================ */


@media (max-width: 1540px) {
  .mission-vision-section .mission-vision__bg-word {
    font-size: 16rem;
  }

  .about-hero-section .hero__heading,
  .mission-vision-section .mission-vision__heading {
    font-size: 2.5rem;
  }

  .mission-vision-section .mission-vision__header {
    margin-bottom: 3rem;
  }

  .about-hero-section .hero__image {
    width: 100%;
    height: 420PX;
  }

  .about-story-section {
    padding: 3rem 0rem 4rem;
  }

  .mission-vision-section .mission-vision__card {
    padding: 2.5rem;
  }
}

@media (max-width: 1440px) {
  .about-standards-section {
    background: url(../img/home/footer-bg.png);
    padding: 2rem 2rem;
  }

  .about-story-section {
    padding: 3rem 0rem 3rem;
  }

  .about-story-section {
    gap: 3rem;
  }

  .mission-vision-section .mission-vision__bg-word {
    font-size: 14rem;
  }

  .about-story-section {
    padding: 3rem 0rem;
  }

  .about-hero-section {
    padding: 3rem 0rem 0rem;
  }

  .about-standards-section,
  .mission-vision-section {
    padding: 3rem 0rem;
  }

  .mission-vision-section .mission-vision__card-title {
    font-size: 1.5rem;
  }

  .about-hero-section .hero__image,
  .about-story-section .story__image {
    height: 420px;
  }

  .about-hero-section .hero__heading,
  .mission-vision-section .mission-vision__heading {
    font-size: 2.2rem;
  }

  .mission-vision-section .mission-vision__card-text,
  .about-hero-section .hero__description,
  .about-story-section .story__paragraph,
  .about-standards-section .pillar__description {
    font-size: 16px;
    line-height: 1.65;
  }

  .about-standards-section .standards__heading {
    font-size: 2rem;
  }

  .about-standards-section .standards__header {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1280px) {
  .mission-vision-section .mission-vision__card {
    padding: 2.5rem;
  }

  .about-story-section {
    gap: 3rem;
  }

}

@media (max-width: 1024px) {
  .about-story-section .story__heading {
    font-size: 2rem;
  }

  .mission-vision-section .mission-vision__bg-word {
    display: none;
  }

  .about-story-section {
    gap: 2rem;
  }

  .about-story-section .story__image-wrap {
    margin-top: 0;
    margin-right: 0rem;
  }

  .about-hero-section .hero__image,
  .about-story-section .story__image {
    height: 400px;
  }

  .about-standards-section .pillar__title {
    font-size: 1.2rem;
  }

  .mission-vision-section .mission-vision__card {
    padding: 2.5rem;
  }
}


@media (max-width: 991px) {
  .about-hero-section .hero__description {
    margin-right: 0rem;
  }

  .about-hero-section {
    padding: 3rem 0rem 0rem 0rem;
  }

  .about-hero-section .hero__content {
    padding: 0rem;
  }

  .about-story-section .story__body {
    padding-top: 0px;
  }

  .about-story-section {
    gap: 0;
    padding: 2rem 0rem;
  }

  .about-story-section .story__image-wrap {
    margin-bottom: 20px;
  }

  .about-standards-section {
    padding: 2rem 0rem;
  }

  .about-standards-section .standards__header {
    flex-direction: column;
    gap: 0.4rem;
  }

  .about-standards-section .standards__pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-standards-section .pillar {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 2rem 0;
  }

  .about-standards-section .pillar:last-child {
    border-bottom: none;
  }

  .about-standards-section .pillar:not(:first-child) {
    padding-left: 0;
  }

  .mission-vision-section .mission-vision__cards {
    flex-direction: column;
    display: flex;
  }

  .about-story-section .story__label {
    margin-bottom: 0.6rem;
  }

  .about-story-section .story__heading {
    margin-bottom: 2rem;
  }
}


@media (max-width: 768px) {
  .about-hero-section .hero__description {
    max-width: 100%;

  }

  .about-standards-section .standards__header {
    align-items: center;
  }

  .about-standards-section .standards__header,
  .about-story-section .story__body,
  .about-story-section .col-12,
  .story__left,
  .about-hero-section .hero__content {
    text-align: center;
  }

  .about-hero-section .hero__rule {
    display: none;
  }

  .about-story-section,
  .about-standards-section,
  .mission-vision-section {
    padding: 3rem 0px;
  }

  .about-story-section .story__body {
    margin-top: 0px;
  }

  .mission-vision-section .mission-vision__header {
    margin-bottom: 2rem;
  }

  .mission-vision-section .mission-vision__card {
    padding: 1.5rem;
  }

  .mission-vision-section .mission-vision__card-text,
  .about-hero-section .hero__description,
  .about-story-section .story__paragraph,
  .about-standards-section .pillar__description {
    font-size: 16px;
    line-height: 1.65;
  }

  .about-standards-section .pillar {
    padding: 1.4rem 0;
  }

  .about-standards-section .standards__pillars {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-standards-section .standards__header {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .mission-vision-section .mission-vision__card-title {
    font-size: 1.2rem;
  }

  .about-hero-section .hero__heading,
  .mission-vision-section .mission-vision__heading {
    font-size: 2rem;
  }

  .mission-vision-section .mission-vision__card-tag,
  .mission-vision-section .mission-vision__label,
  .about-standards-section .standards__label,
  .about-story-section .story__label,
  .about-hero-section .hero__eyebrow {
    font-size: 12px;
    margin-bottom: 1rem;
  }

  .about-story-section {
    gap: 1.5rem;
  }

  .about-hero-section .hero__image,
  .about-story-section .story__image {
    height: 280px;
  }

  .about-standards-section .standards__header {
    margin-bottom: 1rem;
  }
}

/* ==== Login & Register Page Styles ==== */

.auth-standalone {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.auth-standalone::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.15), transparent),
    radial-gradient(2px 2px at 60% 70%, rgba(255, 255, 255, 0.1), transparent),
    radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.12), transparent);
  pointer-events: none;
}

.auth-form-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.08);

}

.auth-form-card .logo {
  text-align: center;
  margin-bottom: 1rem !important;
}

.auth-form-card .logo img {
  max-width: 160px !important;
  height: auto;
}

.auth-form-card .accent {
  font-size: 2rem;
  font-weight: 700;
  color: #F9D600;
  text-align: center;
  margin-bottom: 0.5rem;
}

.auth-form-card .form-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #0e0e0e;
  text-align: center;
  margin-bottom: 1.75rem;
}

.auth-form-card .form-control {
  padding: 0.85rem 1rem;
  border-radius: 8px !important;
  border: 1px solid #d1d5db;
}

.auth-form-card .form-control:focus {
  border-color: #1a3a7d;
  box-shadow: none;
}

.auth-form-card .form-label {
  font-weight: 600;
  color: #374151;
}

.auth-form-card .btn-submit {
  width: 100%;
  padding: 0.9rem;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  letter-spacing: 0.5px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.auth-form-card .btn-submit:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(26, 58, 125, 0.4);
}

.auth-form-card .auth-links {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
}

.auth-form-card .auth-links a {
  color: #1a3a7d;
  font-weight: 600;
}

.auth-form-card .auth-links a:hover {
  color: #2b5cb8;
}

.auth-form-card .back-home {
  display: block;
  text-align: center;
  margin-top: 1rem;
  color: #6b7280;
  font-size: 0.875rem;
}

.auth-form-card .back-home:hover {
  color: #1a3a7d;
}

/* Custom Builder Navigation Dropdown */

.custom-builder-nav-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.15s, border-color 0.15s;
}

.custom-builder-nav-dropdown .dropdown-toggle:hover,
.custom-builder-nav-dropdown .dropdown-toggle.show {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.custom-builder-nav-dropdown .dropdown-menu {
  width: 220px;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  animation: menuFadeIn 0.15s ease forwards;
}

@keyframes menuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Optional header label above the items */

.custom-builder-nav-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  transition: background 0.1s;
}

.custom-builder-nav-dropdown .dropdown-item:hover {
  background: #f5f5f5;
  color: #1a1a1a;
}


/* Back to Top button */
.back-to-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(to right, #0F1E61 0%, #2445B6 50%, #061348 100%);
  color: #ffffff;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 999;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top-btn:hover {
  transform: translateY(-2px);
}

/* Inline listing search: match sort .form-select (product listing pages) */
.product-listing-section .product-sorting .listing-sort-paired-input {
  width: auto;
  min-width: 140px;
  max-width: min(100%, 320px);
  flex: 1 1 180px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #050505;
  cursor: text;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-listing-section .product-sorting .listing-sort-paired-input::placeholder {
  color: #6c757d;
  font-weight: 500;
}

.product-listing-section .product-sorting .listing-sort-paired-input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(54, 123, 245, 0.2);
  outline: none;
}

/* Themed pagination (vendor.pagination.tomahawk-bootstrap-5) */
.tomahawk-pagination-wrap {
  margin-top: 0.5rem;
}

.tomahawk-pagination-summary {
  font-family: var(--heading-font), sans-serif;
  color: #3d4f6f;
}

.tomahawk-pagination .page-link {
  font-family: var(--heading-font), sans-serif;
  color: #1a3a7d;
  border-color: rgba(26, 58, 125, 0.25);
  border-radius: 5px !important;
  margin: 0 2px;
  min-width: 2.35rem;
  text-align: center;
}

.tomahawk-pagination .page-link:hover {
  color: #fff;
  background: linear-gradient(to bottom, #2b5cb8, #1a3a7d);
  border-color: #1a3a7d;
}

.tomahawk-pagination .page-item.active .page-link {
  color: #fff;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  border-color: #1a3a7d;
}

.tomahawk-pagination .page-item.disabled .page-link {
  color: #8a9bb8;
  background: #f4f6fa;
  border-color: #e2e8f0;
}

/* Required field indicator (checkout) */
.required-asterisk {
  color: #dc3545;
  font-weight: 700;
}


@media screen and (max-width: 576px) {
  .about-hero-section .hero__description {
    margin-bottom: 1rem;
  }

  .mission-vision-section .mission-vision__card-text,
  .about-hero-section .hero__description,
  .about-story-section .story__paragraph,
  .about-standards-section .pillar__description {
    font-size: 14px;
    line-height: 1.65;
  }

  .about-story-section .story__heading {
    margin-bottom: 1rem;
  }

  .auth-form-card,
  .auth-standalone {
    padding: 1rem;
  }
}


.size-option-wrapper {
  padding-bottom: max-content;
}

.form-check-input {
  min-width: 1em
}


.best-seller-section-card .best-seller-hover-content .hover-top p {
  white-space: nowrap;
}

/* PDP Standard Color Note Accordion */
.pdp-standard-color-note {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 0 !important;
}

.pdp-standard-color-note__title {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0.85rem 1rem !important;
  font-weight: 600;
  color: #111;
  font-size: 0.95rem;
  text-align: left;
  transition: background-color 0.2s ease;
}

.pdp-standard-color-note__title:hover {
  background-color: #f1f3f5;
}

.pdp-standard-color-note__title:focus {
  outline: none;
}

.pdp-standard-color-note__title[aria-expanded="true"] {
  background-color: #f1f3f5;
}

.pdp-standard-color-note__title[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.pdp-standard-color-note__body {
  padding: 0 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
}

.pdp-standard-color-note__list {
  margin-top: 0.4rem;
  padding-left: 1.15rem;
}

.pdp-standard-color-note__list li {
  margin-bottom: 0.25rem;
}

.transition-transform {
  transition: transform 0.3s ease;
}