/*updated css for product card resource*/

.product-card .product-text-image {
  padding: 20px 32px;
  background: #f6f6f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 1px solid #f2f2f2;
  border-radius: 40px;
}
.product-card .product-text-image.card-bg-none {
  border: none;
}
.product-card:hover .product-text-image.card-bg-none {
  border: none;
}
.product-card:hover .product-text-image {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
  border: 1px solid #f2f2f2;
  transition: all 0.3s ease;
}

.product-image img {
  max-height: 400px;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 100%;
}
.card-bg-none .product-image img {
  clip-path: circle(50% at 50% 50%);
  border: double 4px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(217.89deg, rgba(38, 190, 207, 0.4) 54.82%, rgba(142, 185, 39, 0.4) 87.65%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  overflow: hidden;
}
.product-card .product-text-image .product-image {
  text-align: center;
}

.product-image img {
  background: linear-gradient(217.89deg, rgba(38, 190, 207, 0.3) 54.82%, rgba(142, 185, 39, 0.3) 87.65%);
  padding: 30px;
  clip-path: circle(50% at 50% 50%);
}

.product-card {
  padding: 0 20px 0;
}
.product-card a:hover {
  text-decoration: none;
}
.product-card h4 {
  color: var(--acBlueNight);
}
.container .three-product-card {
  margin: 0;
}

.product-card .product-text-image.card-bg-none {
  background: none;
  box-shadow: none;
}

.view-product-listing .full-bg.margin-bottom:last-child {
  margin-bottom: 0;
}

.slick-slider .product-card .product-text,
.three-carousel .product-card .product-text {
  padding-top: 20px;
}

.product-card .card-small,
.three-carousel .product-card .product-text-image,
.one-carousel .product-card .product-text-image {
  padding: 20px 24px;
}

.product-card .card-bg-none,
.product-card .product-text-image.card-bg-none,
.three-carousel .product-card .card-bg-none {
  padding: 0;
  text-align: center;
  display: block;
}

.product-card .card-bg-none .product-image {
  width: 100%;
  max-width: 100%;
}

.three-carousel .product-card .card-bg-none .product-text p {
  margin-bottom: 0;
}

.three-carousel .product-card .product-image {
  max-width: 100%;
}

.product-card .product-text-image {
  border-radius: 40px;
  height: 100%;
}

.product-card-small h4,
.product-card-large h4,
.product-card-small .h4,
.product-card-large .h4 {
  padding-top: 0;
  margin-bottom: 5px;
}
.product-card.product-card-large .product-image img {
  padding: 40px;
}

/*card responsive*/

.product-card-large .product-text-image,
.product-card-small .product-text-image {
  display: flex;
  padding: 20px 15px;
  flex-direction: row-reverse;
  position: relative;
  text-align: left;
}

.product-card-large .product-card:hover .learn-more,
.product-card-small .product-card:hover .learn-more,
.three-product-card .product-card:hover .learn-more {
  text-decoration: none;
}

.product-card-small .product-text-image {
  padding: 20px 15px;
}

.three-carousel .product-card-small .product-text-image {
  padding: 20px 20px 20px 0;
}

.product-card-small .product-text-image,
.product-card-large .product-text-image {
  flex-direction: row;
}

.product-card-large .product-image,
.product-card-small .product-image {
  overflow: hidden;
}

.product-card-large .product-image,
.product-card-small .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.product-card-large,
.product-card-small {
  padding: 0 0 20px;
}
.slick-slide .product-card-large,
.slick-slide .product-card-small {
  padding-bottom: 10px;
}
.product-card-small .product-image,
.product-card-large .product-image {
  margin: 0;
}

/*card responsive end*/

.product-card-large .product-text p,
.product-card-small .product-text p {
  font-size: 14px;
  margin-bottom: 12px;
}
.product-card-large .product-text p,
.product-card-small .product-text p {
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.product-card .cta-link,
.card-learn-more.product-card .cta-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: transparent;
  text-decoration: underline;
}
@media (min-width:768px) {
  .card-learn-more.product-card .cta-link {
    padding: 16px 0 0 0;
    display: block;
    height: auto;
    position: relative;
    color: var(--acBlueShade);
    top: auto;
    font-size: 16px;
    letter-spacing: 0.01em;
    border-bottom: 2px solid;
    width: fit-content;
    margin: auto;
    text-decoration: none;
    border-radius: 0;
  }
  .card-learn-more.product-card .cta-link:focus-visible,
  .card-learn-more.product-card .cta-link:focus {
    border-radius: 0;
  }
  .full-bg .three-product-card .product-card-small {
    padding: 15px;
  }

  .full-bg .three-product-card .product-card-small .product-text-image {
    padding: 25px 25px 60px;
  }
}
.product-card .cta-link:focus-visible,
.product-card .cta-link:focus {
  border-radius: 20px;
  outline-offset: -1px;
}
.product-card .learn-more {
  font-size: 16px;
  margin-top: 15px;
  display: block;
  color: var(--acBlueShade);
  text-decoration: underline;
}

.slick-slider.one-carousel {
  padding: 0 50px;
}

.container.slick-slider,
.three-carousel.slick-slider {
  padding: 0 10px;
}
.three-carousel .product-card .card-bg-none a:hover,
.three-carousel .product-card .card-bg-none a:hover {
  text-decoration: none;
}
.three-carousel .product-card .card-bg-none a h4,
.three-carousel .product-card .card-bg-none a .h4 {
  color: var(--acBlueText);
}

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

.product-card .product-text {
  text-align: left;
  word-wrap: break-word;
}

.product-text-image .product-image+.product-text {
  padding-left: 15px;
}
.product-text-image.card-bg-none .product-image+.product-text {
  padding-left: 0;
  max-width: 240px;
  font-family: 'RocheSans-Medium';
  font-size: 28px;
  font-weight: 400;
  margin: auto;
}
.product-card-large .product-text-image .product-image+.product-text {
  padding-left: 15px;
}
.view-product-category-hero-text h1 a,
.view-product-listing h3 a,
.view-product-category-hero-text .eyebrow a {
  color: var(--acBlueShade);
}

.view-product-category-hero-text h1 a:hover,
.view-product-listing h3 a:hover,
.view-product-category-hero-text .eyebrow a:hover {
  color: var(--acBlueText);
}

/*product rounded image spacing issue fixes starts*/

.view-display-id-popluar_articles .product-image img,
.view-display-id-article_related_articles .product-image img {
  border-radius: 50%;
  padding: 0;
  background: lightgray 22.778px -29.39px / 83.928% 119.898% no-repeat;
}

/*product rounded image spacing issue fixes ends*/

.three-carousel .link-btn-cta.product-detail-show-all {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .product-text-image .product-text {
    padding-left: 0;
    text-align: left;
  }
  .product-card .product-text {
    text-align: center;
  }
  .product-text-image .product-image+.product-text,
  .product-card-large .product-text-image .product-image+.product-text {
    padding-left: 0;
  }
  .product-card-large .product-text-image .product-image+.product-text {
    padding-right: 0;
  }
  .three-product-card {
    display: flex;
    flex-wrap: wrap;
  }

  .container.two-carousel,
  .container.three-carousel {
    padding: 0 15px;
  }

  .container.slick-slider,
  .three-carousel.slick-slider {
    padding: 0 10px;
  }

  .product-card {
    text-align: center;
    padding: 0 20px 20px;
  }

  .slick-slider.two-carousel .product-card .product-text {
    padding-top: 50px;
  }

  .three-carousel .product-card {
    padding-bottom: 0;
  }

  .product-card h4,
  .product-card .h4 {
    margin: 0 0 10px;
  }

  .card-heading {
    padding: 0 0 24px;
    max-width: 830px;
    margin: 0 auto;
  }

  .three-carousel .product-card-small .product-text-image {
    padding: 20px 24px;
  }

  .product-card-small .product-text-image {
    padding: 32px 40px;
  }

  .slick-slider .product-card .product-text,
  .three-carousel .product-card .product-text {
    padding-top: 12px;
  }

  .product-card-small picture {
    max-width: 258px;
  }

  .product-card-small .card-bg-none .product-image img {
    max-width: 280px;
  }

  /*card responsive start*/
  .product-card-large .product-text-image,
  .product-card-small .product-text-image {
    display: block;
    text-align: center;
  }

  .product-text-image.text-left {
    text-align: left;
  }

  .product-text-image.text-right {
    text-align: right;
  }

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

  .product-card-large,
  .product-card-small,
  .product-card-large .product-text-image {
    padding: 20px;
  }
  .product-card.product-card-large:nth-child(odd) {
    padding-left: 0;
  }
  .product-card.product-card-large:nth-child(even) {
    padding-right: 0;
  }
  .product-card-large .product-text-image:not(.card-bg-none) .product-image img,
  .product-card-small .product-text-image:not(.card-bg-none) .product-image img {
    position: static;
  }

  .product-card-large .product-image,
  .product-card-small .product-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-card-small .product-text,
  .product-card-large .product-text {
    padding-top: 32px;
  }

  .product-card-large .product-text p,
  .product-card-small .product-text p {
    font-size: 16px;
  }
  .product-card-small h4,
  .product-card-large h4,
  .product-card-small .h4,
  .product-card-large .h4 {
    margin-bottom: 10px;
  }
  /*card responsive end*/
}

@media (min-width: 992px) {

  .two-carousel .product-card .product-text-image,
  .product-card-large .product-text-image {
    padding: 32px;
  }

  .container.slick-slider,
  .three-carousel.slick-slider {
    padding: 0 70px;
  }

}

.tools-resource-view-mode-card .product-image-tools-resource img {
  padding: 0;
}

@media (max-width:767px) {
  .product-card-small .product-text {
    text-align: left !important;
  }

  /*mobile preceding and proceeding slides at edges of frame 7939.*/
  .three-carousel-bg-none .slick-list,
  .two-slider-block-without-productbg .slick-list {
    padding: 0 50px 0 50px !important;
  }

  .container-sm.slider.two-slider-block-without-productbg {
    padding: 0;
    margin: 0 -20px 0;
    width: calc(100% + 40px);
  }

  .two-slider-block-without-productbg .product-card.card-carousel-item {
    padding: 0 10px;
  }

  .three-carousel-bg-none .product-card.card-carousel-item {
    padding: 0 12px 0;
  }

  .three-carousel-bg-none.slick-slider {
    padding: 0;
    max-width: 100%;
  }
  /*end*/

}

.three-product-card .product-card.slick-slide:hover .product-text-image {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
  border: 1px solid #f2f2f2;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .slider.slick-slider.three-carousel.three-product-card .slick-list.draggable {
    padding-bottom: 25px;
  }
}
/* cgm product component */
.cgm-product-video-slider .three-carousel .product-card .card-bg-none {
  border-radius: 20px;
  box-shadow: 0px 3px 15px -3px rgba(16, 24, 40, 0.1), 0px 1px 6px -4px rgba(16, 24, 40, 0.05);
}

