:root {
    --card-image-colour: #27313e;
    --card-main-colour: #1b232e;
    --card-price-colour: #3F444E;
    --card-price-discount-colour: #ff6457;
    --card-price-free-colour: #009a00;
    --card-border-colour: #525252;
    --card-discount-notif-colour: #FFFFFF;
    --card-discount-notif-text-colour: #000000;
    --card-label-colour: #ACB0B3;
    --card-hover-colour: #5DEAD9;
    --card-cart-remove-colour: #ff311e;
    --card-play-colour: #555860;
    --card-play-hover-colour: #707070;
    --card-type-tag-colour: #255ad5;
    --card-category-tag-colour: #ce7b00;
    --card-hot-tag-colour: #d42f20;
    --card-featured-tag-colour: #8a2cc5;
    --card-new-tag-colour: #01991d;
    --card-top-rated-tag-colour: #c5b415;
}
@media only screen and (max-width: 2080px) {
    .product-card-col:not(#post-hero-section-outer .product-card-col) {
        width: 25%!important;
    }
    .buffer-card:not(#post-hero-section-outer .product-card-col), .buffer-card-single-row:not(#post-hero-section-outer .product-card-col) {
        display: block!important;
    }
}
@media only screen and (max-width: 1785px) {
    #post-hero-section-outer .product-card-col {
        width: 33.33%!important;
    }
    #post-hero-section-outer .product-card-col:nth-child(4) {
        display: none!important;
    }
}
@media only screen and (max-width: 1635px) {
    .product-card-col:not(#post-hero-section-outer .product-card-col) {
        width: 33.33%!important;
    }
    .buffer-card-single-row:last-child, .buffer-card-single-row:nth-last-child(2) {
        display: none!important;
    }
}
@media only screen and (max-width: 1385px) {
    #post-hero-section-outer .product-card-col {
        width: 50%!important;
    }
    #post-hero-section-outer .product-card-col:nth-child(4) {
        display: block!important;
    }
    .list-type {
        line-height: 25px !important
    }
}
@media only screen and (max-width: 1205px) {
    .product-card-col:not(#post-hero-section-outer .product-card-col) {
        width: 50%!important;
    }
    .buffer-card {
        display: none!important;
    }
}
@media only screen and (max-width: 985px) {
    #post-hero-section-outer .product-card-col {
        width: 100%!important;
    }
}
@media only screen and (max-width: 720px) {
    .product-card-col:not(#post-hero-section-outer .product-card-col) {
        width: 100%!important;
    }
    .buffer-card, .buffer-card-single-row {
        display: none!important;
    }
}
@media only screen and (max-width: 600px) {
    .wishlist-basket-buttons-vertical {
        flex-direction: column;
    }
    tbody .icons_cell {
        max-width: 79px !important;
        min-width: unset!important;
    }
    
}
.multi-grid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.homepage-grid-container {
    width: 100%;
    /*max-width: 2100px;*/
    margin-bottom: 20px;
}
.homepage-header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 5px;
}
.homepage-grid-header {
    font-size: clamp(1.375rem, -0.875rem + 9.6vw, 2.125rem);
    font-weight: 500;
    margin: 0 15px 0 0;
    line-height: 135%;
}
.homepage-header-container a {
    font-size: clamp(1rem, 0.25rem + 3.2vw, 1.25rem);
    padding-top: 4px;
    text-decoration: underline;
}
.product-card-col {
    float: left;
    width: 20%;
    padding: 0 10px;
}
#post-hero-section-outer .product-card-col {
    width: 25%;
}
.product-card-row {
    margin: 0 -5px;
}
.product-card-row:after {
    content: "";
    display: table;
    clear: both;
}
.product-card {
    display: flex;
    flex-direction: column;
    height: 250px;
    border: 3px solid var(--card-border-colour);
    border-radius: 10px;
    margin-bottom: 20px;
}
.product-card .top-section {
    width: 100%;
    height: 75%;
}
.product-card .top-section .card-image-container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: var(--card-image-colour);
    width: 65%;
    height: 100%;
    float: left;
    border-bottom-left-radius: 10px;
}
.product-card .top-section .card-image-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.product-card .top-section .card-image-container img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.product-card .top-section .card-image-container img:not(.product-card-col .product-card .top-section .card-image-container img) {
    height: 80%;
}
.product-card .top-section .card-details-container {
    width: 35%;
    height: 100%;
    float: left;
    background-color: var(--card-main-colour);
    border-bottom-right-radius: 10px;
}
.product-card .top-section .card-details-container a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 67%;
}
.product-card .bottom-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 25%;
    padding: 0 15px;
    background-color: var(--card-main-colour);
    border-radius: 10px 10px 0 0;
}
.product-card-title, .product-card-label {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}
.product-card-title {
    max-height: calc(100%);
    height: 100%;
    width: 60%;
    font-size: 18px;
    font-weight: 500;
    padding-right: 3.5%;
}
.product-card-label {
    justify-content: flex-end;
    /*min-width: fit-content;*/
    width: 40%;
    padding-top: 2px;
    font-size: 14px;
    text-align: right;
    color: var(--card-label-colour);
}
.product-card-title, .product-card-label {
    transition: color 0.15s ease-in-out;
}
/* Product Title/Label Hover */
.product-card-title:hover {
    color: var(--card-hover-colour);
}
.top-section:hover ~ .bottom-section .product-card-title {
    color: var(--card-hover-colour);
}
.card-link-container:hover .card-link {
    transform: scale(1.05);
}
.card-link:active {
    transform: scale(0.95)!important;
}
.product-card-label:hover {
    color: var(--card-hover-colour);
}
.card-notif-rating-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50%;
}
.card-discount-notif-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: var(--card-discount-notif-colour);
}
.card-discount-notif-container p {
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    color: var(--card-discount-notif-text-colour);
    margin: 0;
    padding: 0;
    text-align: center;
}
.rating-svg-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 85%;
    height: 100%;
    margin: 0 auto;
}
.card-price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    background-color: var(--card-price-colour);
}
.discount-styling {
    background-color: var(--card-price-discount-colour)!important;
}
.free-styling {
    background-color: var(--card-price-free-colour)!important;
}
.card-claim-freebie {
    padding-top: 4px;
    width: auto!important;
    height: auto!important;
}
.card-claimed-freebie {
    padding-top: 3px;
    width: auto!important;
    height: auto!important;
}
.card-price-container p {
    margin: 0;
}
.card-main-price {
    font-size: 24px;
    font-weight: 500;
}
.card-discount-amount {
    font-size: 12px;
}
.card-link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33%;
}
.card-link {
    display: flex;
    flex-direction: row!important;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease-in-out;
}
.card-link svg {
    width: auto;
    height: 55%;
    margin-right: 5px;
}
.card-link svg path {
    fill: white;
}
.card-button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    height: 33%;
    margin: 0 auto;
}
.card-samples {
    position: absolute;
    display: inline-flex;
    align-items: center;
    background-color: #FF6457;
    transition: background-color 0.15s ease-in-out;
    left: 12px;
    top: 35px;
    border-radius: 7px;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    color: white !important;
    width: fit-content;
    height: fit-content;
    padding: 0px 5px 0px 0px;
    margin: 0px;
    line-height: 0.5;
}
.card-samples a {
    padding-top: 0px !important;
}
.card-samples-icon {
    transform: scale(0.7);
}
.card-samples-icon svg {
    height: 27px;
}
.card-samples-icon svg path {
    fill: white!important;
}
.card-video-play, .card-listen {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    background-color: var(--card-play-colour);
    transition: background-color 0.15s ease-in-out;
    z-index: 1;
}
.card-video-play, .card-listen {
    left: 0px;
    bottom: 0px;
    border-radius: 0 7px 0 7px;
}
.card-video-play-icon {
    transform: scale(0.7);
    padding-top: 3px;
}
.card-listen-icon {
    transform: scale(0.6);
    padding-top: 4px;
}
.card-video-play-icon svg path, .card-listen-icon svg path {
    fill: white!important;
}
.icons_cell {
    min-width: 200px!important;
    height: 100%;
}
.card-video-play-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 7px;
    background-color: #f0f0f0;
    transition: all 0.2s ease-in-out;
}
.card-video-play-list:hover {
    transform: scale(1.05);
}
.card-video-play-list:active {
    transform: scale(0.95);
}
.card-video-play-list svg path {
    fill: #2b2b2b!important;
}
.card-video-play-list.add_to_playlist svg {
    width: 20px!important;
    height: 20px!important;
    margin-left: 1px!important;
}
.card-tags-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;   
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
}
.card-tag {
    margin: 0;
    padding: 2px 4px 0 4px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 20px;
    color: white;
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 2px solid #1b232e;
}
.card-tag:last-child {
    border-right: none;
}
.type-tag {
    background-color: var(--card-type-tag-colour);
}
.category-tag {
    background-color: var(--card-category-tag-colour);
}
.hot-tag {
    background-color: var(--card-hot-tag-colour);
}
.featured-tag {
    background-color: var(--card-featured-tag-colour);
}
.new-tag {
    background-color: var(--card-new-tag-colour);
}
.top-rated-tag {
    background-color: var(--card-top-rated-tag-colour);
}
.buffer-card, .buffer-card-single-row {
    display: none;
}
.featuredlabel_link{
    font-size: clamp(1.375rem, -0.875rem + 9.6vw, 2.125rem) !important;
    font-weight: 300;
    margin: 0 15px 0 0;
    line-height: 135%;
}
@media only screen and (min-width: 2700px) {
    .product-card {
        height: 300px;
    }
}


