.threesixty .threesixty_images img {
  display: none;
}


.back-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #000000; /* Black background */
  color: #ffffff; /* White text */
  text-align: center;
  font-size: 16px;
  font-weight: 600; /* Adjust font weight */
  letter-spacing: 2px; /* Add letter spacing for a more spaced-out look */
  text-transform: uppercase; /* Capitalize all letters */
  text-decoration: none;
  border-radius: 5px;
  margin: 0 auto;
}

.back-button:hover {
  background-color: #333333; /* Darker shade on hover */
}

.back-button-container {
  text-align: center; /* Center the button within the container */
  margin-top: 20px; /* Add some space above the button */
}




strong.co-ord-title-text {
    color: white !important;
}
.co-ord-title {
    background: black !important;
}
div#quick-search {
    display: none;
}
h4.widget-title.text-center {
    font-size: 0px !important;
}
.container.d-flex.align-items-center {
    padding: 10 20px 0 20px !important;
}
div#sticky-header {
    padding: 0px 0px !important;
}
.biger-price .price {
    font-size: 20px !important;
    font-weight: 500 !important;
}
table {
  width: 100% !important;
}
.py-20 {
  padding-bottom: 5rem !important;
}
.tab-panel {
  font-size: 14px !important;
  padding-left: 20px;
}
.bls__newsletter-form .form-action button {
  padding: 0 2.25rem;
  background: white;
  color: black;
}
.bls__tes-item.border.p-30.p-xl-40.rounded-10.flex.flex-column.align-items-center.text-center {
  height: 300px;
}
a.d-block.text-transform {
  letter-spacing: 6px;
  font-size: 14px;
}
div#jdgm-widget\ jdgm-preview-badge {
  display: none;
}
h3.bls__product-name.regular.mb-0 {
  font-size: 16px;
}
h3.size-guied-title {
    background: #000;
    color: #fff;
    padding: 12px;
    font-family: 'Poppins';
    margin-bottom: 10px;
}
td.xl66 {
    background: grey;
    padding: 12px 6px 1px 6px;
}
td.xl65 {
    background: lightgray;
    text-align: center;
}
div#popup-size-guide_0_1_heading {
    padding: 4rem;
    font-family: 'Poppins';
}
.product-sizechart-content.bls_popup-content.p-5 {
    padding: 5.5rem 4rem 4rem;
}
td.xl66 h4 {
    text-transform: capitalize;
}


/* FAQ Accordion Styles */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  font-family: poppins, sans-serif;
}

h2.main-h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  background-color: #f9f9f9;
  color: #333;
  cursor: pointer;
  padding: 10px 10px 10px 20px !important;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 15px;
  text-align: left;
  font-size: 12px;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background-color: #eee;
  color: #333;
}

.faq-answer {
  padding: 10px 10px 10px 20px !important;
  border: 1px solid #ddd;
  border-radius: 15px;
  border-top: none;
  display: none;
}

.faq-answer p {
  margin: 0;
  font-size: 14px !important;
}

.faq-question:after {
  content: '\002B'; /* Plus sign */
  font-size: 12px;
  color: #333;
}

.faq-item.active .faq-question:after {
  content: '\2212'; /* Minus sign */
}

.faq-item.active .faq-answer {
  display: block;
}
div#pd_class-blocked-info {
    display: none !important;
}

