/** Shopify CDN: Minification failed

Line 2105:0 Unexpected "}"

**/
/* @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap'); */
*{
  padding:0;
  margin:0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
a, button{
  transition: 0.5s all;
}
body, p,  span, input, textarea, select{
    /* font-family: "League Spartan", sans-serif; */
    font-weight: 400!important;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 900!important;
}
.page-width{
  max-width:1390px;
  padding:0 15px;
  margin:0 auto;
}
.announcement-bar__announcement p.announcement-bar__message.h5 {
    padding: 15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
}
.announcement-bar-slider.slider-buttons .slider {
    width: 50%;
}
.announcement-bar-slider.slider-buttons button span svg.icon {
    color: #151514;
    width: 12px;
    height: 12px;
}
header.header {
    padding-top: 20px;
    padding-bottom: 20px;
}
header.header nav.header__inline-menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #fff;
}
header.header nav.header__inline-menu ul li a span{
  text-decoration: none;
}
header.header nav.header__inline-menu ul {
    gap: 20px;
}
header.header nav.header__inline-menu ul li a:hover {
    background: #e3980b;
    color: #151514;
    border-radius: 5px;
}
.header__icon .svg-wrapper svg path {
    stroke: #151514;
}
.header__icon .svg-wrapper svg rect {
    fill: #e3980b;
}
header.header .header__icons a.header__icon.header__icon--contact.small-hide:hover {
    color: #151514;
    background: #e3980b;
}
header.header .header__icons a.header__icon.header__icon--contact.small-hide {
    width: max-content!important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #fff;
    padding: 12px;
    height: 100%!important;
    border-radius: 5px;
    margin-right: 8px;
}
.drawer, details[open] .modal-overlay:after {
    background: #00000070!important;
}
header.header .header__icons {
    width: 100%;
    justify-content: flex-end;
    gap: 20px;
  align-items: center;
}
header.header .header__icons a.header__icon, header.header .header__icons details-modal.header__search, header.header .header__icons details-modal.header__search summary.header__icon.header__icon--search {
    width: 30px!important;
    height: 30px!important;
}

.desktop-only{
  display: block;
}
.mobile-only{
  display: none;
}

.cstm_sliders_marquee {
    padding: 15px;
    overflow: hidden;
}
.inner_main_items {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 80px;
    animation: marquee 18s linear infinite;
}
.inner_main_items .slide_item {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
}
.inner_main_items .slide_item img {
    width: 25px;
    height: 25px;
}

@keyframes marquee{
0% {
    transform: translateZ(0);
    visibility: visible;
}

100% {
    transform: translate3d(-100%, 0, 0);
}
}
.homepage-top-banner-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.homepage-top-banner {
    position: relative;
}
.homepage-top-banner-img {
    /* position: absolute; */
    inset: 0;
    width: 100%;
    height: 100%;
}
.homepage-top-banner .homepage-top-banner-content {
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 100vw;
    left: 0;
    top: 57%;
    transform: translate(0, -50%);
    padding: 0 4vw;
}
.homepage-top-banner {
    overflow: hidden;
}
.homepage-top-banner-content .top_banner_heading h1 {
    max-width: 1138px;
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 120px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 4px 4px 0px #000000;
    margin: 0 auto 10px;
}

.homepage-top-banner .homepage-top-banner-content .top_banner_heading,
.homepage-top-banner .homepage-top-banner-content .button_main{
    padding: 0 20px;
}
.homepage-top-banner .homepage-top-banner-content .button_main {
    display: flex;
    justify-content: flex-start;
}
 a.home-btn {
    background: #e3980b;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    padding: 22px 60px;
}
 a.home-btn:hover{
   background: #000;
   color:#fff;
 }
.homepage-two-img-with-text {
    padding: 80px 0;
}
.homepage-two-img-with-text-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}
.homepage-two-img-with-text-inner.img-layout-right {
    flex-direction: row-reverse;
}
.homepage-two-img-right-block .homepage-two-img-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    text-transform: capitalize;
    color: #e3980b;
  max-width: 468px;
}
.homepage-two-img-with-text-inner .homepage-two-img-right-block {
    width: 520px;
}
.homepage-product-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.homepage-two-img-left-block {
    width: calc(100% - 580px);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.homepage-two-img-left-block .homepage-two-img {
    width: calc(50% - 10px);
}

.homepage-two-img-left-block .homepage-two-img img {
    display: block;
    width: 100%;
    border-radius: 30px;
}
.homepage-two-img-left-block .homepage-two-img:first-child {
    margin-top: 40px;
}
.button_main a.home-btn {
    display: flex;
}
.button_main a.home-btn {
    background: #e3980b;
    width: max-content;
    padding: 12px 28px;
    font-size: 20px;
    line-height: 18px;
    color: #000;
}
.button_main a.home-btn:hover {
    background: #fff;
    color: #000;
}
.homepage-two-img-star-rating {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 28px 0 45px;
}
.homepage-two-img-star-rating p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #fff;
}
.homepage-collection-block {
    background: #151514;
    padding: 40px 0;
}
/* .homepage-collection-block-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
} */
 .homepage-collections-right-block {
    width: 364px;
}
.homepage-collection-block-inner .homepage-collections-left-block{
  widdth:100%;
}
.homepage-collections-inner .owl-dots {
    margin-top: 20px;
}
.homepage-collections-center-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 34px;
}
.homepage-collections-heading h2, .homepage-why-tradie-supps h2 {
    max-width: 650px;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    text-transform: capitalize;
    color: #e3980b;
}
.homepage-why-tradie-heading h2 {
    max-width: 100%;
}
.homepage-why-tradie-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.homepage-collections-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.homepage-collections-item .homepage-collections-img {
    width: 100%;
}
.homepage-collections-img img {
    display: block;
    width: 100%;
    border-radius: 15px;
}
.homepage-collections-inner .owl-stage-outer {
    padding-bottom: 20px;
}
.homepage-collections-heading a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 18.3659px;
    line-height: 17px;
    text-transform: capitalize;
    color: #e3980b;
}
.homepage-collections-heading a:hover {
    color: #fff;
}

