/** Shopify CDN: Minification failed

Line 407:25 Unexpected ";"

**/
html,
body{
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html:focus-within {
    scroll-behavior: smooth;
}

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

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.3s 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-cover {
    object-fit: cover !important;
}

.img-contain {
    object-fit: contain !important;
}

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

.container,
.container-fluid,
.container-xxl,
.container-sm{
    width: 100%;
    padding-left: calc(var(--bs-container-padding) + 5px);
    padding-right: calc(var(--bs-container-padding) + 5px);
    margin-right: auto;
    margin-left: auto;
    @media (min-width: 992px){
        padding-right: var(--bs-container-padding);
        padding-left: var(--bs-container-padding);
    }
}

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

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



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

/*  typography.css
/*---------------------------------------------------------------------------------*/

.font-family-base {font-family: var(--bs-body-font-family) !important;}

.font-family-heading {font-family: var(--bs-font-family-heading) !important;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;    
    font-weight: var(--bs-headings-font-weight);
    line-height: var(--bs-line-height-heading);
    font-style: var(--bs-heading-style);
    color: var(--bs-heading-color);
    text-transform: uppercase;
}

h1, .h1 {font-size: var(--bs-h1-font-size-sm); line-height: 1.10; font-family: var(--bs-font-family-heading);}
h2, .h2 {font-size: var(--bs-h2-font-size-sm); font-family: var(--bs-font-family-heading);}
h3, .h3 {font-size: var(--bs-h3-font-size-sm); line-height: 1.20;font-family: var(--bs-font-family-heading);}
h4, .h4 {font-size: var(--bs-h4-font-size-sm); text-transform: capitalize;line-height: 1.20;}
h5, .h5 {font-size: var(--bs-h5-font-size-sm); text-transform: capitalize;}
h6, .h6 {font-size: var(--bs-h6-font-size-sm);line-height: 1.5;}
.fs-display {font-size: var(--bs-display-font-size-sm);line-height: 1.10;text-transform:uppercase;font-weight: bold;font-family: var(--bs-font-family-heading);}
.text-link{font-weight: 600;font-size: 15px;text-decoration: underline;}
.text-link:hover{color: var(--bs-color-secondary-3);}
.mb-05{margin-bottom: 2px;}
.mt-05{margin-top: 2px;}
.pb-05{padding-bottom: 2px;}
.pt-05{padding-top: 2px;}
.transition{transition: all 300ms ease-in-out;}
.d-grid{display: grid;}
.ls-0{letter-spacing: 0px !important;}
.ls-lg{letter-spacing: 0.5px;}
.ls-md{letter-spacing: 0.3px;}
.ls-sm{letter-spacing: 0.2px;}
.z-index-1 {z-index: 1;}
.word-break{word-break: break-word;}
.tabs{
    border-bottom: 1px solid #CCD2DC;
    white-space: nowrap;
    width: max-content;
    .tablink::after {
        position: absolute;
        left: 0;
        bottom: -1px;
        transition: 0.4s;
        height: 2px;
        z-index: 1;
        background-color: transparent;
        content: "";
        width: 100%;
    }
    .tablink.open::after{
        background-color: black;
    }
}
.tabs li.tablink{
    padding: 0 8px;
    cursor: pointer;
}
@media screen and (min-width: 389.98px) {
    .tabs li.tablink{
        padding: 0 14px;
    }
}
.tabs li a{
    font-size: 14px;
    font-weight: 700;
    padding: 6px 1px;
    display: inline-block;
    transition: color ease-in-out 0.3s;
    pointer-events: none;
}
.tabs li:not(.open) a{
    color: var(--bs-color-gray-700) !important;
}
.tabs li:hover a{
    color: var(--bs-link-color) !important;
}

@media (min-width: 768px) {
    h1, .h1 {font-size: var(--bs-h1-font-size-md); }
    h2, .h2 {font-size: var(--bs-h2-font-size-md); }
    h3, .h3 {font-size: var(--bs-h3-font-size-md); }
    h4, .h4 {font-size: var(--bs-h4-font-size-md); }
    h5, .h5 {font-size: var(--bs-h5-font-size-md); }
    h6, .h6 {font-size: var(--bs-h6-font-size-md); }
    .fs-display {font-size: var(--bs-display-font-size-md);}
}

@media (min-width: 1025px) {
    h1, .h1 {font-size: var(--bs-h1-font-size); }
    h2, .h2 {font-size: var(--bs-h2-font-size); }
    h3, .h3 {font-size: var(--bs-h3-font-size); }
    h4, .h4 {font-size: var(--bs-h4-font-size); }
    h5, .h5 {font-size: var(--bs-h5-font-size); }
    h6, .h6 {font-size: var(--bs-h6-font-size); }
    .fs-display {font-size: var(--bs-display-font-size);}

    .img-scale-onhover .target{
        transform: scale(1);
        transition: transform .3s ease-in-out;
    }
    .img-scale-onhover:hover .target{
        transform: scale(1.05);
    }
    .tabs li a{
        font-size: 16px;
        padding: 6.5px 1px;
    }
    .tabs li.tablink{
        padding: 0 29px;
    }
}

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) !important; }
.fs-lg  {font-size: var(--bs-font-size-lg); }
.fs-xl  {font-size: calc(var(--bs-font-size-xl) - 1px);}
.small   {font-size: var(--bs-font-size-sm); }
@media (min-width: 1025px){
    .fs-xl  {font-size: var(--bs-font-size-xl); }
}
.fs-xxl {font-size: 18px};

