.cton-cuptone-hide {
    display: none !important;
}
body.cton-cuptone-no-scroll {
    pointer-events: none;
    touch-action: none;
}
.cton-cuptone-popular-accessories {
    margin: 24px 0 0;
    padding-top: 20px;
    border-top: 1px solid #ececec;
    box-sizing: border-box;
}

.cton-cuptone-popular-accessories * {
    box-sizing: border-box;
}

.cton-cuptone-popular-accessories__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.cton-cuptone-popular-accessories__header h3 {
    font-size: 18.2px !important;
    margin: 0;
}

.cton-cuptone-owl-nav {
    display: flex;
    gap: 12px;
}

.cton-cuptone-owl-prev,
.cton-cuptone-owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    flex-shrink: 0;
}

.cton-cuptone-owl-next {
    color: #333;
}

.cton-cuptone-owl-prev:hover,
.cton-cuptone-owl-next:hover {
    background: #e4e4e4;
}

/* Prevent FOUC: hide raw unstyled list until Owl Carousel JS finishes initializing */
.cton-cuptone-owl-carousel {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.cton-cuptone-owl-carousel.owl-loaded {
    opacity: 1;
}

.cton-cuptone-owl-carousel.owl-carousel {
    overflow: hidden;
    width: 100%;
    display: block; /* ensures items aren't stacked full-width before init */
}

.cton-cuptone-owl-carousel .owl-stage-outer {
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.cton-cuptone-owl-carousel .owl-item {
    box-sizing: border-box;
}

/* Card layout */
.cton-cuptone-accessory-item {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 15px;
    min-height: 130px;
    width: 100%;
    overflow: hidden;
}

.cton-cuptone-accessory-item__image {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    min-width: 100% !important;
    object-fit: cover;
    border-radius: 6px;
    background: #fff;
    align-self: center;
    flex-shrink: 0;
    display: block;
    border-radius: 3px;
}

.cton-cuptone-accessory-item__title {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: "Jakarta-bold", Arial, Helvetica, sans-serif;
}

.cton-cuptone-accessory-item__price {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
}

.cton-cuptone-accessory-item__add-to-cart {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    background: #d6d6d6;
    padding: 5px 10px;
    border-radius: 3px;
    min-width: 75px;
    font-size: 16px;
    color: #000;
}
.cton-cuptone-accessory-item__add-to-cart.loading {
    background: #e6e6e6;
}

.cton-cuptone-accessory-item__add-to-cart.loading {
    pointer-events: none;
    text-align: center;
    padding: 10px;
}

.cton-cuptone-mini-cart-errors {
    position: absolute;
    right: 10px;
    left: 5px;
    z-index: 100000000;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 12px;
    bottom: 5px;
    border-radius: 4px;
}
.cton-cuptone-mini-cart-errors .cton-cuptone-dismiss {
    font-size: 30px;
    line-height: 25px;
    text-align: right;
    margin-bottom: 15px;
    cursor: pointer;
}
.cton-cuptone-mini-cart-errors .button {
    display: none;
}
.cton-cuptone-mini-cart-errors a {
    color: #491217;
    text-decoration: underline;
}
.cton-cuptone-mini-cart-errors a:hover,
.cton-cuptone-mini-cart-errors a:focus {
    color: #2c0b0e;
    text-decoration: underline;
}

/*Price*/
.cton-cuptone-accessory-item__price .woocommerce-Price-amount {
    display: none;
}
.cton-cuptone-accessory-item__price .wcsatt-sub-options del,
.cton-cuptone-accessory-item__price .wcsatt-sub-options .wcsatt-dash {
    display: none;
}
.cton-cuptone-accessory-item__price .wcsatt-sub-options ins .woocommerce-Price-amount {
    display: inline;
}
.cton-cuptone-accessory-item__price .wcsatt-sub-options ins .woocommerce-Price-amount,
.cton-cuptone-accessory-item .subscription-details {
    font-size: 14.4px;
}






.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.owl-stage{
    padding-left:0px !important;
}
.woocommerce-mini-cart>li.cton-cuptone-popular-accessories {
    display: block;
    padding: 15px;
    margin-bottom: 15px !important;
    border: 0;
    margin-top: 0;
}
.cton-cuptone-loader {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.5s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/*Desktop*/
@media(min-width: 768px) {
    .cton-cuptone-accessory-item {
        display: grid;
        grid-template-rows: auto auto;
        column-gap: 6px;
        row-gap: 4px;
        align-items: center;
    }
    .product_list_widget>li .cton-cuptone-accessory-item img {
        min-width: 100%;
    }
    .cton-cuptone-popular-accessories .owl-carousel .owl-stage{
        display: flex;
    }
}

/*Mobile*/
@media(max-width: 767px) {
    .cton-cuptone-accessory-item {
        display: grid;
        grid-template-columns: 60px 1fr;
        grid-template-rows: auto auto auto;
        column-gap: 10px;
        row-gap: 8px;
        align-items: start;
    }
    .cton-cuptone-accessory-item__image {
        grid-column: 1;
        grid-row: 1 / 4;
        align-self: start;
    }
    .cton-cuptone-accessory-item__title {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
    }
    .cton-cuptone-accessory-item__price {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
    }
    .cton-cuptone-accessory-item__add-to-cart {
        grid-column: 2;
        grid-row: 3;
        align-self: start;
        justify-self: start;
        width: auto;
    }
    .product_list_widget>li .cton-cuptone-accessory-item img {
        float: initial;
        width: 100%;
        min-width: 100%;
    }
    .wd-scroll-content.cton-cuptone-no-scroll {
        overflow-y: scroll;
        pointer-events: none;
        touch-action: none;
    }
}

/*Special*/
@media (hover: hover) and (pointer: fine) {
    .cton-cuptone-accessory-item__add-to-cart:hover {
        background: #e6e6e6;
    }
}