.foundation-page-container .cmp-button__icon {
     height: 1em;
     width: 1em;
     vertical-align: middle;
     padding-right: 0.5em;
     float: left;
     color: unset;
 }

.foundation-page-container .cmp-button__icon-right {
     padding-right: unset;
     padding-left: 0.5em;
 }

.foundation-page-container .cmp-button__row-reverse {
     flex-direction: row-reverse;
}

.cmp-container .foundation-container-inner-wrapper {
    position: relative;
}

.cmp-container .foundation-container-inner-wrapper .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cmp-container .foundation-container-inner-wrapper .video-container video {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foundation-page-container .cmp-divider .MuiBox-root {
    display: block !important;
    width: initial !important;
}

.cmp-image img.cmp-image__image {
    width: 100%;
}

.cmp-platform-icons {
    list-style: none;
}

.foundation-pricing-promo-label, .foundation-pricing-subtitle {
  color: #666666; /* dhig-colors-detail-2-opaque */
}
.foundation-price-label-with-promo {
  color: #c34922; /* dhig-colors-fill-urgent */
}

.foundation-pricing-subtitle,.foundation-pricing-price-label,
.foundation-pricing-promo-label, .foundation-pricing-dropdown, .foundation-pricing-cta {
  display: block;
}
select.foundation-cmp-pricing-dropdown {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 8px 32px 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: white;
  box-shadow: 0 1px 0 0 black;
  border-radius: 4px 4px 0 0;
  pointer-events: none;
}

select.foundation-cmp-pricing-dropdown-multi-term { 
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 20 20"><path d="M11 5.5L6 10.5L1 5.5" fill="none" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); 
  background-repeat: no-repeat;
  background-position: right 0px bottom 25%;
  pointer-events: auto; 
  cursor: pointer;
  transition: border-color 0.1s; 
}

select.foundation-cmp-pricing-dropdown-multi-term:hover {
  box-shadow: 0 1px 0 0 black, 0 2px 0 0 rgb(128, 128, 255);
  transition-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  transition-duration: 250ms;
}

.cmp-product-card__wrapper {
    min-width: var(--scroll-grid-item--min-width);
    min-height: 203px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    box-sizing: border-box;
    overflow:hidden;
    position: relative;
    color: #212121
}

a.product-card-lockup-wrapper{
    text-decoration: none;
    color: inherit;
}

/* dark theme support */
.dhig-theme--dark .cmp-product-card__wrapper .cmp-product-card__cta .MuiButton-label {
    color: #000;
}

.dhig-theme--dark .cmp-product-card__wrapper .cmp-product-card__cta .MuiButton-contained {
    background-color: #000;
}

.dhig-theme--dark .cmp-product-card__wrapper .cmp-product-card__cta .MuiButton-contained .MuiButton-label {
    color: #fff;
}


.dhig-theme--dark .cmp-product-card__wrapper .cmp-product-card__cta .cmp-icon {
    color: #000;
}

.dhig-theme--dark .cmp-product-card__wrapper .foundation-cmp-product-card__pricing .foundation-pricing-cta .cmp-button {
    background-color: #000;
    color: #fff;
}

.dhig-theme--dark .cmp-product-card__wrapper .product-card-lockup-wrapper .cmp-product-card__product-name .cmp-text__paragraph {
    color: #000;
}

.cmp-product-card__wrapper.dense-spacing {
    min-height: unset;
}

.stacked-card-group .cmp-product-card__wrapper {
    min-width: 202px;
}

.cmp-product-card .cmp-text p {
    margin: 0;
}

.cmp-product-card__badge {
    min-width: 2.25rem;
}

.cmp-product-card__lockup {
    min-height: 2.25rem;
}

/* Smaller badges and product lockup when in dense spacing */
.dense-spacing .cmp-product-card__badge {
    min-width: 1.75rem;
}
.dense-spacing .cmp-product-card__lockup {
    min-height: 1.75rem;
}

.cmp-product-card__cta .cmp-icon {
    /* basically LESS `@extends .MuiSvgIcon-root.DhigSvgIcon--size--medium` */
    width: 1.25em;
    height: 1.25em;
}

.cmp-product-card__product-name > .cmp-text .cmp-text__paragraph {
    font-size: 1rem;
    line-height: 1.125rem;
    margin: 0;
}
.cmp-product-card__productImage + .cmp-product-card__promo-banner {
    position: absolute;
    width: 100%;
}
.cmp-product-card__productImage img {
   height: 180px;
}

.cmp-product-card__promo-banner {
    background-color: #c34922;
    color: #fff;
}

.cmp-product-card__promo-banner p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* product card hover highlight states */
:root {
  --gradient--hover-gradient-fill: radial-gradient(
    65.63% 63.74% at 91.94% 0%,
    rgba(128, 128, 255, 0.15) 0%,
    rgba(128, 128, 255, 0) 100%
  );

  --gradient--pressed-gradient-fill: radial-gradient(
    65.63% 63.74% at 91.94% 0%,
    rgba(43, 194, 117, 0.15) 0%,
    rgba(43, 194, 117, 0) 100%
  );

  --shadow--focus-ring-thin: 0px 0px 0px 2px #5f60ff,
    0px 0px 0px 1px rgb(255, 255, 255);
}

.foundation--dhig--card--interactive {
    cursor: pointer;
}

.foundation--dhig--card--interactive:hover {
    background: var(--gradient--hover-gradient-fill), #f9f9f9;
}

.foundation--dhig--card--interactive:active {
    background: var(--gradient--pressed-gradient-fill), #f9f9f9;
    outline: none;
}

.foundation--dhig--card--interactive:focus-visible {
    box-shadow: var(--shadow--focus-ring-thin);
    outline: 1px solid #bfbfbf;
    outline-offset: -2px;
}

.product-card-list {
    --scroll-grid-layout-gap: 3rem;
    --scroll-grid-column-count: 4;
    --scroll-grid-item--min-width: 250px;
}

.product-card-list__text p {
    margin-top: 0;
}

.product-card-list__sort-toggle__label p {
    margin: 0;
}

.product-card-list .product-card-list__list .cmp-scroll-wrapper cq {
    display: none;
}


@media (min-width: 1040px) {
    .foundation-page-container .product-card-list__scroll .pnl-pc__grid {
        position: relative;
    }
    .foundation-page-container .product-card-list__scroll .pnl-pc__grid::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 4rem;
        background: linear-gradient(to right, transparent 47%, #fff);
        pointer-events: none;
    }
}

/* ----------------- start dark-theme styles ----------------- */

.product-card-list .dhig-theme--dark .MuiSvgIcon-root {
    color: unset;
}

.product-card-list .dhig-theme--dark .MuiButton-outlined {
    border-color: #000000;
}

/* ----------------- end dark-theme styles ----------------- */


/* ----------------- start spinner markup ----------------- */
.cmp-product-card__loadMore .cmp-button__loading-indicator {
    margin-top: 3px;
    margin-right: 8px;
    margin-left: -4px;
  }

  .cmp-product-card__loadMore .DhigCircularProgress--wrapper {
    width: fit-content;
    margin: 0px;
    padding: 0px;
  }

  .cmp-product-card__loadMore .DhigCircularProgress--container {
    width: unset;
    box-sizing: border-box;
  }

  .cmp-product-card__loadMore .DhigCircularProgress--background {
    transform: rotate(-90deg);
    width: 14px;
    height: 14px;
    color: rgba(0, 0, 0, 0.08);
    display: inline-block;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    visibility: visible;
  }

  .cmp-product-card__loadMore .cmp-product-card__loadMore .DhigCircularProgress--background svg circle {
    stroke-dasharray: 126.92px;
    stroke-dashoffset: 0px;
    stroke-width: 4.4px;
    stroke: currentcolor;
    transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }

  .cmp-product-card__loadMore .cmp-product-card__loadMore .DhigCircularProgress--foreground {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
    color: inherit !important;
    display: inline-block;
    animation: 2.4s linear 0s infinite normal none running MuiCircularProgress-keyframes-circular-rotate;
    visibility: visible;
  }

  .cmp-product-card__loadMore .DhigCircularProgress--foreground svg circle {
    stroke-width: 4.4px;
    stroke: currentcolor;
    stroke-dasharray: 80px, 200px;
    stroke-dashoffset: 0px;
    animation: 7200ms ease-in-out 0s infinite normal none running MuiCircularProgress-keyframes-circular-dash;
  }
  /* ----------------- end spinner markup ----------------- */

.foundation-wrapper-scroll-horizontal {
    --black: #000000;
    --white: #FFFFFF;
    --gray-bullet: #BFBFBF;
    --gray-bullet-active: #161616;
    --gray-bullet-dark: #666666;
}

.foundation-wrapper-scroll-horizontal .cmp-product-card:first-of-type {
    margin-left: 0 !important;
}

/* Arrow Styling */
.foundation-wrapper-scroll-horizontal .glide__arrows {
    top: calc(-30px - 2rem);
}

.foundation-wrapper-scroll-horizontal .glide__arrow {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 20em;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.foundation-wrapper-scroll-horizontal .solidLight .glide__arrow {
    background-color: var(--white);
    border-color: var(--white);
}

.foundation-wrapper-scroll-horizontal .solidLight .glide__arrow svg {
    color: var(--black);
}

.foundation-wrapper-scroll-horizontal .solidDark .glide__arrow {
    background-color: var(--black);
    border-color: var(--black);
}

.foundation-wrapper-scroll-horizontal .solidDark .glide__arrow svg {
    color: var(--white);
}

.dhig-theme--dark .foundation-wrapper-scroll-horizontal .outlinedTransparent .glide__arrow {
    border-color: var(--white);
}

.dhig-theme--dark .foundation-wrapper-scroll-horizontal .outlinedTransparent .glide__arrow svg {
    color: var(--white);
}

.foundation-wrapper-scroll-horizontal .glide__arrow--disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* Bullet Styling */
.foundation-wrapper-scroll-horizontal .glide__bullets {
    margin: 0 0 0 -0.5rem;
}

.foundation-wrapper-scroll-horizontal .glide__bullet {
    cursor: pointer;
    background: var(--gray-bullet);
    border-radius: 50%;
    border: 0.125rem solid transparent;
}

.foundation-wrapper-scroll-horizontal .glide__bullet--active {
    background-color: var(--gray-bullet-active);
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .foundation-wrapper-scroll-horizontal .glide__bullet {
        padding: .5rem;
    }
}

.foundation-wrapper-scroll-horizontal .stacked-card-group > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*!** Dark theme carousel controls **!*/
.dhig-theme--dark .foundation-wrapper-scroll-horizontal .glide__bullet {
    background: var(--gray-bullet-dark);
}

.dhig-theme--dark .foundation-wrapper-scroll-horizontal .glide__bullet--active {
    background-color: var(--white);
}

/* Adds the fade on desktop and reach to edge */
@media (min-width: 1040px) {

    .foundation-wrapper-scroll-horizontal .glide__track::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 4rem;
        background: linear-gradient(to right, transparent 47%, var(--white));
        pointer-events: none;
    }

    /* dark theme gradient fade */
    .dhig-theme--dark .foundation-wrapper-scroll-horizontal .glide__track::after {
        background: linear-gradient(to right, transparent 47%, var(--black));
    }
}

.foundation-wrapper-scroll-horizontal .glide__track {
    margin-right: -1rem;
    overflow: hidden;

    @media screen and (min-width: 560px) {
        margin-right: -1.5rem;
    }

    @media screen and (min-width: 1040px) {
        margin-right: -5%;
    }
}

/*
Sets the vertical layout of the grid display
Any component that includes the scroll component can set these variables in its clientlibs
param: --grid-layout-gap - the gap between grid items
param: --grid-column-count - the number of columns in the grid
param: --grid-item--min-width - the minimum width of a grid item
*/

.cmp-scroll-wrapper {
    --grid-layout-gap: var(--scroll-grid-layout-gap);
    --grid-column-count: var(--scroll-grid-column-count);
    --grid-item--min-width: var(--scroll-grid-item--min-width);

    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));

    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
}