.homepage-collections-heading a svg path{
  transition: .5s all;
}
.homepage-collections-heading a:hover svg path{
stroke: #fff;
}
/* .homepage-collections-left-block .homepage-collections-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
} */
/* .homepage-collections-left-block .homepage-collections-item:nth-of-type(2) {
    margin-right: 182px;
}
.homepage-collections-left-block .homepage-collections-item:last-child {
    margin-top: -90px;
    margin-right: -45px;
}
.homepage-collections-right-block .homepage-collections-item:last-child {
    margin-top: -90px;
    margin-left: -45px;
} 
.homepage-collections-right-block .homepage-collections-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.homepage-collections-right-block .homepage-collections-item:nth-of-type(2) {
    margin-left: 182px;
}*/
.homepage-two-img-text p, .homepage-why-tradie-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.homepage-two-img-text {
    margin-top: 30px;
}
.homepage-product-section-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 58px;
    text-transform: capitalize;
    color: #e3980b;
}
.homepage-product-section-heading {
    margin-bottom: 30px;
}
/* .homepage-product-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
} */
.homepage-product-item-img a img {
    position: absolute;
    inset: 0;
  width:100%;
    height: 100%;
    border-radius: 20px;
}
.homepage-product-section-item {
    width: 100%;
    padding: 30px 20px;
    background: #EFEDD6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  height: 100%;
}
.homepage-product-item-img {
    position: relative;
}
.homepage-product-item-img a {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 100%;
}
.homepage-product-item-img span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #3C3C3C;
    padding: 10px 15px;
    background: #e3980b;
    border-radius: 10px;
    top: -12px;
    position: absolute;
}
.homepage-product-item-content h3 a {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 26px;
    color: #3C3C3C;
}
.homepage-product-item-content .homepage-product-item-des {
    margin: 20px 0 30px;
}
.homepage-product-item-content .homepage-product-item-des p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #737272;
}
.homepage-product-item-price-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.homepage-product-item-price {
    display: flex;
}
.homepage-product-item-price p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #3C3C3C;
}
.homepage-product-item-btn a.homepage-product-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    text-align: right;
    color: #3C3C3C;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row-reverse;
}
.homepage-product-item-btn a.homepage-product-btn:before {
    content: '';
    background-image: url(/cdn/shop/files/arrow-nd.svg?v=1749886903);
    width: 23px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 23px;
}
.homepage-product-section {
    padding-bottom: 52px;
}
.homepage-two-img-with-text-inner.img-layout-left .homepage-two-img-left-block {
    flex-direction: row-reverse;
}
.main-instagram-feed-inner {
    padding-bottom: 70px;
}
.main-instagram-feed-heading-bar h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #e3980b;
}
.main-instagram-feed-heading-bar .follow_text_top {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.main-instagram-feed-heading-bar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer.footer {
    padding: 0 20px 30px;
    background: transparent;
}
.footer-main-grid {
    padding: 20px;
    border-radius: 30px;
    background: #151514;
}
.footer-main-grid .page-width {
    max-width: 100%;
    padding: 0;
}
.footer-main-grid .footer-block__newsletter {
    border-radius: 30px;
    border: 1px solid #726D6D;
    padding: 36px;
    margin-bottom: 60px;
}
.footer-main-grid .footer-block__newsletter .footer-block__newsletter-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.footer-block__newsletter-inner .footer-block-left-block {
    width: calc(45% - 5px);
}
.footer-block__newsletter-inner .footer-block-left-block h2.footer-block__heading {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 66px;
    text-transform: capitalize;
    color: #EFEDD6;
}
.footer-block__newsletter-inner .footer-block-right-block {
    width: calc(55% - 5px);
}
.footer-block__newsletter-inner .footer-block-right-block form {
    max-width: 100%;
}
.footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper {
    max-width: 100%;
    width: 100%;
}
.footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper .field-inner {
    border: 1px solid #EFEDD6;
    border-radius: 80px;
    position: relative;
}
.footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper .field-inner input {
    width: 100%;
    background: transparent;
    box-shadow: none;
  font-family: inherit!important;
    border: 0;
    padding: 18px 140px 18px 36px;
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #EFEDD6;
      border-radius: 80px;
}
.product--thumbnail_slider .thumbnail-slider ul li button {
    border-radius: 10px;
    overflow: hidden;
}
.footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper .field-inner input::placeholder{
  color: #EFEDD6;
}
.footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper .field-inner button {
    width: max-content;
    background: #e3980b;
    padding: 14px 30px;
    height: 44px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #151514;
    border-radius: 60px;
    top: 50%;
    right: 7px;
    transform: translate(0, -50%);
}
.cart-count-bubble {
    background: #fff!important;
}
.cart-count-bubble  span {
    font-weight: 600!important;
}
.footer-main-grid .footer__blocks-wrapper .footer-block {
    width: 100%;
}
.footer-main-grid .footer__blocks-wrapper {
    grid-template-columns: 1fr .6fr .6fr .6fr;
    display: grid;
    gap: 20px;
}

.footer-block .footer-block__image-wrapper {
    margin-bottom: 30px;
}
.footer-block h2.footer-block__heading {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #e3980b;
    margin-bottom: 10px;
}
.footer-block .rte p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #EFEDD6;
    max-width: 413px;
}
.footer-block ul.footer-block__details-content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-block ul.footer-block__details-content li {
    display: inline-flex;
    margin: 0;
}
.footer-block ul.footer-block__details-content li a.link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #EFEDD6;
    text-decoration: none;
    padding: 0;
}
.footer-block ul.footer-block__details-content li a.link:hover {
    color: #e3980b;
}
.footer-block  .footer-block-social-icons {
    margin-top: 20px;
}
.footer-block .footer-block-social-icons ul.footer__list-social {
    justify-content: flex-start;
    gap: 16px;
}
.footer-block .footer-block-social-icons ul.footer__list-social li a.link {
    padding: 0;
    width: 40px;
    height: 40px;
}
.footer-block .footer-block-social-icons ul.footer__list-social li a.link span.svg-wrapper {
    width: 100%;
    height: 100%;
}
.footer-block .footer-block-social-icons ul.footer__list-social li a.link svg rect, .footer-block .footer-block-social-icons ul.footer__list-social li a.link svg path{
  transition: 0.5s all
}
.footer-block .footer-block-social-icons ul.footer__list-social li a.link:hover svg rect{
  stroke: #e3980b;
}
.footer-block .footer-block-social-icons ul.footer__list-social li a.link:hover svg path{
  fill: #e3980b;
}
footer .footer__content-bottom {
    padding: 0;
    margin-top: 30px;
    border: 0;
}
footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright {
    margin: 0;
}
footer .footer__content-bottom  .footer__copyright.caption {
    width: 100%;
    background: #e3980b;
    border-radius: 10px;
    padding: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #151514;
}
footer .footer__content-bottom .footer__copyright.caption small.copyright__content {
    font-size: 14px;
}
footer .footer__content-bottom .footer__copyright.caption a {
    color: #151514;
}
.homepage-product-section-inner .owl-stage-outer {
    margin-right: -50%;
}
.homepage-product-section {
    overflow: hidden;
}
/* collection-page */
.collection-hero__text-wrapper h1.collection-hero__title {
    margin: 50px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    color: #e3980b;
}
facet-filters-form form#FacetSortForm {
    margin-bottom: 30px;
}
facet-filters-form form#FacetSortForm .product-count-vertical.light {
    display: none;
}
facet-filters-form form#FacetSortForm .facet-filters.sorting {
    padding: 0;
}
facet-filters-form form#FacetSortForm .facet-filters.sorting h2.facet-filters__label{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
      margin-right: 10px;
}
facet-filters-form form#FacetSortForm .facet-filters.sorting select#SortBy {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding-right: 25px;
}
.facet-filters__field .select span.svg-wrapper {
    width: 15px;
    height: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
facet-filters-form form#FacetSortForm .facet-filters.sorting select#SortBy:focus-visible {
    outline: none;
    box-shadow: none;
}
.facet-filters__field .select span.svg-wrapper svg.icon.icon-caret {
    width: 15px;
}
.facets form#FacetFiltersForm {
    width: 100%;
}
.facet-filters__field .select span.svg-wrapper svg.icon.icon-caret path {
    fill: #151414;
}
.facets form#FacetFiltersForm div#FacetsWrapperDesktop {
    padding: 40px 30px;
    background: #e3980b;
    border-radius: 30px;
}
.facets-container {
    padding: 0;
}
.active-facets-vertical-filter h2#verticalTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #151514;
    flex: none;
    margin: 0;
}
.facets form#FacetFiltersForm div#FacetsWrapperDesktop details summary.facets__summary {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #151514;
    padding: 22px 20px 22px 10px;
  border-radius: 10px;
}
.facets-vertical .active-facets {

    margin-bottom: 18px!important;
}
.facets-wrap-vertical ul.facets-layout li label.facets__label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #151514;
}
 .facets form#FacetFiltersForm div#FacetsWrapperDesktop details[open] summary.facets__summary {
    background: #e3980b;
    color: #151514;
}
.facets form#FacetFiltersForm div#FacetsWrapperDesktop details summary.facets__summary div svg.icon.icon-caret {
    position: unset;
}
.facets form#FacetFiltersForm div#FacetsWrapperDesktop details summary.facets__summary div {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.facets form#FacetFiltersForm div#FacetsWrapperDesktop details summary.facets__summary div  svg.icon.icon-caret {
    width: 13px;
    height: 8px;
}
.facets__header-vertical span.facets__selected, .facets-vertical .facets__price span.field-currency {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #151514;
}
.facets form#FacetFiltersForm div#FacetsWrapperDesktop details summary.facets__summary ~ .parent-display {
    padding: 10px;
}
.facets-vertical .facets__price input {
    border-radius: 30px;
}

