/** Shopify CDN: Minification failed

Line 120:1 Unexpected ","

**/
@font-face {
  font-family: Figtree;
  font-weight: 600;
  font-style: normal;
  src: url("//nordicsport.com.au/cdn/fonts/figtree/figtree_n6.9d1ea52bb49a0a86cfd1b0383d00f83d3fcc14de.woff2") format("woff2"),
       url("//nordicsport.com.au/cdn/fonts/figtree/figtree_n6.f0fcdea525a0e47b2ae4ab645832a8e8a96d31d3.woff") format("woff");
}

@font-face {
  font-family: Epilogue;
  font-weight: 800;
  font-style: normal;
  src: url("//nordicsport.com.au/cdn/fonts/epilogue/epilogue_n8.fce680a466ed4f23f54385c46aa2c014c51d421a.woff2") format("woff2"),
       url("//nordicsport.com.au/cdn/fonts/epilogue/epilogue_n8.2961970d19583d06f062e98ceb588027397f5810.woff") format("woff");
}

@font-face {
  font-family: Figtree;
  font-weight: 300;
  font-style: normal;
  src: url("//nordicsport.com.au/cdn/fonts/figtree/figtree_n3.e4cc0323f8b9feb279bf6ced9d868d88ce80289f.woff2") format("woff2"),
       url("//nordicsport.com.au/cdn/fonts/figtree/figtree_n3.db79ac3fb83d054d99bd79fccf8e8782b5cf449e.woff") format("woff");
}

@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: italic;
  src: url("//nordicsport.com.au/cdn/fonts/figtree/figtree_i4.89f7a4275c064845c304a4cf8a4a586060656db2.woff2") format("woff2"),
       url("//nordicsport.com.au/cdn/fonts/figtree/figtree_i4.6f955aaaafc55a22ffc1f32ecf3756859a5ad3e2.woff") format("woff");
}


:root{
  --bg-color:#ffffff;
  --second-bg-color:#f9f8f7;
  
  --heading-color:;
  --body-text-color: #051330;
  
  --p-btn-bg-color:#f9701c;
  --p-btn-txt-color:#ffffff;
  --p-btn-border-color:#f9701c;
  --p-btn-hover-bg:#020b1e;
  --p-btn-hover-text:#ffffff;
  --p-btn-hover-border:#040e25;
  
  --s-btn-bg-color:rgba(0,0,0,0);
  --s-btn-txt-color:#f37d35;
  --s-btn-border-color:#f37d35;
  --s-btn-hover-bg:#333333;
  --s-btn-hover-text:#ffffff;
  --s-btn-hover-border:#333333;
  
  --heading-font-family:Epilogue;
  --body-font-family:Figtree;
  
  --heading-weight:800;
  --body-weight:400;
  
  --ragular:400;
  --medium:600;
  --bold:700;
  
  --h1:56px;
  --h2:44px;
  --h3:36px;
  --h4:26px;
  --h5:18px;
  --h6:15px;
  
  --body-size:15px;
  --small-size:12px;
  
  --ragular-size:14px;
}

html{
  font-size: var(--body-size);
}

body{
  font-family: var(--body-font-family);
  font-size: var(--body-size);
  font-weight: var(--body-weight);
  letter-spacing: 0.04rem;
  line-height: 1.4;
  color: var(--body-text-color);
}

