/** Shopify CDN: Minification failed

Line 1544:37 Unexpected "{"
Line 1739:0 Expected "}" to go with "{"

**/
/* ticket css */
.stock-ticker {
  --gap: 20px;
  /* border-block: 1px solid; */
  display: flex;
  /* gap: var(--gap); */
  overflow: hidden;
  /* padding-block: 8px; */
  user-select: none;
  background: #FFE600;
   font-size: 16px;
    font-weight: 400;
    line-height:5px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}
li.minus {
    list-style: none;
}
/* Default: visible only on desktop */
.header-search-desktop-only {
  display: block;
}

/* Hide on mobile devices (screen width 768px and below) */
@media (max-width: 768px) {
  .header-search-desktop-only {
    display: none;
  }
/* .learn-text p {
    bottom: -84%;
} */
}
div#shopify-section-template--18591320277191__product_slider_VxnWxD {
    overflow: hidden;
}

h1.header__heading {
    margin: 0 !important;
}
/* body.gradient.index .collection_main .watch-bottom-text {
    color: #ff0;
} */
.stock-ticker ul {
  align-items: center;
  animation: scroll 90s linear infinite;
  display: flex;
  flex-shrink: 0;
  gap: var(--gap);
  justify-content: space-between;
  list-style: none;
  min-width: 100%;
}
.main-page-title {
    margin-bottom: 0rem !important;
    padding: 15px 40px 0px;
}
.faq-section {
    margin-bottom: 4rem;
    width: 1000px;
    margin: 0 auto 4rem;
    max-width: 100%;
}
/* .stock-ticker:hover ul {
  animation-play-state: paused;
}

.stock-ticker ul:first-child {
}

.stock-ticker ul:last-child {
} */

.stock-ticker .company,
.stock-ticker .price {
  font-weight: bold;
}

.stock-ticker .price {
  margin-inline: 4px;
}
.stock-ticker .plus .change,
.stock-ticker .plus::before {
  color: #089981;
}

.stock-ticker .minus .change,
.stock-ticker .minus::before {
  /* color: #f23645; */
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* End css */
  /* ticket css */
.custom-stock-ticker {
  --gap: 20px;
  display: flex;
  overflow: hidden;
  user-select: none;
  background: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 5px;
  color: white;
  cursor: pointer;
}
.custom-stock-ticker ul {
  align-items: center;
  animation: scroll 90s linear infinite;
  display: flex;
  flex-shrink: 0;
  gap: var(--gap);
  justify-content: space-between;
  /* list-style: none; */
  min-width: 100%;
}

/* .custom-stock-ticker:hover ul {
  animation-play-state: paused;
} */

/* .custom-stock-ticker ul:first-child { } */
/* .custom-stock-ticker ul:last-child { } */

.custom-stock-ticker .company,
.custom-stock-ticker .price {
  font-weight: bold;
}

.custom-stock-ticker .price {
  margin-inline: 4px;
}
.custom-stock-ticker .plus .change,
.custom-stock-ticker .plus::before {
  color: #089981;
}

.custom-stock-ticker .minus .change,
.custom-stock-ticker .minus::before {
  /* color: #f23645; */
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* End css */
/* Collection css */
.collection_main {
    padding: 20px 20px 0px;
}

.watch-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.watch-card {
  position: relative;
  flex: 1 1 45%;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
}

.watch-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.watch-top-text {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 40px;
    color: #ff0;
    right: 20px;
    padding: 10px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
}
span#custom_icon {
    position: relative;
    top: 10px;
    width: 25px;
    height: 25px;
}
.watch-bottom-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 20px;
  color: yellow;
  font-weight: bold;
  text-transform: uppercase;
}
div#yello-color .watch-top-text {
    background: transparent;
}
.watch-bottom-text, .watch-top-text, .learn-text h2, p.hover_color {
    /* background: #F37A20; */
    padding: 0px 10px;
}
  .watch-section {
  display: flex;
  gap: 20px;
}
a:hover.watch-card {
    transform: rotate(2deg);
}
.watch-card.new-blog-card:hover, .learn-section:hover {
    transform: rotate(2deg);
}
.new-watch-card, .new-blog-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
body.gradient.login .custom_main_ticker {
    display: none;
}
/* .svg-wrapper>svg {
    fill: #fff !important;
} */
.new-blog-card {
  background-color: #ff5a32; /* Red background for blog card */
  color: white; /* Text color for contrast */
}

