@media screen and (max-width: 959px) {
    .featured-product .slider {
        overflow: hidden;
    }

    .featured-product .slider+.slider-buttons {
        display: none;
    }
}

.featured-product .product.color-scheme-none {
    background-color: rgb(var(--color-page-background));
}

.featured-product.background-secondary {
    background-color: rgba(var(--color-mask), 0.04);
}

.featured-product.background-secondary .product {
    padding: 25px;
}

@media screen and (min-width: 960px) {
    .featured-product.background-secondary .product {
        padding: 60px 70px;
        position: relative;
        z-index: 1;
    }
}

.featured-product .product-pswp__toolbar .product-pswp__button--arrow {
    display: none;
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */


/* custom css start  ------------------------------------------------------------------------------------------ */

@media (min-width: 749px) {
    .new-feature-prod-section .gallary-wrap-items {
        height: 83dvh;
        transition: all 0.5s;
    }
}

.new-feature-prod-section .product__modal-opener {
    height: 100%;
}

.new-feature-prod-section .product__info-item.title3 {
    font-family: 'GT America Bold' !important;
    font-size: 22px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 16px;
    margin-top: 21px;
}

.new-feature-prod-section .main-heading-featured-image {
    display: flex;
    align-items: center;
    gap: 6px;
}

.new-feature-prod-section .product__heading-with-logo .text-wrap {
    text-transform: capitalize;
    font-size: 14px;
}

.new-feature-prod-section .product__heading-with-logo .icon-wrap img {
    width: 40px;
    height: 40px;
}

.new-feature-prod-section .product__heading-with-logo .text-wrap strong {
    font-family: 'GT America Bold';
}

.new-feature-prod-section .main_trial_text strong {
    font-size: 22px;
    color: #FF1E00;
    font-family: 'GT America Bold';
}

.new-feature-prod-section .main_trial_text {
    font-size: 16px;
    color: #FF1E00;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.new-feature-prod-section .main_timeline_text {
    font-size: 16px;
    color: #000000;
    margin: 16px 0 16px 0;
}

.new-feature-prod-section variant-radios .product-form__input {
    flex-direction: column;
}

.new-feature-prod-section variant-radios .product-form__input .product-form__input--right {
    justify-content: flex-start;
}

.new-feature-prod-section fieldset.product-form__input .form__label {
    font-family: 'GT America Bold';
    margin: 0;
    width: 100%;
    white-space: nowrap;
}

.new-feature-prod-section .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
    width: 48%;
    padding: 13px 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: unset !important;
    white-space: nowrap;
}

.new-feature-prod-section .main-pickup-class-block {
    display: block;
    cursor: pointer;
    height: 100%;
}

.new-feature-prod-section .pickup-card,
.new-feature-prod-section .shipping-unavailable-card {
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
}