/* Our Story */
body {
  font-family: 'poppins', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
/* Hero Section Styles */
.hero-section {
  background-image: url('https://via.placeholder.com/1920x800'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  height: 40vh; /* Adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-content {
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: 2px;
}

.hero-content p {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 1px;
}

/* Optional: Add a semi-transparent overlay over the image */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Adjust opacity for a darker or lighter overlay */
  z-index: 1;
}

.header-section {
  text-align: center;
  padding: 50px 20px;
}

.header-section h1 {
  font-size: 2.5em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.header-section p {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto;
  color: #555;
}

.three-column-section {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.column {
  flex-basis: 32%;
  text-align: center;
}

.column img {
  max-width: 100%;
  height: auto;
}

.column h3 {
  font-size: 1.5em;
  margin-top: 20px;
  color: #000;
}

.column p {
  font-size: 1em;
  color: #555;
  margin-top: 10px;
  line-height: 1.8;
}

@media (min-width: 1024px) {
  .relative.d-flex.flex-column.justify-content-center.heading-banner {
    background-image: none;
  }
}


@media (max-width: 768px) {
  .three-column-section {
    flex-direction: column;
    align-items: center;
  }

  .column {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .hero-content h1 {
    font-size: 2.5em;
  }

  .hero-content p {
    font-size: 1em;
  }

  .hero-section {
    height: 60vh;
  }
}



@media only screen and (max-width: 768px) {
  h2.bls__section-heading.mb-5.scroll-trigger.animate--slide-in {
    font-size: 24px;
  }
  .text-center.text-view-all {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  p:only-child {
    margin-bottom: 0;
    font-size: 8px;
  }
  h2.bls__section-heading.mb-5 {
    font-size: 24px;
  }
  .swipper-next-back {
    justify-content: right !important;
  }
  h3.scroll-trigger.animate--slide-in.bls__banner-heading.size-big {
    font-size: 18px;
  }
  section.bls__section.spb-tablet.spb-mobile.gap-mobile.color-default-color-scheme.gradient {
    padding-bottom: 80px;
  }
  a.bls__banner-btn.whitespace-nowrap.btn-link {
    font-size: 8px !important;
    letter-spacing: 3px !important;
  }
  h3.bls__product-name.regular.mb-0 {
    font-size: 14px;
    padding-top: 10px;
  }
  .header-transparent {
    height: 0px;
  }
  .bls__footer_block-content.pt-15.active {
    font-size: 12px !important;
  }
  .pt-15 {
    padding-top: 0rem !important;
  }
  h3.bls__footer_block-title.py-10.mb-0.toogle-menu {
    font-size: 14px !important;
  }
  .mt-30 {
    margin-top: clamp(0.5rem, 1vw, 1rem);
  }
  strong {
    font-size: 16px !important;
  }
  .product-sizechart-content.bls_popup-content table {
    overflow: visible !important;
    margin-bottom: 5px !important;
  }
  td.xl65 p {
    font-size: 14px;
  }
div#pushdaddy-button {
    bottom: 50px !important;
}
.faq-question {
  padding: 10px 10px 10px 20px !important;
  font-size: 8px !important;
}
.faq-answer {
  padding: 10px 10px 10px 20px !important;
  font-size: 8px !important;
}
h1.bls__product-title.mb-5 {
    font-size: 20px !important;
}
span.price.special-price {
    font-size: 16px !important;
    color: black !important;
}
.biger-price .price {
    font-size: 16px !important;
}
  td, th {
    padding: 6px 10px !important;
}
  .dlg-message>div:not(.bls__product-quickview) {
    max-height: 60vh !important;
}
  .product-sizechart-content.bls_popup-content.p-5 {
    padding: 8px !important;
}
  td.xl66 h4 {
    font-size: 10px !important;
    margin-bottom: 0 !important;
}
  td.xl65 {
    font-size: 14px !important;
}
  div#popup-size-guide_0_1_heading {
    padding: 2rem !important;
  }
h3.size-guied-title {
    font-size: 20px !important;
}
h4.widget-title.text-center {
    margin-top: 20px !important;
}
div#popup-size-guide_0_1{
  left: 5px !important;
}
.dlg-box {
        width: 97% !important;
    }
.slide-bg-image img,
.slide-bg-image video,
.placeholder-background .bls__placeholder {
padding-top: 64px !important;
}
}

    .slide-bg-image img, .slide-bg-image video, .placeholder-background .bls__placeholder {
        padding-top: 10px !important;
    }
}

/* Mobile and tablet (less than 1024px) */
@media (max-width: 1023px) {
  .back-button-container {
    text-align: center;
    margin-top: 15px;
  }

  .back-button {
    display: block;
    padding: 10px 20px;
    background-color: #000000; /* Black background */
    color: #ffffff; /* White text */
    font-size: 14px;
    font-weight: 600; /* Adjust font weight */
    letter-spacing: 2px; /* Add letter spacing for a more spaced-out look */
    text-transform: uppercase; /* Capitalize all letters */
    text-decoration: none;
    border-radius: 5px;
    width: 100%; /* Full width on mobile */
    box-sizing: border-box; /* Ensure padding is included in width */
  }

  .back-button:hover {
    background-color: #333333; /* Darker shade on hover */
  }
}