.product-card-col-featured {
    height:300px;
    border:0px;
}

.product-card-col-featured .product-card-label {
    padding-right: 30px;
    font-size:15px!important;
}

.product-card-col-featured .card-main-price {
    font-size:24px!important;
}

.product-card-col-featured .card-main-price-free {
    font-size:26px!important;
}

.product-card-col-featured .card-main-price-purchased {
    font-size:18px!important;
}

.product-card-col-featured .card-discount-notif-container p {
    font-size:13px!important;
}

.product-card-col-featured-mob {
    border: 0px !important;
    max-width: 360px;
}

.product-card-col-featured  .product-card {
    border: 0px;
}

.product-card-col-featured-mob .product-card {
    border: 0px;
}

.product-card-col-featured-mob .product-card-label {
    padding-right: 30px;
} 

/* List View */

.list_view {
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
    border-spacing: 0 10px;
    width: 100%;
    margin-top: 10px;
}
.list_view th {
    background-color: #151b24;
    padding: 10px 15px;
    border: 0px;
    width: 10%;
}
.alignleft{
    text-align: left;
}
.list_view td {
    padding: 15px;
    border: 0px;
}
.listview:not(.dataTable) > td {
    width: 10%;
}
.list_view tr{
background-color: #1b232e;
}
.list_view tr:hover {
background-color: #1d2531;
}
/* required css to make the rows rounded */
.list_view th:first-child, .list_view td:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.list_view th:last-child, .list_view td:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.list_view tr:first-child th:first-child {
border-top-left-radius: 10px;
}
.list_view tr:first-child th:last-child {
border-top-right-radius: 10px;
}
.list_view tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
.list_view tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
.list_view .list_image {
    width: 53px;
    min-width: 53px;
    max-height : 53px;
    border-radius: 3px;
}
.list_view .correct_image {
    width: 55px;
    min-width: 55px;
    min-height: 46px;
    border: 1px solid #1b232e;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_view .icons {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.list_view .icons svg:not(.wishlist-basket-buttons-container svg) {
    width: 15px;
    height: 15px;
    margin-left: 2px;
}
.list_view .hide__svg {
    width: 45px;
    height: 45px;
    left: 0px;
    top:0;
    cursor: default !important;
    background: transparent;
}
.list_view .hide__svg svg {
    opacity: 0 !important;
}
.list_view .desc_cell {
    width: 40%;
}
.list_view .image_cell {
    width: 5%;
    vertical-align: top;
}
.list_view .label_cell {
    width: 15%;
}
.list_view .icons_mob {
    width: 100%;
    display: none;
}
.list_view .title {
    font-size: 1.25rem;
    display: inline;
    margin-right: 5px;
}
.list_view .list-type{
    padding: 0px 10px;
    margin-right: 5px;
    border-radius: 2.5rem;
    background-color: #2D69F6;
    white-space: nowrap;
    font-size: 0.95rem;
}
.list_view .list-samples{
    padding: 0px 8px;
    border-radius: 2.5rem;
    background-color:#FF6457;
    white-space: nowrap;
    font-size: 0.95rem;
}
.list_view .list-samples svg {
    height: 17px;
    width: 17px;
    transform: translateY(15%); 
}
.list_view .list-rating{
    padding: 0px 10px;
    margin-right: 5px;
    border-radius: 2.5rem;
    background-color:rgb(89, 18, 119);
    white-space: nowrap;
    font-size: 0.95rem;
}
.list_view .list-rating .fas{
    font-size: 0.75rem;
    transform: translateY(-10%); 
}