.new-feature-prod-section .shipping-unavailable-card {
    background: #F4F4F4;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-feature-prod-section .shipping-unavailable-header,
.new-feature-prod-section p.shipping-unavailable-free {
    font-size: 16px;
    color: #9F9F9F;
    margin: 0;
}

.new-feature-prod-section p.available-shipping-unavailable-item {
    font-size: 16px;
    color: #9F9F9F;
    margin: 0;
    font-family: 'GT America Bold';
}

.new-feature-prod-section .main-pickup-class-block input:checked+.pickup-card {
    border-color: #000;
    background: #f5f5f5;
    border: 2px solid #000;
}

.new-feature-prod-section h3.main-demo_block_title {
    font-size: 14px;
    color: #000000;
    font-family: 'GT America Bold';
    margin: 0 0 12px 0;
}

.new-feature-prod-section .pickup-header {
    font-size: 16px;
    color: #000000;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pickup-card span.check-icon {
    width: 26px;
    height: 26px;
    border: 1px solid #707070;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-feature-prod-section .custom-pickup-card-main p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-family: 'GT America Bold';
    line-height: 1.5;
}

.new-feature-prod-section p.store-name {
    font-size: 14px;
    color: #9F9F9F;
    margin: 6px 0 16px 0;
    line-height: 1;
}

.new-feature-prod-section p.free {
    font-size: 10px;
    color: #000000;
    margin: 0;
    font-family: 'GT America Bold';
}

.new-feature-prod-section .main_demo_block_parent {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.new-feature-prod-section .pickup-type-block,
.new-feature-prod-section .shipping-pivkup-block {
    flex: 0 0 50%;
    max-width: calc(50% - 6px);
}

.new-feature-prod-section .select-time-href-item {
    font-size: 14px;
    color: #757575;
    margin: 12px 0 0 0;
    display: block;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.new-feature-prod-section .product__info-item.rte.body2 {
    margin: 20px 0 15px 0;
    padding-top: 20px;
    border-top: 1px solid #E6E6E6;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.new-feature-prod-section .product__info-item .shopline-product-form {
    border: unset;
    padding: 0;
    margin: 0;
}

.new-feature-prod-section .product__media-wrapper media-gallery {
    display: block;
}

.new-feature-prod-section .custom-slider-items-thumbs .thumbnail-preview,
.new-feature-prod-section .product__media-wrapper media-gallery,
.new-feature-prod-section .product__media-item .product__media,
.new-feature-prod-section .custom-slider-items-thumbs {
    height: 100%;
}

.new-feature-prod-section .custom-slider-items-thumbs .swiper-pagination-fraction {
    left: 70px;
}

.new-feature-prod-section .demo-rule label {
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
}

.new-feature-prod-section input.demo-checked-items {
    margin: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #BBBBBB;
    border-radius: 1px 1px 1px 1px;
}

.new-feature-prod-section a.view_demo_link {
    display: block;
    font-size: 16px;
    color: #FF1E00;
    font-family: 'GT America Bold';
    text-decoration: underline;
    text-underline-offset: 5px;
}

.popup-demo-items-main {
    display: none;
}

.popup-demo-items-main.active {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0, 0.4);
    z-index: 999;
    display: flex;
}

.popup-items-black-overlay {
    background: #fff;
    padding: 40px;
    max-width: 1097px;
    max-height: 90vh;
    min-height: 90vh;
    overflow-y: auto;
    width: 95%;
    border-radius: 6px;
    position: relative;
}

.poup-close {
    position: absolute;
    top: 13px;
    right: 16px;
    cursor: pointer;
}

.poup-close svg {
    width: 30px;
    height: 30px;
}

.popup-demo-page-content .popup-demo-title {
    text-align: center;
    font-size: 30px;
    color: #000000;
    line-height: 1.3;
    padding-bottom: 30px;
    font-family: 'GT America Bold' !important;
}

.popup-demo-page-content h3 {
    font-size: 18px;
    color: #000000;
    line-height: 1.3;
    font-family: 'GT America Bold';
    margin: 16px 0 0 0;
}

.popup-demo-page-content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.668;
    margin: 20px 0;
}

.popup-demo-page-content strong {
    font-weight: 100;
    color: #FF1E00;
}

.popup-demo-page-content hr {
    border: 1px solid #DBDBDB;
}

.product__heading-with-logo {
    margin-bottom: 22px;
}

.main-schedule-drawer-items {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0, 0.4);
    z-index: 999;
    display: flex;
}

.main-schedule-drawer-items.active {
    opacity: 1;
    visibility: visible;
}

.main-schedule-inner-items {
    background: #fff;
    padding: 26px;
    max-width: 598px;
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
    width: 95%;
    border-radius: 0;
    position: absolute;
    transition: all 0.3s;
    transform: translateX(100%);
    right: 0;
    top: 0;
}

.main-schedule-drawer-items.active .main-schedule-inner-items {
    transform: translateX(0);
}

h2.custom-main-title {
    font-size: 30px;
    color: #000000;
    font-family: 'GT America Bold' !important;
    margin: 0 0 25px 0;
}

h3.custom-sub-title {
    font-size: 18px;
    color: #000;
    font-family: 'GT America Bold';
}

p.custom-address-text {
    font-size: 16px;
    color: #9F9F9F;
    margin: 11px 0;
}