.facets-vertical {
    padding-bottom: 80px;
}
.product.product--medium {
    padding: 60px 0 100px;
}
.product.product--medium .product__title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 53px;
    color: #e3980b;
}
.product.product--medium .product__description {
    margin-top: 0;
}
.product.product--medium .product__description p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.product.product--medium .price.price--large .price__regular {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    color: #e3980b;
}
.product.product--medium .product-form__input--pill legend.form__label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.product.product--medium fieldset.product-form__input.product-form__input--pill label {
    border-radius: 17px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 18px !important;

    padding: 16px 23px !important;
    height: auto;
}
.product.product--medium fieldset.product-form__input.product-form__input--pill  input[type=radio]:checked+label{
  color:#151514!important;
}
product-form.product-form form .product-form__buttons {
    max-width: 100%;
}
product-form.product-form form .product-form__buttons button:before, product-form.product-form form .product-form__buttons button:after{
  content:none;
}
product-form.product-form form .product-form__buttons button {
    padding: 20px;
    height: auto;
    background: #151514;
    border-radius: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
  transition: 0.5s all;
    line-height: 22px;
    color: #e3980b;
  border:2px solid #151514;
    text-transform: capitalize;
}
header.header nav.header__inline-menu ul li a[aria-current="page"]:hover span {
    color: #151514!important;
}
product-form.product-form form .product-form__buttons button  span{
  font-weight: 700!important;
}
product-form.product-form form .product-form__buttons button:hover {
    background: #e3980b;
    color: #151514;
    border-color: #e3980b;
}
.product__accordion.accordion {
    border: 1px solid #e3980b !important;
    border-radius: 40px;
    margin-bottom: 10px;
}
.product__accordion.accordion details summary {
    padding: 22px 30px;
  gap:10px;

}
.product__accordion.accordion details summary h2.h4.accordion__title{
      font-style: normal;
    font-weight: 600; 
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 18px;
    line-height: 18px;
    color: #e3980b;
}
.product__accordion.accordion details summary svg.icon {
    width: 18px;
    height: 18px;
    position: unset;
}
.product__accordion.accordion .accordion__content {
    padding: 0 30px 22px 30px;
    margin: 0;
}
.product__accordion.accordion .accordion__content p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.grid__item.product__media-wrapper slider-component ul li .product-media-container.media-type-image {
    --constrained-min-height: 100%!important;
    width: 100%!important;
    border-radius: 30px!important;
}
.grid__item.product__media-wrapper slider-component ul li .product-media-container.media-type-image .product__media.media {
    border-radius: 30px !important;
}
.product__accordion.accordion details summary:before {
    content: '';
    width: 14px;
    background: #e3980b;
    height: 2px;
    right: 30px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
}
.product__accordion.accordion details summary:after {
    content: '';
    width: 2px;
    background: #e3980b;
    height: 13px;
    right: 36px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
}
.product__accordion.accordion details[open] summary::after {
    opacity: 0;
}
.real-result-main-block {
    padding: 100px 0;
}
.real-result-main-block .inner-main-content .top-heading h2, .product-how-to-use-section .top-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color:#e3980b;
}
.real-result-main-block .inner-main-content .top-heading, .product-how-to-use-section .top-heading  {
    margin-bottom: 20px;
}
.result-grid-block .result-list-dd .result-percentage-text {
    position: relative;
}
.result-grid-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 988px;
    justify-content: center;
	margin:auto;
}
.result-grid-block .result-list-dd {
    height: 300px;
    width: 300px;
    background: transparent;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  position: relative;
}
.result-grid-block .result-list-dd .result-list-dd-circle {
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    background: conic-gradient(#e3980b 327.6deg, transparent 0deg);
    mask-image: radial-gradient(circle, transparent 0% 68%, black 33%);
    border-radius: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
    --tw-scale-x: -1;
}
*, :after, :before{
--tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: -1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.result-grid-block .result-list-dd .result-list-dd-circle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mask-image: conic-gradient(#e3980b 327.6deg, transparent 0deg);
    background: #e3980b;
    background: linear-gradient(0deg, #a06a05 0%, #e3980b 100%);
}
.result-grid-block .result-list-dd.progress-dd-98\% .result-list-dd-circle {
    background: conic-gradient(#e3980b 350deg, transparent 0deg);
}
.result-grid-block .result-list-dd.progress-dd-98\% .result-list-dd-circle:before{
      mask-image: conic-gradient(#e3980b 350deg, transparent 0deg);
}
.result-list-dd.progress-dd-91\% .result-list-dd-circle {
    background: conic-gradient(#e3980b 335deg, transparent 0deg);
}
.result-grid-block .result-list-dd.progress-dd-91\% .result-list-dd-circle:before{
      mask-image: conic-gradient(#e3980b 335deg, transparent 0deg);
}
.result-list-dd.progress-dd-90\% .result-list-dd-circle {
    background: conic-gradient(#e3980b 330deg, transparent 0deg);
}
.result-grid-block .result-list-dd.progress-dd-90\% .result-list-dd-circle:before{
      mask-image: conic-gradient(#e3980b 330deg, transparent 0deg);
}
.result-grid-block .result-list-dd .result-disc-block {
    position: relative;
}
.real-result-main-block .inner-main-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.product-how-to-use-inner.total-coll-3 .product-how-to-use-item {
    width: calc(33.33% - 26.66px);
}
.product-how-to-use-inner.total-coll-4 .product-how-to-use-item {
    width: calc(25% - 30px);
}
.result-grid-block .result-list-dd .result-disc-block p {
    color: #fff;
}
.result-grid-block .result-list-dd .result-disc-block p  strong{
  color:#e3980b;
}
.result-percentage-text h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
}
.result-disc-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #151514;
    max-width: 159px;
}
.product-reviews-widget-inner{
    padding: 20px;
    max-width: 1192px;
    background: #101010;
    border: 1px solid #252525;
    border-radius: 20px;
    margin: 0 auto;
}
.product-reviews-heading h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
  margin: 0px;
    text-align: center;
    color: #e3980b;
}

.product-ingredients-inner .product-ingredients-left-block  .product-ingredients-text {
    margin-top: 20px;
}
.product-four-points-section {
    padding: 100px 0;
}
.product-four-points-section .product-four-points-inner, .product-ingredients-section .product-ingredients-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    align-items: flex-start;
}
.product-four-points-inner .product-four-points-left-block, .product-ingredients-inner .product-ingredients-left-block{
  
    width: 464px;
    position: sticky;
    top: 30px;
}
.product-four-points-inner .product-four-points-right-block, .product-ingredients-section .product-ingredients-inner .product-ingredients-right-block {
    width: calc(100% - 509px);
}
.product-four-points-left-block h2, .product-ingredients-inner .product-ingredients-left-block h2  {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #e3980b;
}
.product-four-points-left-block .product-four-points-text, .product-ingredients-inner .product-ingredients-left-block  .product-ingredients-text  {
    margin-top: 30px;
}
.product-four-points-left-block .product-four-points-text p, .product-ingredients-inner .product-ingredients-left-block  .product-ingredients-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.product-four-points-right-block-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.product-four-points-right-block-inner .product-four-point-item {
    width: calc(50% - 20px);
}
.product-four-points-right-block-inner .product-four-point-item {
    width: calc(50% - 20px);
    background: #e3980b;
  overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.product-four-point-item-img img {
    display: block;
    width: 100%;
}
.product-four-point-item-content {
    padding: 15px;
}
.product-four-point-item-content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #151514;
}
.product-four-point-item-content .product-four-point-item-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #151514;
}
.product-ingredients-section .product-ingredients-inner .product-ingredients-item {
    width: calc(50% - 15px);
    padding: 20px 24px;
  transition: 0.5s all;
    background: #f8f9fb;
    border: 1px solid #f8f9fb;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  cursor: pointer;
  position: relative;
}
.product-ingredients-section .product-ingredients-inner .product-ingredients-item:hover {
    background:linear-gradient(0deg,#1734460a 0% 100%),#f8f9fb

}
.product-ingredients-item-heading .product-ingredients-item-heading-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.product-ingredient-readmore-text {
    display: flex;
}
.product-ingredients-section .product-ingredients-inner .product-ingredients-item .product-ingredients-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 76px;
}
.product-ingredients-section .product-ingredients-inner .product-ingredients-item .product-ingredients-item-short-text p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  width: calc(100% - 58px);
}
.product-ingredients-section .product-ingredients-inner .product-ingredients-item .product-ingredients-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    object-position: bottom;
    display: block;
}
.product-ingredients-item .product-ingredients-item-heading {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product-ingredients-item .product-ingredients-item-heading h3 {
    font-size: 18px;
    line-height: 26px;
    color: #111312;
}
.product-ingredients-item .product-ingredients-item-heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #e3980b;
}
.product-ingredients-item-text p, .homepage-why-tradie-supps-item-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #9D9C99;
}
.product-ingredients-item-text a.product-ingredient-readmore-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #e3980b;
    position: relative;
    padding-bottom: 1px;
    margin-top: 30px;
    display: inline-block;
}
.product-ingredients-item-text a.product-ingredient-readmore-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e3980b;
    bottom: 0;
    transition: 0.5s all;
    left: 0;
}
.product-ingredients-item-text a.product-ingredient-readmore-text:hover:before {
  width:0;
}
.product-ingredients-right-block-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.product-ingredients-right-block a.product-ingredient-readmore-item {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #e3980b;
}
.product-ingredients-inner .product-ingredients-right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.product-how-to-use-section {
    padding-top: 50px;
  padding-bottom: 60px;
}
.product-how-to-use-inner {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.product-how-to-use-inner .product-how-to-use-item {
    width: calc(50% - 20px);
    gap: 15px;
    display: flex;
    flex-direction: column;
  position: relative;
}
.product-how-to-use-item .product-how-to-use-item-num p {
    font-size: 20px;
    font-weight: 600!important;
    line-height: 40px;
    position: relative;
    color: #fff;
}
.product-how-to-use-item .product-how-to-use-item-num {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-how-to-use-item .product-how-to-use-item-img {
    display: flex;
  margin-top:15px;
}
.product-how-to-use-item .product-how-to-use-item-img img {
    border-radius: 30px;
}
.product-how-to-use-item-content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #e3980b;
    margin-bottom: 15px;
}
.product-how-to-use-item-content .result-disc-block p {
    max-width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.product-how-to-use-inner .product-how-to-use-item:before {
    content: '';
    position: absolute;
    /* background-image: url(/cdn/shop/files/shape-arrow.svg?v=1750099480); */
      background-image: url(/cdn/shop/files/white-arrow-ff.svg?v=1750267889);
    width: 143px;
    height: 33px;
    background-size: contain;
    left: -170px;
    top: 100px;
}
.product-how-to-use-inner .product-how-to-use-item:first-child:before {
content:none;
}
.product-faq-section {
    padding-bottom: 100px;
    padding-top: 50px;
    background: #e3980b;
}
.product-faq-section-list {
    padding: 30px 30px 0 30px;
    /* background: #e3980b; */
    /* border: 1px solid #252525; */
    border-radius: 20px;
    max-width: 1032px;
    margin: 0 auto;
}


.product-faq-section-item button.product-faq-section-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    border: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 30px 30px;
    position: relative;
    cursor: pointer;
    transition: unset;
    background: #222222;
    border-radius: 20px;
    text-align: left;
}
.product-faq-section-list .product-faq-section-item .product-faq-section-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.product-faq-section-list .product-faq-section-item .product-faq-section-content {
    padding: 0 30px 30px;
}
.product-faq-section-item button.product-faq-section-heading:after {
    content: '';
    background-image: url(/cdn/shop/files/acc-arow.svg?v=1750176657);
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}
.product-faq-section-item button.product-faq-section-heading.active::after {
    transform: rotate(90deg);
}
.product-faq-section-item {
    margin-bottom: 15px;
    background: #222222;
    border-radius: 20px;
}
.product-faq-section-item:last-child {
    margin-bottom: 0;
}
.product-faq-section-list h2.heading {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #151514;
    padding-bottom: 30px;
    text-align: center;
}
.product-four-points-right-block-inner .product-four-point-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.homepage-product-section-inner .owl-stage {
    display: flex;
}
.homepage-product-section-inner .owl-stage .homepage-product-section-item {
    height: 100%;
}
.product-four-points-left-block .product-four-points-text p br{
  display: none;
}
.product__accordion.accordion:last-child{
  margin-bottom: 0;
}
.page-banner-section {
    position: relative;
}
.page-banner-img img {
    width: 100%;
    display: block;
}

.page-banner-section .page-banner-img-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    color: #EFEDD6;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
}

