/* Required to make ESpot Take up Full Width */
.left_espot {
  /* overflow: hidden; */
}
#contentWrapper {
  max-width: 100% !important;
}
#contentWrapper > div[role="main"] {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.row > div {
  float: none;
}
.category-page.subcat {
  margin-top: 0px;
}
.titleItems {
  text-align: center;
}
.rowContainer,
.rowContainer > .row {
  padding: 0px;
}

/* Hero */
.b2b-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://assets.basspro.com/image/upload/v1718995938/UX/Experience/Boats%20on%20Dot%20Com/PLP%20Sliders/Fishing%20Boats%20Content%20Page/49769ba3186b256b1a80bb619807056d.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  flex-direction: column;
  width: 100%;
  height: 310px;
}
.b2b-header-logo {
  margin: auto;
  z-index: 2;
}
.b2b-header-label {
  color: #fff;
  z-index: 2;
  font-family: Cabin, sans-serif;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 24px;
  letter-spacing: 6px;
}
.b2b-header-title {
  color: #fff;
  margin-left: 48px;
  margin-right: 48px;
  z-index: 2;
  font-weight: 400;
  font-size: 80px;
  line-height: 64px;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
  text-align: center;
  padding: 0px 48px;
  max-width: 1440px;
}
.b2b-header-subtitle {
  color: #fff;
  z-index: 2;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center;
  max-width: 1440px;
}