span.custom-time-open {
    font-size: 16px;
    text-decoration: underline;
    color: #9F9F9F;
}

.visiting-arrows-custom .custom-arrow-prev,
.visiting-arrows-custom .custom-arrow-next {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(224 217 205 / 30%);
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    cursor: pointer;
}

.visiting-arrows-custom {
    display: flex;
    align-items: center;
    gap: 12px;
}

.visiting-arrows-custom .custom-arrow-prev svg {
    transform: rotate(180deg);
}

.month-wise-name-items {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.disabled-day span.day-number {
    color: #BCBCBC;
}

span.current-month-dropdown {
    font-size: 22px;
    color: #000000;
    font-family: 'GT America Bold';
}

.custom-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 30px 0 0;
    position: relative;
}

.custom-timezone-text {
    font-weight: 400;
    font-size: 16px;
    color: #9F9F9F;
    margin: 20px 0;
}

.custom-timezone-text span.highlighted_text {
    color: #A53E04;
}

.first-time,
.second-time {
    font-size: 18px;
    color: #000000;
    padding: 16px 18px;
    background: #F3F3F3;
    border-radius: 4px;
}

.timing-schedule-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

label.time-box {
    cursor: pointer;
}

h4.selected-items-ttl {
    font-size: 18px;
    color: #000000;
    font-family: 'GT America Bold' !important;
    margin: 0 0 12px 0;
}

span.selected-items {
    font-size: 20px;
    color: #9F9F9F;
    line-height: 1;
}

.pickup-time-items {
    margin: 0 0 20px 0;
}

.pickup-selcted-timed,
.pickup-time--items,
.visiting-schedule-items {
    padding-top: 24px;
    margin-top: 24px;
    position: relative;
}

.timing-schedule-items .time-box input:checked+.first-time,
.timing-schedule-items .time-box input:checked+.second-time {
    background: #000;
    color: #fff;
}

.pickup-selcted-timed:after,
.pickup-time--items:after,
.visiting-schedule-items:after {
    content: '';
    position: absolute;
    top: 0;
    width: calc(100% + 52px);
    height: 1px;
    background: #DBDBDB;
    left: -26px;
    right: 0;
}

span.highlight_date {
    color: #FF1E00;
}

.week-row {
    display: flex;
    justify-content: space-between;
}