.watch-image img {
  width: 100%;
  height: auto;
}

.button_cust a {
    color: #ff5a32;
    background: #fff;
    padding: 18px 15px;
    margin: 20px;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    border: 2px solid #fff;
}
/*  End Collection css */


.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  
}

.join-section {
    background-color: #f5db00;
    flex: 1 1 45%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    height: 473px;
}

.join-section h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
  font-family: 'Sporting Grotesque', sans-serif !important;
}

.join-section p {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
}

.subscribe-form {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.subscribe-form input[type="email"] {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid black;
  background: transparent;
}

.subscribe-form button {
  background-color: black;
  color: #f5db00;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.learn-section {
    flex: 1 1 45%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 473px;
    display: block;
}

.learn-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.footer-block__details-content.list-unstyled {
    text-transform: uppercase;
}
.learn-text {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #f37a20;
    display: block;
    right: 20px;
    bottom: 15px;
}
.search-modal__form {
    max-width: 32.2rem!important;
    flex: 1;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
}
input#Search-In-Modal {
    color: #fff !important;
}
label.field__label {
    color: #000;
    font-weight: 600 !important;
}
.search__input.field__input {
    padding-right: 9.8rem;
    background: transparent;
    border: none !important;
    outline: none;
}
body.gradient.page.page--contact .stock-ticker {
    display: none;
}
body.gradient.page.page--faq .stock-ticker {
    display: none !important;
}
.modal__close-button.link {
    color: #fff;
}
.learn-text h2 {
    font-size: 40px;
    color: #ff0;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    top: 0px;
    position: absolute;
    font-family:'Sporting Grotesque', sans-serif  !important;
}
.learn-text p {
    font-size: 20px;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0%;
    margin-bottom: 0 !important;
}
.main_section {
    padding:20px 20px 20px;
}
/* .header predictive-search {
    position: relative;
    background-color: #000;
    padding: 20px;
    border-radius: 0px 0px 0px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 500px !important;
} */
/* FAQ */
body.gradient.page.page--blog a.watch-card {
    border-radius: 0px !important;
}
div#heading-wrapper {
    margin-bottom: 20px;
}
 .faq-question {
    cursor: pointer;
    font-weight: 700;
    margin-top: 1em;
    padding: .5em;
    border-radius: 4px;
    font-size: 20px;
    color: #000;
   font-family: 'Sporting Grotesque', sans-serif;
}
.faq-answer {
  margin: 0.5em 0 1em 1em;
  padding: 0.5em;
  /* background: #fff; */
  /* border-left: 3px solid #0077c2; */
  border-radius: 0 4px 4px 0;
}
.faq-item.active .faq-question {
  /* background: #e0f7fa; */
}
.custom_contact_head {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.custom_address {
    color: black;
}

.custom_sec_address {
    color: black;
}

.custom_email {
    color: black;
}
.content_heading_flx {
    display: flex;
    gap: 20px;
}

.content_1 {
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    max-width: 100%;
}
.content_heading_flx {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}
.content_2 {
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    max-width: 100%;
}
.content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-family: 'Sporting Grotesque', sans-serif;
    flex-wrap: wrap;
}

.text-section {
  flex: 1;
}
.heading_content {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
h1.heading_h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0px 0px 30px;
}
.text-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1em;
}

