/** Shopify CDN: Minification failed

Line 955:19 The "+" operator only works if there is whitespace on both sides
Line 956:20 The "+" operator only works if there is whitespace on both sides
Line 964:31 The "+" operator only works if there is whitespace on both sides
Line 1001:26 The "+" operator only works if there is whitespace on both sides
Line 1044:17 The "+" operator only works if there is whitespace on both sides

**/
@import url("https://fonts.cdnfonts.com/css/basier");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Basier Circle", sans-serif;
}

/* header */
.announcement-bar {
  background: #000;
  color: white;
  text-align: center;
  padding: 8px;
  font-size: 0.9rem;
  height: auto;
}

.announcement-bar span {
  font-size: 11px;
}


.navbar-brand {
  font-size: 2rem;
  font-weight: bold;
}

.nav-link {
  margin: 0 0.5rem;
  font-family: "Basier Circle", sans-serif;
  color: #181818;
  font-size: 14px;
}

.navbar-toggler-icon {
  width: 2.5em;
  height: 2.5em;
}

.search-box {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.search-box input {
  border: none;
  background: none;
  outline: none;
  padding-right: 0.5rem;
}

.additional-links a {
  background-color: #f1f1f1;
  padding: 6px 9px;
  border-radius: 3px;
}

.hero {
  height: 80vh;
  background: url("attached_assets/Homepage.jpg") center/cover;
  display: flex;
  align-items: center;
}

.hero-content {
  color: #333;
}

.hero h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.cta-button {
  padding: 1rem 2rem;
  background: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

/* Home page css */

.features {
  display: flex;
  justify-content: center;
  padding: 2%;
  background: #181818e8;
  color: white;
  text-align: center;
  max-width: 75%;
  margin: auto;
  border-radius: 8px;
  margin-top: -16px;
  z-index: 9999;
  position: relative;
  backdrop-filter: blur(20px);
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.features i {
  font-size: 1.5rem;
}

.features p {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 0px;
}

.features h3 {
  font-size: 20px;
  font-weight: 700;
}

.categories {
  padding: 5rem 5%;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.category-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.category-card h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 1.5rem;
}

.featured-collection {
  padding: 3rem 5%;
  background: #f5f5f5;
}

.featured-collection h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.related-products .product-grid {
  display: flex !important;
  gap: 7px;
}

.product-card {
  background: white;
  padding: 0rem;
  border-radius: 10px;
  text-align: start;
  width: 33.33%;
}

.tp .prev {
  position: absolute;
  right: 35px;
  background-color: #000;
  color: #fff;
  height: 33px;
  width: 33px;
  border-radius: 6px;
  border: 1px;
}

.pm .prev {
  position: absolute;
  right: 60px;
  background-color: #000;
  color: #fff;
  height: 33px;
  width: 33px;
  border-radius: 6px;
  border: 1px;
}

.tp .next {
  position: absolute;
  right: -14px;
  background-color: #000;
  color: #fff;
  height: 33px;
  width: 33px;
  border-radius: 6px;
  border: 1px;
}

.pm .next {
  position: absolute;
  right: 14px;
  background-color: #000;
  color: #fff;
  height: 33px;
  width: 33px;
  border-radius: 6px;
  border: 1px;
}

.product-card img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
}

#heart {
  background: #ffffff;
  padding: 5px;
  border-radius: 6px;
  font-size: 19px !important;
}

.product-info {
  text-align: center;
}

.product-info h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.product-info div {
  justify-content: center !important;
}

.product-info a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.product-card h3 {
  margin: 1rem 0;
  font-size: 1.2rem;
}

.product-card p {
  color: #ff0000;
  font-size: 1.1rem;
  font-weight: bold;
}

footer {
  background: #000;
  color: white;
  padding: 2rem 5%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-links {
  display: flex;
  gap: 1.5rem;
  font-size: 1.5rem;
}

.social-links a {
  color: white;
}

.section-title h2 {
  font-family: "Oswald", serif;
  font-size: 3.5rem;
  margin: 40px 0 20px;
}

.about-title h2 {
  font-family: "Oswald", serif;
  font-size: 3rem;
  margin: 20px 0 0px;
}

/* cd */
.products-container {
  display: flex;
  width: 100%;
}

.products-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: max-content;
  gap: 20px;
  overflow: hidden;
}

.single-product-img {
  background-color: #f6f6f8;
  border-radius: 12px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  position: relative;
}

.single-product-img h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 12px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5%, rgb(0 0 0 / 68%) 75.9%);
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
}