.day-item {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.day-name,
.day-number {
    display: block;
    font-size: 18px;
    font-family: 'GT-America-Standard-Medium';
    line-height: 1;
}

.disabled-day {
    pointer-events: none;
}

.active-day {
    color: #000;
}

.selected-day {
    background: #000;
    color: #fff;
}

.month-weekly-data {
    margin: 25px 0 0 0;
}

.custom-month-dropdown-list {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 5px 0;
    width: 150px;
    z-index: 10;
    top: 40px;
}

.custom-month-dropdown-list.active {
    display: block;
}

.custom-month-dropdown-list li {
    padding: 8px 10px;
    cursor: pointer;
}

.custom-month-dropdown-list li:hover {
    background: #f5f5f5;
}

.custom-month-dropdown-list li {
    padding: 5px 10px;
    cursor: pointer;
    font-family: 'GT America-Regular';
    font-size: 16px;
}

span.selected-items.auto-items.render-text {
    color: #A53E04;
    line-height: 1.6;
}

span.selected-items.auto-day-three.render-text {
    color: #A53E04;
}

a.reserve-btn-drawer {
    display: block;
    font-size: 22px;
    color: #FFFFFF;
    background: #A53E04;
    text-align: center;
    font-family: 'GT America Bold';
    text-transform: capitalize;
    padding: 18px 0 18px 0;
    line-height: 1;
}

a.reserve-btn-drawer:hover {
    color: #FFFFFF;
}

.new-feature-prod-section .custom-pickup-card-main p.selected-final {
    color: #FF1E00;
}

.custom-schedule-content {
    margin: 0 0 32px 0;
}

a.reserve-btn-drawer.disabled {
    opacity: .5;
}

.new-feature-prod-section .shopline-product-form button.product-form__submit {
    background: #FF1E00;
    padding: 0;
    border-radius: 2px;
    margin: 0;
}

.new-feature-prod-section .shopline-product-form button.product-form__submit span {
    font-size: 18px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-family: 'GT America Bold';
}

.pickup-header svg {
    width: 14px;
    height: 14px;
}

.new-feature-prod-section .stock-text-show {
    display: block;
    font-size: 14px;
    color: #FF1E00;
    white-space: nowrap;
}

.new-feature-prod-section variant-radios .product-form__input .product-form__input--left {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    gap: 8px;
    margin: 0 0 14px 0;
}

.new-feature-prod-section .main-label-class {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product__info-step-tag {
    border-radius: 2px;
    border: 1px solid #FF1E00;
    font-size: 12px;
    line-height: 1.25;
    color: #FF1E00;
    display: block;
    padding: 4px 12px;
    max-width: fit-content;
    font-family: 'GT America Bold';
    text-transform: capitalize;
}

.new-feature-prod-section .custom-slider-items-thumbs .thumbnail-preview {
    max-width: 100%;
}

.new-feature-prod-section .customer-verify .shopline-product-form button.product-form__submit,
.new-feature-prod-section .customer-verify .shopline-product-form button.product-form__submit+.reserve-atc-button {
    pointer-events: unset;
    opacity: 1;
}

a.select-time-href-item.error {
    color: #FF1E00;
    font-family: 'GT America Bold';
}

.new-feature-prod-section .shopline-product-form .reserve-atc-button {
    background: #FF1E00;
    border-radius: 2px;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    height: 41px;
    font-size: 16px;
    line-height: 1.25;
    text-transform: capitalize;
    font-weight: 600;
    border: 0;
}

.new-feature-prod-section .shopline-product-form .reserve-atc-button:after,
.new-feature-prod-section .shopline-product-form .reserve-atc-button:before {
    content: none;
}

.new-feature-prod-section .shopline-product-form .reserve-atc-button>span {
    font-size: 18px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-family: 'GT America Bold';
}



.new-feature-prod-section .shopline-product-form button.product-form__submit,
.new-feature-prod-section .shopline-product-form .reserve-atc-button {
    pointer-events: none;
    opacity: 0.5;
}

.new-feature-prod-section .shopline-product-form .reserve-atc-button span[sold-out],
.new-feature-prod-section .shopline-product-form button.product-form__submit[disabled]+.reserve-atc-button span[available] {
    display: none;
}

.new-feature-prod-section .shopline-product-form button.product-form__submit[disabled]+.reserve-atc-button span[sold-out] {
    display: block;
    pointer-events: none;
    opacity: 0.5;
}

.new-feature-prod-section .shopline-product-form .reserve-atc-button.loading {
    pointer-events: none !important;
}

.new-feature-prod-section .shopline-product-form .reserve-atc-button.loading>span {
    opacity: 0.5;
}

.new-feature-prod-section .shopline-product-form .reserve-atc-button .loading-overlay__spinner {
    color: #000000;
}

@media screen and (min-width: 960px) {
    .new-feature-prod-section .product--left .product__info-wrapper {
        width: 42%;
        padding: 0 0 0 9rem;
    }

    .new-feature-prod-section .product--left .product__media-wrapper {
        width: 57%;
    }

    .new-feature-prod-section .page-width {
        margin: 0 auto 0 0;
        padding-left: 0;
    }
}



@media (max-width:1440px) {
    .new-feature-prod-section .product--left .product__info-wrapper {
        padding: 0 0 0 20px;
    }

    .new-feature-prod-section .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:959px) {

    .new-feature-prod-section .product__heading-with-logo .text-wrap {
        font-size: 14px;
    }

    .new-feature-prod-section.featured-product .product {
        margin-left: 0;
        margin-right: 0;
    }

    .new-feature-prod-section .product__media-wrapper {
        padding: 0;
    }

    .new-feature-prod-section .product__info-item.rte.body2 {
        margin-bottom: 12px;
    }

    .new-feature-prod-section a.view_demo_link {
        font-size: 14px;
    }

    .new-feature-prod-section variant-radios .product-form__input .product-form__input--left {
        max-width: 100%;
    }


    .new-feature-prod-section .product-form__input {
        margin: 0 0 20px 0;
    }

    .new-feature-prod-section .product:not(.product--mobile-show,
        .new-feature-prod-section .product--mobile-hide) .thumbnail-preview {
        margin-left: 0;
        margin-right: 0;
    }

    .new-feature-prod-section .product--left .product__info-wrapper {
        padding: 0 20px;
    }

    .new-feature-prod-section .see-all-btns:before,
    .new-feature-prod-section .see-all-btns:after {
        content: unset;
    }

    .new-feature-prod-section .custom-slider-items-thumbs .swiper-pagination-fraction {
        left: 12px;
    }

    .new-feature-prod-section .see-all-btns {
        display: none;
    }

    .new-feature-prod-section .page-width {
        padding-left: 0;
        padding-right: 0;
    }


}

@media (max-width:768px) {
    .popup-demo-page-content .popup-demo-title {
        font-size: 20px;
        line-height: 1;
        padding-bottom: 0;
    }

    .popup-demo-page-content h3 {
        font-size: 16px;
    }

    .popup-demo-page-content p {
        font-size: 14px;
        line-height: 1.8;
        margin: 12px 0;
    }

    /* drawer css start=======*/
    h2.custom-main-title {
        font-size: 20px;
        margin: 0 0 16px 0;
    }

    h3.custom-sub-title {
        font-size: 16px;
    }

    p.custom-address-text,
    span.custom-time-open {
        font-size: 14px;
    }

    .pickup-selcted-timed,
    .pickup-time--items,
    .visiting-schedule-items {
        padding-top: 26px;
        margin-top: 27px;
    }

    .custom-calendar-header {
        margin: 20px 0 0;
    }

    span.current-month-dropdown {
        font-size: 20px;
    }

    .month-weekly-data {
        margin: 20px 0 0 0;
    }

    .day-name,
    .day-number {
        font-size: 15px;
    }

    .pickup-time--items:after {
        content: unset;
    }

    .pickup-time--items {
        padding-top: 28px;
        margin-top: 0;
    }

    .custom-timezone-text {
        margin: 11px 0;
    }

    .timing-schedule-items {
        gap: 12px;
    }

    .first-time,
    .second-time {
        font-size: 16px;
        padding: 16px;
    }

    h4.selected-items-ttl {
        font-size: 16px;
        margin: 0 0 15px 0;
    }

    span.selected-items {
        font-size: 18px;
    }

    .custom-schedule-content {
        margin: 0 0 38px 0;
    }

    .main-schedule-inner-items {
        padding: 20px 10px 22px 10px;
    }

    a.reserve-btn-drawer {
        font-size: 18px;
        padding: 16px 0 16px 0;
        line-height: 1.2;
    }

    .visiting-arrows-custom {
        gap: 10px;
    }

    .visiting-arrows-custom .custom-arrow-prev,
    .visiting-arrows-custom .custom-arrow-next {
        width: 37px;
        height: 37px;
    }

    .day-item {
        padding: 10px 5px;
    }

    /* drawer css end ===============*/
}

.stock-text-show {
    display: none;
}

@media (max-width:460px) {
    .new-feature-prod-section variant-radios .product-form__input .product-form__input--right {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .new-feature-prod-section .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
        width: 100%;
    }

    .new-feature-prod-section .main_demo_block_parent {
        flex-direction: column;
    }

    .new-feature-prod-section .pickup-type-block,
    .new-feature-prod-section .shipping-pivkup-block {
        flex: 0 0 100%;
        max-width: 100%;
        height: 100%;
    }

    .new-feature-prod-section variant-radios {
        padding-top: 20px;
    }

    .new-feature-prod-section .product__heading-with-logo {
        margin-bottom: 20px;
    }

    .new-feature-prod-section .product__info-item.rte.body2 {
        font-size: 14px;
        line-height: 1.2;
    }
}

/* custom css end =================================*/