.blockquote, .heading, .rte blockquote{
  font-family: var(--heading-font-family);
  letter-spacing: 0.06rem;
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
h1,h2,h3,h4,h5,h6{
  font-family: var(--heading-font-family);
  font-weight: var(--heading-weight);
}
h1,
.h1{
  font-size: var(--h1);
}  
h2,
.h2{
  font-size: var(--h2);
}
h3,
.h3{
  font-size: var(--h3);
}
h4,
.h4{
  font-size: var(--h4);
},
h5,
.h5{
  font-size: var(--h5);
}
h6,
.h6{
  font-size: var(--h6);
}
.text--xsmall{
  letter-spacing: 0.06em;
}

.button{
  font-size: var(--body-size);
  font-weight: var(--body-font-family);
  letter-spacing: 0.06rem;
  transition: .25s ease-in-out all;
  background-image: none;
}
.button.button--primary{
  background-image: none;
  background-color: var(--p-btn-bg-color);
  color: var(--p-btn-txt-color);
  border: 1px solid var(--p-btn-border-color);
}
.button.button--primary:hover{
  background-color: var(--p-btn-hover-bg);
  color: var(--p-btn-hover-text);
  border-color: var(--p-btn-hover-border);
}
.button.button--secondary{
  background-image: none;
  background-color: var(--p-btn-bg-color);
  color: var(--p-btn-txt-color);
  border: 1px solid var(--p-btn-border-color);
}
.button.button--secondary:hover{
  background-color: var(--p-btn-hover-bg);
  color: var(--p-btn-hover-text);
  border-color: var(--p-btn-hover-border);
}
#main .heading.heading--small{
  color: var(--p-btn-bg-color);
}


/* header */
desktop-navigation .mega-menu {
  --mega-menu-column-gap: 40px;
  --mega-menu-image-gap: 20px;
}
desktop-navigation .mega-menu__inner{
  padding-top: 25px;
  padding-bottom: 25px;
}
desktop-navigation .mega-menu__columns-wrapper{
  display: block;
  margin: 0;
  column-count: 5;
}
desktop-navigation .mega-menu__column {
  margin: 0;
  width: 100%;
  padding: 0 10px 15px;
  page-break-inside: avoid;
}
desktop-navigation .mega-menu__column > .mega-menu__title {
  font-family: var(--body-font-family);
  font-weight: var(--bold);
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}
#app-quotes .omgrfq_view_quote {
    display: none;
}

/* custom menu design */
desktop-navigation #desktop-menu-2 .mega-menu__columns-wrapper,
desktop-navigation #desktop-menu-5 .mega-menu__columns-wrapper,
desktop-navigation #desktop-menu-6 .mega-menu__columns-wrapper {
  column-count: 2;
}
.header .linklist__item:not(:first-child) {
  padding-top: 3px;
}
/* e */
mobile-navigation .mobile-nav__link.heading{
  font-family: var(--heading-font-family);
  font-weight: var(--heading-weight);
  letter-spacing: 0;
  font-size: var(--ragular-size);
  padding-bottom: 12px;
  padding-top: 12px;
}
mobile-navigation .mobile-nav__link{
  font-size: var(--ragular-size);
}
mobile-navigation .drawer__content{
  padding-top: 20px;
}
announcement-bar .announcement-bar-right{
  text-align: right;
}
announcement-bar .announcement-bar-right a {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
announcement-bar .announcement-bar-right a svg {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  vertical-align: middle;
}
announcement-bar .announcement-bar-right a svg * {
  fill: currentColor;
}
.announcement-bar > * {
  flex: 1;
}
.drawer__content .rebuy-widget-container .primary-title {
  font-size: var(--h4);
}
.drawer__content .rebuy-product-grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .rebuy-cart__flyout-shipping-bar-meter-fill{
  background-color: var(--p-btn-bg-color);
}
body .rebuy-cart__flyout-shipping-bar.has-free-shipping {
  background-color: rgb(249 112 28 / 19%);
}
body .rebuy-cart__flyout-announcement-bar-message{
  background-color: #051330;
  color: #FFF;
  font-size: 11px;
  font-family: var(--body-font-family);
}
body .rebuy-cart__flyout-item-product-title{
  font-family: var(--heading-font-family);
  font-weight: var(--heading-weight);
  letter-spacing: 0;
}
body .rebuy-button.outline, 
body .rebuy-widget .rebuy-button.outline, 
body .rebuy-button.secondary, 
body .rebuy-widget .rebuy-button.secondary {
  color: #020b1e;
  background: #ffffff;
  border-color: #020b1e;
  transition: .25s ease all;
}
body .rebuy-button.outline:hover, 
body .rebuy-widget .rebuy-button.outline:hover, 
body .rebuy-button.secondary:hover, 
body .rebuy-widget .rebuy-button.secondary:hover,
body .rebuy-button:hover, 
body .rebuy-cart__flyout-empty-cart a:hover, 
body .rebuy-widget .rebuy-button:hover{
  color: #FFF;
  background: #020b1e;
  border-color: #020b1e;
}
predictive-search-drawer .drawer__content,
predictive-search-drawer footer,
predictive-search-drawer .drawer__overlay{
  display: none;
}  
predictive-search-drawer.drawer{
  max-width: 100%;
  width: 100%;
  height: auto;
}
predictive-search-drawer.drawer .drawer__header{
  max-height: 100%;
  height: 100%;
  justify-content: center;
}
a.omgrfq_view_quote.omgrfq_view_quote_btn.btn.btn-default.button.product-form--atc-button.button--primary.Button.Button--primary {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  min-width: 98px;
  padding: 10px;
  border: 1px solid #FFF;
  text-align: center !important;
}
a.omgrfq_view_quote.omgrfq_view_quote_btn.btn.btn-default.button.product-form--atc-button.button--primary.Button.Button--primary:hover{
  border:1px solid #020b1e;
}
body #omgrfq_button_action {
  left: auto !important;
  right: 40%;
}
body #app-quotes .omgrfq_view_quote {
  display: inline-block !important;
  border-radius: 15px 15px 0 0 !important;
  border: 0 !important;
}
/* header end */