.image-section {
    position: relative;
    width: 450px;
    flex-shrink: 0;
    max-width: 100%;
}
.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow: none !important;
    outline: none !important;
    border-radius: var(--inputs-radius);
}
.image-section img {
  width: 100%;
  display: block;
}
body.gradient.page.page--community .main_section {
    padding: 15px 20px;
}
.image-title-link-loop {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(3, 1fr); */
    gap: 20px;
    padding: 10px 20px;

}
.blog_title_custom {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 20px;
    color: #fff;
    right: 20px;
    padding: 10px;
    font-weight: 800;
    text-transform: uppercase;
}
a.blog_custom_link:hover .blog_title_custom {
    background: #fff;
    color: #000;
}
/* a.watch-card:hover .watch-top-text {
    background: #fff;
    color: #000 !important;
} */
a.blog_custom_link {
    position: relative;
    flex: 1 1 45%;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
}
header.custom-header {
    margin-top: 80px;
}
section#s4 .content_heading_slider_main_section {
    margin: 0px 0px  6rem;
}
section#s3 .our_flex_content_second {
    margin-bottom: 0px;
}
.all_in_one .our_second_section {
    padding: 0px 20px;
}
.newsletter-form__field-wrapper > .field {
    padding-right: 130px !important;
}
.image_blog_title_link {
    position: relative;
    flex: 1 1 45%;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
}
body.gradient.product .custom_main_ticker {
    display: none;
}
body.gradient.product .slider-custom {
    padding: 20px 0px;
    width: 100%;
}
body.gradient.page.page--blog a.watch-card:hover .watch-bottom-text {
    background: #fff;
    color: #000;
}
img.custom-blog_image {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
}
.image-label {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.svg-wrapper>svg {
    height: 100%;
    width: 30px;
}
.header__icon .svg-wrapper {
    width: 30px !important;
    height: 30px !important;
}
.header__icon, .header__icon--cart .icon {
    height: 6rem !important;
    width: 6rem !important;
    padding: 0;
}
.header__icon .icon {
    height: 2.8rem !important;
    width: 2.8rem !important;
    fill: none;
    vertical-align: middle;
}
.newsletter-form {
    align-items: flex-start;
    margin: 0 auto;
    max-width: 100% !important;
  width: 100%;
}
.field__label, .customer .field label {
    font-size: 18px !important;
    color: #000;
    line-height: 0rem !important;
}
.search-modal__content {
    display: flex;
    align-items: center;
    /* justify-content: end !important; */
}
body.gradient.list-collections .custom_main_ticker {
    display: none;
}
.search-modal.modal__content.gradient {
    width: 100%;
    max-width: 492px;
    background: #000;
    border-radius: 0 0 0 10px;
    float: right;
    position: absolute;
    left: 68%;
    padding: 0 !important;
}
.title_cart.h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
}
.flex-custom {
    display: flex;
    justify-content: space-between;
    padding: 10rem 0px;
    border-bottom: 3px solid #000;
    border-top: 3px solid;
    flex-wrap: wrap;
  align-items: center
}
h1.cart__empty-text {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Sporting Grotesque', sans-serif;
  margin: 0px !important;
}
.cart__login-title,
p.cart__login-paragraph{
  margin: 0px !important;
}
form.search.search-modal__form label.field__label {
    color: #fff;
}
.newsletter-form__field-wrapper.scroll-trigger.animate--slide-in {
    width: 100% !important;
    max-width: 100% !important;
}
.newsletter-form__field-wrapper .field__input {
    border-color: #000 !important;
    border-width: 0px 0px 3px 0px !important;
    border-style: solid !important;
    margin: 0 !important;
    background: transparent;
    width: 100% !important;
    max-width:550px !important;
}