.page-heading-text-section {
    padding: 80px 0 0;
}
.page-heading-text-section .page-heading-text-inner h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}
.page-heading-text-section .page-heading-text-inner .page-heading-text-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.page-heading-text-section .page-heading-text-inner {
    max-width: 1161PX;
    margin: 0 auto;
}
.homepage-two-img-text p {
    padding-bottom: 10px;
}

.page-heading-text-section.page-heading-text-section-2 {
    padding: 80px 0;
  margin-bottom: 80px;
}

.page-heading-text-section.page-heading-text-section-2 .page-heading-text-inner {
    max-width: 1070px;
}
.page-heading-text-section.page-heading-text-section-2 .page-heading-text-inner p {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}
.contact-info-section {
    padding: 80px 0 0px;
}

.contact-info-section-inner {
    display: flex;
    flex-wrap: wrap;
  align-items: center;
    gap: 30px;
    max-width: 1191px;
    margin: 0 auto;
}
.contact-info-section-inner > div {
    width: calc(33.33% - 20px);
}
.contact-info-section-inner h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #e3980b;
    margin-bottom: 20px;
}
.contact-info-section-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
.contact-info-section-inner .contact-info-center-block a span svg path,
.contact-info-section-inner .contact-info-center-block p.contact-address span svg path{
    fill: #e3980b;
}
.contact-info-section-inner .contact-info-center-block a, .contact-info-section-inner .contact-info-center-block p.contact-address {
    display: flex;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    gap: 15px;
    align-items: center;
}
.contact-info-section-inner .contact-info-center-block a span, .contact-info-section-inner .contact-info-center-block p.contact-address span {
    display: flex;
}
.contact-info-section-inner .contact-info-center-block a {
    margin-bottom: 20px;
}
.contact-info-map {
    margin-top: 60px;
}
.contact-info-map iframe {
    width: 100%;
    display: block;
}

.contact-page-main.contact {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-page-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.contact-page-left-block {
    width: 480px;
}
.contact-page-right-block {
    width: calc(100% - 510px);
}
.contact-page-left-block h2.title, h1.main-page-title.page-title.h0 {
    font-style: normal;
    font-weight: 700;
    text-align: left!important;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #e3980b;
}
h1.main-page-title.page-title.h0 ~ .rte h3 {
    font-style: normal;
    font-weight: 700;
    text-align: left!important;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 10px;
}
h1.main-page-title.page-title.h0 ~ .rte p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.contact-page-left-block .contact-page-left-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.contact-page-right-block form .contact__fields {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.contact-page-right-block form .contact__fields .fields{
    width: calc(50% - 6px);
}
.contact-page-right-block form .fields input {
    border: 1px solid #e3980b;
    border-radius: 40px;
    padding: 20px 17px;
    width: 100%;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
.contact-page-right-block form .fields input::placeholder {
   color: #fff;
}
.contact-page-right-block form .fields input:focus-visible, .contact-page-right-block form .fields textarea:focus-visible{
  box-shadow: none;
  outline: none;
}
.contact-page-right-block form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-page-right-block form .fields textarea{
      border: 1px solid #e3980b;
    border-radius: 30px;
    padding: 12px 17px;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
.contact-page-right-block form .fields textarea::placeholder {
    color: #fff;
}
.contact-page-right-block form .contact__button {
    margin-top: 10px;
}
.contact-page-right-block form .contact__button button.button:after,
.contact-page-right-block form .contact__button button.button:before,
.customer form button:after,
.customer form button:before{
  content:none;
}
.customer form {
    margin-top: 10px!important;
}
h2.form__message {
    display: none;
}
.customer .errors ul {
    margin: 0;
    padding: 3px;
    background: red;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.customer form button {
    border-radius: 50px;
    margin: 20px 0 10px;
}
.contact-page-right-block form .contact__button button.button {
    background: #151514;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #e3980b;
    padding: 27px 90px;
  transition: 0.5s all;
    border-radius: 100px;
    border: 2px solid #151514;
}

.contact-page-right-block form .contact__button button.button:hover {
    background: #e3980b;
  border-color:#e3980b;
    color: #151514;
}
.product-ingredients-section .product-ingredients-inner .product-ingredients-item {
    display: none;
}
.product-ingredients-section .product-ingredients-inner .product-ingredients-item:first-child,
.product-ingredients-section .product-ingredients-inner .product-ingredients-item:nth-of-type(2),
.product-ingredients-section .product-ingredients-inner .product-ingredients-item:nth-of-type(3),
.product-ingredients-section .product-ingredients-inner .product-ingredients-item:nth-of-type(4){
  display: flex;
}
.product-ingredients-item-large-text-main {
    display: none;
}
.text-popup-open .product-ingredients-item-large-text-main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: 9;
    padding: 15px;
}
.text-popup-open {
  overflow: hidden;
}
.text-popup-open .product-ingredients-item-large-text-main span.close-btn svg.icon.icon-close {
    width: 15px;
    height: 15px;

}
.text-popup-open .product-ingredients-item-large-text-main span.close-btn svg.icon.icon-close path {
    fill: #000;
}
.product-ingredients-item-large-text-inner span.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    cursor: pointer;
}
.product-ingredients-item-large-text-inner h3 {
    color: #111312;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.product-ingredients-item-large-text-inner > p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #e3980b;
}
.product-ingredients-item-large-text-inner .product-ingredients-item-large-text p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    width: calc(100% - 58px);
}
.product-ingredients-item-large-text-inner .product-ingredients-item-large-text {
    margin-top: 15px;
    padding-bottom: 46px;
}
.product-ingredients-item-large-text-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 24px;
    background: #f8f9fb;
    margin: 0 auto;
    border-radius: 6px;
    max-width: 58.75%;
    overflow: hidden;
    isolation: isolate;
}
.product-ingredients-item-large-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #151514;
}
.customer h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #e3980b;
}

.collection .homepage-product-section-item {
    background: transparent;
    padding: 0;
    margin-bottom: 40px;
}
.collection .homepage-product-section-item .homepage-product-item-content {
    height: auto;
}
.collection .homepage-product-section-item .homepage-product-item-content h3 a {
    color: #e3980b;
}
.collection .homepage-product-item-content .homepage-product-item-des p {
    color: #fff;
}
.collection .homepage-product-item-price p, .collection .homepage-product-item-btn a.homepage-product-btn{
color: #e3980b;
  
}
.collection .homepage-product-item-btn a.homepage-product-btn:before {
    background-image: url(/cdn/shop/files/yeelow-arrow.svg?v=1750266757);
}
.homepage-images-slider .homepage-two-img-left-block {
    display: block;
}
.homepage-images-slider-inner .owl-dots, .homepage-collections-inner .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}
.homepage-images-slider-inner .owl-dots button.owl-dot, .homepage-collections-inner .owl-dots button.owl-dot{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 20px;
}
.homepage-images-slider-inner .owl-dots button.owl-dot.active,  .homepage-collections-inner .owl-dots button.owl-dot.active {
    background: #e3980b;
    transform: scale(1.3);
}
.homepage-product-section-inner .owl-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: -14%;
    right: 0;
}
/* .cstm_sliders_marquee {
    position: relative;
}
.homepage-top-banner-img div {
    height: 100%;
} */

