/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 13:48:27 */
.buy-online-btn a{
	transition: all .25s, color .25s;
}
.buy-online-btn a:hover {
	background-position: right center;
    border: 1px solid #232323;
	opacity: 0.9;
}

/* Product USP */
.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
}
.grid {
    display: grid;
    grid-gap: 3rem;
}
.grid-gutter-none {
    grid-gap: 0 !important;
}
@media screen and (min-width: 500px) {
    .grid-sm-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.usp-list {
    background: #1a1b3c;
    border-width: 2px;
    display: flex;
    justify-content: space-around;
    padding: 10px;
/*     margin: 3em 0; */
	border-bottom: 2px solid #de0400;
}
.usp-list__item {
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    font-size: .85em;
    align-items: center;
    padding: 10px;
    line-height: 1;
	text-transform: uppercase;
    letter-spacing: .04em;
	font-family: proxima_semibold;
}
.usp-list__icon {
    background: #1b47b4;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    min-width: 40px;
    -webkit-clip-path: polygon(0 7px, 7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
    clip-path: polygon(0 7px, 7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}
.usp-list__icon svg {
    fill: #fff;
    max-width: 55%;
    max-height: 55%;
}
/* End Product USP */

/* Product Variation */
.product-variation {
    margin: 1em 0 2em 0;
    width: 50%;
    min-width: 160px;
}
.product-variation h3 {
    margin-bottom: 24px;
	color: #fff;
	font-family: 'proxima_semibold';
    text-transform: uppercase;
	font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='%23ffffff' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 94% 50%;
    padding-right: 2rem;
    border-bottom: 2px solid #de0400 !important;
	background-color: #1a1b3c;
    color: #fff;
	border: 2px solid transparent;
	margin-top: .15rem;
    padding: 1rem;
    width: 100%;
    text-transform: uppercase;
    font-family: roboto_condensed;
    resize: none;
	font-size: 18px;
}
/* End Product Variation */

/* Product Attention */
.attention {
    background: #1a1b3c;
    border: 2px solid #4d4d72;
    padding: 20px 20px 0;
    margin: 1em 0;
    overflow: hidden;
    align-items: flex-start;
}
.attention__heading {
    display: flex;
    float: left;
    padding-right: 1em;
    font-family: proxima_bold;
    padding-top: 4px;
}
.attention h3 {
    margin-top: 0;
    font-family: proxima_semibold, "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 24px;
    font-weight: 700;
}
.attention .attention__icon {
    margin-right: .5em;
    height: 24px;
    width: 24px;
    margin-top: -4px;
}
.attention .attention__icon svg {
    fill: var(--feature-color);
}
.icon svg, .social-link svg {
    width: 24px;
    height: 24px;
    margin-right: .5rem;
}
.attention__message {
    float: left;
}
.icon.icon--color-red path:last-of-type, .social-link.icon--color-red path:last-of-type {
    fill: #de0400;
}
svg path:not([fill]), svg polygon:not([fill]) {
    
}
@media only screen and (min-width: 732px) {
    .attention {
        padding:30px 30px 6px
    }
	.video-trigger {
        width: 100%;
        left: auto;
        transform: none;
    }
}
/* End Product Attention */

/* Products Tabe */
.product-tabs .e-n-tabs-heading{
	margin-top:-106px;
}
.video-trigger {
    padding: 0;
    border: none;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.video-trigger:before {
    left: 0;
    top: 0;
    bottom: 5px;
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
    transition: background-color .25s ease;
}
.video-trigger .embed-responsively {
    position: relative;
    z-index: 1;
}
.border--red, .embed-responsively, .hero--default picture, .usp-list, .wysiwyg-content img {
    border-bottom: 5px solid #de0400;
}
.embed-responsively {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-trigger--large:after {
    width: 14%;
    padding-bottom: 10%;
}
.video-trigger:after {
    content: "";
    background-image: url(https://stp.com/ar/wp-content/uploads/sites/26/icons/icon--youtube.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    max-width: 112px;
    width: 9%;
    height: 0;
    padding-bottom: 6%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.video-trigger--large:after {
    width: 14%;
    padding-bottom: 10%;
}
.embed-responsively img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.accordion {
    color: #fff;
    padding: 0;
    list-style: none;
}

.accordion .angled-wrapper, .angled-wrapper--faded {
	--wrapperBorder: linear-gradient(#fff, #fff) 1;
    --wrapperGradient: linear-gradient(-45deg, #fff 16px, transparent 0 calc(100% - 14px), #fff 0 calc(100% - 14px));
    --wrapperBg: #1a1b3c;
    
}
.accordion__item {
    margin-bottom: 2em;
    position: relative;
}

.angled-wrapper {
    --wrapperColor: currentColor;
    --wrapperBg: linear-gradient(90deg, #0048bd 0%, #0078cb 50%, #0048bd 100%);
    --wrapperBorder: linear-gradient(to right, #0078cb 0%, #0048bd 50%, #0078cb 100%) 1;
    --borderWidth: 2px;
    --wrapperGradient: linear-gradient(-45deg, #0078cb 16px, transparent 0 calc(100% - 14px), #0078cb 0 calc(100% - 14px));
    background: var(--wrapperBg);
    color: var(--wrapperColor);
    border-width: var(--borderWidth);
    border-style: solid;
    -o-border-image: var(--wrapperBorder);
    border-image: var(--wrapperBorder);
    position: relative;
}
.angled-clip, .angled-wrapper {
    --clipSize: 30px;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
}
.angled-wrapper--red, .angled-wrapper.open {
    --wrapperBg: #de0400;
    --wrapperBorder: linear-gradient(-45deg, #de0400 16px, transparent 0 calc(100% - 14px), #de0400 0 calc(100% - 14px));
}
.accordion__item.open .accordion__handle svg {
    transform: translate(-50%, -50%) rotate(180deg);
}
.accordion__content--active {
    max-height: 800px;
}
button.accordion__trigger:hover, button.accordion__trigger:focus {
	background-color: transparent;
	color: #fff !important;
}
.accordion__trigger {
    font-weight: 700;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 1rem 3rem 1rem 1rem;
    position: relative;
    background: 0 0;
    font-size: inherit;
    text-align: left;
    cursor: pointer;
    color: #fff;
	white-space: normal;
}
.accordion__title {
    margin: 0;
    font-family: proxima_regular !important;
    font-weight: 500;
}

button.accordion__trigger:hover, button.accordion__trigger:focus {
    background-color: transparent;
    color: #232323;
}
.accordion__handle {
    position: absolute;
    top: 50%;
    right: 1em;
    height: 25px;
    width: 25px;
    transform: translateY(-50%);
    background-color: transparent;
}
.accordion__handle svg {
    color: #fff;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    fill: transparent;
    overflow: visible;
    transform-origin: 50% 50%;
    transition: .3s transform ease;
}
.accordion__content {
    max-height: 0;
    transition: max-height .5s ease;
    overflow: hidden;
}
.accordion__content-inner {
    padding: 0 1rem 0;
    max-width: 95%;
}

.accordion__content>:last-child {
    margin-bottom: 0;
}
.accordion__content>:first-child {
    margin-top: 0;
}
.accordion__content--active {
    max-height: 800px;
}
.accordion__content p {
    color: inherit;
	margin-bottom: 24px;
}
/* .accordion__item:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
}
.accordion__item:after{
    border-bottom: 5px solid #ff6c08;
} */
.accordion__item.open .accordion__handle svg {
    transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (min-width: 732px) {
    .accordion__title {
        font-size: 1.5em;
    }
	.accordion__trigger {
        padding: 2rem 6rem calc(2rem - 5px) 2rem;
    }
	.accordion__handle {
        right: 2em;
        height: 36px;
        width: 36px;
    }
	.accordion__content-inner {
        padding: 0 2rem 2rem;
    }
}
/* End Product Attention */

/* Product Related */
.product_related {
    position: relative;
}
.section-intro--left {
    text-align: left !important;
}
.section-intro {
    text-align: center;
    padding-top: calc(24px* 2);
    padding-bottom: calc(24px / 2);
}
.section-intro--left .section-intro__content {
    max-width: none;
}
.section-intro__content {
    flex: 1;
    max-width: 800px;
    margin: 0 auto;
}
.section-heading {
    font-size: 16px;
    font-size: 1rem;
    color: #ff6c08;
    margin-bottom: 5px;
	text-transform: uppercase;
    letter-spacing: .04em;
	font-weight: 400;
    font-family: proxima_semibold;
}
.doc-subtitle, [role=doc-subtitle] {
    text-transform: uppercase;
    font-size: 40px;
    font-family: roboto_condensed;
	font-weight: bold;
    color: #f8f8f8;
    line-height: 1.2;
}
.building-block {
    padding-top: 24px;
    padding-bottom: calc(24px* 2);
}
.slider {
    position: relative;
}
.slider__controls, .slider__nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    visibility: hidden;
}
.slider__nav {
    bottom: calc(24px* -3);
    justify-content: center;
    width: 50%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.slider--featured .slider__nav, .slider--listing .slider__nav {
    left: 50%;
    right: auto;
}
.slider__controls {
    margin: 0 0 1.5rem;
    visibility: hidden;
	bottom: -46px;
    transform: translateY(100%);
    justify-content: space-between;
    z-index: 3;
}
.slider__controls button {
    border: none;
/* 	display: none; */
}
.slider__controls button, .slider__nav button {
    background: 0 0;
    box-shadow: none;
    visibility: visible;
}
.slider__nav button {
    background-color: transparent;
    text-indent: -9999px;
    border-radius: 50%;
    border: 2px solid #f8f8f8;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    position: relative;
    opacity: .5;
    transition: opacity .25s ease;
    padding: 0;
}
.slider__nav button:before {
    border-radius: 50%;
    content: "";
    background: #f8f8f8;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s ease;
    width: 7px;
}
.slider__nav button.active, .slider__nav button:hover {
    opacity: 1;
}
.slider__nav button.active:before {
    opacity: 1;
}
.slider__controls button:disabled, .slider__nav button:disabled {
    opacity: .5;
}
.nav-skip-link, .skip-link, .sr-only {
    font-size: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
    padding: 0;
    border: 0;
}
.slider__action svg {
    color: #f8f8f8;
    fill: #f8f8f8;
    width: 35px;
    height: 35px;
}
.slider--listing .slider__wrapper {
    position: relative;
}
.slider__wrapper {
    overflow: hidden;
}
.slider--featured .slider__wrapper {
    overflow: visible;
}
.slider--featured:after, .slider--featured:before {
    background: var(--background);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #333334 20%);
    right: 0;
    width: 100%;
    transform: translateX(100%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    z-index: 2;
}
.slider--featured:before {
    background: linear-gradient(90deg, #333334 80%, rgba(0, 0, 0, 0) 100%);
    right: auto;
    left: 0;
    transform: translateX(-100%);
}

.slider__panels {
    padding: 0;
    white-space: nowrap;
    transition: transform 1s ease-in-out, max-height .5s ease-in-out;
}
.slider--featured .slider__panels {
    width: 90%;
}
.slider__panel {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: initial;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slider--featured .slider__panel {
    padding-right: 2rem;
}
.slider__panel>.grid {
    row-gap: 0 !important;
}
.grid-gutter-md {
    grid-gap: 2rem !important;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid {
    display: grid;
    grid-gap: 3rem;
}
.card {
    position: relative;
    list-style: none;
    color: #f8f8f8;
}
.card--product .card__image {
    padding-top: 100%;
	background: linear-gradient(90deg,#0048bd 0,#0078cb 50%,#0048bd 100%);
}
.card__image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
	padding-top: 57%;
}

.card__image .btn {
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    transition: opacity .25s cubic-bezier(.65,0,.35,1);
    pointer-events: none;
    z-index: 3;
}
.btn.btn--solid, input[type=submit].btn--solid {
    color: #fff;
    background-image: none;
    background-color: #de0400;
}
.card__image .rollover {
    opacity: 0;
}
.btn, input[type=submit] {
    color: #232323;
    display: inline-block;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 600;
    font-family: roboto_condensed, sans-serif;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    background-size: 200% auto;
    text-transform: uppercase;
    transition: all .35s, color .35s;
    background-image: linear-gradient(to right, #ff6c08 -10%, #f6c400 40%, #f6c400 60%, #ff6c08 120%);
}


.card__image img {
    transform: scale(1.08);
    transition: transform .8s ease, opacity .25s cubic-bezier(.65,0,.35,1);
    will-change: transform, opacity;
    width: 100%;
    transform-origin: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__image img {
    object-fit: contain !important;
}
.slider__panel img {
    width: 100%;
    height: auto;
}
.card--product .card__image img {
    transform: scale(1);
}
.card__pretitle {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    align-items: center;
}
.card__category, .category {
    display: block;
    line-height: 1;
    color: var(--feature-color);
    font-size: 12px;
	text-transform: uppercase;
    letter-spacing: .04em;
    font-family: proxima_semibold;
}
.card h2, .card h3, .card h4 {
    margin-top: 14px;
    margin-bottom: 14px;
    font-family: 'roboto_condensed';
    font-weight: 400;
    font-size: 24px;
	text-transform: uppercase;
    letter-spacing: .04em;
}
.card a {
    color: var(--main-color);
    text-decoration: none;
    word-wrap: anywhere;
}
.card__link {
    margin-top: 5px;
    display: block;
}
.cover-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}
.card:hover .card__image .rollover {
    opacity: 1;
}
.card:hover .card__image img {
    transform: scale(1);
}
.card:hover .card__link {
	text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
@media only screen and (min-width: 732px) {
    .section-intro--left {
        display:flex
    }
	 .section-intro:first-child {
/*         padding-top:calc(24px * 4) */
    }
	 .section-intro--left .section-intro__content {
        padding-right: calc(24px* 2);
    }
	 .section-intro__button {
        margin-top:24px
    }
	.building-block {
        padding-bottom: calc(24px* 3);
    }
	
	.slider__controls {
        bottom: auto;
        top: 40%;
        transform: translateY(-50%);
    }
	.slider--listing .slider__wrapper {
        width: calc(100% + 2rem);
        left: 50%;
        transform: translateX(-50%);
    }
	.slider--listing .slider__panel {
        padding: 0 1rem;
    }
	.btn, input[type=submit] {
        font-size: 1.2rem;
        padding: 1rem 2rem;
    }
	.grid-md-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (min-width: 769px) {
	.slider__controls, .slider__nav {
        left: -8%;
        right: -8%;
    }
}
/* End Product Related */

/*Product page attention box link*/
.attention__message a:link {
color: white;
text-decoration: underline;
}