.foundation-page-container .cmp-text.dhig-typography-body-copy-small img:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-small svg:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-small img:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-small svg:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-medium img:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-medium svg:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-medium img:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-medium svg:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-large img:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-large svg:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-large img:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-large svg:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-small-compact img:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-small-compact svg:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-small-compact img:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-small-compact svg:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-medium-compact img:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-medium-compact svg:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-medium-compact img:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-medium-compact svg:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-large-compact img:not(.inline),
.foundation-page-container .cmp-text.dhig-typography-body-copy-large-compact svg:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-large-compact img:not(.inline),
.foundation-page-container .cmp-text-link.dhig-typography-body-copy-large-compact svg:not(.inline) {
    /* use em instead of rem to inherit the parent's size */
    height: 1em;
    width: 1em;
    vertical-align: middle;
}

.foundation-page-container .cmp-text-link {
    display: inline-block;
}

.foundation-page-container .cmp-text-link .cmp-text-link__link {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
}

.foundation-page-container .cmp-text-link .cmp-text-link__link-icon {
    box-sizing: unset;
}

.foundation-page-container .cmp-text-link .cmp-text-link__link-icon .cmp-text-link__link-icon-left {
    padding-right: 0.5rem;
}

.foundation-page-container .cmp-text-link .cmp-text-link__link-icon .cmp-text-link__link-icon-right {
    padding-left: 0.5rem;
}