.top-pick-item {
  border-radius: 12px;
}

.top-pick-item img {
  border-radius: 12px;
}

.top-pick-info {
  bottom: 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 23.83%,
      rgb(0 0 0 / 71%) 92.67%);
  height: 80px;
  border-radius: 12px 12px 12px;
}

.highlight-box {
  width: 450px;
  box-shadow: 0px 4px 20px 0px #0000001a;
  margin-left: 6.5rem;
  border-radius: 30px;
  bottom: -100px;
}

.highlight-box h4 {
  font-size: 30px;
  line-height: 45px;
  font-family: "Basier Circle";
  font-weight: 600;
}

.highlight-box button {
  background: #0e0f25;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 20px;
}

.cmbanner {
  width: 100%;
  height: 450px;
}

.offering-item h4 {
  font-size: 50px;
  font-weight: 600;
}

.offering-item p {
  font-family: "DM Sans", serif;
  font-size: 18px;
}

.offerings img {
  left: -160px;
  top: -3px;
}

.additional-links i {
  font-size: 18px;
}

.main-video {
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cat button {
  background-color: #00000029;
  width: 63%;
  padding: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 29px;
  text-transform: uppercase;
}

.product-list {
  display: flex;
}

.offering-subscribe {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.offering-subscribe input {
  background: #fbfbfb;
  border-radius: 6px;
}

.offering-subscribe input::placeholder {
  font-family: "DM Sans", serif;
  color: #1e1e1e;
}

/* footer */

.footer {
  background-color: #0e0f25;
  color: white;
  padding: 20px 0;
  text-align: center;
  margin-top: 30px;
}

.footer .social-icons a {
  color: white;
  margin: 10px 10px 0 0px;
  font-size: 18px;
  text-decoration: none;

}

.footer .newsletter input {
  width: 250px;
}

.footer-menu h5 {
  font-size: 19px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}

.footer-menu p {
  margin-bottom: 10px;
}

.brand-info h4 {
  font-size: 23px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  /* margin-bottom: 20px; */
  margin-top: 20px;
}

.social-icons a svg {
  width: 20px;
  height: 20px;
}

.footer-menu p a {
  color: #c3c3c3 !important;
  text-decoration: none;
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}

.footer .copyright {
  text-align: center;
  font-size: 13px;
  border-top: 1px solid #24273e;
  padding-top: 20px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
}

.newsletter-text p {
  font-size: 15px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}

.newsletter {
  background: #fff;
  width: 65%;
  padding: 5px;
}

.Subscribe-btn {
  background-color: #d7263d;
  color: white;
}

.Subscribe-btn:hover {
  background-color: #d7263d;
  color: white;
}

.footer-menu {
  margin-top: 40px;
}

.product-list-card {
  cursor: pointer;
  transition: transform 0.3s;
  border-radius: 0;
}

.product-list-card:hover {
  transform: scale(1.05);
}



.highlight {
  color: red;
}

.banner {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #e63946;
}

.products {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.product-list-card {
  background: white;
  border-radius: 6px 129px 6px 6px;
  padding: 15px;
  text-align: left;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 200px;
}

.additional-details-card p {
  font-size: 20px !important;
}

#product-grid .preview-title {
  font-size: 55px;
  font-weight: 600;
  color: #d7263d;
  margin-bottom: 80px;
  font-style: italic;
  text-align: end;
}

.product-info {
  padding: 10px;
}

.product-info h2 {
  font-weight: 600;
  color: #000;
}

.product-info p {
  font-size: 15px;
  font-weight: 400;
}

.product-list-card img {
  width: 100%;
  border-radius: 5px;
  height: auto;
  border-radius: 6px 80px 6px 6px;
  margin-top: -40px;
}

.product-list-card h3 {
  font-size: 18px;
  margin-bottom: 2px;
}

.product-list-card p {
  margin-bottom: 10px;
  font-size: 13px;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.cart-btn {
  background: #000;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
}

.featured-product {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
  gap: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.product-info {
  flex: 1;
  font-size: 16px;

}

.product-image img {
  width: 200px;
}

.preview-details p {
  font-size: 22px;
  font-weight: 600;
}

#d-view img {
  border-radius: 30px;
  height: 700px;
}

.buy-now {
  background: #000;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
}

#ot-hero .highlight-box {
  right: 0;
  top: -71px;
  bottom: auto;
}

#products-wrapper .product-card {
  width: 23.5%;
  flex-shrink: 0;
}

#products-wrapper .product-info {
  padding: 5px;
}