/* pdp start */
.product-form__image.trust-badges-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.product-form__image.trust-badges-wrapper .img-wrapper {
  max-width: 90px;
  display: block;
  margin: 5px 10px;
  width: auto;
}
.product-form__image.trust-badges-wrapper img {
  width: 100%;
}
#AddToCart{
  background-color: var(--p-btn-hover-bg);
  border-color: var(--p-btn-hover-border);
}
#AddToCart:hover{
  background-color: var(--p-btn-bg-color);
  border-color: var(--p-btn-border-color);
}
  
#ContactUs{
  background-color: var(--p-btn-hover-bg);
  border-color: var(--p-btn-hover-border);
}
#ContactUs:hover{
  background-color: var(--p-btn-bg-color);
  border-color: var(--p-btn-border-color);
}

/* pdp end */

/* plp card */
.price-list{
  font-family: var(--heading-font-family);
  font-weight: var(--heading-weight);
}
/* plp card end */

/* footer start */
.linklist__item a{
  font-size: var(--ragular-size);
}
.cust-newsletter-section {
  background-size: cover;
  background-attachment: fixed;
}
.cust-newsletter-section .heading-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cust-newsletter-section .cust-newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
}
.cust-newsletter-section .form-wrapepr{
  width: 100%;
  justify-content: center;
  display: flex;
}
.cust-newsletter-section .klaviyo-form{
  width: 100%;
  max-width: 1000px;
}
.cust-newsletter-section .klaviyo-form [data-testid="form-component"] {
  padding: 0 8px !important;
  flex: 1 1 33.33% !important;
}
.cust-newsletter-section .klaviyo-form input {
  border-radius: 35px !important;
  font-size: var(--body-size) !important;
  padding: 12px !important;
  font-family: var(--base-font) !important;
  color: #000 !important;
}
.cust-newsletter-section .klaviyo-form input::placeholder{
  font-family: var(--base-font) !important;
  font-size: var(--body-size) !important;
}
.cust-newsletter-section .klaviyo-form button{
  font-size: var(--body-size) !important;
  font-family: var(--base-font) !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  font-size: calc(var(--base-font-size) - 2px) !important;
  letter-spacing: 2px !important;
  height: 100% !important;
  width: 100%;
  text-transform:uppercase;
}
.cust-newsletter-section .klaviyo-form .ql-editor * {
  color: #FFF !important;
  font-family: var(--base-font) !important;
}
/* footer end */