.cgm-product-video-slider .three-carousel .product-card .card-bg-none .product-text {
  padding: 20px;
}

.cgm-product-video-slider .three-carousel .product-card .card-bg-none .product-text h5 {
  font-family: 'RocheSans-Medium';
  color: #0b393e;
}
.cgm-product-video-slider .slick-track {
  height: 100%;
}
.cgm-product-video-slider .slick-slide>div {
  height: 100% !important;
}
@media (min-width: 767px) {
  .slick-track {
    height: 100%;
  }
  .two-carousel .slick-slide>div,
  .three-carousel .slick-slide>div {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .three-carousel .slick-track .slick-slide,
  .two-carousel .slick-track .slick-slide {
    padding-bottom: 5px;
  }
}
.full-bg.benifits-bg-enabled .card-block-heading {
  padding-top: 64px;
}
.full-bg.benifits-bg-enabled .three-product-card {
  margin: 0;
  padding-bottom: 0;
}
.full-bg.benifits-bg-enabled .three-product-card .product-card-small .product-text-image .product-image img {
  padding: 0;
}
/* End of cgm product component */

.full-image .product-image img {
  padding: 0;
}

/*card carousel modify 7939*/
.product-text-image.card-bg-none h5.popular-article-heading-h5,
.product-text-image.card-bg-none .h4 {
  color: var(--acBlueText);
  margin-bottom: 0px;
}

.product-text-image.card-bg-none h5.popular-article-heading-h5+.learn-more,
.product-text-image.card-bg-none .h4+.learn-more {
  margin-top: 10px;
}
.product-text-image.card-bg-none .h4+.learn-more {
  font-family: 'RocheSans-Medium';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
}
.product-text-image.card-bg-none h5.popular-article-heading-h5 {
  font-size: 22px;
}

.three-carousel .slick-list,
.two-slider-block-without-productbg .slick-list {
  margin-bottom: 24px;
}

.three-carousel-bg-none.popular-article {
  margin-bottom: -16px;
}

@media (min-width: 768px) {
  .three-carousel .slick-list,
  .two-slider-block-without-productbg .slick-list {
    margin-bottom: 55px;
  }
  .full-bg.benifits-bg-enabled .three-product-card {
    margin-bottom: 49px;
  }
}
@media (max-width: 767px) {
  .product-card .product-text-image {
    border-radius: 20px;
  }
  .product-card-large,
  .product-card-small {
    padding: 0 0 20px;
  }
  .two-carousel .product-card .product-text-image {
    display: flex;
    padding: 20px;
  }
}
.view-display-id-popluar_articles .product-image img,
.view-display-id-article_related_articles .product-image img {
  border: none;
}
.view-product-support-landing .three-product-card {
  margin: 0;
  justify-content: flex-start !important;
}

@media (min-width: 768px) {

  .product-card .product-text-image,
  .support-video-slider.three-carousel .product-card .product-text-image,
  .product-card .card-bg-none,
  .product-card .product-text-image.card-bg-none,
  .three-carousel .product-card .card-bg-none,
  .view-product-support-landing .card-learn-more.product-card-small .product-text-image {
    padding-bottom: 60px;
    position: relative;
  }

  .product-card .learn-more,
  .card-learn-more.product-card .cta-link {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
  }

  .three-carousel .product-card {
    height: 100%;
  }

}
.product-text-image.card-bg-none .h4+.learn-more,
.product-card .learn-more {
  letter-spacing: 0.01em;
  border-bottom: 2px solid;
  width: fit-content;
  margin: auto;
  text-decoration: none;
  border-radius: 0;
  line-height: 24px;
}
@media (min-width: 992px) {
  .product-card.product-card-large.col-md-6 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .node--type-article .col-12 .container.slick-slider.two-carousel,
  .container.two-carousel {
    padding: 0 165px;
  }
}