.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-xxs  {line-height: 1.15 !important; }
.lh-xs  {line-height: 1.2 !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-none {text-transform: none;}

.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; }
}

/*=============================================
=                 Breadcrumb                  =
=============================================*/

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-color: var(--bs-color-black);
    --bs-breadcrumb-item-padding-x: 3px;
    --bs-breadcrumb-item-active-color: var(--bs-color-gray-700);
    --bs-breadcrumb-font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    color: var(--bs-breadcrumb-color);
    list-style: none;
}

@media screen and (min-width: 768px) {
    .breadcrumb{
        --bs-breadcrumb-font-size: 12px;
    }
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-color);
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item * {
    color: var(--bs-breadcrumb-item-active-color);
    text-transform: capitalize;
}



/*=============================================
=                 Other CSS                  =
=============================================*/
.visually-hidden-skip {
    position: absolute!important;
    overflow: hidden;
    width: 1px;
    height: 0px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal!important;
}

.visually-hidden {
    display: none;
}

.section-min-height {
    min-height: 500px;
}

.social-links .icon {
    font-size: 2rem;
}
.social-links li{
    margin-right: 0.25rem;
    display: inline-flex;
}
.social-links li a{
    width:36px;
    height: 36px;
    border: 1px solid var(--bs-color-primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: var(--bs-color-primary) !important;
    transition: ease-in-out 150ms;
}

.social-links li a:hover{
    background-color: var(--bs-color-primary);
    color: var(--bs-color-white) !important;
}


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

.calculating--height {
    position: absolute;
    visibility: hidden;
    display: block !important;
}


.toggle-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 350ms ease-in-out;
}
.toggle-content.open {
    grid-template-rows: 1fr;
}
.inner{
    overflow: hidden;
}
/* custom-select .custom-dropdown .toggle-content:not(.accordion__block) {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 350ms ease-in-out;
}
custom-select .custom-dropdown .toggle-content.open:not(.accordion__block) {
    display: block;
    height: auto;
} */

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

.custom-video-container .video-section{
    display: none;
}
.custom-video-container.playing--video .video-section{
    display: block;
}
.custom-video-container.playing--video .content-section{
    display: none;
}
.custom-video-container.playing--video .play__button{
    display: none;
}

.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;
    }
}

.feature_images{
    height: 100px;
}

.section-spacing-top    {padding-top: 55px;}
.section-spacing-bottom {padding-bottom: 55px;}
.section-content        {padding: 55px 0;}
@media (min-width: 768px) {
    .section-spacing-top    {padding-top: 65px;}
    .section-spacing-bottom {padding-bottom: 65px;}
    .section-content        {padding: 65px 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;}
} */


/*=============================================
=            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;
}

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



/*=============================================
=                 Pagination                  =
=============================================*/

.pagination {
    --bs-pagination-padding-x: 6px;
    --bs-pagination-padding-y: 6px;
    --bs-border-width : 1px;
    --bs-pagination-font-size: 16px;

    --bs-pagination-color: var(--bs-color-gray-800);
    --bs-pagination-bg: var(--bs-body-bg);

    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);

    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);

    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);

    --bs-pagination-active-color: var(--bs-body-color);
    --bs-pagination-active-bg: var(--bs-body-bg);
    --bs-pagination-active-border-color: var(--bs-color-primary);


    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin-top: 33px;
    margin-bottom: 0;
}

.page-link {
    position: relative;
    display: block;
    min-width: 38px;
    min-height: 38px;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: transparent;
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    border-radius: 10px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
}

.page-link.active,
.active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

.page-item a.page-link:hover{
    border-color: #1E1E1E;
}

a.page-link.page-previous,
a.page-link.page-next {
    border-color: #1E1E1E !important;
    background-color: #1E1E1E;
    color: #fff;
}

