/** Shopify CDN: Minification failed

Line 253:0 All "@import" rules must come first

**/

ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 700;
}

sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	cursor: pointer;
    text-decoration: none;
    color: var(--bs-link-color);
    transition: color 0.15s ease-in-out;
}

a:hover {
	color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
	display: none !important;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: none;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
    display: block;
}

[hidden] {
	display: none !important;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.container,
.container-fluid,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-container-padding);
    padding-left: var(--bs-container-padding);
    margin-right: auto;
    margin-left: auto;
}

.container {
    max-width: var(--bs-container-width);
}



/*---------------------------------------------------------------------------------*/

/*  Exchange Design System Integration
/*---------------------------------------------------------------------------------*/

/* Import Design System */
@import url('design-system.css');

/* Base Typography */
body {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    color: var(--color-text-primary);
    background-color: var(--color-bg-secondary);
}

.font-family-base {font-family: var(--font-family-primary) !important;}
.font-family-heading {font-family: var(--font-family-primary) !important;}
.font-family-secondary {font-family: var(--font-family-secondary) !important;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-medium);
    color: var(--color-text-primary);
}

h1, .h1 { 
    font-size: var(--font-size-xl); 
    line-height: var(--line-height-xl);
}
h2, .h2 { 
    font-size: var(--font-size-lg); 
    line-height: var(--line-height-lg);
}
h3, .h3 { 
    font-size: var(--font-size-base); 
    line-height: var(--line-height-base);
}
h4, .h4 { 
    font-size: var(--font-size-sm); 
    line-height: var(--line-height-sm);
    color: var(--color-text-tertiary);
}
h5, .h5 { 
    font-size: var(--font-size-sm); 
    line-height: var(--line-height-sm);
}
h6, .h6 { 
    font-size: var(--font-size-xs); 
    line-height: var(--line-height-xs);
}
.fs-display {
    font-size: var(--font-size-display);
    line-height: var(--line-height-xl);
}

@media (min-width: 768px) {
    h1, .h1 { font-size: 28px; }
    h2, .h2 { font-size: 22px; }
    .fs-display { font-size: 36px; }
}

@media (min-width: 1025px) {
    h1, .h1 { font-size: var(--font-size-display); }
    h2, .h2 { font-size: var(--font-size-xl); }
    .fs-display { font-size: 40px; }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.fs-xs  {font-size: var(--bs-font-size-xs); }
.fs-sm  {font-size: var(--bs-font-size-sm); }
.fs-md  {font-size: var(--bs-font-size-md); }
.fs-base{font-size: var(--bs-body-font-size); }
.fs-lg  {font-size: var(--bs-font-size-lg); }
.fs-xl  {font-size: var(--bs-font-size-xl); }
.small   {font-size: var(--bs-font-size-sm); }

.fst-italic {font-style: italic !important; }
.fst-normal {font-style: normal !important; }

.fw-lighter {font-weight: lighter !important; }
.fw-light   {font-weight: 300 !important; }
.fw-normal  {font-weight: 400 !important; }
.fw-medium  {font-weight: 500 !important; }
.fw-semibold{font-weight: 600 !important; }
.fw-bold    {font-weight: 700 !important; }
.fw-bolder  {font-weight: bolder !important; }

.lh-1   {line-height: 1 !important; }
.lh-sm  {line-height: 1.25 !important; }
.lh-base{line-height: var(--bs-body-line-height) !important; }
.lh-lg  {line-height: 2 !important; }

.text-lowercase {text-transform: lowercase !important; }
.text-uppercase {text-transform: uppercase !important; }
.text-capitalize{text-transform: capitalize !important; }

.text-wrap {white-space: normal !important; }
.text-nowrap {white-space: nowrap !important; }

.text-decoration-none {text-decoration: none !important; }
.text-decoration-underline {text-decoration: underline !important; }

.text-start {text-align: left !important; }
.text-end {text-align: right !important; }
.text-center {text-align: center !important; }

@media (min-width: 576px) {
    .text-sm-start  {text-align: left !important; }
    .text-sm-end    {text-align: right !important; }
    .text-sm-center {text-align: center !important; }
}

@media (min-width: 768px) {
    .text-md-start  {text-align: left !important; }
    .text-md-end    {text-align: right !important; }
    .text-md-center {text-align: center !important; }
}

@media (min-width: 992px) {
    .text-lg-start  {text-align: left !important; }
    .text-lg-end    {text-align: right !important; }
    .text-lg-center {text-align: center !important; }
}

@media (min-width: 1200px) {
    .text-xl-start  {text-align: left !important; }
    .text-xl-end    {text-align: right !important; }
    .text-xl-center {text-align: center !important; }
}

.section-spacing-top    {padding-top: 60px;}
.section-spacing-bottom {padding-bottom: 60px;}
.section-content        {padding: 60px 0;}
@media (min-width: 768px) {
    .section-spacing-top    {padding-top: 80px;}
    .section-spacing-bottom {padding-bottom: 80px;}
    .section-content        {padding: 80px 0;}
}
@media (min-width: 992px) {
    .section-spacing-top    {padding-top: 90px;}
    .section-spacing-bottom {padding-bottom: 90px;}
    .section-content        {padding: 90px 0;}
}
@media (min-width: 1200px) {
    .section-spacing-top    {padding-top: 100px;}
    .section-spacing-bottom {padding-bottom: 100px;}
    .section-content        {padding: 100px 0;}
}

/*=============================================
=                 Other CSS                  =
=============================================*/


.visually-hidden-skip {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
}

.visually-hidden-skip:focus {
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: normal !important;
    background: #3751FF !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    z-index: 999999 !important;
    text-decoration: none !important;
}

.visually-hidden {
    display: none;
}

.cart-items.updating {
    pointer-events: none;
    opacity: 0.6;
}

.quantity-wrapper{
    max-width: 180px;
}
.quantity-wrapper .form-control:focus{
    border: var(--bs-input-border-width) solid var(--bs-input-border-color);
}

.disabled{
    pointer-events: none !important;
}

[data-touch-moveable]{
    overscroll-behavior-y: contain;  
}

.scroll-fixed{
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden !important;
}

@media (min-width: 1200px) {
    .scroll-fixed{
        position: static !important;
    }
}


.overlay--body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    background: var(--bs-body-color);
    z-index: 1160;
    opacity: 0.5;
}


