.categoryContainer {
  cursor: pointer;
  background: #ECECEE;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #646464;
  border-color: white;
  transition: all 0.33s;
  padding: 10px 16px;
  border-radius: 10px;
  margin: 0 4px 0 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
.categoryContainer {
    justify-content: center !important;
    display: flex !important;
    padding: 10px 30px;
    border-radius: 40px !important;
    flex-direction: row !important;
    text-align: end !important;
    line-break: strict !important;
}
}
.categoryContainer .category-name {
  text-align: end;
}
@media screen and (min-width: 1024px) {
.categoryContainer .category-name {
    padding-right: 10px;
}
}
@media screen and (min-width: 1024px) {
.categoryContainer:hover {
    color: #FFFFFF;
    background: linear-gradient(90deg, #106ceb 0%, #f1222a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
}
}
.socialBtn[data-v-54b5e679] {
  cursor: pointer;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
}
@media screen and (max-width: 599px) {
.socialBtn[data-v-54b5e679] {
    max-width: 200px;
    border-radius: 30px !important;
}
}
@media screen and (max-width: 1023px) {
.socialBtn[data-v-54b5e679] {
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}
}
.socialBtn .label[data-v-54b5e679] {
  padding-left: 6px;
  font-weight: 600;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
@media screen and (max-width: 1023px) {
.socialBtn .label[data-v-54b5e679] {
    font-weight: 600;
    font-size: 14px;
}
}
.social[data-v-54b5e679] {
  background: url(../img/homeSocialBg.806716a4.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 290px;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
.social[data-v-54b5e679] {
    background: url(../img/homeSocialBg-m.b4b7beae.webp) no-repeat;
    background-position: bottom center;
    background-size: cover;
    border-radius: 0;
    height: 300px;
}
.social .q-btn[data-v-54b5e679] {
    background: #ffffff;
    border: 0 !important;
}
}
.mainLabel[data-v-54b5e679] {
  font-weight: 600;
  color: white;
  font-size: 24px;
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
.mainLabel[data-v-54b5e679] {
    font-size: 20px !important;
    margin-bottom: 20px;
}
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
.mainLabel[data-v-54b5e679] {
    font-size: 22px;
    margin-bottom: 20px;
}
}
.blue[data-v-54b5e679] {
  background-image: linear-gradient(90deg, #106CEB 0%, #5157B5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
}
.purple[data-v-54b5e679] {
  background: linear-gradient(90deg, #5954AE 0%, #A93B68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
}
.red[data-v-54b5e679] {
  background: linear-gradient(90deg, #B4375F 0%, #F1222A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
}
.blue[data-v-54b5e679], .purple[data-v-54b5e679], .red[data-v-54b5e679] {
  transition: all 0.5s;
  background-size: 100% auto;
}
.blue[data-v-54b5e679]:hover, .purple[data-v-54b5e679]:hover, .red[data-v-54b5e679]:hover {
  background-size: 200% auto;
  background-position: left center;
  filter: brightness(130%);
}
.social-wrapper[data-v-54b5e679] {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 600px) {
.social-wrapper[data-v-54b5e679] {
    justify-content: center;
}
}
@media screen and (max-width: 599px) {
.social-wrapper[data-v-54b5e679] {
    flex-direction: column;
    width: 100%;
}
}
.review-rating[data-v-56324460] {
  padding-bottom: 10px;
}
.productReviewName[data-v-56324460] {
  padding-bottom: 10px;
  color: #4E4F53;
  font-weight: 600;
  width: 100%;
  display: flex;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 1023px) {
.productReviewName[data-v-56324460] {
    font-size: 18px;
    line-height: 22px;
}
}
.reviewContainer[data-v-56324460] {
  background: white;
  width: 850px;
  background-size: 100% 3px;
  border-radius: 6px;
  color: #4F4F51;
  text-align: center;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
.reviewContainer[data-v-56324460] {
    padding: 16px 10px;
}
}
@media screen and (min-width: 601px) {
.reviewContainer[data-v-56324460] {
    padding: 30px 50px 30px 30px;
}
}
.reviewContainer .productName[data-v-56324460] {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  align-self: center;
  width: 100%;
}
.reviewContainer .name[data-v-56324460] {
  font-weight: 600;
  font-size: 16px;
}
.reviewContainer .name .subtitle[data-v-56324460] {
  font-weight: 400;
}
.reviewContainer .content[data-v-56324460] {
  text-align: left;
}
.imgStyle[data-v-56324460] {
  max-width: 150px;
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
.imgStyle[data-v-56324460] {
    max-width: 130px !important;
    margin-left: -15px;
}
}
.review-carousel .carousel__viewport, .review-carousel .carousel__track {
  height: 100%;
}
.review-carousel .carousel__next {
  right: 35px;
}
.review-carousel .carousel__prev {
  left: 35px;
}
.review-carousel .carousel__prev, .review-carousel .carousel__next {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 35px;
  border-radius: 5px;
  height: 70px;
  background: #DEDEE0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-carousel .carousel__prev .carousel__icon, .review-carousel .carousel__next .carousel__icon {
  color: #59595B;
}
.review-carousel .carousel__prev:hover, .review-carousel .carousel__next:hover {
  background: darkgray;
  transition: background-color 0.33s ease-in-out;
}
.reviewsBg {
  height: 400px;
}
@media screen and (max-width: 599px) {
.reviewsBg {
    height: 230px;
}
}
@media screen and (max-width: 1023px) {
.reviewsBg {
    background: linear-gradient(#F3F3F4, #9D9EA0);
}
}
@media screen and (min-width: 1024px) {
.reviewsBg {
    background: linear-gradient(#F2F2F2, #BFBEC3);
}
}
.review-rating .q-rating__icon {
  text-shadow: none !important;
}
.rating-gradient {
  background: #106ceb;
  background: linear-gradient(60deg, #106ceb 0%, #f1222a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106ceb",endColorstr="#f1222a",GradientType=1);
}
.blogCard[data-v-a4170f9c] {
  transition: all 0.33s ease-in-out;
  box-shadow: 0 1px 1px 0 rgba(36, 36, 36, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(36, 36, 36, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(36, 36, 36, 0.2);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ececee;
  text-align: left !important;
  height: 100%;
}
.blogCard[data-v-a4170f9c]:hover {
  transform: translateY(-3px);
  background-color: white;
  border-color: #dbdcdd;
}
.blogCard .teaser[data-v-a4170f9c] {
  max-height: 200px;
  overflow: hidden;
}
.blogCard .read-more-button[data-v-a4170f9c] {
  background: #e5f0fe;
  color: #0370f7;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition-duration: 300ms;
}
.blogCard .read-more-button[data-v-a4170f9c]:hover {
  background: #0370f7;
  color: #fff;
}
@media screen and (max-width: 1023px) {
.blogs {
    grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (min-width: 1024px) {
.blogs {
    grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (max-width: 1023px) {
.newest-products, .featured-products {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (min-width: 1024px) {
.newest-products, .featured-products {
    grid-template-columns: repeat(4, 1fr);
}
}
.product-grid {
  display: grid;
}
@media screen and (max-width: 1023px) {
.product-grid {
    grid-gap: 0.5rem;
}
}
@media screen and (min-width: 1024px) {
.product-grid {
    grid-gap: 1rem;
}
}
.featuresWrapper {
  background: #7e796e;
  background: linear-gradient(30deg, #7e796e 0%, #202225 100%);
}
.featuresBg {
  background: #e8f1fd;
  background: linear-gradient(90deg, #e8f1fd 0%, #feebeb 100%);
}
.featuresBorderBottom {
  height: 2px;
  background: #82b2f4;
  background: linear-gradient(90deg, #82b2f4 0%, #f8979b 100%);
}
.row > label {
  border: 0 solid black !important;
}
.sliderBtn {
  width: 35px;
  border-radius: 5px;
  height: 70px;
  background: #DEDEE0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sliderBtn:hover {
  background: darkgray;
  transition: background-color 0.33s ease-in-out;
}
.categoryWidth {
  width: 20%;
}
@media screen and (max-width: 1200px) {
.categoryWidth {
    width: 25% !important;
}
}
@media screen and (max-width: 600px) {
.categoryWidth {
    width: 50% !important;
}
}
.featureTitle {
  color: #4c4f53;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
.featureTitle {
    font-size: 16px;
}
}
@media screen and (min-width: 1024px) {
.featureTitle {
    font-size: 18px;
}
}
.featureBody {
  color: #4E4F54;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
.featureBody {
    font-size: 14px;
}
}
@media screen and (min-width: 1024px) {
.featureBody {
    font-size: 15px;
}
}
.promotionTitle {
  color: #4d4f53;
  font-weight: 600;
}
@media screen and (min-width: 601px) {
.promotionTitle {
    font-size: 30px;
}
}
@media screen and (max-width: 600px) {
.promotionTitle {
    font-size: 18px;
}
}
.categoriesContainer {
  color: #242424;
  font-size: 19px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
.categoriesContainer {
    margin-top: 15px;
    height: 60px !important;
}
}
.secondary-carousel-left {
  left: 15px;
}
.secondary-carousel-right {
  right: 15px;
}
.secondary-carousel-left, .secondary-carousel-right {
  z-index: 1;
  position: absolute;
  top: 40%;
  width: 35px;
  border-radius: 5px;
  height: 70px;
  background: darkgray;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.33s ease-in-out;
}
.secondary-carousel-left:hover, .secondary-carousel-right:hover {
  background: #4D4F53;
}
.featureImg {
  width: 50px !important;
  height: 50px !important;
}
@media screen and (max-width: 1023px) {
.featureImg {
    width: 45px !important;
    height: 45px !important;
}
}
.carouselContainer {
  min-height: 30vw;
}
@media screen and (max-width: 1023px) {
.carouselContainer {
    min-height: 133vw;
}
}
@media screen and (max-width: 1023px) {
.secondary-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}
}
.mainTitleContainer {
  padding: 20px;
}
@media screen and (max-width: 1023px) {
.mainTitleContainer {
    padding: 15px !important;
}
}
.svgSize {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1023px) {
.svgSize {
    width: 30px !important;
    height: 30px !important;
}
}
.showMoreBtn {
  cursor: pointer;
  width: 100%;
  text-align: center;
  color: #4D4F53;
  font-weight: 600;
  margin: 12px 0;
  border-radius: 10px;
  font-size: 20px;
  padding: 14px 24px 14px 24px;
  border: 2px solid #4D4F53;
}
@media screen and (max-width: 1023px) {
.showMoreBtn {
    border-radius: 5px !important;
    font-size: 16px !important;
    padding: 12px !important;
}
}
@media screen and (max-width: 1023px) {
.show-more-link {
    width: 100%;
}
}
.secondaryCarouselContainer {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
.secondaryCarouselContainer {
    padding: 0 !important;
}
}
.categoryScrollArea {
  height: 59px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
.categoryScrollArea {
    margin: 15px 0 0 0;
}
}
.featureWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 160px;
  padding: 0 10px;
}
@media screen and (max-width: 1023px) {
.featureWrapper {
    background: none !important;
    height: auto !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
}
@media screen and (min-width: 1440px) {
.featureWrapper {
    height: 100%;
}
}
@media screen and (max-width: 1023px) {
.featureWrapperContainer {
    padding: 8px 8px !important;
    margin-top: 8px !important;
}
}
@media screen and (min-width: 1440px) {
.featureWrapperContainer {
    height: 100%;
}
.featureWrapperContainer:nth-of-type(1) .featureWrapper {
    padding-left: 0;
}
.featureWrapperContainer:nth-of-type(4) .featureWrapper {
    padding-right: 0;
}
}
@media screen and (max-width: 1023px) {
.socialLineContainer {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
}
#first-gradient {
  --color-stop-1: #405AD9;
  --color-stop-2: #4855C6;
}
#second-gradient {
  --color-stop-1: #584EAD;
  --color-stop-2: #6B4997;
}
#third-gradient {
  --color-stop-1: #86457C;
  --color-stop-2: #9D4265;
}
#fourth-gradient {
  --color-stop-1: #B7414E;
  --color-stop-2: #CA423E;
}
.first-gradient {
  fill: url(#first-gradient) #0370f7;
}
.second-gradient {
  fill: url(#second-gradient) #0370f7;
}
.third-gradient {
  fill: url(#third-gradient) #0370f7;
}
.fourth-gradient {
  fill: url(#fourth-gradient) #0370f7;
}
.yt-btn {
  border-radius: 8px;
  background: #DF2938;
}
.pure-gold-tv {
  color: #fff;
  font-weight: 600;
  padding-left: 6px;
  font-size: 22px;
}
@media screen and (min-width: 1440px) {
.youtubeVideosWrapper {
    padding-left: 50px;
}
}
.feature-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  grid-auto-flow: dense;
  flex-direction: row;
  color: white;
  align-items: center;
}
@media screen and (max-width: 599px) {
.feature-container {
    grid-template-columns: repeat(1, 1fr) !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
.feature-container {
    padding-top: 16px;
}
}
@media screen and (min-width: 1440px) {
.feature-container {
    padding-left: 16px;
}
}

/*# sourceMappingURL=851.93a09194.css.map*/