/************ Single Product *************/
/* .product_detail_block {
    margin-top: 200px;
} */

.page {
    overflow: hidden;
}

.colour_band {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product_detail_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 140px auto;
}

.product_detail_wrapper:first-of-type {
    margin-bottom: 0;
}

.product_detail_wrapper:last-of-type {
    margin-top: 30px;
}

.column_left,
.column_right {
    width: calc((100% - 150px) / 2);
}

.item_core_details {
    margin: 40px 0;
    z-index: 99;
}

.item_other_information {
    margin-top: 80px;
}

.item_container {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.item_container:last-of-type {
    margin-bottom: 0;
}

.item_card_separator {
    height: 2px;
    background-color: var(--separator);
    width: 100%;
    margin: 20px 0;
}

.display_flex {
    display: flex;
    align-items: center;
}

.display_flex .label_container {
    width: max-content;
}

.display_flex .label_container .label {
    position: relative;
    margin: 0;
    left: unset;
    top: unset;
}

.display_flex .label_container .new_popular {
    margin-right: 15px;
}

.item_details h3,
.item_details h4 {
    color: var(--black);
    text-transform: uppercase;
}

.item_details h3 {
    margin: 5px 0 0;
    line-height: 1.3;
    text-align: left;
    font-size: 48px;
}

.item_core_details h3 {
    margin: -5px 0 0;
}

.item_details h4 {
    margin: -5px 0 -10px;
}

.item_details h5 {
    margin: 0;
}

.item_details .fa-chevron-down {
    padding-top: 5px;
    color: var(--gold);
}

.item_details button i {
    margin-right: 8px;
}

.update-cart {
    width: 100%;
    z-index: 10;
}

.discount_flex {
    display: flex;
}

.discounted {
    text-decoration: line-through;
    margin-left: 20px !important;
    opacity: 0.5;
}

.discount_flex h3:first-child,
.discount_flex h3:nth-child(2) {
    margin-top: 0;
}

.select_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select_block {
    flex-direction: column;
    width: 100%;
}

.select_flex .button {
    width: 220px;
}

.select_block .button,
.select_block .custom-select,
.select_block .basket_button_container {
    width: 100%;
}

.basket_button_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket_button_container .button {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
}

.basket_button_container .button .fa-gift {
    font-size: 18px;
    margin-top: -1px;
}

.detail_heading {
    display: flex;
    justify-content: space-between;
}

.detail_heading i {
    cursor: pointer;
}

.six_cart_button {
    background-color: var(--gold);
    color: var(--black);
}

.product_information_hidden,
.cart_button,
.six_cart_button,
.price_tag {
    display: none;
}

.item_core_details .price_tag {
    margin: 20px 0;
}

.item_core_details .review_score {
    margin: 10px 0;
}

.item_core_details .label {
    background-color: var(--black);
    color: var(--white);
}

.item_core_details .score .stars-active {
    color: var(--gold);
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 0.5px;
}
  
.item_core_details .score .stars-inactive {
    color: var(--black);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
}

.item_core_details .review_score p {
    color: var(--black);
    margin: 0 0 0 6px;
    opacity: 0.5;
}

.product_information,
#product-description,
.show {
    display: block;
}

#product-description,
.product_information,
#delivery {
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* #product-description {
    margin-top: 0;
} */

#product-description p,
.product_information p,
#delivery p {
    margin-top: 0;
}

.sold_out {
    opacity: 0.6;
    pointer-events: none;
}

.detail_separator {
    height: 2px;
    background-color: var(--border-grey);
    width: 100%;
    margin: 30px 0 0;
}