/* homepage start */
.list-collections__item-info {
  transform: none;
  top: auto;
  left: 0;
  bottom: 0;
  padding: 6%; 
  text-align: left;
}
.list-collections__item-info .heading {
  margin-top: 0;
  margin-bottom: 10px;
}
.list-collections--carousel .list-collections__item{
  height: 100%;
}
/* homepage end */

/* cms page */
.shopify-section--main-page .breadcrumb{
  display: none;
}
.page-content--medium, .shopify-policy__body{
  max-width: 100%;
}
body #snize-search-results-grid-mode ul{
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -10px;
}
body #snize-search-results-grid-mode ul li {
  min-width: 0 !important;
  width: calc(100% / 3 - 20px ) !important;
  margin: 0 10px 20px!important;
}
body .snize-view-all-container .snize-view-all-link,
body #snize-search-results-grid-mode li.snize-product .snize-button{
  border-radius: 35px;
  background-image: none;
  background-color: var(--p-btn-bg-color);
  color: var(--p-btn-txt-color);
  border: 1px solid var(--p-btn-border-color);
  padding-left: 15px;
  padding-right: 15px;
  font-size: calc(var(--base-font-size) - 2px);
  letter-spacing: 2px;
  height: auto;
  vertical-align: middle;
  text-transform: uppercase; 
  transition: .25s ease all; 
  box-sizing: border-box !important;    
  font-family: var(--text-font-family);
  font-weight: var(--text-font-bold-weight);
  padding-left: 35px;
  padding-right: 35px;
  height: var(--button-height);
}
body .snize-view-all-container .snize-view-all-link:hover,
body #snize-search-results-grid-mode li.snize-product .snize-button:hover{
  background-color: var(--p-btn-hover-bg);
  color: var(--p-btn-hover-text);
  border-color: var(--p-btn-hover-border);
}
body #snize-search-results-grid-mode span.snize-thumbnail img {
  /* position: static; */
  margin: 0;
}
body div.snize div.snize-pagination ul li a.active,
body div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon.active{
  background-color: var(--p-btn-bg-color) !important;
  color: var(--p-btn-txt-color) !important;
  border-color: var(--p-btn-border-color) !important;
}
body div.snize-search-results#snize_results div.snize-main-panel-controls ul li a {
  font-weight: 600;
}
body div.snize .snize-filters-sidebar .snize-filters-title{
  font-weight: 600;
}
body #snize-search-results-grid-mode li.snize-product span.snize-title{
  font-size: 100% !important;
  font-weight: inherit !important;
  line-height: 1.5 !important;
  text-align: center;
}
body #snize-search-results-grid-mode .snize-price-list{
  text-align: center;
}
body #snize-search-results-grid-mode .snize-price-list *{
  font-family: var(--heading-font-family);
  font-size: var(--body-size);
  font-weight: var(--heading-weight);
}
body #snize-search-results-grid-mode li.snize-product .snize-sku{
  display: none;
}
body #snize-search-results-grid-mode span.snize-description{
  font-size: 90% !important;
}
body .snize-ac-results .snize-label{
  font-family: var(--heading-font-family);
  font-weight: var(--heading-weight);
}
/* cms end */

/* collection start */
.promotion-block__content-wrapper .heading.h4, 
.promotion-block__content-wrapper .heading.h3 {
  margin-top: 8px;
}
.button.button--primary {
  background-image: none;
  background-color: var(--p-btn-bg-color);
  color: var(--p-btn-txt-color);
  border: 1px solid var(--p-btn-border-color);
}
body div.snize-collection-mode div.snize-main-panel-collection-results-found {
  font-size: 100%;
  letter-spacing: 0;
  font-family: var(--body-font-family);
  font-weight: var(--body-weight);
}
body div.snize div.snize-main-panel-dropdown a{
  font-size: 100%;
  letter-spacing: 0;
  font-family: var(--body-font-family);
  font-weight: var(--body-weight);
}
body div.snize div.snize-product-filters-title{
  font-family: 700;
}
body div.snize i.snize-product-filters-open{
  width: 12px;
  height: 12px;
  background-size: contain;
}
body div.snize div.snize-product-filters-title.open i.snize-product-filters-close, 
body div.snize div.snize-product-filters-wrapper-title.open i.snize-product-filters-close{
  width: 10px;
  background-size: contain;
}
div.snize .snize-filters-sidebar .snize-product-filters-list::-webkit-scrollbar, 
div.snize .snize-filters-sidebar ul.snize-product-size-filter::-webkit-scrollbar,
body #snize-modal-product-quick-view .snize-quick-view-thumbnails::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