a.page-link.page-previous:hover,
a.page-link.page-next:hover {
    border-color: #DFF20F !important;
    background-color: #DFF20F;
    color: #1E1E1E;
}


.page-item{
    margin: 0 2.5px 2.5px;
}

.page-item.prev-arrow {
    margin-right: 17.5px;
}
.page-item.next-arrow {
    margin-left: 17.5px;
}

.card-carousel .swiper-slide {
    height: auto;
    min-height: 100%;
    display: flex;
}

.card-product .card-img > a {
    position: relative;
    padding-top: 100%;
    display: block;
}
.card-product .card-img > a img,
.card-product .card-img > a svg { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-product .card-img>a img:nth-child(2) {
    z-index: -1;
}

.card-product .card-img>a:hover img {
    z-index: 1;
}

.card-product-promo p{
    margin-bottom:0;
}

.card-product .badges {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 3;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
@media (min-width:390px){
    .card-product .badges {
        padding: 4px;
        left: 6px;
    } 
}

.badge:empty {
    display: none;
}
.swatch input {
    display: none;
}

.card-product .swatch .form-label {
    padding: 0.25rem 0.5rem;
    min-width: 32px;
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--bs-body-color);
    /* font-size: var(--bs-font-size-md); */
    margin: 0;
}
.pdp-varint .swatch.color-swatch .form-control.disabled + .form-label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left top,transparent calc(50% - .5px),var(--bs-border-color) calc(50% - .5px),var(--bs-border-color) calc(50% + .5px),transparent calc(50% + .5px));
    /* border-right: 1px solid var(--bs-border-color) !important;
    transform: translate(-21px, -22px) rotate(44deg) scale(1.5); */
}

.card-product .swatch input:checked+label {
    background: var(--bs-body-color);
    color: var(--bs-body-bg);
    border: 1px solid var(--bs-body-color) !important;
}

.card-product .swatch.color-swatch .swatch-label {
    min-width: 16px;
    min-height: 16px;
    display: block;
    border-radius: 5px;
    border: 0;
    position: relative;
    background-size: 100%;
}

/* .card-product .swatch.color-swatch {
    border-radius: 50%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
} */

.card-product .swatch.color-swatch input:checked+.swatch-label::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-product .swatch.color-swatch input:checked+.swatch-label.White::after {
    background: #000;
}

/* Pills Style */
.pills-style .swatch .form-label,
.card-product .pills-style .swatch .form-label,
.product-details-wrapper .pills-style .swatch.color-swatch .swatch-label{
    width: 23px;
    aspect-ratio: 1/1;
}
.card-product .pills-style .swatch.color-swatch .swatch-label,
.product-details-wrapper .pills-style .swatch.color-swatch .swatch-label{
    border: 1px solid transparent;
    font-size: 0;
    padding: 0;
    overflow: hidden;
    margin: 0;
    transition: all 200ms ease-in-out;
}
.card-product .pills-style .swatch.color-swatch .swatch-label.variant-image-avlbl,
.product-details-wrapper .pills-style .swatch.color-swatch .swatch-label.variant-image-avlbl{
    background: transparent !important;
    font-size: 0;
}
.card-product .pills-style .swatch.color-swatch .swatch-label:hover,
.product-details-wrapper .pills-style .swatch.color-swatch .swatch-label:hover{
    border-color: #dedede;
}
.card-product .pills-style .pills-style .swatch.color-swatch input:checked + .swatch-label:after,
.product-details-wrapper .pills-style .swatch.color-swatch input:checked + .swatch-label:after{
    display: none;
}

.card-product .pills-style .swatch.color-swatch input:checked + .swatch-label,
.product-details-wrapper .pills-style .swatch.color-swatch input:checked + .swatch-label{
    /* background: var(--bs-body-color) !important;
    color: var(--bs-body-bg); */
    border: 1px solid var(--bs-body-color);
}

.card-product .pills-style .swatch.color-swatch input:checked + .swatch-label::after,
.product-details-wrapper .pills-style .swatch.color-swatch input:checked + .swatch-label::after{
    display: none;
}
@media screen and (min-width:400px) {
    .pills-style .swatch .form-label,
    .card-product .pills-style .swatch .form-label,
    .product-details-wrapper .pills-style .swatch.color-swatch .swatch-label{
        width: 25px;
    }
}

@media screen and (min-width:768px) {
    .pills-style .swatch .form-label,
    .card-product .pills-style .swatch .form-label,
    .product-details-wrapper .pills-style .swatch.color-swatch .swatch-label{
        width: 30px;
    }
}

