/** Shopify CDN: Minification failed

Line 155:24 Unexpected "@media"

**/
.tab-content iframe {
    height: 550px;
}

#shopify-section-product-template .tab-content p, #shopify-section-product-template .tab-content ul li {
    color: #000;
}

.pagelist-collections .container-indent, body.pagecollection div#tt-pageContent {
    background: #f6f8fc;
}

.pagecollection .tt-filters-options .tt-title {
    color: #000;
}

.tt-services-block {
    justify-content: center;
}

.tt-services-block .tt-col-description {
    -webkit-flex: auto;
    -ms-flex: 2 1 auto;
    flex: 0 auto;
}

.button-group {
    margin-bottom: 20px;
}

.tt-stuck-nav {
    min-height: 95px;
}

.tt-stuck-nav .tt-header-row {
    min-height: 95px;
}



.shopify-policy__container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .shopify-policy__container {
        max-width: 546px !important;
    }
}

@media (min-width: 640px) {
    .shopify-policy__container {
        max-width: 640px !important;
    }
}

@media (min-width: 791px) {
    .shopify-policy__container {
        max-width: 770px !important;
    }
}

@media (min-width: 1025px) {
    .shopify-policy__container {
        max-width: 990px !important;
    }
}

@media (min-width: 1230px) {
    .shopify-policy__container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1536px) {
    .shopify-policy__container {
        max-width: 1536px !important;
    }
}


.pagecollection .content-indent.collections__content p, .pagecollection .content-indent.collections__content .row.tt-layout-promo-box, .pagecollection .content-indent.collections__content h2, .pagecollection .content-indent.collections__content h3, .pagecollection .content-indent.collections__content a {
    color: #000 !important;
}

.shopify-policy__container {
    width: 100%;
}

body.pagepage\.landing_page div#tt-pageContent {
    padding-bottom: 0px;
}



.custom-rating-selector .rating {
  display: inline-block;
  margin: 0;
}

.custom-rating-selector .rating-star {
  --letter-spacing: 0.8;
  --font-size: 1.7;
}

.custom-rating-selector .rating-star {
  --letter-spacing: 0.7;
  --font-size: 1.4;
  --letter-spacing: 0.7;
  --font-size: 20px;
  --color-foreground: 255, 255, 255;
  --rating-max: 5;
  --rating-decimal: 5;
}

.custom-rating-selector .rating-star {
    --color-rating-star: black;
    --percent: calc(var(--rating-decimal) / var(--rating-max) * 100%);
    letter-spacing: 4.5px;
    font-size: var(--font-size);
    line-height: 25px;
    margin: 0;
}

.custom-rating-selector .rating-star::before {
  content: '★★★★★';
  background: linear-gradient(
    90deg,
    var(--color-rating-star) var(--percent),
    rgba(0, 0, 0, 0.15) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.custom-rating-selector .rating-text {
  display: none;
}

.custom-rating-selector .rating-count {
  display: inline-block;
  margin: 0;
}

.custom-rating-selector @media (forced-colors: active) {
  .custom-rating-selector .rating {
    display: none;
  }

  .custom-rating-selector .rating-text {
    display: block;
  }
}

.product-reviews a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
}

.product-reviews {
    margin-bottom: 10px;
}

.product-reviews a .rating {
    display: flex;
    align-items: center;
}



/* @media (min-width: 768px) {
    .shopify-policy__container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .shopify-policy__container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .shopify-policy__container {
        max-width: 1280px;
    }
} */


/* Product page new design */

.tt-product-vertical-layout .tt-product-single-img {
    width: 70%;
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical {
    width: 24%;
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
    border: 1px solid #201f1f;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide a img {
    height: 230px;
}

.tt-product-single-info .tt-title {
    color: #000 !important;
}
.tt-product-single-info .tt-title, .tt-modal-quickview .tt-product-single-info .tt-title {
    color: #000;
}

#shopify-section-product-template .container-indent {
    margin-top: 0 !important;
    border-top: 1px solid #e1dfdf;
    background: #fff;
}

.tt-product-single-info .tt-price span {
    color: #d63a2f;
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
}

.tt-product-single-info .tt-options-swatch.options-large {
    display: flex !important;
    gap: 15px;
    align-items: center;
    margin-left: 5px;
}

.tt-product-single-info .tt-options-swatch.options-large li {
    margin: 0;
    display: flex;
    align-items: center;
}

.tt-product-single-info .tt-options-swatch.options-large li a {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 20px;
    border-radius: 25px;
    text-align: center;
}

.tt-product-single-info .tt-options-swatch.options-large li a {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    align-items: center;
}

.tt-product-single-info .tt-wrapper .tt-title-options {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-bottom: 5px;
    gap: 5px;
    line-height: normal;
}

.tt-product-single-info .tt-wrapper .tt-title-options .current_option_name {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.tt-product-single-info .tt-swatches-container .tt-wrapper:not(:first-child) {
    margin-top: 20px;
}


.custom-product-policies {
  margin-top: 8px;
  font-size: 16px;
  color: #222;
  line-height: 1.4;
}

.custom-product-policies a {
  text-decoration: underline;
  color: inherit;
  font-weight: 500;
}

.custom-product-policies a:hover {
  opacity: 0.7;
}


.custom-inventory-block {
  margin-top: 15px;
}

.inventory-text {
  font-size: 16px;
  margin-bottom: 10px;
}

.inventory-text.low-stock {
  color: #000;
}

.inventory-text.out-stock {
  color: #d32f2f;
  font-weight: 600;
}

.inventory-progress {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}

.inventory-progress-bar {
  height: 100%;
  width: var(--percent);
  background: #000;
  border-radius: 10px;
  transition: width 0.3s ease;
}

.inventory-progress-bar.zero {
  background: #d32f2f;
  width: 100%;
}

.mediaimageholder, .mediaholder {
    height: 600px;
}

.tt-product-vertical-layout .tt-product-single-img .mediaimageholder img {
    height: 100%;
    object-fit: contain;
}

.mediaholder video {
   height: 100%;
object-fit: contain;
}

.mediaholder .pt-product-media-internal {
    height: 100%;
}
.pageproduct .tt-input-counter.style-01 {
      border-radius: 100px;
    overflow: hidden;
}

.tt-product-single-info .tt-row-custom-01 .btn.btn-lg {
    background: #ededed;
    border: none;
    border-radius: 100px;
    position: relative;
    transition: 0.4s;
    z-index: 1;
    overflow: hidden;
}

.tt-product-single-info .tt-row-custom-01 .btn.btn-lg:before {
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    width: 0;
    background: #111111;
    z-index: -1;
    transition: .4s;
}

.tt-product-single-info .tt-row-custom-01 .btn.btn-lg:hover:before {width: 100%;}

.tt-product-single-info .tt-row-custom-01 .btn.btn-lg:hover {
    color: #fff;
}


shopify-accelerated-checkout {
    border-radius: 200px;
    overflow: hidden;
}
.tt-options-swatch li[data-availability=false] a:not(.options-color) {
    opacity: 0.4;
    cursor: not-allowed;
}

.tt-fixed-product-wrapper {
    padding: 10px 0 10px;
}

.tt-fixed-product-wrapper .tt-fixed-product .tt-img {
    max-width: 71px;
    width: 100%;
}

.tt-fixed-product {
    align-items: center;
}

.tt-fixed-product-wrapper .tt-fixed-product .tt-img img {
    height: 100%;
    display: block;
}

form.form-default {
    border: 1px solid #ffffff3d;
    padding: 8px;
    border-radius: 8px;
}

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark {
    max-width: unset;
}

.tt-fixed-product-wrapper form:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}


.tt-fixed-product-wrapper .tt-fixed-product .tt-img {
    max-width: 70px;
    width: 100%;
}

.tt-fixed-product {
    align-items: center;
}

.tt-fixed-product-wrapper .tt-fixed-product .tt-img img {
    height: 100%;
    display: block;
}


#shopify-section-product-template .tab-content ul {
    list-style: disc;
    color: #000;
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}