body.gradient.index .watch-top-text {
    width: max-content;
}
button#Subscribe {
    background: #000;
    color: #f37a20;
    text-align: center;
    border-radius: 10px;
    border: 0;
    font-size: 20px;
    font-weight: 700;
}
button#Subscribe:hover {
    background: transparent;
    border: 3px solid #000;
    color: #fff;
    transform: rotate(3deg);
}
div#cards-wrapper a:hover.watch-card {
    transform: none;
}
div#contact_new:hover, div#custom_learn-section:hover{
    transform: none;
}
.slideshow__media.banner__media.media img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.button_cust p {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.button_cust a:hover {
    background: transparent;
    color: #fff;
}
.footer-block__details-content {
    margin: 30px auto 0px !important;
}
.footer-block:only-child:last-child {
    text-align: center;
    max-width: 100% !important;
    margin: 0 auto;
}
.footer-block__details-content .list-menu__item--link {
    display: inline-block;
    color:#000;
}
.footer-block__details-content {
    text-align: center;
    max-width: 100%!important;
    width: 100%;
    justify-content: space-between;
    display: inline-flex;
    padding: 40px 0px 0px;
}
.page-width {
    max-width: 100%;
    margin: 0;
}
/* button#bg-1 {
    background: #f37a20;
} */
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
  margin: 0px 0px 20px !important;
  font-family: 'Sporting Grotesque', sans-serif !important;
  font-weight: 600;
}
body{
  font-family: 'Sporting Grotesque', sans-serif !important;
  font-weight: 400;
}
sticky-header.header-wrapper.color-scheme-1.gradient {
    background: transparent;
}
/* button#bg-2 {
    background: #ff5a32;
}
button#bg-3{
    background: #ffe600;
}
button#bg-4{
  background: #0096cd;
}
button#bg-5{
  background: #b9a5e6;
} */
.section {
    font-size: 30px !important;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
    border-bottom: none !important;
}
.menu-btn {
    padding: 10px 42px;
    border: none !important;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px !important;
    font-size: 20px !important;
    margin-bottom: 21px;
    margin-right: 20px;
    /* background: #f37a20 !important; */
    color: #fff !important;
}
.accordion-header {
    cursor: pointer;
    padding: 15px;
    margin: 0;
    background: none !important;
    font-size: 40px;
    font-weight: 700;
}
.product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
    margin: 2.5rem 0;
    font-size: 18px;
    font-weight: 500;
}
.accordion-item {
    border-bottom: none !important;
}
/* h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    display: none;
} */
.rich-text__text.rte.scroll-trigger.animate--slide-in {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
p {
    font-size: 16px;
    color: #000;
    font-weight: 400 !important;
    margin-top: 0px;
    margin-bottom: 16px;
}
h2.rich-text__heading.rte.inline-richtext.h2.scroll-trigger.animate--slide-in {
    font-weight: 700;
}
.rich-text__wrapper--left {
    justify-content: center !important;
}
.footer__content-bottom.scroll-trigger.animate--slide-in.scroll-trigger--offscreen {
    display: none;
}
.footer__content-top {
    padding-bottom: 0rem !important;
    padding-top:2rem !important;
}
.back-to-top {
    left: 38px ;
    bottom: 40px !important;
    text-transform: uppercase !important;
}
.footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: #000 !important;
}
div#contact_new {
    background: #b9a5e6;
}
.custom_address, .custom_sec_address, .custom_email {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}
.blog_loop {
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(33%, 1fr));
    gap: 20px;
    padding: 20px;
}
img.blog_custom_image {
    width: 100%;
    height: auto;
    display: block;
}
.custom_blog_main {
    padding: 40px 40px;
}
div#contact_new button{
  color: #b9a5e6;
}
.accordion-item img {
    width: 100%;
    display: block;
    height: 300px;
}
.accordion-item.active .accordion-content {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(33%, 1fr));
    gap: 20px;
}
.header {
    padding: 16px !important;
}
.header__heading-link {
    padding: 0 !important;
}
span.arrow-down svg {
    width: 15px;
    height: 16px;
}
div#cards-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
div#cards-wrapper a.watch-card {
    width: 100% !important;
}
div#cards-wrapper .watch-top-text {
    font-size: 20px;
    color: #ffffff;
    top: 18px;
}
body.gradient.page.page--blog .watch-bottom-text {
    font-size: 17px;
    color: #fff;
}
div#cards-wrapper img.blog_custom_image {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
}
.pagination-button.active {
    border-bottom: 1px solid #000 !important;
}
.pagination-button {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    color: #000 !important;
}
@media screen and (max-width: 749px) {
    .banner:not(.banner--mobile-bottom) .field__input, .banner--mobile-bottom:not(.banner--stacked) .banner__box.color-scheme-1 {
        display: none;
    }
  .footer__content-top {
    padding: 20px !important;
}
.footer-block__details-content {
    padding: 00px !important;
    display: block;
    text-align: left;
}
.accordion-item.active .accordion-content {
    grid-template-columns: repeat(1, minmax(33%, 1fr));
}
  .new-blog-card {
    padding: 120px 0px 0px;
}
  .watch-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}
  .button_cust p {
    font-size: 12px;
}