#products-wrapper-top .products-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#products-wrapper-top .products-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%;
  /* Adjust based on number of slides */
}

#products-wrapper-top .product-card {
  width: 23.5%;
  /* Adjust based on number of visible slides */
  flex-shrink: 0;
}

#player-wrapper-top .product-card {
  width: 23.5%;
  /* Adjust based on number of visible slides */
  flex-shrink: 0;
}

#product-grid {
  height: auto;
}

.player-wrapper {
  display: flex;
  transition: transform 0.5sease-in-out;
  width: max-content;
  gap: 20px;
  overflow-x: hidden;
  padding: 19px 1px;
}

.player-wrapper .product-info {
  padding: 5px 0;
}

.product-card.player-card {
  box-shadow: -3px 0rem 1rem rgba(0, 0, 0, .15);
  padding: 10px;
}

.player-card #heart {
  margin: 5px;
}

.preview-details {
  padding: 10px;
}

.collection .product-grid {
  display: flex;
  gap: 8px;
  width: 100%;
  /* flex-wrap: nowrap; */
  white-space: initial;
}

.collection .card--standard>.card__content .card__information {
  padding-left: 10px;
  padding-right: 10px;
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  border-radius: 3px;
  margin: 0 5px;
  margin-right: 0.25px;
}

.facets-vertical-form {
  margin-bottom: 15px;
}

.breadcrumb {
  padding: 20px 0;
}

.breadcrumb ul {
  list-style: none;
}

.breadcrumb ul li {
  list-style: none;
  display: inline-block;
  color: #999;
}

.breadcrumb ul li strong {
  color: #333;
}

.breadcrumb ul li a {
  color: #999;
  text-decoration: none;
}

.card--standard>.card__content .card__information {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.product--large:not(.product--no-media) .product__media-wrapper {
  height: 600px;
}

.product-media-container.constrain-height.media-fit-contain {
  width: 80% !important;
}

.product--large:not(.product--no-media) .product__info-wrapper {
  padding: 0 !important;
}

.product-detail-tab h6 {
  font-size: 20px;
}

.product-detail-tab .accordion-flush .accordion-item .accordion-button,
.product-detail-tab .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  font-size: 18px;
  font-family: sans-serif;
}

.product-detail-tab p {
  font-size: 14px;
}