.foundation-cmp-text-link.cmp-text-link__link {
    font-weight: 600;
}

.foundation-cmp-text-link.no-underline {
        text-decoration: none;
}

.foundation-cmp-text-link svg[CLASS^=cmp-text-link__link-icon] {
    -webkit-box-sizing: unset;
    box-sizing: unset
}

.foundation-cmp-text-link .cmp-text-link__link-icon-left {
    padding-right: .5rem
}

.foundation-cmp-text-link .cmp-text-link__link-icon-right {
    padding-left: .5rem
}

.cmp-title h1,
.cmp-title h2,
.cmp-title h3,
.cmp-title h4,
.cmp-title h5,
.cmp-title h6 {
    margin: 0;
}

.foundation-cmp-tag-filters {
    position: relative;
}

.foundation-cmp-tag-filters__tag-wrapper {
    padding-left: 1rem;

    @media screen and (min-width: 560px) {
        padding-left: 1.5rem;
    }

    @media screen and (min-width: 1040px) {
        padding-left: 0;
    }
}

.foundation-cmp-tag-filters .MuiTabs-scroller {
    margin: 0 -1rem 0 -1rem;

    @media screen and (min-width: 560px) {
        margin: 0 -1.5rem 0 -1.5rem;
    }

    @media screen and (min-width: 1040px) {
        margin: 0 0 0 -3px;
    }
}

