add-cart-now {
    display: grid;
    position: relative;
    grid-template-rows: auto auto 1fr auto;
}
add-cart-now .add-cart-now___picture {
    background: #242424;
    grid-row: 1;
}
add-cart-now .add-cart-now__content {
    display: contents;
}
add-cart-now .add-cart-now__content-variant {
    border-radius: 4px;
    padding: 2px 6px;
    background: #333333;
}
add-cart-now .variant-detail__options {
    display: grid;
    gap: 10px;
    border-radius: 4px;
    border: none;
    padding: 2px;
    color: #fff;
    background: #333333;
    font-size: clamp(12px, 1.11vw, 16px);
    line-height: 1.2;
    text-decoration: underline;
}
add-cart-now .variant-detail__options.option-grid__two {
    grid-template-columns: repeat(2, 1fr);
}
add-cart-now .variant-detail__options.option-grid__three {
    grid-template-columns: repeat(3, 1fr);
}
add-cart-now .variant-detail__options .option-item {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    font-weight: 400;
    font-size: clamp(12px,1.11vw,16px);
    line-height: 1.2;
    text-align: center;
    color: #666666;
    border: 1px solid #666666;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}
add-cart-now .variant-detail__options .option-item.active {
    color: #666666;
    border: 1px solid #fff;
}
add-cart-now .add-cart-now_content-title {
    grid-row: 2;
    align-self: end;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
add-cart-now .add-cart-now_content-title  h6 {
    font-size: clamp(18px,1.67vw,24px);
    font-weight: 600;
    color: #fff;
    text-align: center;
}
add-cart-now .add-cart-now__content-description {
     grid-row: 3;
}
add-cart-now .add-cart-now__content-description p {
    color: #999999;
    font-weight: 400;
    font-size: clamp(14px,1.25vw,18px);
    text-align: center;
    margin: 10px 0;
}

/* price */
add-cart-now  .add-cart-now__content .add-cart-now__content-price {
    grid-row: 4;
    margin:20px 0;
}
add-cart-now  .add-cart-now__content .add-cart-now__content-price .price__regular {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
add-cart-now  .add-cart-now__content .add-cart-now__content-price .price-position-sale span {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    vertical-align: baseline;
}
add-cart-now .add-cart-now__content .add-cart-now__content-price .price-position-origin.hide {
    display: none;
}
add-cart-now  .add-cart-now__content .add-cart-now__content-price .price-position-origin span {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
    vertical-align: baseline;
}

/* button */
add-cart-now .add-cart-now__content .add-cart-now__actions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    grid-row: 5;
    column-gap: 10px;
    margin-top: 20px;
    padding-bottom:10px;
}
add-cart-now .add-cart-now__content .add-cart-now__actions .add-cart-now__action--add[data-available="true"] .product-unavailable {
    display: none;
}

add-cart-now .add-cart-now__content .add-cart-now__actions .add-cart-now__action--add[data-available="false"] .product-available {
    display: none;
}

add-cart-now .add-cart-now__content .add-cart-now__actions .add-cart-now__action--add[data-available="false"] {
    cursor: not-allowed;
    opacity: 0.6;
    min-width: 142px;
}
/* add-cart-now .add-cart-now__content .add-cart-now__actions .add-cart-now__action--add.sold-out {
    cursor:not-allowed;
    opacity: 0.6;
    min-width: 142px;
} */
add-cart-now .add-cart-now__content .add-cart-now__actions .button {
    border-radius: 50px;
}
add-cart-now .add-cart-now__content .add-cart-now__actions .button span {
    font-weight: 400!important;
    font-size: clamp(14px,1.11vw,16px)!important;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}


add-cart-now .add-cart-now__content .add-cart-now__actions .button:nth-child(2) {
    border: 1px solid #61F8FF;
}

add-cart-now .add-cart-now__content .add-cart-now__actions .add-cart-now__action a {
    display: contents;
}

add-cart-now .add-cart-now__content .add-cart-now__actions .add-cart-now__action--learn {
    background: transparent;
}

add-cart-now .add-cart-now__content .add-cart-now__actions .add-cart-now__action--learn span {
    color: #13B2BA;
}

add-cart-now .add-cart-now__content .add-cart-now__actions .add-cart-now__action--purchase {
    background: #13B2BA;
}

add-cart-now .add-cart-now__content .add-cart-now__actions .add-cart-now__action--purchase span {
    color: #fff;
}
add-cart-now .add-cart-now__content .add-cart-now__actions .button:first-child {
    background: #61F8FF;

}
add-cart-now .add-cart-now__content .add-cart-now__actions .button:first-child span {
        color: #000 !important;
}   

/* discount */
add-cart-now .add-cart-now__discount {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
add-cart-now .add-cart-now__discount.hide {
    display: none;
}
add-cart-now .add-cart-now__discount .discount-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
}
add-cart-now .add-cart-now__discount span {
    position: absolute;
    top: 10px;
    left: 10px;
    white-space: nowrap;
}

@media (max-width:959px) {
    add-cart-now .variant-detail__options {
        gap:6px;
    }
    add-cart-now .variant-detail__options .option-item {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    add-cart-now .add-cart-now__content .add-cart-now__content-price {
        margin: 10px 0 20px;
    }

    /* discount */
    add-cart-now .add-cart-now__discount {
        zoom: 0.8;
    }
}