/* .card-product .product-form__input {
    margin-bottom: 1rem !important;
} */

.card-product .product-form form {
    margin-top: 0 !important;
}

.card-product .product-form .form__label {
    display: none;
}

.card-product  .quickshop--button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-sharing{
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
}
.social-sharing li{
    line-height: 1;
    vertical-align: top;
}
.social-sharing li:not(:last-child){
    margin-right: 25px;
}
.social-sharing li a{
    line-height: 1;
    vertical-align: top;
    display: inline-block;
}
.social-sharing li a svg * {
    transition: all 300ms ease-in-out;
}
.social-sharing li a svg .onhover-color{
    opacity: 0;
}
.social-sharing li a:hover svg .onhover-color{
    opacity: 1;
}
.article-author:hover{
  text-decoration:underline !important;
}

@media (min-width: 992px){
    .social-sharing li:not(:last-child){
        margin-right: 15px;
    }
    .article-sharing .article-social-sharing li:not(:last-child){
        margin-right: 13px;
    }
    .social-sharing li:not(:last-child){
        margin-right: 16px;
    }
}
@media (min-width: 1025px){
    .pills-style .swatch .form-label,
    .card-product .pills-style .swatch .form-label,
    .product-details-wrapper .pills-style .swatch.color-swatch .swatch-label{
        width: 36px;
    }
}

/*=============================================
=              Content Pages CSS              =
=============================================*/

.content-header-banner{
    position: relative;
}

.header-banner-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.header-banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-pages .rte p{
    margin-bottom: 1.5rem;
}
.content-pages .rte h1,
.content-pages .rte h2,
.content-pages .rte h3,
.content-pages .rte h4,
.content-pages .rte h5,
.content-pages .rte h6 {
    /* margin-top: 1em; */
    margin-bottom: 0.75em;
}
.content-pages .rte h5{
    margin-top: 35px;
}
.content-pages .rte h4{
   margin-bottom: 18px;
}
.content-pages .rte h6{
    margin-bottom: 11px;
    margin-top: 3px;
}

.content-pages .page-description h2,
.content-pages .page-description h3,
.content-pages .page-description h4,
.content-pages .page-description h5,
.content-pages .page-description h6{
    font-family: var(--bs-body-font-family);
    text-transform: capitalize;
}

.content-pages .page-description ul,
.content-pages .page-description ol,
.content-pages .page-description dl {
    padding-left: 24px;
}
.content-pages .page-description ul li:not(:last-child),
.content-pages .page-description ol li:not(:last-child),
.content-pages .page-description dl li:not(:last-child){
    margin-bottom: 8px;
}
.content-pages .page-description ul li::marker,
.content-pages .page-description ol li::marker,
.content-pages .page-description dl li::marker{
  font-size: 14px;
}
.content-pages .rte>br {
    display: block;
    content: "";
    padding: 8.5px 0;
}
.content-pages .page-description ul ul {
    margin-block: 5px;
}
.content-pages .page-description ul ul li {
    margin-bottom: 5px !important;
}
.content-pages .page-description a{
    text-decoration: underline;
}
.content-pages .rte p:last-child{
    margin-bottom: 0;
}
.content-pages .page-description hr {
    border: none;
    border-bottom: 1px solid var(--bs-border-color);
    padding: 2.5rem 0 0;
    margin: 0 0 2.5rem;
}

/* ==================================================================
    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 tr:not(:last-child),
.table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid var(--bs-color-gray-200);
    text-align: left;
}

.table thead tr {
    border-bottom: 0px;
}

.table th {
    font-weight: 400;
    text-transform: uppercase;
}
.placeholder-svg{
    width: 100%;
    height: 100%;
}

/* B2B Price break and quantity rule styles */
.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;
}
.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100%;
}



/* ==================================================================  
    custom dropdown  
==================================================================== */
.custom-dropdown {
    position: relative;
    display: block;
    text-transform: capitalize;
}
.custom-dropdown .default{
    cursor: pointer;
    padding: 13.5px 13px 13.5px 14px;
    background-color: #f6f6f6 !important;
    border-radius: 10px;
    transition: border-color .3s ease-in-out, border-radius .3s linear;
}
.custom-dropdown.open .default {
    border-color: var(--bs-input-focus-border-color);
    border-radius: 10px 10px 0 0;
}


.custom-dropdown .default i{
    font-size: 9px;
    transition: transform ease-in-out .3s;
}