.homepage-why-tradie-supps {
    padding: 80px 0;
}
.homepage-why-tradie-supps-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}
.homepage-why-tradie-supps-item {
    width: 100%;
    padding: 30px;
    background: #101010;
    border: 1px solid #252525;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.homepage-why-tradie-supps-item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #EFEDD6;
    text-align: center;
}
.homepage-why-tradie-supps-item-text p {
    text-align: center;
}
.homepage-collections-text p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.homepage-logos-text p {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.homepage-logos-img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.homepage-logos-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
p.homepage-logos-name {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

.values-box-container {
    background: #e3980b;
    padding: 20px;
    border-radius: 24px;
    margin: 20px 0 !important;
}

.delivery-eta-text {
    margin: 0 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    letter-spacing: 0;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 20px;
}

.delivery-eta-text span.delivery-eta-time {
    font-weight: 600 !important;
}

.delivery-eta-text img {
    width: 20px;
}

.value-items-wrapper {
    display: flex;
    gap: 5px;
	flex-wrap:wrap
}

.value-item {
    width: calc(33.33% - 3.33px);
    text-align: center;
}

.value-item img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    filter: brightness(1) invert(1);
}

.value-item .value-item-title {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    font-weight: 500;
}
.real-result-main-block .inner-main-content .top-content {
    text-align: center;
}

.real-result-main-block .inner-main-content .top-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}


/*responsive */
@media(min-width: 750px) {
  .facets-vertical{
    gap:30px;
  }
    .customer:not(.account):not(.order) {
        max-width: 57.8rem!important;
    }

}
.facets-vertical .facets-wrapper {
    padding-right: 0!important;
    width: 380px!important;
}
.facets-vertical .product-grid-container {
    width: calc(100% - 410px)!important;
}
  
}

@media(max-width:1366px){
.homepage-top-banner-content .top_banner_heading h1 {
    max-width: 968px;
    font-size: 80px;
    line-height: 90px;
}

}
@media(max-width:1200px){
.homepage-top-banner-content .top_banner_heading h1 {
    max-width: 738px;
    font-size: 60px;
    line-height: 70px;
}
.product-how-to-use-inner.total-coll-4 .product-how-to-use-item {
    width: calc(50% - 20px);
}
.product-how-to-use-inner.total-coll-4 .product-how-to-use-item:nth-child(3)::before{content:unset;}
.homepage-top-banner .homepage-top-banner-content .button_main {
    padding: 0 15px;
}
.homepage-two-img-with-text-inner .homepage-two-img-right-block {
    width: 400px;
}
  .homepage-two-img-with-text-inner {
    gap: 40px;
}
  .homepage-two-img-left-block {
    width: calc(100% - 440px);
}
  .homepage-two-img-with-text {
    padding: 60px 0;
}
  .facets-vertical {
    padding-bottom: 60px;
}
.homepage-two-img-right-block .homepage-two-img-heading h2 {
    font-size: 38px;
    line-height: 42px;
    max-width: 428px;
}
.homepage-two-img-star-rating {
    margin: 25px 0 30px;
}
.homepage-two-img-left-block .homepage-two-img img {
    border-radius: 20px;
}
.homepage-collections-right-block {
    width: 250px;
}
.homepage-collection-block-inner .homepage-collections-left-block{
  width: 100%;
}
 /* .homepage-collections-item {
        max-width: 150px;
        min-width: 150px;
} 
  .homepage-collections-left-block .homepage-collections-item:nth-of-type(2) {
    margin-right: 122px;
}
 .homepage-collections-left-block .homepage-collections-item:last-child, .homepage-collections-right-block .homepage-collections-item:last-child {
    margin-top: -50px;
} 
.homepage-collections-right-block .homepage-collections-item:nth-of-type(2) {
    margin-left: 122px;
}*/
.homepage-two-img-text {
    margin-top: 20px;
}
  .homepage-product-section-heading {
    margin-bottom: 20px;
}
.footer-block__newsletter-inner .footer-block-left-block h2.footer-block__heading {
    font-size: 36px;
    line-height: 50px;
}
.main-instagram-feed-inner {
    padding-bottom: 60px;
}
.collection-hero__text-wrapper h1.collection-hero__title {
    margin: 30px 0;
    font-size: 60px;
    line-height: 60px;
}
facet-filters-form form#FacetSortForm .facet-filters.sorting select#SortBy, facet-filters-form form#FacetSortForm .facet-filters.sorting h2.facet-filters__label {
    font-size: 18px;
    line-height: 22px;
}
 .facets form#FacetFiltersForm div#FacetsWrapperDesktop {
    padding: 20px;
    border-radius: 20px;
} 
.facets form#FacetFiltersForm div#FacetsWrapperDesktop details summary.facets__summary {
    padding: 15px;
}

