/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"

**/
/** Shopify CDN: Minification failed

Line 6:0 Unexpected "<"

**/
<style>
.product-options-bottom {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 10px;
}
.product-card__price {
    font-weight: 700;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
    margin: 0;
    color: #000;
}
.product-card__title {
    margin: 0;
    min-height: 48px;
    margin-bottom: 8px;
}
.product-card__image-wrapper img {
  width: 100%;
}
.product-card-box {
    border: 1px solid #000000;
    padding: 10px 10px;
    border-radius: 8px;
}
.collection-product-loop-sec .page-width.container {
    padding: 20px 0;
}
.card-qty-selector-main {
    display: flex;
    gap: 10px;
    border: 2px solid #000;
    width: 70%;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 7px 5px;
}
.card-qty-selector-main {
    display: flex;
    gap: 10px;
    border: 2px solid #000;
    width: 70%;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 7px 5px;
}
.card-qty-selector {
    display: flex;
    justify-content: center;
    margin: 0 !important;
}
.card-qty-selector-main input.card-qty-value {
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40%;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.card-qty-selector-main button {
    border: none;
    background: none;
    padding: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-qty-selector-main button svg {
    width: 16px;
    height: 16px;
    pointer-events: none;
}
.collection-product-loop-sec .strength-loading {
    width: auto;
    height: 10px;
}
.option-block-qty input[type="radio"] {
    margin-right: 10px;
    accent-color: black;
    width: 18px;
    height: 18px;
}
a.card-add-to-cart-submit {
    cursor: pointer;
    background: #000;
    background-color: rgb(0, 0, 0);
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: normal;
    padding: 0;
    min-height: 40px;
    min-width: 100%;
    box-sizing: border-box;
    text-decoration: none !important;
}
.quick-card-add-submit,
.swiper-button-top-card .card-pro-arrows::after,
.swiper-button-top-card .card-pro-arrows::before,
.card-add-to-cart-submit::after,
.card-add-to-cart-submit::before {
display: none;
}
.product-card__title a{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    text-decoration: none;
}
.collection__title.title-wrapper.title-wrapper--no-top-margin {
    text-align: center;
}
.swiper-button-top-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.swiper-button-top-card .slider-button--next .icon {
    transform: rotate(-90deg);
        width: 25px;
    height: 25px;
}
.swiper-button-top-card .slider-button--prev .icon {
    transform: rotate(90deg);
        width: 25px;
    height: 25px;
}
.swiper-button-top-card span.svg-wrapper {
    width: 25px;
    height: 25px;
}
.swiper-button-top-card .card-pro-arrows {
    margin-top: 0;
    position: unset !important;
    width: 44px !important;
    height: 44px !important;
}
.swiper-button-top-card .card-pro-arrows button {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-top-card.slider-buttons {
  margin-bottom: 20px
}
label.option-block-qty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    cursor: pointer;
}
.card-add-to-cart-submit.disabled {
    pointer-events: none;
}
.product-card-box a.product-media-link {
    display: flex;
    width: 100%;
}

.product-card-box .card__inner.ratio.color-scheme-2.gradient {
    flex-wrap: wrap;
}
.product-card-box .card--media .card__inner .card__content {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.collection-poduct-loop-slider {
    display: flex;
    flex-direction: column;
}
  .swiper-slide.pro-card-boxes {
    width: 25%;
    margin-right: 30px;
}
.pro-card-boxes .button.loading > .loading__spinner .path {
    stroke: #ffffff;
}
@media(max-width: 1300px){
  .collection-product-loop-sec .page-width.container {
    padding: 0 20px;
  }
}

@media(max-width: 767px){
.product-card__title a {
    font-size: 14px !important;
}
.option-block-qty span {
    font-size: 13.5px !important;
    letter-spacing: normal;
}
.option-block-qty input[type="radio"] {
    width: 16px !important;
    height: 16px !important;
    margin: 0 5px 0px 0px !important;
}
  .swiper-slide.pro-card-boxes {
    width: 50%;
    margin-right: 10px;
}
}