.social-sharing{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.social-sharing li{
    margin-right: 1rem;
    line-height: 1;
    vertical-align: top;
}
.social-sharing li a{
    line-height: 1;
    vertical-align: top;
    display: inline-block;
}
.social-sharing li [class^="icon-"]{
    font-size: 20px;
    line-height: 1;
    vertical-align: top;
}

.placeholder-svg{
    width: 100%;
    height: 100%;
}


/*===============  B2B  =================*/

.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 200px;
    max-height: 235px;
    overflow: auto;
    background-color: var(--bs-body-bg);
    text-align: center;
    padding: 10px;
    position: absolute;
    left: 0;
    box-shadow: 0 1px 6px var(--bs-border-color);
    z-index: 25;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.volume-price-list {
    max-width: 250px;
}
.volume-price-list li:nth-child(even) {
    background-color: var(--bs-color-gray-100);
}
.quantity__rules li {
    position: relative;
}
.quantity__rules li:not(:last-child)::after {
    content: "\2022";
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: middle;
    margin: 0 0.35rem;
}
.tooltip .quantity__rules li::after {
    display: none;
}


.alert ul{
    list-style: none;
    padding-left: 0;
    padding-top: 4px;
}


/* ==================================================================  
    Table  
==================================================================== */

table {
    border-collapse: collapse;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid var(--bs-color-gray-200);
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid var(--bs-color-gray-200);
    text-align: left;
}

.table th {
    font-weight: 600;
}

.modal {
    display: none;
}



/*=============================================
=               Collapsible Panel             =
=============================================*/

.collapsible_panel .panel_toggle{
    display: flex;
    align-items: center;
    padding-block: 13px;
    line-height: 24px;
    cursor: pointer;
}

.collapsible_panel .toggle-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 350ms ease-in-out;
}

.collapsible_panel .toggle-content.open {
    grid-template-rows: 1fr;
}

.collapsible_panel.open .panel_toggle [class^="icon-"]:before{
    content: "\e906";
}

.collapsible_panel .toggle-content-wrap{
    overflow: hidden;
}

.collapsible_panel{
    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
}
.collapsible_panel + .collapsible_panel{
    margin-top: 0 !important;
    border-top: 0 !important;
}

/*=============================================
=               Custom Dropdown               =
=============================================*/

.custom-dropdown{
    border: var(--bs-input-border-width) solid var(--bs-input-border-color);
    position: relative;
    border-radius: var(--bs-border-radius-input);
    font-family: var(--bs-font-family-input);
    font-size: var(--bs-font-size-input);
    font-weight: var(--bs-font-weight-input);
    color: var(--bs-input-text-color);
    line-height: var(--bs-line-height-input);
}
.custom-dropdown .tab_toggle{
    padding: var(--bs-y-padding-input) var(--bs-x-padding-input);
    display: flex;
    align-items: center;
    line-height: 24px;
    cursor: pointer;
}

.custom-dropdown.open .tab_toggle [class^="icon-"]{
    transform: rotate(180deg);
}

.custom-dropdown .toggle-content{
    position: absolute;
    top: calc(100% + 5px);
    margin: 0;
    padding: 0;
    list-style: none;
    border: var(--bs-input-border-width) solid var(--bs-input-border-color);
    border-radius: var(--bs-border-radius-input);
    background-color: var(--bs-input-bg-color);
    width: 100%;
    z-index: 9;
    clip-path: inset(0 0 100% 0);
    transition: clip-path .3s ease-in-out,border-color .3s ease-in-out;
}

.custom-dropdown .toggle-content.open{
    clip-path: inset(0 0 0 0);
}
.custom-dropdown ul li{
    padding-left: calc(var(--bs-form-check-width) + 25px);
    margin-bottom: 0;
}


/*=============================================
=            Tabs                             =
=============================================*/


.tabs {
    border-bottom: 1px solid var(--bs-border-color);
}

.tabs .tablink {
    padding: 0.75rem 1.2rem;
    position: relative;
}

.tabs .tablink .nav-link {
    transition: ease-in-out 0.25s;
}

.tabs .tablink .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    transition: opacity ease-in-out 0.25s;
}

.tablink.open .nav-link,
.tablink .nav-link:hover .nav-link {
    color: var(--bs-color-primary);
}

.tablink.open .nav-link::after,
.tablink:hover .nav-link::after {
    background: var(--bs-color-primary);
}

.tabcontent {
    display: none;
}

.tabcontent.open {
    display: block;
}