.product-four-points-section, .real-result-main-block, .product-faq-section {
    padding: 70px 0;
}
.homepage-product-section {
    padding-bottom: 30px;
}
.product-how-to-use-section {
    padding-top: 30px;
}
  .product-four-points-right-block-inner, .product-ingredients-right-block-inner {
    gap: 20px;
}
.product-four-points-right-block-inner .product-four-point-item, .product-ingredients-section .product-ingredients-inner .product-ingredients-item {
    width: 100%;
}  
  .page-banner-img img {
    height: 300px;
    object-fit: cover;
}
.page-banner-section .page-banner-img-content h1 {
    font-size: 60px;
    line-height: 60px;
}
.page-heading-text-section {
    padding: 60px 0 0;
}
.page-heading-text-section.page-heading-text-section-2 {
    padding: 60px 0;
    margin-bottom: 60px;
}
.page-heading-text-section.page-heading-text-section-2 .page-heading-text-inner p {
    font-size: 22px;
    line-height: 30px;
}
header.header nav.header__inline-menu ul {
    gap: 10px;
}
header.header nav.header__inline-menu ul li a {
    padding: 8px;
}
 header.header .header__icons {
    gap: 15px;
} 
  header.header .header__icons a.header__icon.header__icon--contact.small-hide {
    margin-right: 0;
}
  .homepage-product-section-inner .owl-nav {
    top: -11%;
}
  .homepage-why-tradie-supps-inner {
    gap: 20px;
    margin-top: 30px;
}
  .homepage-why-tradie-supps-item {
    padding: 20px;
}
.homepage-why-tradie-supps-item h3 {
    font-size: 22px;
    line-height: 30px;
}

  
}
@media(max-width:989px){
  .homepage-why-tradie-supps-inner {
    grid-template-columns: 1fr 1fr;
}
.real-result-main-block .inner-main-content .top-content p{font-size:18px;line-height:28px;}
.product-how-to-use-inner.total-coll-3 .product-how-to-use-item {
    width: calc(50% - 20px);
}
.product-how-to-use-inner.total-coll-3 .product-how-to-use-item:nth-child(3)::before {
	content:unset;
}
  /* .homepage-images-slider-inner {
    margin-right: -15px;
} */
  .homepage-product-section-inner .owl-nav {

    top: -13%;
 
}
  .homepage-collections-left-block .homepage-collections-inner {
    margin-right: -15px;
}
header.header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-drawer-container summary.header__icon {
    background: #000;
    border-radius: 5px;
}
.menu-drawer-container summary.header__icon svg path {
    fill: #e3980b;
}
.homepage-top-banner .homepage-top-banner-content .button_main {
    padding: 0 11px;
}
  .homepage-top-banner .homepage-top-banner-content {
    top: 60%;
}
.homepage-top-banner-content .top_banner_heading h1 {
    max-width: 538px;
    font-size: 45px;
    line-height: 50px;
}
  .inner_main_items .slide_item {
    font-size: 20px;
    line-height: 26px;
}
  .cstm_sliders_marquee {
    padding: 15px;
}
.homepage-two-img-with-text {
    padding: 50px 0;
}
  .facets-vertical {
    padding-bottom: 50px;
}
.homepage-two-img-right-block .homepage-two-img-heading h2 {
    font-size: 32px;
    line-height: 34px;
    max-width: 358px;
}
.homepage-two-img-with-text-inner .homepage-two-img-right-block {
    width: 300px;
}
.homepage-two-img-with-text-inner {
    gap: 30px;
}
.homepage-two-img-left-block {
    width: calc(100% - 330px);
      gap: 15px;
}
  .homepage-two-img-left-block .homepage-two-img:first-child {
    margin-top: 20px;
}
  .homepage-two-img-left-block .homepage-two-img img {
    border-radius: 15px;
}
.homepage-collection-block-inner {
    flex-direction: column;
    gap: 40px;
}
.homepage-collection-block-inner .homepage-collections-left-block, .homepage-collections-right-block {
    width: 100%;
}

.homepage-collections-left-block .homepage-collections-inner {
    flex-direction: row;
}
/* .homepage-collections-item {
    max-width: calc(33.33% - 13.33px);
    min-width: calc(33.33% - 13.33px);
    width: calc(33.33% - 13.33px);
} */
.homepage-collections-item .homepage-collections-img {
    width: 100%;
}
  /* .homepage-collections-left-block .homepage-collections-item:nth-of-type(2) {
    margin-right: 0;
}
.homepage-collections-left-block .homepage-collections-item:last-child, .homepage-collections-right-block .homepage-collections-item:last-child {
    margin: 0!important;
} */
.homepage-collections-heading h2, .homepage-why-tradie-supps h2 {
    max-width: 530px;
    font-size: 36px;
    line-height: 46px;
}
.homepage-collections-right-block .homepage-collections-inner {
    flex-direction: row;

}
  /* .homepage-collections-right-block .homepage-collections-item:nth-of-type(2) {
    margin-left: 0;
} */
  .homepage-collection-block {
    padding: 40px 0;
}
  .homepage-product-section-item {
    padding: 20px 20px;
        border-radius: 15px;
}
  .homepage-product-item-img span {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 12px;
    border-radius: 6px;
        left: 8px;
}
  .homepage-product-item-img a img {
    border-radius: 15px;
}
  .homepage-product-item-content h3 a {
    font-size: 24px;
    line-height: 24px;
}
.homepage-product-item-content .homepage-product-item-des {
    margin: 15px 0;
}
.homepage-product-item-content .homepage-product-item-des p {
    font-size: 18px;
    line-height: 20px;
}
.homepage-product-item-price p, .homepage-product-item-btn a.homepage-product-btn {
    font-size: 18px;
}
.homepage-product-section-inner .owl-stage {
    display: flex;
}
.homepage-product-section-item {
    height: 100%;
}
 .homepage-product-section-heading h2, .main-instagram-feed-heading-bar h2 {
    font-size: 36px;
    line-height: 48px;
} 

.homepage-product-section-heading {
    margin-bottom: 15px;
}

.inner_main_items {
    gap: 40px;
}
 .main-instagram-feed-heading-bar {
    gap: 10px;
} 
.main-instagram-feed-inner {
    padding-bottom: 50px;
}
header.header .header__icons a.header__icon.header__icon--contact.small-hide {

    display: none;
}
header.header .header__icons {
    gap: 10px;
}
.footer-main-grid .footer-block__newsletter {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
}
.footer-block__newsletter-inner .footer-block-left-block h2.footer-block__heading {
    font-size: 28px;
    line-height: 40px;
}
 .footer-block ul.footer-block__details-content li a.link {
    font-size: 14px;
    line-height: 16px;
} 
  .footer-block ul.footer-block__details-content {
    gap: 12px;
}
  .homepage-two-img-left-block .homepage-two-img {
    width: calc(50% - 7.5px);
}
  .collection-hero__text-wrapper h1.collection-hero__title {
    margin: 40px 0 30px;
    font-size: 50px;
    line-height: 50px;
}
  .facets-vertical .facets-wrapper {
    width: 250px!important;
}
  .facets-vertical .product-grid-container {
    width: calc(100% - 280px)!important;
}
  .product.product--medium .product__title h1 {
    font-size: 36px;
    line-height: 38px;
}
  .product.product--medium .price.price--large .price__regular {
    font-size: 26px;
    line-height: 26px;

}
  .product.product--medium fieldset.product-form__input.product-form__input--pill label {
    padding: 12px 22px!important;

}
  .product.product--medium {
    padding: 40px 0 70px;
}
.product-reviews-heading h2 {
    font-size: 34px;
    line-height: 44px;
}
.product-four-points-section .product-four-points-inner, .product-ingredients-section .product-ingredients-inner {
    gap: 30px;
}
.product-four-points-inner .product-four-points-left-block, .product-ingredients-inner .product-ingredients-left-block {
    width: 370px;
}
.product-four-points-inner .product-four-points-right-block, .product-ingredients-section .product-ingredients-inner .product-ingredients-right-block {
    width: calc(100% - 400px);
}
  .product-four-points-left-block .product-four-points-text, .product-ingredients-inner .product-ingredients-left-block  .product-ingredients-text {
    margin-top: 10px;
}
.product-four-points-left-block h2, .product-ingredients-inner .product-ingredients-left-block h2 {
    font-size: 34px;
    line-height: 40px;
}
.product-four-points-left-block .product-four-points-text p, .product-ingredients-inner .product-ingredients-left-block  .product-ingredients-text p {
    font-size: 18px;
    line-height: 28px;
}
.product-four-point-item-content h3, .product-ingredients-item .product-ingredients-item-heading h3, .product-how-to-use-item-content h3 {
    font-size: 22px;
    line-height: 30px;

}
.product-four-point-item-content .product-four-point-item-text p, .homepage-why-tradie-supps-item-text p, .homepage-why-tradie-supps-item-text p,  .product-ingredients-item-text p, .product-how-to-use-item-content .result-disc-block p{
     font-size: 18px;
    line-height: 26px;
}
.product__accordion.accordion details summary {
    padding: 15px;
}
  .product__accordion.accordion details summary h2.h4.accordion__title {
    font-size: 17px;
}
  .product__accordion.accordion details summary:after {
    right: 26px;
}
  .product__accordion.accordion details summary:before {
    right: 20px;
}
  .product-ingredients-section .product-ingredients-inner .product-ingredients-item {
    gap: 20px;
}
  .product-ingredients-item-text a.product-ingredient-readmore-text {
    margin-top: 20px;
}
  .product-four-points-section, .real-result-main-block, .product-faq-section {
    padding: 60px 0;
}
  .homepage-why-tradie-supps {
    padding: 60px 0;
}
  .result-percentage-text h3 {
    font-size: 50px;
    line-height: 50px;
}
/* .result-grid-block .result-list-dd {
    height: 170px;
    width: 170px;
} */
.product-faq-section-list {
    padding: 0 15px;
}
.product-faq-section-list h2.heading {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px;
}
.product-faq-section-item button.product-faq-section-heading {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
}

.product-faq-section-list .product-faq-section-item .product-faq-section-content p {
    font-size: 18px;
    line-height: 20px;
}
.product-faq-section-list .product-faq-section-item .product-faq-section-content {
    padding: 0 20px 20px;
}
.product-faq-section-item button.product-faq-section-heading.active {
    padding-bottom: 15px;
}
.real-result-main-block .inner-main-content .top-heading h2, .product-how-to-use-section .top-heading h2 {
    font-size: 36px;
    line-height: 40px;

}
  .page-banner-section .page-banner-img-content h1 {
    font-size: 50px;
    line-height: 50px;
}
.page-banner-img img {
    height: 250px;
}

.page-heading-text-section .page-heading-text-inner h2 {
    font-size: 36px;
    line-height: 40px;
   margin-bottom: 18px;
}
.contact-page-left-block {
    width: 360px;
}
.contact-info-section {
    padding: 60px 0 0;
}
.contact-info-section-inner h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

 .contact-info-section-inner p {
    line-height: 30px;

} 
  .contact-info-section-inner .contact-info-center-block a {
    margin-bottom: 15px;
    word-break: break-word;
}
  .contact-page-right-block {
    width: calc(100% - 390px);
}
.contact-page-right-block form .contact__button button.button {
    padding: 20px 60px;
}
.contact-page-main.contact {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-page-left-block h2.title, h1.main-page-title.page-title.h0 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}
.homepage-logos-text p {
    font-size: 18px;
    line-height: 28px;
}
  
}