.b2b-section-title {
  color: #fff;
  font-size: 60px;
  margin: auto;
  z-index: 1;
  line-height: 50px;
  text-align: center;
}
.b2b-header-overlay {
  position: absolute;
  width: 100vw;
  height: 310px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.b2b-nav {
  display: flex;
  position: fixed;
  justify-content: center;
  width: 100%;
  z-index: 100;
  background-color: #f6f4f2;
}
.b2b-nav-content {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-right: 32px;
  /* height: 50px; */
}
.b2b-nav-sticky {
  top: 167px;
}
.b2b-nav-with-offset {
  top: 167px;
  transition: all 0.05s linear;
}
.b2b-nav-title {
  font-family: Bebas Neue, Arial, Charcoal, sans-serif;
  text-align: center;
  font-size: 28px;
  margin-left: 16px;
  margin-top: 10px;
  letter-spacing: 0.7px;
}
.hero-cta {
  display: flex;
  height: 40px;
  padding: 0px 16px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: 0.3s;
  z-index: 999;
  text-transform: uppercase;
}
.hero-cta:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-cta {
    font-weight: 700;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .b2b-header {
    height: 200px;
    background-position: center;
  }
  .b2b-header-label {
    color: #fff;
    z-index: 2;
    font-family: Cabin, sans-serif;
    font-weight: 400;
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 3px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .b2b-header-title {
    color: #fff;
    z-index: 2;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .b2b-header-subtitle {
    color: #fff;
    z-index: 2;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .b2b-nav-content {
    height: 50px;
  }
  .hiddenOnMobile {
    display: none;
  }
  .b2b-header-overlay {
    height: 200px;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .b2b-nav-title {
    font-size: 16px;
    margin-top: 0px;
  }
  .b2b-nav-item {
    width: 50%;
  }
  .b2b-header-logo {
    width: 75%;
    height: auto;
  }
  .hero-cta {
    width: calc(100% - 32px);
    font-weight: 700;
    font-size: 16px;
  }
}

/* Tile Grid Title */
.tile-grid-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 590px) {
  .tile-grid-title {
    font-size: 32px;
    margin: 32px;
  }
}

/* Tile Grid */
.tile-grid-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile-grid {
  max-width: 1440px;
  /* padding-top: 64px; */
  padding-bottom: 64px;
  display: grid;
  gap: 24px;
  /* grid-template-columns: repeat(3, 1fr);  */
  grid-template-columns: repeat(auto-fill, minmax(375px, max-content));
}
.tile {
  height: 375px;
  width: 405px;
  border-radius: 8px;
  background-position: top;
  /* margin-left: 24px; */
  align-items: flex-end;
  display: flex;
  background-size: cover;
  color: #fff;
}
.tile-copy-overlay {
  background-color: #213629;
  padding: 16px;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.overlay-title-and-icon-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.overlay-icon {
  height: 24px;
  width: 24px;
  align-self: center;
}
.tile-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  color: #fff;

  transition: all 0.2s ease;
}
.tile-copy {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: Cabin, sans-serif;
  transition: max-height 0.2s ease;
}

@media (min-width: 590px) {
  .tile:hover .tile-title {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .tile:hover .tile-copy {
    height: auto;
    max-height: 200px;
    transition: max-height 0.2s ease;
  }
}

@media (max-width: 1270px) {
  .tile-grid {
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-columns: repeat(auto-fill, minmax(375px, max-content)); */
  }
}
@media (max-width: 845px) {
  .tile-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 590px) {
  .tile-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .tile {
    width: 163.5px;
    height: 190px;
    background-size: cover;
  }
  .tile-title {
    font-size: 18px;
  }
  .tile-copy-overlay {
    padding: 8px;
  }
}
@media (max-width: 340px) {
  .tile-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Image + Content Component */
.b2b-image-and-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  padding: 0px 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.b2b-image-and-content-mirrored {
  flex-direction: row-reverse;
  align-items: center;
}
.b2b-img-side {
  align-self: center;
  justify-self: center;
  height: 359px;
  width: 496px;
  border-radius: 8px;
}
.b2b-gray-background-padding {
  padding-top: 75px;
  padding-bottom: 75px;
}
.content-side {
  width: 40%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-side-mirrored {
  width: 40%;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b2b-club-background {
  color: #fff;
  background-size: cover;
  background-image: url("https://assets.basspro.com/image/upload/v1674166221/UX/Experience/B2B/Main/GreenBck.jpg");
}
.b2b-content-title {
  margin: 0 0 4px;
  font-size: 48px;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #1e1d19;
}
.b2b-content-copy {
  font-size: 18px;
}
.content-button-row {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 4%;
}
.b2b-bullet-list {
  margin-top: 3%;
  list-style-position: inside;
  padding-left: 0;
}
.b2b-primary-button {
  background-color: #223529;
  color: #fff;
  height: 40px;
  width: 176px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
  transition: all ease-out 0.3s;
  font-family: Cabin;
}
.b2b-primary-button:hover {
  background-color: #213629;
}
.b2b-primary-button-white-variant {
  background-color: #fff;
  color: #1e1d19;
}

.b2b-primary-button-white-variant:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.b2b-icon-in-button {
  height: 20px;
}

.b2b-white-text {
  color: #fff;
}
.b2b-secondary-button {
  background-color: transparent;
  color: #fff;
  height: 40px;
  /* padding: 0px 16px; */
  min-width: 176px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  border: solid 1px #fff;
  transition: 0.3s;
  font-family: Cabin;
}
.b2b-secondary-button:hover {
  background-color: #fff;
  color: #1e1d19;
}

.b2b-image-and-content-badge {
  /* height: 20px; */
  border-radius: 100px;
  margin-bottom: 24px;
  align-self: center;
  width: fit-content;
  background-color: #f8bf00;
  display: flex;
  align-items: center;
  text-align: center;
}
.b2b-image-and-content-badge-text {
  padding: 8px 16px;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 12px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.featured-product-title {
  font-family: "Bebas Neue";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
  padding-bottom: 16px;
  text-align: center;
}
.featured-product-price-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  text-align: center;
  align-items: center;
  padding-bottom: 16px;
}
.featured-product-new-price {
  font-size: 28px;
  padding-right: 8px;
}
.featured-product-old-price {
  color: #656464;
  font-size: 18px;
  text-decoration: line-through;
}
.featured-product-copy {
  text-align: center;
  padding-bottom: 24px;
}
.featured-product-cta {
  border-radius: 0px;
  background: #4f6b57;
  display: flex;
  height: 40px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  align-self: center;
  color: #fff;
  transition: 0.3s;
  font-family: Cabin;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.featured-product-cta-light {
  background-color: #fff;
  color: #000;
}
.featured-product-cta:hover {
  background-color: #213629;
}
.featured-product-cta-light:hover {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
}

.our-brand-text {
  font-family: Cabin;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 3.36px;
  text-transform: uppercase;
  padding-bottom: 12px;
  color: #4f6b57;
}
@media (max-width: 1000px) {
  .b2b-img-side {
    height: auto;
    width: 50%;
    /* margin: auto; */
  }
}

@media (max-width: 760px) {
  .b2b-image-and-content {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .b2b-img-side {
    height: auto;
    width: 100%;
    /* margin: auto; */
  }
  .content-button-row {
    flex-direction: column;
  }
  .b2b-gray-background-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .content-side {
    margin-top: 16px;
    padding-left: 0px;
    width: 100%;
  }
  .content-side-mirrored {
    margin-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
  .b2b-content-title {
    font-size: 34px;
  }
  .b2b-primary-button {
    width: 100%;
    margin-top: 0px;
    font-size: 14px;
  }
  .b2b-secondary-button {
    width: 100%;
    font-size: 14px;
  }
  .featured-product-title {
    font-size: 24px;
  }
}

/* Title */
.b2b-embroidery-title {
  font-family: Bebas Neue, Arial, Charcoal, sans-serif;
  text-align: center;
  font-size: 48px;
  line-height: inherit;
  color: #fff;
  background-color: #21362a;
  padding-top: 96px;
  padding-bottom: 64px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 760px) {
  .b2b-embroidery-title {
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 16px;
  }
}

/* Icon and Text Grid */
.b2b-icon-and-text-grid-wrapper {
  background-color: #21362a;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2b-icon-and-text-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 294px);
  grid-row-gap: 32px;
  grid-column-gap: 16px;
  margin: auto;
  padding-bottom: 96px;
}
.b2b-icon-and-text-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* width: 294px; */
}
.b2b-icon-and-text-text-column {
  text-align: center;
}
.b2b-icon-and-text-icon {
  height: 96px;
  width: 96px;
  padding: 16px;
  /* filter: invert(99%) sepia(12%) saturate(708%) hue-rotate(267deg) brightness(119%) contrast(100%); */
}
.b2b-icon-and-text-title {
  font-size: 24px;
  padding-top: 27px;
  font-weight: 400;
  color: #fff;
  font-family: "Bebas Neue";
  line-height: 24px; /* 100% */
  letter-spacing: 1.5px;
}
.b2b-icon-and-text-text {
  font-family: "Cabin";
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 4px;
  line-height: 24px; /* 150% */
}
.grid-spacer {
  display: none;
}
/* Add Spacer to Grid to center when we break into second row */
@media only screen and (min-width: 760px) and (max-width: 1363px) {
  .grid-spacer {
    display: flex;
  }
}
@media (max-width: 1363px) {
  .b2b-icon-and-text-grid {
    grid-template-columns: repeat(auto-fit, 30%);
  }
}
@media (max-width: 1240px) {
  .b2b-icon-and-text-grid {
    grid-template-columns: repeat(auto-fit, 31%);
  }
}
@media (max-width: 760px) {
  .b2b-icon-and-text-item {
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 16px;
    overflow: hidden;
    width: 100%;
  }
  .b2b-icon-and-text-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 1.5px;
    padding-top: 0px;
  }
  .b2b-icon-and-text-text {
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .b2b-icon-and-text-icon {
    height: 88px;
    width: 88px;
    margin-right: 24px;
  }
  .b2b-icon-and-text-text-column {
    width: 100%;
    text-align: left;
  }
  .b2b-icon-and-text-grid {
    grid-template-columns: repeat(auto-fit, 100%);
    padding-bottom: 40px;
  }
}

/* Promo Block */
.promo-block-container {
  height: 604px;
  background-color: #f6f6f4;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}
.promo-block-image {
  height: 100%;
  width: 70%;
  object-fit: cover;
}
.promo-block-content {
  display: flex;
  max-width: 680px;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #213629;
  height: fit-content;
  width: fit-content;
  padding: 64px;
  border-radius: 8px;
}
.promo-block-icon {
  height: 50px;
  width: 50px;
  margin-bottom: 24px;
}
.promo-block-title {
  color: #fff;
  padding-bottom: 16px;
  font-size: 64px;
  line-height: 56px; /* 87.5% */
}
.promo-block-copy {
  color: #fff;
  padding-bottom: 24px;
}
.promo-block-cta-row {
  display: flex;
  flex-direction: row;
}
.promo-block-cta {
  border-radius: 0px;
  background: #f8bf02;
  display: flex;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  align-self: center;
  color: #262218;
  transition: 0.3s;
  margin-right: 16px;
}
.promo-block-cta:hover {
  background-color: #b59411;
  color: #fff;
}
.promo-block-cta:focus {
  background-color: #876e0b;
  color: #fff;
}
.promo-block-secondary-cta {
  border-radius: 0px;
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  height: 40px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  align-self: center;
  color: #fff;
  transition: 0.3s;
}
.promo-block-secondary-cta:hover {
  background-color: #fff;
  color: #223529;
}

@media (max-width: 765px) {
  .promo-block-container {
    overflow: hidden;
    height: 800px;
  }
  .promo-block-icon {
    align-self: center;
  }
  .promo-block-image {
    width: 100%;
    height: 800px;
    padding-bottom: 180px;
  }
  .promo-block-title {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
  .promo-block-content {
    padding: 32px 24px;
    width: calc(100% - 48px);
    top: 0;
    /* bottom: -331px; */
    bottom: -40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    flex-direction: column;
    padding: 24px 16px;
  }
  .promo-block-cta-row {
    flex-direction: column;
  }
  .promo-block-copy {
    font-size: 14px;
  }
  .promo-block-cta {
    width: calc(100% - 48px);
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .promo-block-secondary-cta {
    width: calc(100% - 48px);
  }
}

/* Compensate for small mobile */
@media (max-width: 375px) {
  .promo-block-content {
    bottom: -25%;
  }
}

/* Contact Us */
.b2b-contact-us-wrapper {
  background-color: #fff;
  width: 100%;
  height: 500px;
  margin: auto;
  align-content: center;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.b2b-contact-us-content {
  height: 200px;
  margin: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.b2b-contact-us-title {
  font-size: 48px;
  margin: auto;
}
.b2b-contact-us-copy {
  font-size: 18px;
  margin: auto;
}
.b2b-contact-us-button-row {
  display: flex;
  margin: auto;
  flex-direction: row;
}

@media (max-width: 760px) {
  .b2b-contact-us-wrapper {
    width: 90%;
  }
  .b2b-contact-us-content {
    height: 350px;
  }
  .b2b-contact-us-title {
    font-size: 30px;
  }
  .b2b-contact-us-button-row {
    width: 90%;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
  }
}

/* Newsletter Sign Up */
.b2b-newsletter-signup-container {
  height: 540px;
  /* margin-top: 50px; */
  background-image: linear-gradient(
      to bottom,
      rgb(0 0 0 / 50%),
      rgb(0 0 0 / 50%)
    ),
    url("https://assets.basspro.com/image/upload/v1718995938/UX/Experience/Boats%20on%20Dot%20Com/PLP%20Sliders/Fishing%20Boats%20Content%20Page/49769ba3186b256b1a80bb619807056d.png");
  display: flex;
  align-self: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  object-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 24px;
  background-position: center;
}
.b2b-newsletter-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  align-content: center;
  width: calc(100% - 192px);
  min-height: calc(100% - 192px);
  padding: 70px;
  border-radius: 8px;
}
.b2b-newsletter-overlay-text {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 87.5% */
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}
.b2b-primary-button-white-variant {
  background-color: #fff;
  margin-top: 16px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #1e1d19;
}

@media (max-width: 760px) {
  .b2b-newsletter-signup-container {
    height: fit-content;
    margin-top: 0px;
  }
  .b2b-primary-button-white-variant {
    margin-bottom: 16px;
  }
  .b2b-newsletter-overlay {
    padding: 24px 16px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 36px;
  }
  .b2b-newsletter-overlay-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 100% */
    letter-spacing: 1.5px;
  }
}

/* Reqiured Base Styles */
.spacing-top-400 {
  margin-top: 16px;
}
.align-left {
  align-self: flex-start;
}

@media (max-width: 768px) {
  .expand-cta-mobile {
    width: 100%;
    align-self: center;
  }
}

/* Update Caoursel */
.category-page .carousel.padding-true > .content {
  padding: 0px;
}
.category-page .carousel {
  margin: auto !important;
}
.carousel.padding-true > .content {
  margin: auto !important;
}
.titleItems {
  margin: auto;
  margin-top: 64px;
}

.product_category {
  padding-bottom: 0px !important;
}
.category-page .carousel .pageControl {
  display: block;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
  .carousel > .nextPageButton,
  .catalogEntryRecommendationWidget.carousel > .nextPageButton,
  .catalogEntryRecommendationWidget.carousel > .prevPageButton {
    display: flex;
  }
}

@media (max-width: 600px) {
  .clip-true > .content > ul > li {
    width: 100% !important;
  }
}

.white-text-override {
  color: #fff;
}

div[id*="catalogEntryRecommendationWidget"] ul li > div,
div[id*="categoryRecommendation"] ul li > div {
  width: 100%;
}
div[id*="catalogEntryRecommendationWidget"] ul li > div,
div[id*="categoryRecommendation"] ul li > div {
  width: 100%;
}

@media (max-width: 768px) {
  .carousel > h2 {
    margin: 0;
    padding: 0px;
  }
}

/* .styles_Carousel__xTnvn
  .styles_productContainer__6e_ER
  .styles_ProductDetails__pbAEv
  .styles_RatingAndReviews__7d1ZG {
  display: none;
} */

[class^="styles_Carousel_"]
  [class^="styles_productContainer__"]
  [class^="styles_ProductDetails__"]
  [class^="styles_RatingAndReviews__"] {
  display: none;
}