div.snize .snize-filters-sidebar .snize-product-filters-list::-webkit-scrollbar-track , 
div.snize .snize-filters-sidebar ul.snize-product-size-filter::-webkit-scrollbar-track,
body #snize-modal-product-quick-view .snize-quick-view-thumbnails::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(190, 190, 190); 
  border-radius: 10px;
}

div.snize .snize-filters-sidebar .snize-product-filters-list::-webkit-scrollbar-thumb, 
div.snize .snize-filters-sidebar ul.snize-product-size-filter::-webkit-scrollbar-thumb,
body #snize-modal-product-quick-view .snize-quick-view-thumbnails::-webkit-scrollbar-thumb {
  background: var(--p-btn-bg-color); 
  border-radius: 10px;
}
body div.snize div.slider-container.snize-theme .back-bar .pointer{
  background-color: var(--p-btn-bg-color);
}
div.snize div.slider-container.snize-theme .selected-bar {
  background-color: #ebebeb;
  position: absolute;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
}
body div.snize ul.snize-product-size-filter li {
  width: 50px;
  height: 50px;
}
body div.snize ul.snize-product-size-filter li label .snize-size-filter-checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
}
body div.snize ul.snize-product-size-filter li label .snize-size-filter-checkbox>span {
  font-size: 12px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}
.template-collection .mobile-toolbar.hidden-lap-and-up{
  display: none;
}
body #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters::after{
  width: 13px;
  height: 13px;
  background-size: contain;
}
body #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-list-mode-icon,
body #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-grid-mode-icon,
body #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-row-mode-icon{
  padding: 6px;
  border-radius: 4px;
}
body #snize-search-results-list-mode li.snize-product .snize-button{
  background: #f9701c;
  color: #fff;
}
body #snize-search-results-list-mode li.snize-product .snize-button:hover{
  background-color: var(--s-btn-bg-color);
  color: #fff;
}
body div.snize .snize-filters-sidebar div.snize-product-filters-title {
  font-size: 14px;
  padding-left: 0;
  font-weight: bold;
  font-family: 'Avenir Next',sans-serif;
}
body #snize-modal-product-quick-view .snize-quick-view-thumbnails {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
body #snize-modal-product-quick-view .snize-quick-view-thumbnails .snize-quick-view-thumbnail {
  min-width: 70px;
  transition: .25s ease all;
  border-color: transparent;
}
body #snize-modal-product-quick-view .snize-quick-view-thumbnails .snize-quick-view-thumbnail.active{
  border-color: transparent;
  box-shadow: 0 0 3px #f9701c;
  border-radius: 4px;
}
body #snize-modal-product-quick-view.snize-results-new-design .snize-option-selector-wrapper label,
body #snize-modal-product-quick-view.snize-results-new-design .snize-quick-view-quantity-label{
  font-weight: bold;
}
body #snize-modal-product-quick-view.snize-results-new-design div.snize-quick-view-cart-block button,
body #snize-modal-product-quick-view.snize-results-new-design div.snize-quick-view-cart-block a{
  border-radius: 35px;
  background-image: none;
  background-color: var(--p-btn-bg-color);
  color: var(--p-btn-txt-color);
  border: 1px solid var(--p-btn-border-color);
  font-size: calc(var(--base-font-size) - 2px)!important;
  letter-spacing: 2px !important;
  height: auto;
  vertical-align: middle;
  text-transform: uppercase;
  transition: .25s ease all;
  box-sizing: border-box!important;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-bold-weight);
  padding-left: 15px;
  padding-right: 15px;
  height: var(--button-height);
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body #snize-modal-product-quick-view.snize-results-new-design div.snize-quick-view-cart-block button:hover,
body #snize-modal-product-quick-view.snize-results-new-design div.snize-quick-view-cart-block a:hover{
  background-color: var(--p-btn-hover-bg);
  color: var(--p-btn-hover-text);
  border-color: var(--p-btn-hover-border);
  text-decoration: none !important;
  letter-spacing: 2px !important;
}
body #snize-modal-product-quick-view.snize-results-new-design div.snize-quick-view-cart-block {
  display: block;
  text-align: center;
}
body #snize-modal-product-quick-view.snize-results-new-design div.snize-quick-view-cart-block > div:first-child{
  margin-bottom: 12px;
}
body #snize-modal-product-quick-view.snize-results-new-design .snize-quick-view-sku{
  display: none;
}
body #snize-modal-product-quick-view.snize-results-new-design .snize-option-selector-wrapper select {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Avenir Next',sans-serif;
  border-radius: 35px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