.video-player {
  min-width: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination__list>li {
  flex: 1 !important;
  width: 15%;
}

.pagination__item.pagination__item--current.light {
  font-size: 16px;
  border-bottom: none !important;
  background-color: #d7263d;
  color: #fff;
}

.pagination__item {
  height: 4rem !important;
  width: 4rem !important;
  background-color: #ddd;
}

.pagination__item--current:after,
.pagination__item:hover:after {
  display: none !important;
}

.container.pt-5.mb-5.sportlight {
  margin-bottom: 6rem !important;
}

/* product details */

.product-detail-tab {
  padding: 40px 0;
}

.product-detail-table {
  width: 50%;
}

h6 {
  font-weight: 600;
}

.product-detail-tab .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  margin: 0;
  margin-right: 20px;
  font-weight: 600;
  font-size: 18px;
}

.product-detail-tab .nav-item .nav-link.active,
.product-detail-tab .nav-item .nav-link:hover {
  background-color: transparent;
  color: #F5434F;
  border-bottom: 2px solid #F5434F;
  border-radius: 0;
}

.warrenty ul {
  list-style: none;
  padding: 20px 0 0;
  padding-left: 0;
}

.warrenty ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.review-section .review-left .question-wrap .comment-box {
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 10px;
  padding: 20px;
}

.review-section .comment-box .img-box {
  width: calc(40px +(65 - 40)*((100vw - 320px) /(1920 - 320)));
  height: calc(40px +(65 - 40)*((100vw - 320px) /(1920 - 320)));
}

.review-section .comment-box .img-box img {
  height: 100%;
}

.comment-box .avatar-content {
  width: calc(100% - calc(55px +(65 - 55)*((100vw - 320px) /(1920 - 320))));
}

.comment-box .avatar-content .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin-bottom: 15px;
}

.review-section .review-right .global-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.review-section .review-right .global-rating h5 {
  font-size: 70px;
  line-height: 80px;
}

.review-section .review-right .global-rating h6 {
  font-size: 14px;
  color: #767676;
  font-weight: 500;
  margin-bottom: calc(6px +(8 - 6)*((100vw - 320px) /(1920 - 320)));
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-top: -3px;
}

.review-section .review-right .global-rating .rating li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rating li svg.fill {
  fill: #ffba00 !important;
  stroke: #ffba00 !important;
}

.progress .progress-bar {
  background-color: #e6b331;
}

.review-section .review-right .rating-progess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(10px +(15 - 10)*((100vw - 320px) /(1920 - 320)));
  margin-top: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.review-section .review-right .rating-progess li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.review-right .rating-progess li .progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 80%;
  height: 10px;
  margin-bottom: 10px;
}

.review-section .review-right .rating-progess li h5 {
  font-size: 13px;
  margin-bottom: 0;
}

.rating li {
  list-style: none;
}

.rating li i {
  color: #ffba00 !important;
}

.product-image-collage {
  padding: 0 0 40px;
}

.product-image-collage .col-md-5 img {
  height: 650px;

}

.jdgm-btn--solid {
  color: #000000 !important;
}

.product__title>* {
  margin: 0;
  font-weight: 600;
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.shopify-payment-button {
  width: 98%;
  float: left;
}

.swym-button-bar {
  margin: 0 !important;
  display: inline-block;
  margin-left: 10px !important;
}

.collection .card--standard>.card__content .card__information {
  text-align: center;
}

.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
  text-align: center;
}