@media(max-width:749px){
  .product-ingredients-item-large-text-inner .product-ingredients-item-large-text {
    max-width: 100%;
    width: 100%;
    max-height: 54vh;
    overflow: auto;
    padding-bottom: 0;
}
.delivery-eta-text {
    font-size: 14px;
    line-height: 18px;
}
.delivery-eta-text img {
    width: 16px;
}
.value-item .value-item-title {
    font-size: 13px;
    line-height: 16px;
}
.values-box-container {
    padding: 15px;
    border-radius: 16px;
    margin: 20px 0 !important;
}
  .product-ingredients-item-heading .product-ingredients-item-heading-inner h3 {
    font-size: 18px;
    line-height: 20px;
}
  .product-ingredients-section .product-ingredients-inner .product-ingredients-item {
    padding: 14px 16px;
}
  .product-ingredients-section .product-ingredients-inner .product-ingredients-item .product-ingredients-img {
    max-width: 100px;
    right: 0px;
}
  .grid__item.product__media-wrapper slider-component ul li .product-media-container.media-type-image .product__media.media {
    border-radius: 20px!important;
}
  .product.product--medium {
    padding: 30px 0 50px;
}
  .desktop-only{
  display: none;
}
  .homepage-top-banner-img {
    position: unset;
}
.homepage-top-banner .homepage-top-banner-content {
    top: 42%;
    padding: 0 7vw;
}
.mobile-only{
  display: block;
}
.announcement-bar-section .page-width {
    padding: 0 15px;
}
.announcement-bar-slider.slider-buttons .slider {
    width: 100%;
}
  .header__heading-link {
    padding: 0;
}
  header.header {
    padding-top: 14px;
    padding-bottom: 14px;
}
.homepage-top-banner .homepage-top-banner-content .top_banner_heading, .homepage-top-banner .homepage-top-banner-content .button_main {
    padding: 0px;
}
.homepage-top-banner-content .top_banner_heading h1 {
    max-width: 428px;
    font-size: 40px;
    line-height: 46px;
}
.button_main a.home-btn {
    padding: 10px 22px;
    font-size: 18px;
    border-radius: 6px;
}
.homepage-two-img-with-text-inner.img-layout-right {
    flex-direction: column-reverse;
}
.homepage-two-img-left-block {
    width: 100%;

}
.homepage-two-img-with-text-inner .homepage-two-img-right-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.homepage-two-img-right-block .homepage-two-img-heading h2, .homepage-product-section-heading h2, .main-instagram-feed-heading-bar h2 {
    font-size: 32px;
    max-width: 100%;
}
.homepage-two-img-star-rating {
    margin: 20px 0;
    justify-content: center;
    gap: 10px;
}
.homepage-two-img-star-rating p {
    font-size: 16px;
}
.homepage-two-img-right-block .button_main {
    display: flex;
    justify-content: center;
}
  .button_main a.home-btn {
    font-size: 16px;  
}
.homepage-collections-heading a {
    font-size: 16px;
}
.homepage-collections-left-block .homepage-collections-inner {
    gap: 10px;
}
/* .homepage-collections-item {
    max-width: calc(33.33% - 6.66px);
    min-width: calc(33.33% - 6.66px);
    width: calc(33.33% - 6.66px);
} */
.homepage-collection-block-inner {
    gap: 30px;
}
.homepage-collections-heading h2, .homepage-why-tradie-supps h2 {
    font-size: 32px;
    line-height: 40px;
}

.homepage-product-section {
    padding-bottom: 30px;
}
.homepage-two-img-with-text {
    padding: 40px 0;
}

.homepage-two-img-text p, .main-instagram-feed-heading-bar .follow_text_top, .homepage-why-tradie-text p {
    font-size: 18px;
    line-height: 26px;
}
footer.footer {
    padding: 0 15px 30px;
}
  .footer-main-grid .footer-block__newsletter .footer-block__newsletter-inner {
    gap: 20px;
    flex-direction: column;
}
  .footer-block__newsletter-inner .footer-block-left-block {
    width: 100%;
}
.footer-block__newsletter-inner .footer-block-right-block {
    width: 100%;
}
.footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper .field-inner input {
    padding: 18px 140px 18px 18px;

}
.footer-main-grid {
    border-radius: 20px;
}
.footer-main-grid .footer-block__newsletter {
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 30px;
}
.footer-block__brand-info {
    text-align: center!important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-block .footer-block__image-wrapper {
    margin-bottom: 10px;
}
.footer-block h2.footer-block__heading {

    text-align: center;
}
  .footer-block ul.footer-block__details-content {
    gap: 12px;
    margin: 10px 0;
}
  .footer-block ul.footer-block__details-content li {
    justify-content: center;
}
  .footer-block .footer-block-social-icons ul.footer__list-social {
    justify-content: center;
}
  footer .footer__content-bottom .footer__copyright.caption {
    border-radius: 5px;
}
  .main-instagram-feed-inner {
    padding-bottom: 40px;
}
  .facets-vertical .product-grid-container {
    width: 100%!important;
}
.facets-vertical .facets-wrapper {
    width: 100%!important;
}
.mobile-facets__disclosure summary span.mobile-facets__open {
    padding: 10px;
    background: #000;
    color: #e3980b;
    border-radius: 5px;
}
  
.product-count__text span#ProductCount {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}
  .collection-hero__text-wrapper h1.collection-hero__title {
    margin: 40px 0 10px;
    font-size: 40px;
    line-height: 40px;
}
  .product-four-points-inner .product-four-points-left-block, .product-ingredients-inner .product-ingredients-left-block {
    width: 100%;
    position: unset;
}
.product-four-points-section, .real-result-main-block, .product-faq-section {
    padding: 50px 0;
}
.product-reviews-widget-inner {
    border-radius: 15px;

}
.product-reviews-heading h2 {
    font-size: 30px;
    line-height: 40px;
}

.product-four-points-inner .product-four-points-right-block, .product-ingredients-section .product-ingredients-inner .product-ingredients-right-block{
  width:100%;
}
  .real-result-main-block .inner-main-content .top-heading h2, .product-how-to-use-section .top-heading h2 {
    font-size: 30px;
    line-height: 38px;

}
  .result-grid-block {
    gap: 20px;
}
  .result-grid-block .result-list-dd {
   height: 200px;
    width: 200px;
    padding: 10px;
}
.result-grid-block .result-list-dd .result-list-dd-circle {
    width: 200px;
    height: 200px;
}
.result-percentage-text h3 {
    font-size: 40px;
    line-height: 40px;
}
.result-disc-block p {
    font-size: 14px;
    line-height: 14px;
    max-width: 100%;
	padding:0 5px;
}
.real-result-main-block .inner-main-content .top-heading, .product-how-to-use-section .top-heading {
    margin-bottom: 15px;
}
.product-how-to-use-item .product-how-to-use-item-img img {
    max-width: 100px;
}
  .product-how-to-use-inner .product-how-to-use-item:before {
    width: 100px;
    height: 23px;
    left: -120px;
    top: 100px;
    background-repeat: no-repeat;
}
.product-four-points-left-block h2, .product-ingredients-inner .product-ingredients-left-block h2 {
    font-size: 30px;
    line-height: 38px;
}
.page-banner-section .page-banner-img-content h1 {
    font-size: 40px;
    line-height: 40px;
}
.page-banner-img img {
    height: 220px;
}
  .page-heading-text-section {
    padding: 50px 0 0;
}
.page-heading-text-section .page-heading-text-inner h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}
.page-heading-text-section .page-heading-text-inner .page-heading-text-inner p {
    font-size: 18px;
    line-height: 28px;
}
.page-heading-text-section.page-heading-text-section-2 {
    padding: 50px 0;
    margin-bottom: 50px;
}
.page-heading-text-section.page-heading-text-section-2 .page-heading-text-inner p {
    font-size: 20px;
    line-height: 28px;
}
.contact-info-section {
    padding: 50px 0 0;
}
.contact-info-section-inner {
    gap: 20px;
  align-items: flex-start;
}
  .contact-info-section-inner>div {
    width: calc(50% - 10px);
}
.contact-info-section-inner p, .contact-info-section-inner .contact-info-center-block a, .contact-info-section-inner .contact-info-center-block p.contact-address {
    line-height: 26px;
    font-size: 18px;
}
.contact-info-section-inner h3 {
    line-height: 36px;
    margin-bottom: 10px;
}
.contact-page-main.contact {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-page-left-block {
    width: 100%;
}
.contact-page-left-block .contact-page-left-text p {
    font-size: 18px;
    line-height: 26px;
}
.contact-page-right-block {
    width: 100%;
}
  .contact-info-section-inner>div:last-child {
    width: 100%;
}
    .contact-page-left-block h2.title, h1.main-page-title.page-title.h0 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
  .product-ingredients-item-large-text-inner {
    max-width: 90%;
           padding: 16px 16px 20px;
    border-radius: 15px;
}
  h1.main-page-title.page-title.h0~.rte h3 {
    font-size: 20px;
    line-height: 26px;
}
  h1.main-page-title.page-title.h0~.rte p {
    font-size: 18px;
    line-height: 26px;
}
  .customer:not(.account):not(.order) {
    max-width: 100%!important;
}
  .facets-container {
    margin-bottom: 20px;
}
  .homepage-why-tradie-supps {
    padding: 50px 0;
}
}
@media(max-width:575px){
  .homepage-why-tradie-supps-inner {
    grid-template-columns: 1fr;
    gap: 15px;
}
  .homepage-why-tradie-supps-item {
    gap: 15px;
}
.homepage-product-section-inner .owl-nav button {
    display: flex;
}
.homepage-product-section-inner .owl-nav {
    top: -10%;
}

  
}
@media(max-width:480px){
	.real-result-main-block .inner-main-content .top-content p{font-size:16px;line-height:24px;}
  .homepage-top-banner .homepage-top-banner-content {
    top: 44%;
    padding: 0 6vw;
}
.product-how-to-use-inner.total-coll-3 .product-how-to-use-item,.product-how-to-use-inner.total-coll-4 .product-how-to-use-item  {
    width: 100%;
}
  .homepage-product-section-inner .owl-nav {
    position: unset;
    justify-content: center;
    margin-top: 15px;
}
  h1.main-page-title.page-title.h0~.rte p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.homepage-top-banner-content .top_banner_heading h1 {
    max-width: 338px;
    font-size: 36px;
    line-height: 38px;
}
.inner_main_items .slide_item {
    font-size: 18px;
    line-height: 24px;
}
.inner_main_items {
    gap: 30px;
}
.homepage-two-img-right-block .homepage-two-img-heading h2, .homepage-product-section-heading h2, .main-instagram-feed-heading-bar h2 {
    font-size: 28px;
    max-width: 100%;
    line-height: 32px;
}
.homepage-collection-block-inner {
    gap: 20px;
}

.homepage-collections-left-block .homepage-collections-inner {
    gap: 15px;
    flex-direction: column;
}
/* .homepage-collections-item {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
} */
  .homepage-collections-right-block .homepage-collections-inner {
    flex-direction: column;
}
 .homepage-product-section-item {
    padding: 20px 15px;
} 
.homepage-product-item-img span {
    font-size: 13px;
    line-height: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    left: 8px;
    top: -10px;
}
  .homepage-product-item-img a img {
    border-radius: 10px;
}
.homepage-product-item-content h3 a {
    font-size: 20px;
    line-height: 20px;
}
.homepage-product-item-content .homepage-product-item-des p {
    font-size: 16px;
    line-height: 18px;
}
  .homepage-product-item-price p, .homepage-product-item-btn a.homepage-product-btn {
    font-size: 16px;
}
.homepage-two-img-text p, .main-instagram-feed-heading-bar .follow_text_top, .homepage-why-tradie-text p {
    font-size: 16px;
    line-height: 24px;
}
.footer-block__newsletter-inner .footer-block-left-block h2.footer-block__heading {
    font-size: 26px;
    line-height: 36px;
}
.footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper .field-inner input {
    padding: 14px;
}
.footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper .field-inner {
    border: 0;
    border-radius: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper .field-inner input {
    padding: 14px;
    border: 1px solid #EFEDD6;
    border-radius: 50px;
    font-size: 16px;
}
  .footer-block__newsletter-inner .footer-block-right-block form .newsletter-form_field-wrapper .field-inner button {
    position: unset;
    width: 100%;
    font-size: 16px;
    height: 40px;
}
.footer-block.grid__item {
    margin: 30px 0!important;
}
  .footer-main-grid {
    border-radius: 15px;
}
  footer.footer {
    padding: 0 15px 20px;
}
.header__heading-logo-wrapper img.header__heading-logo {
    max-width: 120px;
}
  header.header {
    padding: 12px 15px;
}
  header.header header-drawer {
    margin-left: 0;
}
  .homepage-collections-heading h2, .homepage-why-tradie-supps h2 {
    font-size: 28px;
    line-height: 36px;
}
  .homepage-two-img-text {
    margin-top: 15px;
}
  .main-instagram-feed-inner {
    padding-bottom: 35px;
}
  .homepage-collection-block {
    padding: 30px 0;
}
  .collection-hero__text-wrapper h1.collection-hero__title {
    margin: 40px 0 10px;
    font-size: 32px;
    line-height: 36px;
}
  .facets-vertical {
    padding-bottom: 40px;
}
  .collection div#product-grid .grid__item .homepage-product-item-price-btn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}
.product.product--medium .product__title h1 {
    font-size: 30px;
    line-height: 34px;
}
.product.product--medium .product__description p {
    font-size: 16px;
    line-height: 22px;
}
.product.product--medium .price.price--large .price__regular {
    font-size: 22px;
    line-height: 24px;
}
.product.product--medium fieldset.product-form__input.product-form__input--pill label {
    padding: 10px 20px!important;
    border-radius: 14px!important;
    font-size: 16px !important;
}
product-form.product-form form .product-form__buttons button {
    padding: 14px;
    font-size: 16px;
}
.product__accordion.accordion details summary {
    padding: 15px 20px;
    align-items: center;
}
  .product__accordion.accordion .accordion__content {
    padding: 0 20px 20px;
    margin: 0;
}
  .product__accordion.accordion {
    border-radius: 20px;
}
  .product__accordion.accordion details summary h2.h4.accordion__title {
    font-size: 16px;

}
  .product__accordion.accordion details summary svg.icon {
    width: 15px;
    height: 15px;
}
  .product__accordion.accordion details summary:after {
    right: 20px;
}
  .product__accordion.accordion details summary:before {
    right: 14px;
}
  .product-four-points-left-block .product-four-points-text p, .product-ingredients-inner .product-ingredients-left-block .product-ingredients-text p, .product-four-point-item-content .product-four-point-item-text p, .product-ingredients-item-text p, .product-how-to-use-item-content .result-disc-block p {
    font-size: 16px;
    line-height: 24px;
}
.result-grid-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.result-percentage-text h3 {
    font-size: 30px;
    line-height: 40px;
}
.result-grid-block .result-list-dd {
    height: 160px;
    width: 160px;
    padding: 10px;
}
.result-grid-block .result-list-dd .result-list-dd-circle {
    width: 160px;
    height: 160px;
}
 .product-how-to-use-inner {
    gap: 30px;
} 
.product-how-to-use-inner .product-how-to-use-item {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
  .product-how-to-use-inner .product-how-to-use-item:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e3980b;
}
    .product-how-to-use-inner .product-how-to-use-item:before {
      content:none
    }
.product-how-to-use-inner .product-how-to-use-item:before{
  content:none;
}
.product-faq-section-list h2.heading {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 15px;
}
.product-faq-section-item button.product-faq-section-heading {
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
}
.product-faq-section-list .product-faq-section-item .product-faq-section-content p {
    font-size: 16px;
    line-height: 20px;
}
.product-faq-section-list .product-faq-section-item .product-faq-section-content {
    padding-bottom: 15px;
}

.product-faq-section-item button.product-faq-section-heading:after {
    width: 10px;
    height: 13px;
}
 .product-how-to-use-item .product-how-to-use-item-img img {
    border-radius: 15px;
}

.page-heading-text-section .page-heading-text-inner .page-heading-text-inner p {
    font-size: 16px;
    line-height: 26px;
}
.page-heading-text-section.page-heading-text-section-2 .page-heading-text-inner p {
    font-size: 18px;
    line-height: 26px;
}
.contact-info-section-inner>div {
    width: 100%;
}
  .contact-info-section-inner p, .contact-info-section-inner .contact-info-center-block a, .contact-info-section-inner .contact-info-center-block p.contact-address {
    font-size: 16px;
}
  .contact-info-section-inner .contact-info-center-block a {
    margin-bottom: 12px;
}
.contact-page-right-block form .contact__fields {
    gap: 15px;
}
  .contact-page-right-block form .contact__fields .fields {
    width: 100%;
}
.contact-page-right-block form .fields input {

    padding: 18px 17px;
}
.contact-page-right-block form .fields textarea {
    border-radius: 20px;
}
.contact-page-right-block form .contact__button {
    margin-top: 0;
}
 .contact-page-right-block form {
    gap: 15px;
}
.contact-page-right-block form .contact__button button.button {
    padding: 16px 50px;
}
.contact-info-map iframe {
    height: 400px;
}

  .customer h1 {
    font-size: 30px;
    line-height: 30px;
}
.product-ingredients-section .product-ingredients-inner .product-ingredients-item .product-ingredients-img {
    max-width: 100px;
    right: 0px;
}
.real-result-main-block .inner-main-content {
    gap: 25px;
}
}

@media(max-width:370px){

.homepage-top-banner-content .top_banner_heading h1 {
    font-size: 34px;
    line-height: 38px;
}
  .homepage-two-img-with-text {
    padding: 35px 0;
}
.homepage-two-img-star-rating {
    margin: 15px 0;
}
.homepage-two-img-with-text-inner {
    gap: 20px;
}
.homepage-product-item-price-btn {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.homepage-two-img-left-block .homepage-two-img:first-child {
    margin-top: 15px;
}
.collection div#product-grid .grid__item {
    width: 100%!important;
    max-width: 100%!important;
}
.collection div#product-grid {
    gap: 15px;
}
.collection div#product-grid .grid__item .homepage-product-item-price-btn {
    align-items: center;
    flex-direction: row;
}  
.result-grid-block .result-list-dd {
    height: 140px;
    width: 140px;
    padding: 10px;
}
.result-grid-block .result-list-dd .result-list-dd-circle {
    width: 140px;
    height: 140px;
}
.result-disc-block p {
    font-size: 12px;
    line-height: 12px;
    max-width: 100%;
    padding: 0 5px;
}
}