body #snize-modal-product-quick-view.snize-results-new-design div.snize-input-wrapper-plus,
body #snize-modal-product-quick-view.snize-results-new-design div.snize-input-wrapper-minus {
  border: 1px solid #dddddd !important;
  margin: 0 -1px;
  width: 40px;
  height: 40px;
}
body #snize-modal-product-quick-view.snize-results-new-design div.snize-input-wrapper-minus{
  border-radius: 35px 0 0 35px;
}
body #snize-modal-product-quick-view.snize-results-new-design div.snize-input-wrapper-plus {
  border-radius: 0 35px 35px 0;
}
body #snize-modal-product-quick-view .snize-add-to-cart-quantity-num,
body #snize-modal-product-quick-view.snize-results-new-design .snize-add-to-cart-quantity-num{
  height: 40px;
  border: 1px solid #dddddd !important;
}
body #snize-modal-product-quick-view.snize-results-new-design div.snize-input-wrapper-plus rect,
body #snize-modal-product-quick-view.snize-results-new-design div.snize-input-wrapper-plus{
  fill: #f9701c !important;
  background-color: #f9701c !important;
  border-color: #f9701c !important;
}
body #snize-modal-product-quick-view.snize-results-new-design .snize-quick-view-title{
  font-weight: bold;
  font-family: 'Zurich Extended',sans-serif;
}
body #snize-modal-product-quick-view.snize-results-new-design .snize-quick-view-price-wrapper {
  font-weight: bold;
  font-family: 'Zurich Extended',sans-serif;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body div.snize .snize-filters-sidebar .snize-price-range input.snize-price-range-input{
  font-size:13px;
  height: 40px;
  padding: 15px;
}
body div.snize ul.snize-product-filters-list li label>span{
  font-size:13px;
}
a.snize-view-mode-icon.snize-list-mode-icon {
    display: none;
}
body div.snize .snize-horizontal-right {
  min-width: 240px;
}
body div.snize div.snize-main-panel-view-mode{
  margin-right:0;
}
body #widget_disabled_opacity{
  display:none !important;
}
body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-button,
body#snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product .snize-button{
  z-index:1;
}
body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li.snize-filters-show-more div,
body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li.snize-filters-show-more div,
body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter li.snize-filters-show-more div{
  border-radius: 35px;
  background-image: none;
  background-color: var(--p-btn-bg-color);
  color: var(--p-btn-txt-color);
  border: 1px solid var(--p-btn-border-color);
  font-size: calc(var(--base-font-size) - 2px)!important;
  letter-spacing: 2px !important;
  height: auto;
  vertical-align: middle;
  text-transform: uppercase;
  transition: .25s ease all;
  box-sizing: border-box!important;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-bold-weight);
  padding-left: 15px;
  padding-right: 15px;
  height: var(--button-height);
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li label .snize-size-filter-checkbox>span{
  line-height: 1.2;
  font-size: 8px;
}
/* collection end */