/* Arrows */
.foundation-cmp-tag-filters .cmp-tag-filters__arrows {
    position: absolute;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width: 1039px) {
    .foundation-cmp-tag-filters .cmp-tag-filters__arrows {
        display: none;
    }
}

.foundation-cmp-tag-filters .cmp-tag-filters__arrows svg {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #000000;
    width: 1.75rem;
    height: 1.75rem;
}

.foundation-cmp-tag-filters .cmp-tag-filters__arrows:first-of-type {
    left: 0;
}

.foundation-cmp-tag-filters .cmp-tag-filters__arrows:last-of-type {
    right: 0;
}

/* Gradients */
.foundation-cmp-tag-filters .cmp-tag-filters__arrows::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8.75rem;
    pointer-events: none;
    z-index: -1;
}

.foundation-cmp-tag-filters .cmp-tag-filters__arrows:first-of-type::after {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #FFFFFF 30%, #FFFFFF);
}

.foundation-cmp-tag-filters .cmp-tag-filters__arrows:last-of-type::after {
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 30%, #FFFFFF);
}

/* Tag Filters */
.cmp-tag-filters__checkbox-label {
    background-color: rgba(204, 204, 204, 0.4);
}

.cmp-tag-filters__checkbox-label p {
    margin: 0;
}

.cmp-tag-filters__checkbox-button {
    all: unset;
    border: 3px solid transparent;
    border-radius: 0.5rem;
    overflow: hidden;
    transition-timing-function: cubic-bezier(0, 0, 0.4, 1);
    transition-duration: 375ms;
}

.cmp-tag-filters__checkbox-button:hover, .cmp-tag-filters__checkbox-button:focus-visible {
    box-shadow: inset 0 0 0 1px #8080ff;
    outline: none;
}

.cmp-tag-filters__checkbox-button:active, .cmp-tag-filters__checkbox-button.selected {
    border-color: #5f60ff;
}

/* Icon */
.cmp-tag-filters__checkbox-label .cmp-tag-filters__icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

@media screen and (min-width: 560px) {
    .cmp-tag-filters__checkbox-label .cmp-tag-filters__icon svg {
        width: 2rem;
        height: 2rem;
    }
}

/* Dark Theme */
.dhig-theme--dark .cmp-tag-filters__checkbox-label {
    background-color: rgba(102, 102, 102, 0.4);
    border-color: #000000;
}

.dhig-theme--dark .foundation-cmp-tag-filters .cmp-tag-filters__arrows svg {
    background-color: #000000;
    border-color: #FFFFFF;
}

.dhig-theme--dark .foundation-cmp-tag-filters .cmp-tag-filters__arrows:first-of-type::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #000000 30%, #000000);
}

.dhig-theme--dark .foundation-cmp-tag-filters .cmp-tag-filters__arrows:last-of-type::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000 30%, #000000);
}

.foundation-cmp-toggle-button {
    display: inline-flex;
    background-color: rgba(204, 204, 204, 0.2);
    outline: rgba(204, 204, 204, 0.4) solid 1px;
    outline-offset: -1px;
    border-radius: 5px;
    padding: 0;
}

.foundation-cmp-toggle-button.small .cmp-button {
    font-size: 12px;
}

.foundation-cmp-toggle-button .cmp-button, .foundation-cmp-toggle-button .cmp-button.Mui-disabled {
    border-color: transparent;
    transition-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
    transition-duration: 250ms;
    transition-property: all;
}

.foundation-cmp-toggle-button .cmp-button:hover, .foundation-cmp-toggle-button .cmp-button:focus, .foundation-cmp-toggle-button .cmp-button:active:focus {
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: none;
    border-color: transparent;
}

.foundation-cmp-toggle-button .cmp-button.active:not(.Mui-disabled) {
    background-color: #ffffff;
    border-color: initial;
}

.foundation-cmp-toggle-button .button:not(:last-of-type) .cmp-button::after {
    content: "";
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(100% - 12px);
    position: absolute;
    right: -2px;
    z-index: 0;
}