.container {
    display: flex;
    height: 100vh;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
/* .collection_main, .main_section {
    padding: 20px;
} */
div#cards-wrapper {
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(1,1fr);
}
}
@media screen and (max-width: 1024px) {
.button_cust p {
    font-size: 10px;
}
.image_flex-first {
    flex-wrap: nowrap !important;
}
.newsletter-form__button {
    padding: 0 37px !important;
}
.search-modal.modal__content.gradient {
    left: 56%;
}
/* .collection_main, .main_section {
    padding: 20px;
} */
div#cards-wrapper img.blog_custom_image {
    height: 200px;
}
div#cards-wrapper .watch-top-text {
    font-size: 16px;
}
.watch-bottom-text {
    font-size: 14px;
}
}

/* Default (desktop) styles */
.custom_mobile_menu {
  display: none;
}

.custom_desktop_header {
  display: block;
}
header-drawer {
    justify-self: start;
    margin-left: 0 !important;
}

/* Mobile styles */
  .watch-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .watch-card {
    width: calc(33.333% - 13.33px);
    box-sizing: border-box;
  }

  .pagination-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .pagination-button {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 4px;
  }

  .pagination-button.active {
    background-color: #000;
    color: #fff;
    font-weight: bold;
  }
  /* Responsive */
  @media (max-width: 768px) {
    /* .watch-card {
      width: calc(50% - 10px);
    } */
    /* .learn-text p {
    margin-top: 235px;
} */
  .new-blog-card, .learn-section, .join-section {
    height: 300px;
}
    a#BackToTop {
    top: 92%;
    left: 0;
}
.custom_address, .custom_sec_address, .custom_email {
    font-size: 14px;
}
.search-modal.modal__content.gradient {
    left: 46%;
}
.search-modal.modal__content.gradient {
    width: 100%;
    max-width: 420px;
}

.page-width {
    padding: 0 2rem;
}
.watch-image img {
    height: 300px;
}
.both, .slider-custom {
    width: 100% !important;
    max-width: 100%;
}
img.image_1, img.image_2, .first_flex_heading, .our-first-content, .second_heading_content, .second_section_slider.slick-initialized.slick-slider, .fith_image, .fif_image_heading_content {
    width: 100% !important;
    max-width: 100%;
}
.slider_content_2_heading , .image_slide_1_2, .image_headind_txt, .image_headind_txt_s4, .slider_content_5_heading, .image_headind_txt_s6, .our_flex_content_first, .image_flex-first, .content_heading_slider_main_section, .image_flex-second,.our_flex_content_second, .content_heading_slider_main_section{
    flex-wrap: wrap;
}
.modital_image_1 img.image_1, .modital_image__2 img.image_2, .modital_image__3 img.image_3, .second_cus_img_1 img.image_1, .second_cus_img_2 img.image_2, .second_cus_img_3 img.image_3 {
    width: 100%;
    max-width: 100%;
    height: 100% !important; 
}
.image_flex-first {
    flex-wrap: wrap !important;
    justify-content: space-between;
}
.image-title-link-loop {
    grid-template-columns: repeat(2, 1fr);
}
img.custom-blog_image {
    height: 300px;
}
  }

  @media (max-width: 480px) {
    .watch-card {
      width: 100%;
    }
  /* .learn-text p {
    margin-top: 340px;
} */
.header {
    padding: 0px !important;
}
  }



body.gradient.page.page--blog 
 .stock-ticker {
    display: none !important;
}
.custom_address, .custom_sec_address, .custom_email, .watch-top-text {
    font-family: 'Sporting Grotesque', sans-serif;
}
.custom_contact_head, .watch-bottom-text, button, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5,.menu-btn, .fif_heading, .slider_2_heading, .slider_3_heading, .slider_4_heading, .slider_5_heading, .slider_6_heading
, .custom_first_heading{
    font-family: 'Sporting Grotesque', sans-serif !important;
    text-transform: uppercase;
    color: #000;
}