.card__heading.h5 {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .pt-5 {
    padding-top: 1rem !important;
  }

  .section-title h2 {
    font-family: Oswald, serif;
    font-size: 3rem;
    margin-top: 30px;
  }

  .about-title h2 {
  font-family: "Oswald", serif;
  font-size: 3rem;
  margin-top: 30px;
}

  .grid--2-col-tablet-down .grid__item {
    width: calc(49% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 100%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    text-align: center;
    padding: 0 1rem;
  }

  .features {
    flex-direction: column;
    gap: 2rem;
    max-width: 100%;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .features .col-sm-9.text-start {
    text-align: center !important;
  }

  .features h3 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
  }

  .features p {
    margin-bottom: 10px;
  }

  .highlight-box {
    width: 90%;
    margin-left: 0;
    left: 0;
    transform: translate(14px, 16px);
  }

  .highlight-box.p-5 {
    padding: 1.5rem !important;
  }

  #ot-hero .highlight-box {
    margin-left: 0;
    top: -45px;
    bottom: auto;
    position: relative !important;
  }

  .highlight-box h4 {
    font-size: 20px;
    line-height: 36px;
  }

  .products-wrapper {
    width: 100%;
  }

  .products-container {
    overflow: hidden;
    margin-top: 25px;
  }

  #products-wrapper .product-card {
    width: 100%;
  }

  #products-wrapper-top .product-card {
    width: 100%;
    flex-shrink: 0;
  }

  #player-wrapper-top .product-card {
    width: 100%;
    flex-shrink: 0;
  }

  .offering-item {
    padding: 0px 10px;
  }

  .offering-subscribe input {
    background: #fbfbfb;
    border-radius: 6px;
    padding: 10px !important;
  }

  .tp .next {
    right: 5px;
    top: 60px;

  }

  .product-list-card {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    text-align: center;
  }

  .pm .next,
  .pm .prev {
    top: 60px
  }

  .products {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .cart-btn {
    padding: 8px;
  }

  .additional-details-card p {
    font-size: 16px !important;
  }

  #d-view img {
    margin-bottom: 10px;
    height: auto;
  }

  .col-md-4.preview-details {
    margin-bottom: 15px;
  }

  .preview-details p {
    line-height: 60px;
  }

  #product-grid .preview-title {
    text-align: start;
    margin-bottom: 20px;
  }

  .banner img {
    height: 300px;
  }

  .cmbanner {
    width: 100%;
    height: auto;
  }

  .product-card img {
    height: auto;
  }

  .tp .prev {
    top: 60px;
    right: 45px;
  }

  .slider-controls {
    display: inline-block;
  }

  .top-pick-item {
    border-radius: 12px;
    margin-bottom: 10px;
  }

  #product-grid .preview-title {
    font-size: 30px;
  }

  .mw-75.w-50 {
    width: 75% !important;
  }

  .product-list-card img {
    height: auto;
    border-radius: 0;
  }

  .preview-details.d-flex.align-items-center.justify-content-between.w-100 {
    flex-direction: column;
    justify-content: space-around !important;
  }

  #cat button {
    font-size: 18px;
  }

  .search-box {
    width: 64%;
    padding: 1.3rem 1rem;
    position: relative;
  }

  .search-box i {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .main-video {
    height: 250px;
  }

  .d-flex.align-items-center.gap-3.additional-links {
    gap: 0.5rem !important;
    flex-wrap: wrap;
  }

  .single-product-img {
    margin-bottom: 10px;
  }

  .additional-links a {
    padding: 10px 10px;
  }

  .newsletter {
    width: 100%;
  }

  .collection .product-grid {
    white-space: initial;
  }

  .collection .grid--2-col-tablet-down .grid__item {
    width: calc(45% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .mpb-100 {
    padding-bottom: 100px;
  }

  .breadcrumb {
    margin-bottom: 0;
    padding: 20px 0 5px;
  }

  .product--large:not(.product--no-media) .product__media-wrapper {
    height: auto;
  }

  .product-detail-tab .nav-item .nav-link {
    margin-right: 12px;
  }

  .shopify-section-group-header-group ul.navbar-nav {
    padding: 10px 0;
  }

  .shopify-section-group-header-group li.nav-item {
    padding: 5px 0;
    border-bottom: 1px solid #dddddd7d;
  }

  .product-detail-tab .nav.nav-pills {
    justify-content: center;
  }

  .product-detail-tab .nav-item .nav-link {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .product-list-card h3 {
    font-size: 22px;
    margin-top: 10px;
  }

  .product-list-card p {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .footer-menu .col-md-2 {
    width: 50%;
  }

  .announcement-bar .d-flex {
    display: inline !important;
  }

  .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext {
    height: 47px !important;
    line-height: 40px !important;
    width: 100% !important;
    font-size: 13px !important;
    padding: 0px 6px !important;
  }

  .sportsreadyprod {
    display: inline-grid !important;
  }

  .sportsreadyprod button {
    width: 100%;
  }

  .fashionready {
    text-align: end !important;
  }


}



/* left vertical thumbnail */
@media only screen and (min-width:900px) {
  .product--small .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
    transform: rotate(-90deg);
    width: calc(20% - .8rem);
  }

  .grid__item.product__media-wrapper slider-component.thumbnail-slider {
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    width: 530px;
    /* manage width of small image */
    left: 0;
    transform-origin: left top;
    height: 80px;
    overflow: hidden;
    /* overflow-x: scroll; */
  }

  .grid__item.product__media-wrapper {
    position: relative;
    padding-left: 100px;
  }

  .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
    transform: rotate(-90deg);
    width: calc(20.8% - .8rem);
    /* decrease percentage and it will increase items */
  }
}

.top-pick-item .btn {
  color: #fff;
  padding: 10px 25px;
  font-size: 19px;
  border: 2px solid #fff;
}

/*start about page*/
.abou-row {
  padding: 40px 0;
}

.about-img {
  position: relative;
}

.about-img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(/cdn/shop/files/about-bg1.png?v=1742019055);
  width: 50%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

.row:nth-child(2) .about-img:after {
  left: 0;
  background: url(/cdn/shop/files/about-bg2.png?v=1742019055);
  background-repeat: no-repeat;
}

.about-img img {
  padding: 30px;
  width: 100%;
  border-radius: 60px;
}

.about-content {
  padding: 60px 40px 60px 5px;
}

.about-content p {
  font-size: 21px;
  line-height: 30px;
  font-family: 'Poppins';
}

/*start mission*/
.mission-vision {
  position: relative;
  padding: 40px 0px 40px 60px;
}

.mission-vision:after {
  content: '';
  position: absolute;
  background: url(../images/mission.png);
  width: 80%;
  background-position: right center;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.m-v-box {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  padding: 40px;
  width: 358px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 15px;
}

.m-v-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #dc3545;
}

.m-v-box p {
  font-size: 17px;
}

.btn.btn-danger {
  font-size: 16px;
}

.three-pillars.card-container {
  position: relative;
  background: url('https://source.unsplash.com/1600x700/?shoes,sports') no-repeat center center/cover;
  padding: 80px 0;
}

.three-pillars .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  height: 367px;
}

.three-pillars .icon-container {
  margin-bottom: 20px;
  background: #FFC107;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  font-size: 20px;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-pillars .card-title {
  font-weight: bold;
  color: #d00000;
  font-size: large;
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.three-pillars .card p {
  font-size: 20px;
}

.bg-img {
  background-size: cover;
  background-position: center;
}

/* Fix for mobile banner cropping */
/* @media (max-width: 767px) { */
  /* .bg-img.d-block.d-md-none { */
    /* background-size: contain;  show full image */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* min-height: 250px; adjust height as needed */
  /* } */
/* } */


.ptb-80 {
  padding: 80px 0;
}

.badge {
  font-size: 14px !important;
}

.section-template--17966613954752__main-padding div {
  margin-bottom: 10px;
}

.section-template--17966613954752__main-padding strong {
  font-size: 16px !important;
  margin-top: 20px;
}

.section-template--17966613954752__main-padding span {
  font-size: 14px !important;
}

.rte li {
  list-style: none;
  font-size: 20px;
}

.rte ul li span,
.rte ol li span {
  font-size: 14px !important;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  line-height: 26px;
  font-size: 1.5rem;
}

@media(max-width:767px) {
  .m-v-box {
    width: 100%;
  }

  .mission-vision {
    padding: 20px 0;
  }

  /* Remove background image on mobile only */
  .mission-vision:after {
    display: none;
  }

  .about-img img {
    padding: 10px;
    width: 100%;
  }

  .about-content {
    padding: 20px 10px;
  }

  .cd_track_order_status {
    display: none !important;
  }

  .thumbnail.global-media-settings img {
    border-radius: 0;
    transform: none !important;
    rotate: -90deg !important;
  }

  .form_generater_form_div {
    border: none !important;
  }

  .image-ul img {
    width: 100%;
  }

  section.product__info-container.product__column-sticky product-form.product-form .product-form__buttons ._rsi-buy-now-button._rsi-buy-now-button-product {
    font-size: calc(12px) !important;
  }

  .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext {
    height: 47px !important;
    line-height: 40px;
  }

  .badge {
    font-size: 12px !important;
  }

  .footer-menu h5 {
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .footer-menu p a {
    font-size: 14px;
  }

  .footer {
    padding: 20px 10px;
  }

  .footer-menu {
    margin-top: 20px;
  }

  .three-pillars .card p {
    font-size: 15px;
  }

  .about-content p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Poppins';
  }

  .btn.btn-danger {
    font-size: 16px;
  }

  .abou-row {
    padding: 20px 0;
  }

  /* start soma */
  div#ot-hero {
    margin-bottom: 20px !important;
  }

  .ptb-80 {
    padding: 40px 0;
  }

  .shopify-payment-button {
    float: left;
    margin-bottom: 10px;
  }

  .swym-button-bar {
    margin-left: 0 !important;
  }

  .swym-button-bar {
    width: 100% !important;
  }

  .swym-btn-container[data-position=default] {
    display: inline-block;
    width: 100%;
  }

  .product-detail-tab .accordion-body {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
  }

  span.badge.price__badge-sale.color-scheme-4 {
    margin-left: 10px;
  }


}

a.swym-powered-by-text.swym-is-anchor {
  display: none !important;
}

.product-detail-tab h6 {
  display: none;
}

.tab-content>.tab-pane {
  padding: 15px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}

body p.hulk-powered-wrapper.text-right {
  display: none !important;
}

.cd_track_order_status.cd_secondary_button {
  display: none !important;
}

.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after {
  color: #fff;
  font-size: 15px;
  width: 75px;
  line-height: 50px;
}

.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext {
  height: 47px !important;
  line-height: 40px !important;
  width: 210px !important;
  font-size: 17px !important;
  text-transform: initial;
}

.jdgm-form__fieldset p {
  display: none !important;
}

.jdgm-notification__title {
  font-size: x-large !important;
}

.jdgm-notification__inner {
  font-size: 0 !important;
}

.hulk-powered-wrapper {
  display: none !important;
}

.contact__fields {
  display: flex !important;
  grid-column-gap: 1rem !important;
}

.contact__fields label {
  font-size: 14px;
  margin-bottom: 10px;
}

.rte li {
  list-style: none;
  font-size: 20px;
  line-height: 20px;
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 0;
}

.bg-img.ptb-80 {
  padding: 150px 0;
}

span.badge.price__badge-sale {
  margin-left: 10px;
  font-size: 12px !important;
  margin-top: 3px;
}

.jdgm-write-rev-link.jdgm-write-rev-link {
  background-color: #000 !important;
  border: #000 !important;
}

.jdgm-rev-widg .jdgm-star,
.jdgm-revs-tab .jdgm-star,
.jdgm-all-reviews .jdgm-star,
.jdgm-gallery-popup .jdgm-star {
  color: #000 !important;
}

.jdgm-histogram__bar-content {
  background-color: #000 !important;
}

.jdgm-rev__icon:before,
.jdgm-rev__author {
  color: #000 !important;
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown,
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  color: #000 !important;
}

a.link.product__view-details.animate-arrow {
  text-align: end !important;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  margin-left: 6px;
  border-radius: 5px;
}

product-form.product-form .product-form__buttons ._rsi-buy-now-button._rsi-buy-now-button-product {
  margin-bottom: 10px;
  margin-left: 6px;
  width: 98%;
}