/** Shopify CDN: Minification failed

Line 238:13 Expected identifier but found whitespace
Line 238:15 Unexpected "{"
Line 238:24 Expected ":"
Line 265:13 Expected identifier but found whitespace
Line 265:15 Unexpected "{"
Line 265:24 Expected ":"

**/
/* Header */
header {
    border-bottom: 4px solid #58baf7;
}

/* Cookie Banner */
body .shopify-pc__banner__dialog {
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
}

body .shopify-pc__banner__dialog button.shopify-pc__banner__btn-accept, body .shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline, #shopify-pc__prefs__dialog .shopify-pc__prefs__header-actions button {
    border: none;
    border-radius: 12px;
}

/* Floating Review Widget */
.FloatingWidget-prefix .R-LauncherButton {
    opacity: 0.5;
    min-width: 120px !important;
    min-height: 80px !important;
}

.FloatingWidget-prefix .R-LauncherButton:hover {
    opacity: 1;
}

/* Floating 15% Off */
.kl-teaser-SMuLMq {
    opacity: 0.5 !important;
    transition: opacity 0.3s ease !important;
}

.kl-teaser-SMuLMq:hover {
    opacity: 1 !important;
}

/* Home Page */
/* Homepage Icons */


@media (max-width: 1200px) {
    .text-with-icons__item {
        gap: 12px;
    }

    .text-with-icons p {
        font-size: 12px;
    }

    .text-with-icons p.h4 {
        font-size: 16px;
    }
}

/* Collection List */

.section-collection-list-header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section-collection-list.section-stack {
    overflow: clip;
}

.section-collection-list .circle-button {
    display: none;
}

.circle-button {
    transition: background-color 0.3s ease;
}

.circle-button svg {
    width: 42px;
    fill: #fff;
    transition: fill 0.3s ease;
}

.circle-button:hover {

}

.circle-button:hover svg {
    fill: #58baf7;
}

.collection-list-header-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.collection-list-header {
    font-size: var(--text-h3);
    text-align: center;
}

.collection-card .content-over-media {
    max-width: 360px;
    margin: auto;
}

/* Multi-Column */
.multi-column__item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    opacity: 0;
    transition: all 0.25s ease;
}

.multi-column__item-overlay:hover {
    opacity: 1;
    background-color: #ffffff66;
    border-radius: 12px;
}

/* Review Section */
@media (max-width: 480px) {
    .CarouselWidget-prefix .R-MD .CarouselWidget__header {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
        padding: 0px !important;
    }
}

/* Product Page */
/* Product Info */
.product-info__price div {
    display: flex;
    gap: 0.75rem;
}

/* Product Hero Video */
.product-hero-video-section {
  margin: 60px auto;
  max-width: 1600px;
}

.product-hero-video-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.35rem;
  font-family: Chelsea Market;
}

.product-hero-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.product-hero-video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-hero-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* Product Card */
.product-card__info {
    padding: 12px;
}

.product-card__info-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-card__info-inner .rating-with-text {
    grid-auto-flow: row;
}

.product-card__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card__price .price-list sale-price {
    font-size: 20px;
    font-weight: 700;
}

.product-card__price .price-list compare-at-price {
    font-size: 18px;
}

.quick-buy-button-wrapper button {
    text-transform: uppercase;
}

.product-card__quick-buy .pointer-fine:hidden {
    border: none;
}

.product-card__quick-buy .product-card__mobile-quick-buy-button {
    background-color: #58baf7;
}

.product-card__quick-buy .product-card__mobile-quick-buy-button .icon {
    color: #fff;
}

/* Free Shipping Progress Bar */
.fsb-wrapper{
  width:100%;
  background: {{ section.settings.bg_color }};
  padding:10px 16px;
  text-align:center;
  font-size:14px;
}

.fsb-container{
  max-width:900px;
  margin:auto;
}

.fsb-message{
  margin-bottom:6px;
  font-weight:500;
}

.fsb-progress{
  width:100%;
  height:6px;
  background:#e5e5e5;
  border-radius:6px;
  overflow:hidden;
}

.fsb-progress-bar{
  height:100%;
  width:0%;
  background: {{ section.settings.progress_color }};
  transition: width .4s ease;
}

/* B2B App */
.bss-b2b-qty-table-row.qty-row-active, .bss-b2b-qty-table-row:hover, .bss-b2b-cart-item-qty-table-header:hover, .bss-b2b-qty-table-row-ef:hover, .bss-b2b-cart-item-qty-table-header-ef:hover {
  opacity: 1 !important;
}

.bss-b2b-cart-item-qty-table-header {
    text-transform: uppercase;
    font-weight: 700;
}

.bss-b2b-qty-table-wrapper th {
    align-content: center;
}

/* Bundle Products */
    /* Product Card */
    .badge--on-sale.badge--bundle {
        background-color: #58BAF7;
    }

/* Small laptop */
@media (max-width: 1200px) {
    .section{
        padding-left: 24px;
        padding-right: 24px;
    }

    .collection-list-header {
        font-size: var(--text-h5);
    }
}

/* Mobile */
@media (max-width: 480px) {

    .FloatingWidget-prefix .R-LauncherButton, .kl-teaser-SMuLMq {
        display: none !important;
    }

    .product-card__price .price-list sale-price {
        font-size: 16px;
    }

    .product-card__price .price-list compare-at-price {
        font-size: 14px;
    }
}