@media only screen and (min-width: 48rem) {
    .desktop__hide { 
        display:none; 
    }
    .list_view .confetti-button:before, .list_view .confetti-button:after {
        top: -180%;
        left: -183%;
        width: 400%;
        height: 400%;
    }
}

@media only screen and (min-width: 0) and (max-width: 48rem) {
    .list_view .icons {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .list_view .icons svg {
        margin: 0px;
        fill: #FFFFFF;
    }
    .list_view .icons a {
        margin-bottom: 10px;
    }
    .list_view .icons .add_to_playlist {
        margin-bottom: 0px;
    }
    .list_view .image_cell {
        padding-right: 0px;
    }
    .list_view .icons_cell {
        vertical-align: top;
        width: 2%;
        padding: 15px;
        margin: 0;
    }
    .list_view .desc_cell {
        vertical-align: top;
        padding-right: 0px;
    }
    .list_view .confetti-button:before, .list_view .confetti-button:after {
        top: -190%;
        left: -173%;
        width: 400%;
        height: 400%;
    }
    .select-selected {
        transform: scale(0.9);
    }
    .product-toggle {
        padding-left:0px !important;
    }
    .card-video-play-list{
        margin-right: 0px;
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 77.5rem) {
    .tablet__hide {
        display: none;
    }
}

@media only screen and (min-width: 77.5rem) {
    .list_view .correct_image:hover {
        border: 1px solid #27313e;
        background-color: #27313e;
        border-radius: 3px;
        transition: all 0.15s ease-in-out !important;
        transform-origin: left;
        transform: scale(3.5);
    }
    .list_view {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 58rem) {
    .medium__hide {
        display: none;
    }
    .list_view .title {
        font-size: 1.1rem;
    }
    .list_view .saving_cell {
        font-size: 0.9rem;
    }
    .list_view .label {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 48rem) {
    .list_view .correct_image {
        /* border: 1px solid #ffffff;
        background-color: #ffffff; */
        min-height: 52px;
    }
}

.card-button-container .wishlist-basket-buttons-container {
    margin-bottom: 10px;
}