.custom-dropdown.open .default i{
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.custom-dropdown .toggle-content{
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    width: 100%;
    z-index: 11;
}
.custom-dropdown .toggle-content .inner{
    border: 1px solid var(--bs-input-border-color);
    transition: border-color .3s ease-in-out;
    border-top: 0 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
   background: var(--bs-color-secondary-5)!important;
}
.custom-dropdown .toggle-content.open .inner {
    border-color: var(--bs-input-focus-border-color);
}
.custom-dropdown ul li:first-child{
    margin-top: 1px;
}
.custom-dropdown ul li{
    cursor: pointer;
    padding: 4px 14px !important;
}

.custom-dropdown span.option_txt,
.custom-dropdown ul li label {
    color: var(--bs-color-gray-900);
    display: block;
    cursor: pointer;
}

.custom-dropdown ul li .form-check-input{
    display: none;
}

.custom-dropdown ul li .form-check-input:checked + label span.right-check {
    background-size: 12px;
    background-position: center;
    width: 11px;
    height: 10px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuNzg4NDZMNCA4LjI1TDEwLjUgMC43NSIgc3Ryb2tlPSIjMzUzNTM1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    margin-left: 14px;
    margin-bottom: 1px;
}
.quantity-wrapper .input-group{
    background: #f6f6f6;
    max-width: 125px;
}
.quantity-wrapper .input-q{
    font-size: 18px;
    background-color: var(--bs-input-bg-color) !important;
    min-height: 52px;
    padding-left: 0;
    padding-right: 0;
}
.input-group-append, 
.input-group-prepend{
    min-width: 47px;
}
.pills-style.pdp-varint .swatch .form-label{
    width: auto;
    min-height: 44px;
    border: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    aspect-ratio: inherit;
    padding: 0.25rem 20px;
    transition: all 200ms ease-in-out;
}
.pdp-varint .swatch.color-swatch .form-label{
    border: 1px solid var(--bs-border-color) !important;
    width:44px;
    aspect-ratio: 1/1;
}
.pdp-varint .swatch .form-control.disabled + .form-label{
    border-color: var(--bs-border-color) !important;
}
.pdp-varint .swatch .form-control.disabled + .form-label img{
    opacity: .5;
}
.swatch .form-control.disabled + .form-label{
    /* pointer-events: none !important; */
    opacity: .5;
}
.pdp-varint .swatch.color-swatch  input:not(.disabled):checked + .form-label{
    border: 1px solid var(--bs-body-color) !important;
}
.pdp-qualities .qualities-loop {
    font-size: 13px;
}
.pdp-qualities .qualities-loop .feature-img{
    top: -1px;
}
.pdp-qualities .qualities-loop strong {
    font-weight: 500;
  }
@media (min-width: 768px){
    .pdp-varint .swatch.color-swatch .form-label{
        width: 52px;
    }
    .pdp-varint .swatch.color-swatch .form-label.disabled:after {
        transform: translate(-31px, -31px) rotate(44deg) scale(1.8);
    }
}
@media (min-width: 1025px) {
    .pdp-qualities .qualities-loop {
        font-size: 14px;
    }
    .pills-style.pdp-varint .swatch input:not(:checked) + .form-label:hover{
        border-color: var(--bs-color-gray-300)!important;
    }
}

/* alert */
.alert_message {
    margin-top: 15px;
    /* display: none; */
}

.alert_message button.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .4;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.alert_message .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: var(--bs-floating-label-font-size);
}

.alert_message .alert {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 15px;
}

.alert_message .alert:not(:last-child){
    margin-bottom: 15px;
}

.alert_message .alert>p+p {
    margin-top: 5px;
}
.alert_message .alert>p,
.alert_message .alert>ul {
    margin-bottom: 0;
}

.alert-danger.single_error {
    position: absolute;
    font-size: 11px;
    margin-top: -1px;
    margin-left: 5px;
}

/* recatch loader */

.shopify-challenge__container {
    margin: 50px auto;
}
.shopify-challenge__container .shopify-challenge__button{
    color: var(--bs-primary-btn-color);
    background-color: var(--bs-primary-btn-bg);
    border-color: var(--bs-primary-btn-border-color);
    margin-top: 25px;
}
.shopify-challenge__container .shopify-challenge__button:hover {
    color: var(--bs-primary-btn-hover-color);
    background-color: var(--bs-primary-btn-hover-bg);
    border-color: var(--bs-primary-btn-hover-border-color);
}


@supports (-webkit-hyphens: none) {
    input::-webkit-date-and-time-value {
        text-align: left !important;
        color: #1e1e1e !important;
    }
    input::-webkit-datetime-edit {
        color: #1e1e1e !important;
        padding-top: 6px !important;
    }
}

.faq-info a{
    text-decoration:underline;
}

.accordion__container.open .accordion__toggle .icon-arrow-down {
    transform: rotate(180deg);
}