.fif_heading, .slider_2_heading, .slider_3_heading, .slider_4_heading, .slider_5_heading, .slider_6_heading
, .custom_first_heading{
    font-size: 40px !important;

}
p, span, input, label, a{
  font-family: 'Sporting Grotesque', sans-serif !important;
}
a {
    color: #000;
}
#Subscribe::before {
    content: 'JOIN';
    font-size: 20px !important;
    text-transform: uppercase;
}
.fif_heading {
    font-size: 40px;
}
.content_heading_slider_main_section {
    display: flex;
    gap: 20px;
    margin: 6rem 0px;
}
.modital_image_1 img.image_1, .modital_image__2 img.image_2, .modital_image__3 img.image_3, .second_cus_img_1 img.image_1, .second_cus_img_2 img.image_2, .second_cus_img_3 img.image_3{
    width: 100%;
    max-width: 100%;
    height: 480px;
}
.modital_image_1 .image_1_content, .modital_image__2 .image_2_content, .modital_image__3 .image_3_content, .second_cus_img_1 .image_1_content, .second_cus_img_2 .image_2_content, .second_cus_img_3 .image_3_content{
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    font-family: 'Sporting Grotesque', sans-serif !important;
}
.image_flex-second {
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_flex_content_first {
    display: flex;
    margin: 3rem 0px;
}
.second_heading_content {
    width: 50%;
    max-width: 100%;
}
.image_five-custom {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem 0px;
}
.custom_imag1, .custom_image2 {
    width: 50%;
    max-width: 100%;
    padding: 10px;
}
h2.second_hading {
    font-size: 40px;
    margin-bottom: 20px;
}
img {
    width: 100%;
    max-width: 100%;
}
.second_section_slider.slick-initialized.slick-slider {
    width: 50%;
    max-width: 100%;
}
button.search__button.field__button span.svg-wrapper {
    fill: #fff;
}
.image_flex-first {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    margin: 6rem 0px;
}
img.image_1, img.image_2{
    width: 50%;
    max-width: 100%;
}
.flex-slider-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 2rem 0px 3rem;
}
.both, .slider-custom {width: 50%;max-width: 100%;}
.our_flex_content_six{
    display: flex;
    flex-wrap: wrap;
    margin: 6rem 0px;
}

.six_flex_heading {
    width: 50%;
    max-width: 100%;
}
section#s5 {
    display: flex;
    flex-wrap: wrap;
    margin: 6rem 0px;
    gap: 20px !important;
    justify-content: space-between;
}

.fith_image {
    width: 50%;
    max-width: 100%;
}
.our_flex_content_second {
    display: flex;
    flex-wrap: wrap;
    margin: 6rem 0px;
}
.first_flex_heading, .our-first-content {
    width: 50%;
    max-width: 100%;
}


.fith_image img {
    width: 100%;
    max-width: 95%;
}

.fif_image_heading_content {
    width: 50%;
    max-width: 100%;
}

.image_text_flex {
    display: flex;
    flex-wrap: wrap;
}
.our-first-content {
    width: 50%;
    max-width: 100%;
}
a.button {
    background: #f37a20;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    border-color: #f37a20 !important;
}
.login-container {
    margin: 0px auto;
}
 .login-container {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

.form-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Sporting Grotesque', sans-serif;
    color: #000;
}
body.gradient.page.page--design .custom_main_ticker, body.gradient.page.page--production .custom_main_ticker, body.gradient.page.page--community .custom_main_ticker{
    display: none !important;
}
.heading_cust_production, .our_first_content {
    width: 66vw;
    margin: 0 auto;
}
.breadcrumbs {
    padding: 1rem 2rem !important;
    color: #000000 !important;
    background-color: #ffffff;
}
.extera_image_flex {
    display: inline-flex;
    gap: 20px;
    padding: 0px;
    margin: 3rem 0px ;
}
/* section#s2 {
    padding: 0px 16px !important;
} */
button.menu-btn a {
    text-decoration: none;
    color: #fff;
}