/* product  start */
quantity-selector.quantity-selector {
  width: 100%;
  justify-content: space-between;
}
.product-form__payment-container {
  margin-top: 0;
}
product-inventory {
  font-size: 12px;
}
h1.product-meta__title.h3 {
  margin-top: 10px;
}
body .rebuy-button, 
body .rebuy-widget .rebuy-button, 
body .rebuy-cart__flyout-empty-cart a {
  border-radius: 35px;
  background-image: none;
  background-color: var(--p-btn-bg-color);
  color: var(--p-btn-txt-color);
  border: 1px solid var(--p-btn-border-color);
  padding-left: 15px;
  padding-right: 15px;
  font-size: calc(var(--base-font-size) - 2px);
  letter-spacing: 2px;
  height: 48px;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  transition: .25s ease all;
}
.powered-by-rebuy{
  display: none !important;
}
body .rebuy-widget .rebuy-product-block, body .rebuy-recommended-products .rebuy-product-block {
  padding: 7px;
}
.omgrfq-btn-quotes {
  height: 45px;
}
#close_omgrfq_popup {
  border-radius: 50px;
  background-color: #f9701c;
  background-size: 8px;
  background-position: center;
}
.omgrfq-popup{
  border-radius: 12px;
  padding: 30px;
  max-width: 700px;
}
#addToCartCopy{
  display: none;
}
body .omgrfq-table thead tr th{
  font-family: var(--heading-font-family);
  font-weight: var(--heading-weight);
}
body .omgrfq-popup .form-control{
  border-radius: 35px;
  font-size: var(--body-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-weight);
  padding: 15px;
  height: 45px;
}
body .omgrfq-popup textarea.form-control {
  min-height: 120px;
  border-radius: 20px;
}
body .omgrfq-popup .control-label{
  font-weight: var(--bold);
  font-size: var(--body-size);
  font-family: var(--body-font-family);
  display: block;
  margin-bottom: 5px;
}
body .rebuy-widget .primary-title{
  font-size: var(--h2);
  margin-bottom: 50px;
  color: #020b1e;
}
body .rebuy-widget .rebuy-product-price{
  font-family: var(--heading-font-family);
  font-weight: var(--heading-weight);
  color: #020b1e;
}
body .rebuy-money, 
body .rebuy-widget .rebuy-money {
  color: #000;
}
body .omgrfq-product-button .omgrfq-btn-quotes {
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-size: calc(var(--base-font-size) - 2px);
  letter-spacing: 2px;
  min-height: 52px;
  line-height: 1.5;
  background: transparent;
  color: #020b1e;
  border: 2px solid #020b1e;
}
body #close_omgrfq_popup {
  border-radius: 50%;
  right: 10px;
  top: 10px;
  background-size: 8px !important;
}
body #submitOMGRFQForm, 
body .notification-dialog-view {
  border-radius: 35px;
  min-height: 52px;
  letter-spacing: 2px;
}
body .omgrfq-popup .request-title {
  line-height: 1.5;
  margin-bottom: 8px;
  font-family: 'Zurich Extended';
  margin-top: 0;
  font-size: var(--h3);
}
body .omgrfq_continue_shopping {
  letter-spacing: 0;
}
body .omgrfq_product_title a:first-child {
  font-family: 'Zurich Extended';
  font-size: 14px;
}
body .omgrfq_product_title .omgrfq_remove_product {
  font-size: 13px;
  letter-spacing: 0;
}
body .omgrfq-table thead tr th {
  font-size: 13px;
}  
body .omgrfq-popup {
  padding: 30px 0 0;
}
body .omgrfq_product_image>a {
  width: 100%;
  margin: auto;
}
#contactus-popup.modal-active .modal__content{
  opacity: 1;
  visibility: visible;
}
#contactus-popup.modal-active .modal__overlay{
 visibility: visible;
 opacity: .4;
}
#contactus-popup .modal__content {
  padding:35px 20px;
  max-height: 80vh;
  width: 100%;
  max-width: 700px;
}
#contactus-popup .heading.h5 {
  margin-bottom: 35px;
  font-size: var(--h4);
}
#contactus-popup .modal__close-button *{
  pointer-events:none;
} 
/* product end */