#shopify-section-product-template .tab-content ul li::marker {
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

form.form-default {
    border: 1px solid #ffffff3d;
    padding: 8px;
    border-radius: 8px;
    max-width: 317px;
    position: relative;
    margin-left: auto;
}

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark {
    max-width: unset;
}

.tt-fixed-product-wrapper form:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.tt-fixed-product-wrapper .tt-row-custom01 {
    justify-content: space-evenly;
}
.tt-tabs-default.tt-tabs-left {
    max-width: unset;
    justify-content: flex-start;
    padding: 0 !IMPORTANT;
    gap:10px;
}

.pageproduct .nav.nav-tabs.tt-tabs-default.tt-tabs-left li a.active {
    color: #e1e1e1 !important;
    background: #000000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #c7bfbf;
    border-bottom: none;
}

.pageproduct .nav.nav-tabs.tt-tabs-default.tt-tabs-left li a {
    border-radius: 4px;
    background: #e4e2e2;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tab-content {
    margin: 0;
    padding: 35px 23px;
    border: 1px solid #c7bfbf;
}

ul.nav.nav-tabs.tt-tabs-default.tt-tabs-left li {
    margin: 0;
}

.tab-pane>* {
}

.tab-content img {
    max-width: 431px;
    margin: auto;
    border: 1px solid #cfcfcf;
    padding: 29px;
}

.tab-pane h2,  .tab-pane p {
    font-weight: normal !important;
    color: #000000;
}

#shopify-section-product-template .tab-content p, #shopify-section-product-template .tab-content ul li {
    font-weight: normal;
    font-size: 17px;
    opacity: 0.7;
}

.prpage-tabs .tt-tabs-default li>a.active, .prpage-tabs .tt-tabs-default li>a:hover {
    background: #000 !important;
}

@media only screen and (max-width:991px){
    .tt-product-single-info .tt-options-swatch.options-large li a {
        font-size: 14px;
        padding: 6px 16px;
        height: unset;
        min-height: unset;
    }

    .tt-input-counter.style-01 {
        width: fit-content;
    }

    .tt-product-single-info .tt-row-custom-01 .col-item {
        width: fit-content;
    }

    .tt-product-single-info .tt-row-custom-01 {
        flex-direction: row;
        align-items: center;
    }

    .tt-product-single-info .tt-row-custom-01 .col-item:not(:first-child) {
        margin: 0;
    }

    .tt-product-single-info .tt-row-custom-01 .btn.btn-lg {
        font-size: 14px;
        padding: 0;
    }

    .tt-fixed-product-wrapper {
        display: none !important;
    }

    .tab-content {
        padding: 25px 12px;
    }
}

.visible-ld {
  display: none;
}

@media (max-width: 991px){
    .hidden-ld{
        display: none;
    }

    .visible-ld {
        display: block;
    }
    .container-fluid-mobile .row:first-child > *[class^="col-"] {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 450px) {
    .tab-content img {
        width: 100%;
    }   
}