.catalog-product-view .swatch-attribute-options .swatch-option input {
    top: 0;
}

.catalog-product-view [aria-label="Size"] .swatch-option {
    font-size: 12px;
    --tw-ring-offset-width: -1px;
}

.catalog-product-view .description p,
.catalog-product-view .product-details-container ul li {
    margin-bottom: 0.5rem;
}

.catalog-product-view .description p:last-child {
    margin-bottom: 0;
}

.catalog-product-view .product-media-content {
    z-index: 4;
}

.catalog-product-view .view-cart-button:hover {
    color: #fff;
}

.catalog-product-view .product-details-container ul {
    list-style-type: disc;
    padding: revert;
}

.catalog-product-view .product-main-info .purchased-count-message {
    transition: all .35s;
    display: flex;
    background-color: #dbebc7;
    color: #22543d;
    /* height: 35px; */
    padding: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 5px;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: .5rem;
}

.catalog-product-view .product-main-info .animate-spin {
    height: 1.25rem;
    width: 1.25rem;
    margin-left: -.25rem;
    margin-right: .75rem;
    color: #fff;
    /* animation: i 5s linear infinite; */
}

.catalog-product-view .description h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 18px;
    margin-bottom: 8px;
}

/* custom css for color attributes */
.catalog-product-view .color-custom-wrapper .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #191d24;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0 5px;
    position: absolute;
    z-index: 4;
    bottom: 180%;
    left: 190%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.catalog-product-view .color-custom-wrapper .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.catalog-product-view .color-custom-wrapper .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.catalog-product-view .color-custom-wrapper .tooltip .color-swatch-custom {
    position: relative;
}

.catalog-product-view .color-custom-wrapper .tooltip .color-swatch-custom:hover::before {
    content: '';
    border: 1px solid #BFC3C9;
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    padding: 11px;
    top: -4px;
    position: absolute;
    left: -4px;
}

.catalog-product-view .size-custom-wrapper .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #fff;
    color: #191d24;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0 5px;
    position: absolute;
    z-index: 4;
    bottom: 120%;
    left: 130%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.catalog-product-view .size-custom-wrapper .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.catalog-product-view .size-custom-wrapper .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.catalog-product-view .size-custom-wrapper .tooltip .size-swatch-custom {
    position: relative;
     --tw-ring-color: #9da3ad;
    padding: 5px 10px;
}
.catalog-product-view .size-custom-wrapper .tooltip .size-swatch-custom.active {
    background-color: #191d24;
    color: #fff;
    border: 1px solid #191d24;
}

.catalog-product-view .fullscreen-nav-custom .fullscreen-prev-custom {
    position: absolute;
    left: 10px;
}

.catalog-product-view .fullscreen-nav-custom .fullscreen-next-custom {
    position: absolute;
    right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .catalog-product-view .product-label {
        left: 0;
    }
    .catalog-product-view .breadcrumbs .container,
    .catalog-product-view .product-info-main .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .catalog-product-view .breadcrumbs .container ol {
        padding-left: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1180px) {
    .product-info-main .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

