        #load-sizing{
            min-height: 100px !important;
        }

        h6.price-title {
            padding: 0 0 5px 0 !important;
        }

        h6.v-colors {
            color: #d0d0ce !important;
        }

        .bundle-set-selection-div {
            margin: 10px 0px 20px 0;
        }

        #load-sizes {
            margin: 5px 0 10px 0
        }

        .product-right .pro-group:nth-child(n+2) {
            border: unset !important;
        }

        .tab-content #description ul li {
            list-style-type: circle;
            display: list-item;
        }

        .tab-content #description {
            margin: 10px !important;
            text-align: left;
        }

        .size-data .size-label {
            white-space: normal;
        }

        .no-arrow>.slick-next,
        .no-arrow>.slick-prev {
            opacity: 1.0 !important;
            display: flex !important;
            position: absolute;
            top: 50%;
            background-color: unset;
            border: unset;
            font-size: 16px;
            border-radius: 2px;
            padding: 5px;
        }

        .product-slick .slick-prev:before,
        .rtl-product-slick .slick-prev:before,
        .product-right-slick .slick-prev:before,
        .rtl-product-right-slick .slick-prev:before {
            content: '' !important;
        }

        .product-slick .slick-next:before,
        .rtl-product-slick .slick-next:before,
        .product-right-slick .slick-next:before,
        .rtl-product-right-slick .slick-next:before {
            content: '' !important;
        }

        .size-container {
            border: 1px solid #ccc;
            border-radius: 2px;
        }

        .slick-slide {
            padding: 5px !important;
        }

        .product .product-box .product-detail.detail-inline {
            display: flex !important;
            width: 100% !important;
            align-items: center !important;
        }

        .product-detail .detail-inline .detail-title {
            width: 100%;
            padding: 5px 10px 5px 5px;
        }

        .product .product-box .product-detail .detail-title {
            width: 100% !important;
        }

        .product .product-box .product-imgbox {
            padding: 10px;
        }

        .product-box:hover {
            box-shadow: 0px 0px 5px 1px #959595;
        }

        .collection-product-wrapper .product-wrapper-grid .product-box {
            margin-top: 15px !important;
        }

        .product .product-box .product-imgbox .on-sale {
            position: absolute;
            width: 150px;
            background: red;
            color: white;
            text-align: center;
            font-weight: bold;
            font-size: 12px;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            z-index: 1;
            top: 10px;
            right: -40px;
            transform: rotate(45deg);
            padding: 3px 6px 0 25px !important;
        }

        /* ==============================
           SKELETON (WHITE) - PER BLOCK
        ============================== */
        .ab-skel-wrap {
            position: relative;
            width: 100%;
        }

        .ab-skel {
            position: absolute;
            inset: 0;
            z-index: 25;
            background: #fff;
            /* white skeleton background */
            border-radius: 14px;
            padding: 12px;
            opacity: 1;
            visibility: visible;
            transition: opacity .18s ease, visibility .18s ease;
            pointer-events: none;
        }

        .ab-skel.is-hidden {
            opacity: 0;
            visibility: hidden;
        }

        .ab-skel-container {
            max-width: 100%;
            margin: 0 auto;
            padding: 0 12px;
        }

        .ab-skel-card {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, .06);
            border-radius: 14px;
            padding: 14px;
            box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
            overflow: hidden;
        }

        .ab-skel-row {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .ab-skel-col {
            flex: 1 1 320px;
            min-width: 260px;
        }

        .ab-skel-box,
        .ab-skel-line {
            position: relative;
            background: rgba(0, 0, 0, .07);
            overflow: hidden;
        }

        .ab-skel-box {
            border-radius: 14px;
        }

        .ab-skel-line {
            border-radius: 10px;
            height: 12px;
        }

        .ab-skel-line.lg {
            height: 16px;
        }

        .ab-skel-gap {
            height: 12px;
        }

        .ab-skel-shimmer::after {
            content: "";
            position: absolute;
            inset: 0;
            transform: translateX(-120%);
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .9), transparent);
            animation: abSkel 1.05s infinite;
            opacity: .85;
        }

        @keyframes abSkel {
            100% {
                transform: translateX(120%)
            }
        }

        /* product skeleton sizing */
        .ab-skel-media {
            height: 420px;
        }

        .ab-skel-thumbrow {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }

        .ab-skel-thumb {
            width: 64px;
            height: 64px;
            border-radius: 12px;
        }

        /* related skeleton sizing */
        .ab-skel-related {
            padding-top: 18px;
        }

        .ab-skel-related-grid {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .ab-skel-related-item {
            flex: 1 1 180px;
            min-width: 160px;
        }

        .ab-skel-related-img {
            height: 170px;
        }

        .ab-skel-related-line {
            margin-top: 10px;
        }

        .ab-skel-related-line2 {
            margin-top: 8px;
            width: 70%;
        }