/** Shopify CDN: Minification failed

Line 676:6 Expected ":"
Line 677:2 Expected ":"

**/
* {
  letter-spacing: 0; text-decoration: none;
}
*:focus-visible {
  outline: none; box-shadow: none;
}
.field__input::placeholder {
  opacity: 1;
}
.field__input:focus {
  box-shadow: none;
}
.section_heading {
  display: block; font-size: 36px; line-height: 55px; color: #000000; font-weight: 600; margin: 0;
}
.sub_heading {
  font-size: 20px; line-height: 28px; font-weight: 600; text-transform: uppercase; margin: 0;
}
.button:after, .button:before {
  display: none;
}
.button {
  text-transform: uppercase; font-size: 16px; line-height: 24px; font-weight: 700; border-radius: 50px; background: transparent linear-gradient(90deg, #930ED9 0%, #2EC8ED 100%); color: #fff;
  min-width: auto; min-height: auto; padding: 12px 30px; transition: all 0.5s ease;
}
.button:hover {
  background: transparent linear-gradient(87deg, #930ED9 10%, #2ec8ed 200%); box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.08);
}
/* ROLL LABELS SECTION CSS STARTS */
.RollLabels p {
  margin: 0;
}
.RollLabels .section_heading {
  margin: 0 0 13px;
}
.RollLabels .roll-list {
  display: flex; margin: 0 -10px;
}
.RollLabels .roll-item_wrap {
  padding: 10px;
}
.RollLabels .roll-item {
  border-radius: 10px; box-shadow: 0px 3px 6px #00000029; transition: all .2s ease-in-out; position: relative; top: 0;
}
.RollLabels .roll-item:hover {
  box-shadow: 0 4px 8px #26262633; top: -4px;
}
.RollLabels .roll-img-wrap {
  padding: 15px; min-height: 214px; max-height: 214px; display: flex; align-items: center; justify-content: center; border: 1px solid #707070; border-bottom: 0; border-radius: 10px 10px 0 0;
}
.RollLabels .roll-img-wrap img {
  max-width: 130px; height: auto;
}
.RollLabels .roll-text-wrap {
  border-radius: 0 0 10px 10px; padding: 18px 15px; text-align: center; font-size: 18px; line-height: 25px; font-weight: 600; word-break: break-word;
}
.RollLabels .roll-text-wrap p {
  overflow: hidden; height: 50px;
}
.slick-arrow:before {
  display: none;
}
.slick-slider .slick-arrow {
  z-index: 1; top: unset; bottom: -48px; width: 30px; height: 30px; transform: translateX(-50%);
}
.slick-arrow.slick-prev {
  left: calc(50% - 27px);
}
.slick-arrow.slick-next {
  left: calc(50% + 27px);
}

.product .product__info-wrapper .cl-po--radio-item{
  flex-wrap: wrap;
}
.product .product__info-wrapper .cl-po--radio-item .size-option-link{
  font-size: 12px;
}

@media screen and (max-width: 1199px){
  .section_heading {
    font-size: 32px; line-height: 40px;
  }
  .RollLabels .roll-img-wrap, .RollLabels .roll-text-wrap {
    padding: 10px;
  }
  .RollLabels .roll-img-wrap {
    min-height: 190px; max-height: 190px;
  }
  .RollLabels .roll-text-wrap {
    font-size: 16px; line-height: 22px;
  }
  .RollLabels .roll-text-wrap p {
    height: 44px;
  }
}
@media screen and (max-width: 991px){
  .section_heading {
    font-size: 28px; line-height: 36px;
  }
  .RollLabels .roll-img-wrap {
    min-height: 170px; max-height: 170px;
  }
}
@media screen and (max-width: 767px){
  .section_heading {
    font-size: 24px; line-height: 32px;
  }
  .RollLabels .roll-img-wrap img {
    max-width: 100px;
  }
}
@media screen and (max-width: 575px){
  .section_heading {
    font-size: 22px; line-height: 30px;
  }
  .RollLabels .section_heading {
    text-align: center;
  }
  .RollLabels .roll-item_wrap {
    padding: 6px;
  }
  .RollLabels .roll-img-wrap img {
    max-width: 90px;
  }
}
/* ROLL LABELS SECTION CSS ENDS */

/* INDUSTRIES SECTION CSS STARTS */
.Industries .sub_heading {
  margin: 0 0 6px;
}
.Industries .section_heading {
  margin: 0 0 21px;
}
.Industries .industry-list {
  display: flex; flex-wrap: wrap; margin-right: -6px;
}
.Industries .col_wrapper {
  width: 16.66%; border: 1px solid #CBCBCB; margin-left: -1px; margin-top: -1px; transition: .5s all;
}
.Industries .col {
  text-align: center; padding: 22px 20px; height: 100%; border: 2px solid transparent; transition: border .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.Industries .col_wrapper:hover .col {
  border: 2px solid #930ED9; box-shadow: 0px 0px 20px #0000001D;
}
.Industries .icon {
  min-height: 124px; max-height: 124px; display: flex; align-items: center; justify-content: center; margin: 0 0 23px;
}
.Industries .icon img {
  max-width: 100%; height: auto;
}
.Industries .text {
  margin: 0; font-size: 16px; line-height: 25px; color: #000; font-weight: 600; text-transform: uppercase; transition: .8s all;
}
.Industries .col_wrapper:hover .text {
  color: #930ED9;
}

@media screen and (max-width: 1199px){
  .Industries .col_wrapper {
    width: 25%;
  }
  .Industries .col {
    padding: 15px;
  }
  .Industries .icon {
    margin: 0 0 15px;
  }
  .Industries .text {
    line-height: 22px;
  }
}
@media screen and (max-width: 991px){
  .sub_heading {
    font-size: 18px; line-height: 24px;
  }
}
@media screen and (max-width: 767px){
  .sub_heading {
    font-size: 16px; line-height: 22px;
  }
  .Industries .col {
    padding: 10px;
  }
  .Industries .icon {
    min-height: 90px; max-height: 90px;
  }
  .Industries .icon img {
    max-width: 90px; max-height: 90px; width: auto;
  }
  .Industries .text {
    font-size: 14px; line-height: 20px;
  }
}
@media screen and (max-width: 575px){
  .sub_heading {
    font-size: 14px; line-height: 20px;
  }
  .Industries .sub_heading, .Industries .section_heading {
    text-align: center;
  }
  .Industries .col_wrapper {
    width: 50%;
  }
  .Industries .icon {
    min-height: 80px; max-height: 80px;
  }
  .Industries .icon img {
    max-width: 80px; max-height: 80px;
  }
}
/* INDUSTRIES SECTION CSS ENDS */

/* REVIEWS CAROUSEL SECTION CSS STARTS */
.Reviews_Carousel {
  border-bottom: 2px solid #4D4D4D;
}
.Reviews_Carousel .jdgm-carousel-wrapper {
  width: 100%; padding: 85px 0 74px;
}
.Reviews_Carousel .jdgm-carousel-title-and-link {
  margin-bottom: 64px;
}
.Reviews_Carousel .jdgm-carousel-title {
  font-size: 36px; line-height: 51px; color: #000000; letter-spacing: 0; margin: 0 0 18px;
}
.Reviews_Carousel .jdgm-star {
  font-size: 18px; padding: 0 6.5px 0 0 !important;
}
.Reviews_Carousel .jdgm-carousel-number-of-reviews {
  font-size: 17px; line-height: 24px; font-weight: 600; text-decoration: none; color: #000000; margin: 12px 0 0;
}
.Reviews_Carousel .jdgm-verified-by-judgeme {
  display: none;
}
.Reviews_Carousel .jdgm-carousel-item {
  padding: 0 30px;
}
.Reviews_Carousel .jdgm-carousel-item__review-rating {
  margin: 0 0 23px;
}
.Reviews_Carousel .jdgm-carousel-item__review-body p {
  font-size: 20px; line-height: 35px; color: #000000;
}
.Reviews_Carousel .jdgm-carousel__left-arrow, .Reviews_Carousel .jdgm-carousel__right-arrow {
  width: 30px; height: 30px; transform: unset; border: unset;
}
.Reviews_Carousel .jdgm-carousel__left-arrow {
  background: url(/cdn/shop/files/left-arrow.svg?v=1681968488) no-repeat; margin-right: 26px;
}
.Reviews_Carousel .jdgm-carousel__right-arrow {
  background: url(/cdn/shop/files/right-arrow.svg?v=1681968488) no-repeat;
}

@media screen and (max-width: 1199px){
  .Reviews_Carousel .jdgm-carousel-title {
    font-size: 32px; line-height: 40px;
  }
  .Reviews_Carousel .jdgm-carousel-item {
    padding: 0 20px;
  }
  .Reviews_Carousel .jdgm-carousel-item__review-body p {
    font-size: 18px; line-height: 30px;
  }
}
@media screen and (max-width: 991px){
  .Reviews_Carousel .jdgm-carousel-wrapper {
    padding: 40px 0;
  }
  .Reviews_Carousel .jdgm-carousel-title-and-link {
    margin-bottom: 40px;
  }
  .Reviews_Carousel .jdgm-carousel-title {
    font-size: 28px; line-height: 36px;
  }
  .Reviews_Carousel .jdgm-carousel {
    margin-bottom: 0;
  }
  .Reviews_Carousel .jdgm-carousel-item__review-rating {
    margin: 0 0 14px;
  }
  .Reviews_Carousel .jdgm-carousel-item__review-body p {
    font-size: 16px; line-height: 26px;
  }
  .Reviews_Carousel .jdgm-carousel__arrows {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px){
  .Reviews_Carousel .jdgm-carousel-title {
    font-size: 24px; line-height: 32px;
  }
  .Reviews_Carousel .jdgm-carousel__item-wrapper {
    height: 170px;
  }
  .Reviews_Carousel .jdgm-carousel-item {
    padding: 0;
  }
  .Reviews_Carousel .jdgm-carousel-item__review-body.jdgm-line-clamp {
    -webkit-line-clamp: 5 !important;
  }
}
@media screen and (max-width: 575px){
  .Reviews_Carousel .jdgm-carousel-title {
    font-size: 22px; line-height: 30px;
  }
}
/* REVIEWS CAROUSEL SECTION CSS ENDS */

/* LATEST BLOGS SECTION CSS STARTS */
.Homepage_Blogs .title-wrapper {
  text-align: center; margin: 0 0 36px;
}
.Homepage_Blogs .sub_heading {
  margin: 0 0 10px;
}
.Homepage_Blogs .card__inner {
  min-height: 260px;
}
.Homepage_Blogs .article-card>.card__content {
  text-align: center;
}
.Homepage_Blogs .article-card>.card__content .card__information {
  padding: 25px 0 0;
}
.Homepage_Blogs .article-card .card__heading {
  font-size: 16px; line-height: 24px; font-weight: normal; height: 48px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;
  margin: 0 0 25px; transition: .5s all;
}
.Homepage_Blogs .article-card:hover .card__heading {
  color: #930ed9;
}
.Homepage_Blogs .card__heading a:after {
  display: none;
}
.Homepage_Blogs .read-more_btn {
  display: block; font-size: 16px; line-height: 23px; text-transform: uppercase; color: #930ED9; font-weight: 700;
}
.Homepage_Blogs .article-card:hover .read-more_btn {
  opacity: .6;
}
.Homepage_Blogs .blog__button {
  max-width: 253px; width: 100%; margin-top: 62px;
}
.Homepage_Blogs .slider.slider--tablet {
  scroll-padding-left: 0;
}
.slider-mobile-gutter .grid--peek.slider .grid__item:first-of-type {
  margin-left: 0;
}
.slider-mobile-gutter .slider--tablet:after {
  padding-left: 0;
}
.slider-mobile-gutter .slider-button {
  width: 30px; height: 30px; padding: 0; margin: 0 11px;
}
.slider-mobile-gutter .slider-button:disabled {
  opacity: .5;
}
@media screen and (min-width: 992px){
  .Homepage_Blogs .blog__posts.articles-wrapper {
    column-gap: 35px;
  }
  .Homepage_Blogs .blog__posts.articles-wrapper .blog__post {
    width: calc(33.33% - 35px);
  }
}
@media screen and (max-width: 991px){
  .Homepage_Blogs .card__inner {
    min-height: unset;
  }
  .Homepage_Blogs .blog__button {
    margin-top: 30px;
  }
  .Homepage_Blogs .article-card .card__heading {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px){
  .button {
    font-size: 14px; line-height: 22px; /*padding: 10px;*/
  }
  .Homepage_Blogs .blog__button {
   /* max-width: 200px;*/
  }
}
/* LATEST BLOGS SECTION CSS ENDS */

/* FOOTER CSS STARTS */
.footer {
  position: relative;
}
.footer:before {
  content: ''; background: url('/cdn/shop/files/footer-background.svg?v=1682059411'); background-size: 100%; width: 100%; height: 60px; position: absolute; 
  top: -9px; left: 0; background-repeat: no-repeat;
}
.footer .footer-block--newsletter {
  border-bottom: 2px solid #4D4D4D; padding: 0 0 45px;
}
.footer .footer-block__newsletter, .footer .footer_newsletter-title {
  display: flex; justify-content: center; align-items: center;
}
.footer .footer-block__newsletter .footer-block__heading {
  margin: 0 26px 0 17px; font-size: 25px; line-height: 35px; font-weight: 600; text-transform: uppercase; color: #fff;
}
.footer .footer__newsletter {
  max-width: 513px; margin: 0;
}
.footer .newsletter-form__field-wrapper {
  max-width: 100%;
}
.footer .newsletter-form__field-wrapper .field:before, .footer .newsletter-form__field-wrapper .field:after {
  display: none;
}
.footer .newsletter-form__field-wrapper .field__input, 
.footer .newsletter-form__field-wrapper .field__input::placeholder,
.footer .newsletter-form__field-wrapper .newsletter-form__button {
  font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 23px;
}
.footer .newsletter-form__field-wrapper .field__input::placeholder {
  color: #272727;
}
.footer .newsletter-form__field-wrapper .field__input {
  height: 58px; padding: 10px 156px 10px 15px; margin: 0; color: #272727; background: #fff; border-radius: 50px;
}
.footer .newsletter-form__field-wrapper .field__input::placeholder {
  opacity: 0;
}
.footer .newsletter-form__field-wrapper .newsletter-form__button {
  max-width: 146px; width: 100%; padding: 8px; height: 48px; top: 50%; transform: translateY(-50%); right: 5px;
}
.footer .newsletter-form__message {
  font-size: 16px; line-height: 24px; color: #fff; margin-left: 15px; font-weight: 400;
}
.footer .newsletter-form__message .icon-success {
  width: 16px; height: 16px;
}
.footer .footer__blocks-Menus {
  padding: 53px 0 38px; border-bottom: 2px solid #4D4D4D; column-gap: 0;
}
.footer .grid__item.FooterLogo {
  width: 21%;
}
.footer .grid__item.Menu_1 {
  width: 24%;
}
.footer .grid__item.Menu_2 {
  width: 35%;
}
.footer .grid__item.Menu_3 {
  width: 14%;
}
.footer .grid__item.Menu_4 {
  width: 15%;
}
.footer .footer-block__image-wrapper {
  box-shadow: none; border: none;
}
.footer .footer-block--menu.Menu_2 ul {
  column-count: 2;
}
.footer .footer-block--menu .footer-block__heading {
  font-size: 17px; line-height: 24px; font-weight: 600; text-transform: uppercase; color: #2EC8ED; margin: 0 0 23px;
}
.footer .footer-block--menu li {
  margin-bottom: 3px;
}
.footer .footer-block--menu .list-menu__item--link {
  font-size: 15px; line-height: 23px; color: #fff; text-decoration: none; padding: 0; transition: .5s all;
}
.footer .footer-block--menu .list-menu__item--link:hover, .footer .footer-block--menu .list-menu__item--link.list-menu__item--active {
  color: #2EC8ED; margin-left: 10px;
}
.footer .Footer_Bottom {
  justify-content: space-between; align-items: center;
}

@media screen and (max-width: 1199px){
  .footer .grid__item.FooterLogo {
    width: 100%;
  }
  .footer .FooterLogo .footer-block-image {
    justify-content: center;
  }
  .footer .grid__item.Menu_1 {
    width: 33.33%;
  }
  .footer .grid__item.Menu_2 {
    width: 44.33%;
  }
  .footer .grid__item.Menu_3 {
    width: 22.33%;
  }
}
@media screen and (max-width: 991px){
  .footer:before {
    height: 35px;
  }
  .footer .footer__content-top {
    padding-bottom: 20px;
  }
  .footer .footer-block--newsletter {
    padding: 0 0 34px;
  }
  .footer .footer-block__newsletter svg {
    width: 25px;
  }
  .footer .footer-block__newsletter .footer-block__heading {
    font-size: 20px; line-height: 26px; margin: 0 20px 0 8px;
  }
  .footer .footer__newsletter {
    max-width: 400px;
  }
  .footer .newsletter-form__field-wrapper .field__input {
    height: 50px; padding: 10px 142px 10px 15px;
  }
  .footer .newsletter-form__field-wrapper .newsletter-form__button {
    max-width: 130px; height: 42px;
  }
  .footer .footer__blocks-Menus {
    padding: 30px 0;
  }
  .footer .footer-block--menu .footer-block__heading {
    margin: 0 0 18px;
  }
  .footer .list-social .list-social__item {
    max-width: 25px;
  }
  .footer .list-social__item .icon {
    max-height: 25px;
  }
  .footer .list-social .list-social__item:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px){
  .footer .footer-block--newsletter {
    padding: 0 0 25px;
  }
  .footer .footer-block__newsletter {
    flex-wrap: wrap; 
  }
  .footer .footer__newsletter {
    max-width: 100%; margin: 15px 0 0;
  }
  .footer .footer-block__newsletter .footer-block__heading {
    margin-right: 0;
  }
  .footer .newsletter-form__field-wrapper {
    max-width: 500px; margin: 0 auto;
  }
  .footer .footer__blocks-Menus {
    padding: 20px 0;
  }
  .footer .footer-block--menu .footer-block__heading {
    margin: 0 0 12px; font-size: 16px; line-height: 22px;
  }
  .footer .footer-block--menu .list-menu__item--link {
    font-size: 14px; line-height: 22px;
  }
}
@media screen and (max-width: 749px){
  .footer .grid .footer-block__heading {
    position: relative; margin: 0; padding: 1.5rem 0; cursor: pointer;
  }
  .footer .grid .footer-block--menu .footer-block__heading::after {
    content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 20px; text-align: center;
  }
  .footer .grid .footer-block--menu .footer-block__heading:not(.block-collapsed)::after {
    content: "-";
  }
  .footer .grid .footer-block__heading.block-collapsed + .footer-block__details-content {
    visibility: hidden; opacity: 0; height: 0; margin: 0; padding: 0; transition: all .2s ease-out; overflow: hidden;
  }
  .footer .grid .footer-block__heading + .footer-block__details-content {
    visibility: visible; opacity: 1; height: auto; transition: all .2s ease-out; overflow: hidden; padding: 10px 0 0;
  }
  .footer .footer-block--menu .footer-block__heading {
    margin: 0 0 10px; border-bottom: 1px solid #fff; text-align: left;
  }
  .footer .footer-block--menu:last-child .footer-block__heading {
    border-bottom: 0;
  }
  .footer .footer-block--menu:last-child .footer-block__heading[aria-expanded="true"] {
    border-bottom: 1px solid #fff;
  }
  .footer .footer-block--menu li {
    margin-bottom: 5px; text-align: left;
  }
  .footer .footer-block--menu ul#footer-block-index-0 {
    margin-bottom: 0;
  }
  .footer .grid__item.FooterLogo {
    margin: 0 0 20px;
  }
  .footer .grid__item.Menu_1, .footer .grid__item.Menu_2, .footer .grid__item.Menu_3, .footer .grid__item.Menu_4 {
    width: 100%;
  }
  .footer .footer-block--menu.Menu_2 ul {
    column-count: unset;
  }
}
@media screen and (max-width: 575px){
  .footer:before {
    top: -5px;
  }
  .footer .footer-block__newsletter svg {
    width: 22px;
  }
  .footer .footer-block__newsletter .footer-block__heading {
    font-size: 18px; line-height: 24px;
  }
  .footer .newsletter-form__field-wrapper .field {
    flex-wrap: wrap;
  }
  .footer .newsletter-form__field-wrapper .field__input {
    height: 42px; padding: 10px 15px;
  }
  .footer .newsletter-form__field-wrapper .newsletter-form__button {
    position: unset; transform: unset; margin: 10px 0 0; max-width: 100%;
  }
  .footer .grid__item.FooterLogo img {
    max-width: 190px;
  }
  .footer .Footer_Bottom {
    justify-content: center;
  }
  .footer .footer__copyright {
    width: 100%;
  }
}
/* FOOTER CSS ENDS */

/* COLLECTION PAGE CSS STARTS */
.template-collection .collection-hero__title {
  margin-bottom: 0;
}
.template-collection .facets__price .field__input, .template-collection .facets__price .field__input:focus {
  padding: 10px;
}
.template-collection .facets-container .active-facets__button-remove {
  color: #930ED9; transition: .5s all;
}
.template-collection .facets-container .active-facets__button-remove:hover {
  -webkit-text-stroke: 0.3px;
}
.product-grid-container .card-wrapper {
  border: 1px solid rgba(127,127,127,.16); box-shadow: 0 1px 4px #7f7f7f1c; padding: 15px; top: 0; transition: all .2s ease-in-out;
}
.product-grid-container .card-wrapper:hover {
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2); top: -4px; border: 1px solid #cccccc;
}
.product-grid-container .card__inner {
  background: transparent; min-height: 270px; max-height: 270px;
}
.product-grid-container .card__media .media img {
  object-fit: contain; max-height: 270px;
}
.product-grid-container .card-wrapper .card__heading {
  font-size: 16px; line-height: 24px; transition: .5s all;
}
.product-grid-container .card-wrapper:hover .card__heading, .product-grid-container .card-information>.price {
  color: #930ED9;
}

@media screen and (max-width: 991px) {
  .template-collection .facets .facets__form{
    gap: 0 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .product-grid-container .grid__item {
    width: 100%; max-width: 100%;
  }
  .product-grid-container .card-wrapper {
    padding: 10px;
  }
  .product-grid-container .card__inner {
    min-height: 200px; max-height: 200px;
  }
  .product-grid-container .card__media .media img {
    max-height: 200px;
  }
  .product-grid-container .card-wrapper .card__heading {
    font-size: 14px; line-height: 20px;
  }
  .product-grid-container .price {
    font-size: 14px;
  }
}
/* COLLECTION PAGE CSS ENDS */

/* Hero Sections */
.new-hero-two-wrap { display: flex; flex-flow: wrap; padding: 35px; align-items: center; justify-content: center; margin-left: -15px; margin-right: -15px; }
.new-hero-two-wrap > div { width: calc(100% /3); padding: 15px; }
.new-hero-img img { max-width: 100%; aspect-ratio: 2.2 / 1; border-radius: 15px; width: 100%; object-fit: cover; object-position: top left; }
.new-hero-two-col-main-wrap { padding: 0px 15px; background: transparent linear-gradient(90deg, #930ED9 0%, #2EC8ED 100%); }
.new-hero-content { text-align: center; border-radius: 5px; color: #fff; }
.new-hero-content h2 { margin: 0; color: #fff; font-size: calc(var(--font-heading-scale)* 3.5rem); }
.new-hero-content .content { display: inline-block; width: 100%; font-size: 2rem; }
.new-hero-two-wrap .new-hero-content-wrap { padding: 0; }
.new-hero-btn a.button { font-size: 16px; line-height: 25px; color: #fff; font-weight: 700; text-transform: uppercase; border: 2px solid #ffffff; border-radius: 50px; transition: .2s ease-in-out; background: transparent; }
.new-hero-btn a.button:hover { background: #fff; color: #930ED9; }
.new-hero-bottom-product-wrap { display: flex; flex-flow: wrap; }

.new-hero-bottom-product-list { width: calc(100% / 6); padding: 15px; }
.new-hero-bottom-product-box { box-shadow: 0 0 9px 0 #c3c3c3; border-radius: 15px;  }
.new-hero-bottom-product-img img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 15px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; vertical-align: top; }
.new-hero-bottom-product-main-wrap { padding: 35px 15px; }
.new-hero-bottom-product-details { padding: 15px; text-align: center; padding-top: 10px; }
.new-hero-bottom-product-details h2 { margin: 0; }
.new-hero-bottom-product-details .content { color: rgba(var(--color-foreground)); }

  
.img-details-main-wrap { display: flex; flex-flow: wrap; }
.two-column-img-main-wrap { width: 50%; padding: 0px 15px; }
.two-column-img-wrap { display: flex; align-items: center; background-color: #f5f5f5; border-radius: 15px; overflow: hidden; }
.two-column-img { width: 40%; }
.two-column-img img { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: center left; mix-blend-mode: darken; vertical-align: top; }
.two-column-details { width: 60%; padding: 15px; }
.two-column-details h2 { margin: 0; text-transform: capitalize; }
.two-column-details .content { display: inline-block; width: 100%; font-size: 18px; }
.two-column-link a:after { content:''; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 10' fill='none' aria-hidden='true' focusable='false' class='icon icon-arrow' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E"); width: 21px; height: 14px; position: absolute; right: 5px; background-size: contain; background-position: center center; background-repeat: no-repeat; top: 7px; transition: all 300ms ease-in-out; }
.two-column-link a { padding-right: 28px; position: relative; color: #000; font-size: 15px; margin-right: 10px; transition: all 300ms ease-in-out; opacity: 1; display: inline-block; }
.two-column-link a:hover:after { right: 0; }
.slick-dots li button[aria-label="1 of 1"] { display: none; }

.boost-sd__product-image-img { object-fit: contain !important; mix-blend-mode: darken; vertical-align: top; }

.product-media-container.constrain-height .media { padding-top:0 !important; aspect-ratio: 1 / 0.8; }
.product__media img { object-fit: contain; }
.product-media-container.constrain-height.media-fit-contain { width: 100% !important; }

@media(max-width:1200px){
  .new-hero-img img  {   object-position: center center; }
  .new-hero-two-wrap { padding: 25px 15px; }
  .two-column-details .content p { margin: 0; }
  .two-column-details .content { padding: 8px 0; line-height: normal; font-size: 16px; }
  .two-column-link a:after { width: 16px; height: 13px; top: 8px; }

}

@media(max-width:989px){
  .new-hero-two-wrap > div { width: 100%; padding: 8px; }
  .new-hero-img img {   vertical-align: top; }
  .new-hero-two-wrap .new-hero-img { width: 50%; order: 3; }
  .new-hero-content-wrap { order: 1; }
  .new-hero-two-wrap { justify-content: flex-end; flex-flow: wrap-reverse; padding-bottom: 35px; }
  .new-hero-two-wrap .new-hero-content-wrap { width: 100%; padding-top: 15px; }
  .new-hero-two-wrap .new-hero-img:first-child { order: 2; }

  .two-column-img-main-wrap { width: 100%; padding: 15px; }
}
@media(max-width:767px){
  .new-hero-two-wrap { flex-flow: wrap; padding-top: 35px; }
  .new-hero-two-wrap .new-hero-img { width: 100%; }
  /* .new-hero-img img { height: 180px; } */
  .new-hero-content h2 { font-size: calc(var(--font-heading-scale)* 2.5rem); }
  .new-hero-content .content { font-size: 1.5rem; }
  .new-hero-two-wrap .new-hero-content-wrap { padding-top: 0; padding-bottom: 20px; }
  .new-hero-btn a.button { font-size: 14px; line-height: 22px; }

.two-column-img-wrap { flex-flow: wrap; }
.two-column-img { width: 100%; }
.two-column-details { width: 100%; }
.two-column-img img { aspect-ratio: 1 / 0.8; object-fit: contain; object-position: center; }
.two-column-link { padding-top: 10px; }

  

}