body.gradient.page.page--press-images .custom_main_ticker, body.gradient.page.page--environmental-outlook .custom_main_ticker {
    display: none;
}
.slider_content_2_heading {
    display: flex;
    gap: 20px;
    margin: 0rem 0px 4rem;
    padding: 0px 0px;
}
.slider_2_heading, .slider_2_heading_content, .slide_custom_image_1, .slide_custom_image_2, .custom_slider_heading_6, .custom_slider_image_6 {
    width: 100%;
    max-width: 100%;
}
.slider_2_content span {
    color: #000;
}
.slider_content_5_heading {
    display: inline-flex;
    gap: 20px;
    padding: 0px;
    margin: 6rem 0px;
}
.image_slide_1_2 {
    display: inline-flex;
    gap: 20px;
}
.image_headind_txt_s6 {
    display: flex;
    margin: 6rem 0px;
    flex-direction: row-reverse;
    gap: 20px;
}
.image_headind_txt {
    display: flex;
    margin: 6rem 0px;
    flex-direction: row-reverse;
    gap: 20px;
}
.custom_slider_heading_3, .custom_slider_image_3,.custom_slider_heading_4, .custom_slider_image_4, .slider_5_heading, .slider_2_heading_content {
    width: 100%;
    max-width: 100%;
}
.form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

 .form-label {
    width: 240px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
   font-family: 'Sporting Grotesque', sans-serif !important;
    font-size: 20px;
}
section#s3 {
    display: flex;
    flex-wrap: wrap;
}

.image_headind_txt_s4 {
    display: flex;
    gap: 20px;
}
.slider_2_content h4 {
    font-size: 25px;
    margin: 3rem 0px;
}
.form-input {
    flex: 1;
    border: none;
    border-bottom: 3px solid black;
    padding: 8px;
    font-size: 16px;
    background: transparent;
    color: #333;
    height: 55px;
    outline: none;
    box-shadow: none;
}
  .form-input::placeholder {
    color: #999;
  }

  .forgot {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
  }

.buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 265px;
    margin-top: 30px;
}
.login-container .btn {
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
   font-family: 'Sporting Grotesque', sans-serif !important;
}
.forgot a {
    width: fit-content;
    font-size: 1.4rem;
    margin-right: 40px !important;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    margin-left: 265px;
}
.newsletter-form__button {
    position: absolute;
    padding: 25px 55px;
    width:none !important;
}
 .btn-signin {
    background-color: #f37a20;
    width: 170px;
    max-width: 100%;
    margin-bottom: 15px;
}
  .btn-create {
    background-color: #000;
    color: #fff;
  }
button#custom_svg_icon svg#Layer-custom {
    fill: #fff !important;
}
  @media (max-width: 600px) {
.form-group {
      flex-direction: column;
      align-items: flex-start;
      
    }
    a#BackToTop {
    top: 96%;
    left: 0;
}
.heading_cust_production, .our_first_content {
    width: 100%;
}
.fith_image {
    order: 1;
}
.buttons, .forgot a{
    margin-left: 0;
}
  .learn-text p {
    font-size: 17px;
}
p {
    font-size: 16px;
}
/* .learn-text p {
    margin-top: 340px;
} */
.content_heading_flx {
    flex-wrap: wrap;
}

