/** Shopify CDN: Minification failed

Line 383:0 Unexpected "}"

**/
section.custom-main-product {
  display: block;
  padding: 55px 40px 40px;
  background-color: transparent !important;
  overflow: hidden;
}

.custom-main-product .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: unset !important;
  margin-right: unset !important;
}
section.custom-main-product .media-gallery-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  height: 100%;
  max-height: unset !important;
  margin-bottom: 20px;
}

.slick-center {
  position: relative;
}

.slick-center::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  left: 0;
  top: 0;
  background-color: unset;
}


.product-description.block-box {
    display: none;
}


button#ps-bis-widget__button {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 11px !important;
    text-decoration: none !important;
    line-height: 18px !important;
    padding: 7px !important;
}


.qs-slide {
  display: flex;
}

.qs-slide .swiper-box-slide {
  margin: 0 10px;
}

/* .drawerCollection {
    padding-right: 0 !important;
} */


.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: rgb(var(--color-foreground));
    background-color: #000 !important;
    opacity: 1;
}

.slider-counter__link--dots .dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: .1rem solid rgba(var(--color-foreground),.5);
    padding: 0;
    display: block;
    background-color: #000;
    opacity: 0.6;
}

@media(max-width:480px) {
  .slick-center:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: unset !important;
    left: 0;
    top: 0;
    background-color: unset;
}

  .slick-slide.slick-current.slick-center {
    border: 1px solid #000;
}
}


@media(max-width:768px) {
  section.custom-main-product .swiper-wrapper .swiper-slide, section.custom-main-product media-gallery.media-gallery img {
    max-height: unset !important;
    min-height: unset !important;
}
}


@media(max-width:350px) {
html, body {
    overflow-x: hidden;
}

  .header__icon--cart {
    position: relative;
    margin-right: 0 !important;
    right: 13px;
}
}

@media(max-width:331px) {
  .header__heading-logo {
    width: 191px !important;
}
}


.drawer__inner {
    height: 100%;
    width: 50rem !important;
    max-width: calc(100vw - 3rem);
    padding: 0 !important;
    border: .1rem solid rgba(var(--color-foreground),.2);
    border-right: 0;
    background-color: rgb(var(--color-background));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translate(100%);
    transition: transform var(--duration-default) ease;
}

.drawer__header {
    position: relative;
    background-color: rgb(var(--color-background));
    padding: 1.5rem 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000 !important;
 	box-shadow: 0 -1px #cfcfcf inset;
}



h2.drawer__heading {
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700!important;
    position: relative;
    width: 100%;
    max-width: 151px;
}

.cart-item-count-bubble {
    position: absolute;
    right: 0px;
    top: -9px;
}

h2.drawer__heading span {
    color: #fff !important;
    font-size: 18px !important;
}


.drawer__close {
    display: inline-block;
    padding: 0;
    min-width: 7.4rem !important;
    min-height: 3.4rem !important;
    box-shadow: 0 0 0 .2rem rgba(var(--color-button),0);
    position: absolute;
    top: 15px !important;
    right: 23px !important;
    color: rgb(var(--color-foreground));
    background-color: #fff !important;
    border: none;
    font-size: 17px !important;
    cursor: pointer;
}

thead {
    display: none !important;
}
td.cart-item__totals.right {
    display: none;
}

cart-drawer-items {
    overflow: auto;
    flex: 1;
    /* padding: 0 20px; */
    background-color: #000;
}

cart-drawer-items form {
    padding: 0 20px !important;
}

cart-drawer-items   a.cart-item__name.h4.break {
    color: #fff !important;
}

cart-drawer-items   .product-option {
    color: #fff !important;
}

cart-drawer-items   .quantity {
    color: #fff !important;
    border: none !important;
}

cart-drawer-items  .cart-item__quantity-wrapper button {
    border: 1px solid #fff;
    height: 25px !important;
    width: 25px !important;
}

.cart-item__quantity-wrapper {
    display: flex;
    justify-content: space-between;
}

cart-drawer-items  .quantity__input {
    color: currentColor;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: .85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    width: 25px !important;
    max-width: 32px !important;
    flex-grow: 1;
    height: 25px;
    -webkit-appearance: none;
    appearance: none;
}


.cart-item__details>*+* {
    margin-top: 0 !important;
}

.drawer__footer {
    background-color: #000 !important;
    padding: 1.5rem 20px !important;
    box-shadow: 0 -1px  #cfcfcf;
}

	


.cart-drawer__footer h2.totals__subtotal {
    color: #fff !important;
}

.cart-drawer__footer p.totals__subtotal-value {
    color: #fff !important;
}

.cart-drawer__footer small.tax-note.caption-large.rte {
    color: #fff !important;
}


button#CartDrawer-Checkout {
    background-color: #fff!important;
    color: #000!important;
    border-radius: 0!important;
    border: none!important;
    font-size: 17px!important;
    font-weight: 700!important;
    gap: 10px !important;
}


button#CartDrawer-Checkout svg {
    margin-top: -5px;
}


.prd-info {
    text-align: center;
}

.prd-info span.prd-title {
    color: #fff !important;
    font-size: 12px;
    font-weight: 600 !important;
    display: block;
    line-height: 18px;
}

.drawerCollection h3 {
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

p#shipping-message {
    text-align: center;
    margin-top: 20px;
    color: #fff!important;
    font-weight: 600!important;
    margin-bottom: 1px !important;
}

#menu-drawer, #CartDrawer, .search-modal__content, .quick-add-modal__content {
    background-color: #000 !important;
}


 .shipping-bar {
    padding: 14px;
}
 .shipping-bar .progress-bar {
    background: #fff;
    max-width: 380px;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 15px;
    border-radius: 0;
    position: relative;
    background-color: #000;
    border: 2px solid #fff;
    overflow: hidden;

}
.shipping-bar .progress-fill {
	transition: width 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	width: 100%;
	align-items: center;
	background-color: #fff;
}
 .shipping-bar p {
    text-align: center;
    font-size: 14px;
    margin: 0;
    margin-bottom: 3px;
}


.cart-drawer__overlay:empty {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
}

#nextpre {
	display: none !important;
}
.drawer.active #main-cart-items {
  visibility: visible !important;
}
}

section.custom-main-product .product-info .product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #e8e8e1;
}


.image-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
}


.image-box {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 73%;
	display: block;
}

.drawer__close {
	text-transform: lowercase !important;
}


.is-empty .shipping-bar, .is-empty  .drawerCollection {
	display: none;
}


.cart__empty-text {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
}


.cart-drawer__empty-content .button {
	background-color: #fff !important;
	color: #000 !important;
	border-radius: 0 !important;
	border: none !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	gap: 10px !important;
}




.cart-drawer__empty-content  .cart__login-title.h3 {
	color: #fff !important;
}

.cart-drawer__empty-content  .cart__login-paragraph {
	color: #fff !important;
}

.cart-drawer__empty-content  .link.underlined-link {
	color: #fff !important;
}


.cart-drawer__empty-content  .full-unstyled-link {
	color: #fff !important;
}


header .cart-item-count-bubble {
    position: absolute;
    right: 5px;
    top: 20px;
}


header #cart-item-count {
	font-size: 9px;
	color: #fff !important;
	background-color: #636363;
	border-radius: 100%;
	width: 15px;
	height: 15px;
}




 #main-cart-items\  .prd-comparePrice {
	display: none !important;
}



#ProductSubmitButton- {
	background-color: #000 !important;
}