.custom-large-heading h1 {
  font: var(--forms-heading-font);
  --forms-heading-font: normal 600 22px Zurich Extended, Verdana, Geneva, Tahoma, sans-serif;
  margin: 0 0 5px;
  color: #202020;
  letter-spacing: 0;
}

.custom-large-heading p {
  font-size: 14px;
  color: #202020;
  letter-spacing: 0;
}

.custom-large-heading .content-box {
max-width: 450px;
}
.section.custom-large-heading {
    margin-bottom: 25px;
}
.shopify-section--rich-text:first-child + .shopify-section--apps .vertical-breather {
    padding-top: 0;
}

.shopify-app-block div#looxReviews {
    max-width: 100% !important;
}  
.product__info .loox-rating {
    margin-top: -8px;
    flex: auto; 
    text-align: right;
}
.product__info .loox-rating-label {
    margin-top: 3px;
    font-size: 12px;
    line-height: 20px;
    color: #0270ac;
}
.loox-rating .loox-rating-content .loox-icon {
    /* color: #fec602; */
}

.text-container.content-box--text-center ul {
    display: flex;
    flex-flow: column;
}
.text-container.content-box--text-center ul li {
    margin: 0 auto;
}



/* new d r */
/* responsive */
@media (min-width:1199px) {
  body .rebuy-widget .rebuy-product-grid.large-columns-4 .rebuy-product-block, 
  body .rebuy-recommended-products .rebuy-product-grid.large-columns-4 .rebuy-product-block {
    width: 20%;
  }
  body div.snize:not(.snize-mobile-design) #snize-search-results-grid-mode li.snize-product {
    width: 18.4% !important;
  }
}
@media (min-width:1200px) {
  .slideshow--small{
    --slideshow-min-height: 45vh;
  }
}
@media (max-width:1365px) {
  .mega-menu__columns-wrapper{
    column-count: 4;
  }
  [dir=ltr] .header__linklist-item:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width:1024px) {
  body #snize-search-results-grid-mode ul li {
    width: calc(100% / 2 - 20px ) !important;
  }
}
 
@media (max-width:768px) {
  
  :root{
    --h1:36px;
    --h2:30px;
    --h3:24px;
    --h4:18px;
    --h5:16px;
    --h6:15px;
  }
  .cust-newsletter-section .klaviyo-form [data-testid="form-row"] {
    display: block !important;
  }
  .cust-newsletter-section .klaviyo-form [data-testid="form-component"] {
    padding: 0 0 12px !important;
  }
  .footer__image{
    margin: auto;
  }
  .announcement-bar>*{
    flex: none;
  }
  .announcement-bar-left{
    display: none;
  }
  .announcement-bar-right{
    display: none;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-button, #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product .snize-button{
    border-radius: 35px !important;
    height: auto !important;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title{
    -webkit-line-clamp: unset;
    font-weight: 600 !important;
    font-size: var(--h5) !important;
    max-height: unset !important;
    height: auto !important;
    line-height: 1.2 !important;
  }
  #app-quotes .omgrfq_view_quote {
    display: none;
  }
  body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-button,
  body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product .snize-button{
    font-size: 11px;
    padding: 10px;
    letter-spacing: 0 !important;
    width: 100%;
  }
  body #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title{
    text-align:center;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list:last-of-type, #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list:last-of-type{
    text-align:center;
  }
  body .omgrfq-product-button .omgrfq-btn-quotes{
    min-height:48px;
  }  
  #contactus-popup.modal-active .modal__content{
    bottom: 65vh;
	max-height: 65vh;
    overflow: auto;
  }
}
    