.scattered_tea {
    position: absolute;
    top: -320px;
    right: -300px;
    width: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.scattered_tea img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

/************************ Shipping Timeframe ***************************/
.shipping_timeframe {
    background-color: rgba(252, 124, 85, 0.3);
    border: 2px solid var(--coral);
    color: var(--coral);
    padding: 20px;
    margin: 20px 0;
    box-sizing: border-box;
}

.shipping_timeframe h5 {
    color: var(--coral);
    margin: 0;
    display: flex;
    align-items: center;
}

.shipping_timeframe h5 i {
    margin-right: 10px;
    margin-bottom: -1px;
}

.shipping_timeframe p {
    margin: 2px 0 0 0;
}

/************************ More Products ***************************/
.more_products {
    margin-top: 80px;
    margin-bottom: 96px;
}

.more_products .store_wrapper {
    margin-bottom: 0;
}

.more_products h2 {
    margin: 0 auto 10px;
    text-align: center;
    color: var(--black);
	font-size: 40px;
}

.more_products .more_button {
    margin: 46px auto 0;
}

.more_products .ProductSlider {
    display: flex;
    width: 100%;
}

.more_products .ProductSlider .product {
    margin: 0 10px;
}  

.more_products .secondary_cta {
    text-align: center;
    margin: 0px auto 30px;
    font-size: 20px;
}

@media (max-width: 1500px) and (min-width: 950px) {
    .select_flex {
        flex-direction: column;
    }

    .select_flex .button {
        width: 100%;
    }

    .select_block {
        flex-direction: column;
        width: 100%;
    }

    .select_block .button,
    .select_block .custom-select,
    .select_block .basket_button_container {
        width: 100%;
    }

    .select_block .custom-select {
        margin-bottom: 0;
    }

    .basket_button_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .basket_button_container .button {
        width: calc((100% - 15px) / 2);
        margin-top: 15px;
    }
}

@media (max-width: 1300px) and (min-width: 950px) {
    .basket_button_container {
        flex-direction: column;
    }

    .basket_button_container .button {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 1400px) {
    .column_left,
    .column_right {
        width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 950px) {
    .product_detail_wrapper {
        flex-direction: column-reverse;
    }

    .product_detail_wrapper:last-of-type {
        margin-bottom: 100px;
    }

    .column_left,
    .column_right {
        width: 100%;
    }

    .column_right h2 {
        text-align: center;
    }

    #item-jump {
        margin-top: -60px;
    }

    .column_left {
        margin-top: 100px;
    }

    .page_banner .home_illustration {
        display: none;
    }

    .item_other_information {
        margin-top: 120px;
    }

    .scattered_tea {
        position: absolute;
        top: -300px;
        right: -230px;
        width: 500px;
    }
}

@media (max-width: 750px) {
    .more_products .product:nth-of-type(4) {
        display: flex;
    }
}

@media (max-width: 700px) {
    .more_products .button {
        width: calc(100% - 40px);
    }
}

@media (max-width: 650px) {
    .more_products .store_wrapper {
        display: none;
    }
}

@media (max-width: 600px) {
    .top_banner {
        margin-top: 100px;
    }

    .select_flex {
        flex-direction: column;
    }

    .select_flex .button {
        width: 100%;
    }

    .item_details h3,
    .item_details h4 {
        text-align: center;
    }

    .display_flex,
    .price_tag,
    .item_details .review_score {
        justify-content: center;
    }

    .select_block {
        flex-direction: column;
        width: 100%;
    }

    .select_block .button,
    .select_block .custom-select,
    .select_block .basket_button_container {
        width: 100%;
    }

    .select_block .custom-select {
        margin-bottom: 0;
    }

    .basket_button_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .basket_button_container .button {
        width: calc((100% - 15px) / 2);
        margin-top: 15px;
    }

    .scattered_tea {
        top: -240px;
        right: -180px;
        width: 300px;
    }
}

@media (max-width: 500px) {
    .basket_button_container {
        flex-direction: column;
    }

    .basket_button_container .button {
        width: 100%;
        margin-top: 15px;
    }

    .scattered_tea {
        display: none;
    }

    .top_banner {
        margin-top: 0px;
    }
}

@media (max-width: 400px) {
    .display_flex {
        flex-direction: column;
    }

    .display_flex,
    .display_flex .label_container {
        width: 100%;
        margin: 0;
    }

    .display_flex .label_container .label {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .display_flex .label_container:last-of-type .label {
        margin-top: 15px;
    }
}