.content_1, .content_2 {
    width: 100%;
}
button#bg-1, button#bg-2, button#bg-3, button#bg-4, button#bg-5 {
    font-size: 16px !important;
    margin: 10px 3px;
}
header.custom-header {
    margin-top: 40px;
}
.custom_contact_head, button, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5, .menu-btn, .fif_heading, .slider_2_heading, .slider_3_heading, .slider_4_heading, .slider_5_heading, .slider_6_heading, .custom_first_heading {
    margin: 0px 0px 20px;
}
.both, .slider-custom, .second_heading_content,img.image_1, img.image_2 {
    width: 100%;
    max-width: 100%;
}
.slider_2_heading, .slider_2_heading_content, .slide_custom_image_1,.custom_imag1, .custom_image2,.fith_image, .fif_image_heading_content, .slide_custom_image_2, .custom_slider_heading_6, .custom_slider_image_6, .first_flex_heading, .our-first-content {
    width: 100%;
    max-width: 100%;
}
.slider_content_2_heading, .image_headind_txt, .our_flex_content_first, .image_flex-first, .image_headind_txt, .image_headind_txt_s4, .slider_content_5_heading, .image_headind_txt_s6, .image_slide_1_2, .extera_image_flex {
    flex-wrap: wrap !important;
}
.image_slide_1_2, .extera_image_flex,{
    flex-wrap: wrap;
    padding: 0;
}
.search-modal.modal__content.gradient {
        left: 0;
    }
.image-title-link-loop {
    grid-template-columns: repeat(1, 1fr);
form.search.search-modal__form label.field__label {
    font-size: 16px !important;
}
a.button {
    font-size: 16px;
}
.forgot a {
    margin-left: 0px!important;
}
form#customer_login {
    margin-top: 30px;
}
.form-label {
      width: 100%;
    }
.newsletter-form__button {
    padding: 0 37px;
}
    .buttons {
      width: 100%;
    }
  .faq-question {
    font-size: 16px;
}
p {
    font-size: 14px;
}
.menu-btn {
    padding: 10px 21px;
    font-size: 16px ;
    margin-bottom: 10px;
    margin-right: 10px;
}
.accordion-header {
    font-size: 30px;
}
.buttons {
    margin-left: 0;
    margin-top: 30px;
}
  }
body.gradient.page.page--privacy-policy .stock-ticker {
    display: none;
}
body.gradient.login .stock-ticker {
    display: none;
}
body.gradient.collection .stock-ticker {
    display: none;
}
body.gradient.product .stock-ticker {
    display: none;
}
body.gradient.cart .stock-ticker {
    display: none;
}
body.gradient.page.page--press-images .custom_main_ticker{
  display: none;
}
p.cart__login-paragraph {
    display: none;
}

h2.cart__login-title {
    display: none;
}
.custom-header {
    position: relative !important;
}
.breadcrumbs {
    padding: 2rem 1.5rem !important;
    color: #000000 !important;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}
.image_flex-second{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(1,1fr);
}

.image_flex-second img.image_1, .image_flex-second img.image_2, .image_flex-second img.image_3 {
  width: 100% !important;
}
  
  @media (max-width: 1366px) {
.search-modal.modal__content.gradient {
    left: 0%;
}
.flex-slider-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.slider-custom {
  flex: 1;
  min-width: 300px;
}
.section-template--18382440267975__contact_form_bakp_4rHVbx-padding {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
input#ContactForm-phone {
    border-bottom: 2px solid #000;
}
.slider-images img {
  width: 100%;
  height: auto;
  display: block;
}
    /* New code */
    .content_heading_slider_main_section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.second_heading_content {
  flex: 1;
  min-width: 300px;
}

.second_section_slider {
  flex: 1;
  min-width: 300px;
}

.second_section_slider img {
  width: 100%;
  height: auto;
  display: block;
}
.field__input, .select__select, .customer .field input, .customer select {
    font-size: 13px !important;
}
} 
@media (max-width: 820px){
    .new-blog-card, .learn-section, .join-section {
        height: 300px !important;
    }
}
@media (max-width: 540px){
.watch-card {
    width: 100%;
    box-sizing: border-box;
}
.header {
    grid-template-columns: auto;
}
}
  svg#Layer-custom {
    fill: black !important;
}  
 @media only screen and (max-width: 767px) {
  svg#Layer-custom {
    fill: black !important;
  }
}
button#custom_svg_icon svg#Layer-custom  polygon.st0 {
    fill: white;
}

/* NEW CSS */
.blog_date_custom{
    font-size: 17px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
a:hover {
    color: #f37a20 !important;
}
  article.article-template {
    max-width: 130rem;
    margin: 0 auto;
}
/* custom video Banner */

