h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Spline Sans", sans-serif !important;
}

.iscud_regional_single_card_wrap {
    cursor: pointer;
}

.iscud_regional_single_card_btn {
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transform: translate(0, 1rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.iscud_regional_single_card_image {
    width: 100%;
    height: 100%;
}

.iscud_regional_single_card_image img {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.iscud_regional_single_card_wrap:hover .iscud_regional_single_card_image img {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}

.iscud_regional_single_card_wrap:hover .iscud_regional_single_card_btn {
    opacity: 1;
    transform: translate(0, 0px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.iscud_regional_single_card_overlay {
    opacity: 0.8;
    height: 100%;
    background-image: linear-gradient(to top, #180429, transparent, #00000000);
}

.iscue_home_journey_circle_wrap {
    position: relative;
}

.iscue_home_journey_circle {
    background: rgba(237, 211, 255, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(189, 163, 209, 0.2);
    padding: 48px;
    border-color: rgb(133 110 152 / 0.3);
    border-style: dashed;
    border-width: 2px;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}

.iscue_home_journey_circle_inner {
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    border-width: 4px;
    border-color: rgb(112 42 225 / 0.4);
    border-top-color: #00fabc;
    border-style: solid;
}

.iscue_home_journey_circle_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0px;
    position: absolute;
}

.iscue_home_journey_circle_icon span {
    font-variation-settings: 'FILL' 1;
    color: #00fabc;
    font-size: 96px;
    line-height: 1;
}

.iscuf_section_image img {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

@media only screen and (max-width: 767px) {

    .iscue_home_journey_circle_container {
        display: block;
    }
}

body:has(.wp-block-woocommerce-cart),
body.woocommerce-checkout {
    background: #FEF3FF;
}

body #content {
    min-height: calc(100vh - 262px);
}

body.woocommerce-cart #content,
body.woocommerce-checkout #content {
    max-width: 1280px;
    min-height: calc(100vh - 262px);
    margin: auto;
}

body.error404 #content,
body.woocommerce-account #content {
    max-width: 1280px;
    min-height: calc(100vh - 326px);
    margin: 32px auto;
    display: flex;
    flex-direction: column;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

body.woocommerce-lost-password .page-header {
    margin-bottom: 32px;
}

.page-header {
    text-align: center;
    /* margin: 0 0 40px 0; */
}

.page-header .entry-title {
    font-size: 36px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0;
    line-height: 1.2;
    font-family: "Spline Sans", sans-serif;
    max-width: 100%;
}

body.woocommerce-cart #content .page-content,
body.woocommerce-account #content .page-content,
body.woocommerce-checkout #content .page-content {
    width: 100%;
}

body.woocommerce-cart #content .page-content .wp-block-woocommerce-cart {
    margin: 0;
}

.wp-block-woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
    display: flex !important;
    gap: 4%;
    /* grid-template-columns: 1fr 33%; */
    width: calc(100% - 48px);
    margin: 32px 24px 48px;
    position: unset;
}

.wp-block-woocommerce-cart .wc-block-cart__main,
body.woocommerce-checkout .wc-block-checkout__main {
    background: #ffffffcc;
    padding: 32px 32px 6px !important;
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(46, 20, 76, 0.10);
    backdrop-filter: blur(12px);
    width: 63% !important;
}

.wp-block-woocommerce-cart .wc-block-cart__main {
    padding: 32px !important;
}

.wp-block-woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar {
    background: #ffffff;
    padding: 28px !important;
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(46, 20, 76, 0.14);
    border: 1px solid rgba(126, 44, 255, 0.10);
    width: 33% !important;
    position: sticky;
    height: 100%;
    top: 110px;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
    margin-bottom: 30px;
}

body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    color: #2d1b4e;
    font-size: 23px;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
}

input#wc-block-components-totals-coupon__input-coupon,
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-blocks-components-select__select {
    border: 1px solid #e8d9f7 !important;
    border-radius: 8px !important;
    min-height: 58px !important;
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(46, 20, 76, 0.04);
}

.wc-block-components-text-input.wc-block-components-totals-coupon__input label,
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label {
    color: #6b587c !important;
    font-family: "Spline Sans", sans-serif;
}

body.woocommerce-checkout .wc-block-components-address-card {
    border: 1px solid #ead9ff !important;
    border-radius: 18px !important;
    padding: 22px !important;
    background: linear-gradient(135deg, #ffffff, #fbf3ff);
}

body.woocommerce-checkout .wc-block-components-address-card__edit {
    color: rgb(124 58 237) !important;
    font-weight: 700;
}

body.woocommerce-checkout .wc-block-components-address-card__edit:hover {
    color: #000 !important;
    background-color: unset !important;
    text-decoration: none !important;
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
    border: 2px solid rgb(124 58 237) !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, #fff, #fbf2ff) !important;
    overflow: hidden;
}

body.woocommerce-checkout .wc-block-components-radio-control__label {
    color: #2d1b4e;
    font-weight: 800;
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
    color: #5d4a70;
    padding: 0 20px 22px 52px !important;
}

body.woocommerce-checkout .wc-block-components-checkbox label {
    color: #2d1b4e;
    font-weight: 600;
    font-family: "Spline Sans", sans-serif;
}

body.woocommerce-checkout .wc-block-checkout__terms {
    border-top: 1px solid #ead9ff !important;
    padding-top: 22px !important;
    color: #5d4a70;
}

body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
    display: none;
}

body.woocommerce-order-pay #content p:has(#btn-razorpay) {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin: 0;
}

.single-product .woocommerce-tabs input.submit,
.single-product .woocommerce-notices-wrapper .button.wc-forward,
.single-product div.product .summary .single_add_to_cart_button,
.single-product .related.products ul.products li.product .add_to_cart_button,
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-order-pay #content p button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
body.woocommerce-checkout .wc-block-components-totals-coupon__button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    min-width: 220px !important;
    min-height: 52px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #702AE1 0%, #B00D6A 100%) !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    /* box-shadow: 0 18px 35px rgba(192, 0, 117, 0.28); */
    transition: all 0.3s ease-in-out !important;
    padding: 12px 24px !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product .woocommerce-tabs input.submit:hover,
.single-product .woocommerce-notices-wrapper .button.wc-forward:hover,
.single-product div.product .summary .single_add_to_cart_button:hover,
.single-product .related.products ul.products li.product .add_to_cart_button:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-order-pay #content p button:hover,
body.woocommerce-checkout .wc-block-components-totals-coupon__button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(192, 0, 117, 0.28);
    /* box-shadow: 0 22px 45px rgba(192, 0, 117, 0.36); */
}

.single-product .woocommerce-notices-wrapper .button.wc-forward {
    min-width: fit-content !important;
    min-height: fit-content !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
    padding: 18px 0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
    background: #f7ecff;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
    background: linear-gradient(135deg, #702AE1 0%, #B00D6A 100%) !important;
    color: #fff !important;
    border: none !important;
}

body .wc-block-components-product-name {
    color: #2d1b4e !important;
    font-weight: 800 !important;
    font-size: 14px !important;
}

body.woocommerce .wc-block-components-totals-wrapper {
    border-color: #ead9ff !important;
}

.wp-block-woocommerce-cart .wc-block-components-totals-footer-item span,
.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-totals-footer-item span {
    font-size: 22px !important;
    font-weight: 900 !important;
}

.wp-block-woocommerce-cart .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-panel__button {
    color: #742cff !important;
    font-weight: 800;
}

@media only screen and (max-width: 1140px) {

    .wp-block-woocommerce-cart .wc-block-cart,
    body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        gap: 32px;
    }

    .wp-block-woocommerce-cart .wc-block-cart__main,
    body.woocommerce-checkout .wc-block-checkout__main,
    .wp-block-woocommerce-cart .wc-block-cart__sidebar,
    body.woocommerce-checkout .wc-block-components-sidebar {
        width: 100% !important;
        position: relative;
        top: unset;
    }
}

@media only screen and (max-width: 768px) {

    .wp-block-woocommerce-cart .wc-block-cart__main,
    body.woocommerce-checkout .wc-block-checkout__main,
    .wp-block-woocommerce-cart .wc-block-cart__sidebar,
    body.woocommerce-checkout .wc-block-components-sidebar {
        padding: 22px !important;
        border-radius: 22px;
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row {
        gap: 18px;
    }

    body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
        width: 100% !important;
    }

    .wp-block-woocommerce-cart .wc-block-cart,
    body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        gap: 24px;
        margin: 32px 14px 48px;
        width: calc(100% - 28px);
    }
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-content) {
    margin: 60px auto;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 0 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 25px 70px rgba(46, 20, 76, 0.12);
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 15px 18px;
    border-radius: 16px;
    color: #2d1b4e;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
    font-family: "Spline Sans", Sans-serif;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
    background: linear-gradient(135deg, #702AE1 0%, #B00D6A 100%);
    box-shadow: 0 14px 30px rgba(192, 0, 117, 0.24);
}

.woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 25px 70px rgba(46, 20, 76, 0.10);
    width: 100%;
}

.woocommerce-privacy-policy-text p,
.woocommerce-account .woocommerce-MyAccount-content p {
    color: #5d4a70;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Plus Jakarta Sans", Sans-serif
}

.woocommerce-account .woocommerce-MyAccount-content strong {
    color: #2d1b4e;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: rgb(124 58 237);
    font-weight: 800;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #c00075;
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    display: none;
}

.woocommerce-account .woocommerce-orders-table {
    font-family: "Plus Jakarta Sans", Sans-serif;
}

.woocommerce-account .woocommerce-orders-table thead th {
    background: #f7ecff;
    font-weight: 900;
    padding: 16px;
    border: none !important;
}

.woocommerce-account .woocommerce-orders-table tbody tr {
    background: #fff;
    box-shadow: 0 12px 30px rgba(46, 20, 76, 0.08);
}

.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-orders-table th {
    padding: 12px 16px !important;
    border-top: 1px solid #ead9ff !important;
    border-bottom: 1px solid #ead9ff !important;
    border-left: 0px;
    border-right: 0px;
}

.woocommerce-account .woocommerce-orders-table tbody tr td:first-child,
.woocommerce-account .woocommerce-orders-table tbody tr th:first-child {
    border-left: 1px solid #ead9ff !important;
}

.woocommerce-account .woocommerce-orders-table tbody tr td:last-child {
    border-right: 1px solid #ead9ff !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-status {
    font-weight: 800;
}

.woocommerce-account .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
    color: #1a8f4c;
}

.woocommerce-account .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
    color: #d7263d;
}

.woocommerce-account .woocommerce-orders-table__cell-order-total {
    font-weight: 800;
}

.woocommerce-account .woocommerce-orders-table .button {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    border: none;
    margin-right: 6px;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
}

.woocommerce-account .woocommerce-orders-table .button.view {
    background: linear-gradient(135deg, #702AE1 0%, #B00D6A 100%);
    color: #fff;
}

.woocommerce-account .woocommerce-orders-table .button.pay {
    background: #22c55e;
    color: #fff;
}

.woocommerce-account .woocommerce-orders-table .button.cancel {
    background: #ef4444;
    color: #fff;
    margin: 0;
}

.woocommerce-account .woocommerce-orders-table .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.woocommerce-account .woocommerce-Address {
    background: linear-gradient(135deg, #ffffff, #fbf2ff);
    border: 1px solid #ead9ff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(46, 20, 76, 0.08);
    width: 100% !important;
}

.woocommerce-account .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 24px;
    font-weight: 900;
}

.woocommerce-account .woocommerce-Address-title h2 {
    margin: 0;
    font-size: 20px;
}

.woocommerce-account .woocommerce-Address-title .edit {
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #702AE1 0%, #B00D6A 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.woocommerce-account address {
    color: #5d4a70;
    font-style: normal;
    line-height: 1.8;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content form label {
    color: #2d1b4e;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: "Spline Sans", sans-serif;
}

.woocommerce-account .woocommerce-MyAccount-content form .required {
    color: red;
}

.woocommerce-account .input-text,
.woocommerce-account select,
.woocommerce-account .select2-selection {
    min-height: 48px !important;
    border: 1px solid #ead9ff !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
    box-shadow: 0 10px 25px rgba(46, 20, 76, 0.04);
    font-family: "Plus Jakarta Sans", Sans-serif !important;
}

.woocommerce-account .woocommerce-MyAccount-content form .select2-selection {
    padding: 6px 10px !important;
}

.woocommerce-account fieldset {
    border: 1px solid #ead9ff;
    border-radius: 24px;
    padding: 24px;
    margin: 28px 0;
    background: linear-gradient(135deg, #ffffff, #fbf2ff);
}

.woocommerce-account #account_display_name_description {
    display: block;
    margin-top: 8px;
    color: #7a668d;
    font-size: 13px;
}

.woocommerce-account #customer_login label #rememberme {
    margin-right: 6px;
}

.woocommerce-account button[type="submit"] {
    min-height: 48px;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 30px !important;
    background: linear-gradient(135deg, #702AE1 0%, #B00D6A 100%) !important;
    color: #fff !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 32px rgba(192, 0, 117, 0.25);
    transition: 0.25s ease;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
}

.woocommerce-account button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(192, 0, 117, 0.35);
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before,
.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    font-weight: 800;
}

.woocommerce-order-received .woocommerce-order {
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 25px 70px rgba(46, 20, 76, 0.10);
    width: 100%;
    background-color: #fff;
    margin: 64px 0;
}

.woocommerce-order-received .woocommerce-order p {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
}

.woocommerce-order-details,
.woocommerce-customer-details {
    margin-top: 28px;
    padding: 26px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff, #fbf2ff);
    border: 1px solid #ead9ff;
    box-shadow: 0 18px 45px rgba(46, 20, 76, 0.08);
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    margin-bottom: 22px;
}

.woocommerce-order-pay .woocommerce table.shop_table th,
.woocommerce-table--order-details th {
    background: #f7ecff;
    padding: 16px !important;
    border: none !important;
}

.woocommerce-order-pay .woocommerce table.shop_table td,
.woocommerce-table--order-details td {
    background: #fff;
    padding: 16px !important;
    border: 1px solid #ead9ff !important;
    font-weight: 700;
}

.woocommerce-table--order-details a {
    color: #742cff;
    font-weight: 900;
    text-decoration: none;
}

.woocommerce-table--order-details .product-quantity {
    color: #c00075;
}

.woocommerce-table--order-details tfoot tr:last-child span {
    color: #fff !important;
}

.woocommerce-customer-details address {
    background: #fff;
    border: 1px solid #ead9ff;
    border-radius: 18px;
    padding: 22px;
    color: #5d4a70;
    font-style: normal;
    line-height: 1.8;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", Sans-serif
}

.woocommerce-customer-details--email {
    margin-top: 14px;
    color: #742cff !important;
    font-weight: 900;
    word-break: break-word;
}

.woocommerce-account #customer_login {
    margin: 60px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    position: relative;
}

.woocommerce-order-pay .woocommerce,
.woocommerce-account.woocommerce-lost-password .woocommerce,
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
    background: linear-gradient(135deg, #ffffff, #fbf2ff);
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #ead9ff;
    box-shadow: 0 25px 70px rgba(46, 20, 76, 0.12);
    width: 100%;
}

.woocommerce-account #customer_login h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    color: #2d1b4e;
    margin-bottom: 32px;
    font-family: "Spline Sans", sans-serif;
}

.woocommerce-account #customer_login .checkout_coupon,
.woocommerce-account #customer_login .login,
.woocommerce-account #customer_login .register {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.woocommerce-account #customer_login .input-text {
    width: 100%;
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid #ead9ff;
    padding: 14px 16px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(46, 20, 76, 0.05);
}

.woocommerce-account #customer_login .input-text:focus {
    border-color: rgb(124 58 237);
    box-shadow: 0 0 0 3px rgba(138, 44, 255, 0.12);
    outline: none;
}

.woocommerce-account #customer_login label {
    color: #2d1b4e;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: "Spline Sans", sans-serif;
}

.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
    font-weight: 600;
    color: #5d4a70;
    font-family: "Plus Jakarta Sans", Sans-serif;
}

.woocommerce-account #customer_login .lost_password {
    text-align: center;
    margin-top: 18px;
}

.woocommerce-account #customer_login .lost_password a {
    color: rgb(124 58 237);
    font-weight: 700;
    font-family: "Plus Jakarta Sans", Sans-serif;
}

.woocommerce-account #customer_login::after {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 50%;
    width: 1px;
    background: #ead9ff;
}

.woocommerce-account #customer_login button.woocommerce-button {
    width: 100%;
    margin-top: 10px;
    font-family: "Plus Jakarta Sans", Sans-serif;
}

.iscu_a_header_contect_btn_elementor a {
    width: max-content !important;
}

.woocommerce-order-pay .woocommerce ul.order_details,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    row-gap: 24px;
    margin-top: 32px;
    padding-left: 24px;
}

.woocommerce-customer-details {
    margin: 0 !important;
}

body.woocommerce-order-pay #content {
    margin: 64px auto;
    min-height: calc(100vh - 389px);
}

.wc-block-components-totals-coupon__form {
    gap: 24px !important;
}

@media only screen and (max-width: 1340px) {

    body.woocommerce-account #content {
        margin: 32px 24px;
        width: calc(100% - 48px);
    }

    body.woocommerce-order-pay #content,
    .woocommerce-order-received .woocommerce-order {
        margin: 60px 24px;
        width: calc(100% - 48px);
        min-height: calc(100vh - 380px);
    }
}

@media only screen and (max-width: 1024px) {

    .woocommerce-account .woocommerce:has(.woocommerce-MyAccount-content) {
        margin: 60px 32px;
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0;
    }

    .woocommerce-account #customer_login {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: 60px 32px;
    }

    .woocommerce-account.woocommerce-lost-password .woocommerce,
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account #customer_login .u-column1,
    .woocommerce-account #customer_login .u-column2 {
        padding: 24px;
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 50% !important;
    }

    .iscu_a_header_nav_elemontor .eael-simple-menu-toggle {
        display: flex !important;
    }
}

@media only screen and (max-width: 768px) {

    .woocommerce-account #customer_login,
    .woocommerce-account .woocommerce:has(.woocommerce-MyAccount-content) {
        margin: 60px 14px;
    }

    .woocommerce-account fieldset {
        padding: 16px;
    }

    .woocommerce-account .woocommerce-MyAccount-content form .form-row {
        width: 100%;
    }

    .woocommerce-account #customer_login h2 {
        margin-bottom: 26px;
    }

    .iscu_b_hero_sec_text {
        font-size: 48px;
    }

    body.woocommerce-account #content {
        margin: 60px 0 24px;
        width: calc(100%);
    }

    body:not(.logged-in).woocommerce-account #content {
        margin: 60px 0 24px;
    }

    body.woocommerce-lost-password #content {
        margin: 60px 14px 24px !important;
        width: calc(100% - 28px) !important;
    }

    .woocommerce-order-received .woocommerce-order {
        margin: 60px 14px;
        width: calc(100% - 28px);
        padding: 32px 24px;
    }

    body.woocommerce-order-pay #content,
    .woocommerce-order-pay .woocommerce ul.order_details {
        padding: 0;
    }

    body.woocommerce-order-pay #content p button {
        min-width: fit-content !important;
        min-height: fit-content !important;
    }

    body.woocommerce-order-pay #content p:has(#btn-razorpay) {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 600px) {

    html #wpadminbar {
        display: none;
    }
}

@media only screen and (max-width: 596px) {

    .woocommerce-table--order-details td>a.button:not(:first-child) {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 100% !important;
    }

    .woocommerce-order-received .woocommerce-order-details,
    .woocommerce-order-received .woocommerce-customer-details {
        padding: 0;
        background: unset;
        border: none;
        box-shadow: unset;
        border-radius: 0;
    }

    .woocommerce-order-pay .woocommerce,
    .woocommerce-order-received .woocommerce-order {
        padding: 32px 14px;
    }

    .woocommerce-order-pay form#order_review .shop_table {
        overflow: scroll;
        display: block;
    }

    .woocommerce-order-details,
    .woocommerce-customer-details,
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 24px 16px;
    }

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
    body.woocommerce-checkout .wc-block-components-totals-coupon__button {
        width: 100%;
    }
}

@media only screen and (max-width: 385px) {

    body:not(.logged-in) .iscua_login_register_btn_wrap {
        width: 100% !important;
    }

    body:not(.logged-in):has(.iscu_a_header_main_wrap_elementor):has(.iscua_login_register_btn_wrap) {
        margin-top: 50px;
    }

    body:not(.logged-in):has(.iscua_login_register_btn_wrap) .iscu_a_header_main_wrap_elementor .eael-nav-menu-wrapper {
        top: 60px !important;
    }

    body .iscua_login_register_btn_wrap,
    body .iscua_login_register_btn_wrap_2 {
        width: 100% !important;
    }

    body .iscu_a_header_main_wrap_elementor .eael-nav-menu-wrapper {
        top: 60px !important;
    }

    body:not(.logged-in):has(.iscu_a_header_main_wrap_elementor):has(.iscua_login_register_btn_wrap) {
        margin: 0;
    }
}

@media only screen and (max-width: 367px) {

    .woocommerce-account .woocommerce-orders-table .button.cancel {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 360px) {

    .iscum_section_register_btn a {
        padding: 16px !important;
    }
}

body.logged-in .iscu_a_header_register_btn_elementor,
body.logged-in .iscu_a_header_login_btn_elementor {
    display: none !important;
}

body.logged-in .iscu_a_header_account_btn_elementor {
    display: inline-block !important;
}

body:not(.logged-in) .iscua_login_register_btn_wrap_2 .iscu_a_header_account_btn_elementor,
body:not(.logged-in) .iscu_a_header_register_btn_elementor,
body:not(.logged-in) .iscu_a_header_login_btn_elementor {
    display: inline-block !important;
}

body:not(.logged-in) .iscu_a_header_account_btn_elementor {
    display: none !important;
}

.iscu_a_header_contect_btn_elementor {
    cursor: pointer;
}

.iscu_g_footer_mail a {
    color: rgb(124 58 237);
}

.iscu_g_footer_mail a:hover {
    color: #c00075;
}

.iscui_list_wrap .elementor-icon-wrapper {
    display: flex;
}

.iscu_i_sec_2_img {
    position: relative;
}

.iscu_i_sec_2_img::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: -1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.iscu_i_sec_2_img:hover::before {
    opacity: 0.4;
    filter: blur(40px);
    background-image: linear-gradient(to top right, #702ae1, #00694d);
}

.iscu_b_material_symbols_fill,
.iscuk_section_html_icon {
    display: flex;
}

.iscu_city_hero_btn .elementor-button-content-wrapper {
    gap: 8px;
}

.wp-block-woocommerce-coming-soon.woocommerce-coming-soon-store-only {
    min-height: calc(100vh - 262px);
}

.iscu_image_gallery_section {
    width: 100%;
    margin: 0 auto;
}

.iscu_image_gallery_title {
    margin: 0 0 32px;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.35px;
    color: #0F172A;
    text-align: center;
}

.iscu_image_gallery_main_image {
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7a25ce17;
}

.iscu_image_gallery_big_img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.iscu_image_gallery_wrap {
    display: flex;
    gap: 32px;
    flex-direction: row-reverse;
    max-height: clamp(500px, calc(935px - ((1920px - 100vw) * 150 / 300)), 99999px);
}

.iscu_image_gallery_thumb_row {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    overflow-y: scroll;
    scrollbar-width: thin;
    min-width: clamp(180px, calc(430px - ((1920px - 100vw) * 75 / 300)), 99999px);
    overflow-x: visible;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.iscu_image_gallery_thumb {
    width: clamp(150px, calc(400px - ((1920px - 100vw) * 75 / 300)), 99999px);
    height: clamp(100px, calc(219px - ((1920px - 100vw) * 39 / 300)), 99999px);
    overflow: hidden;
    border-radius: 10px;
    background: #f5f5f5;
    cursor: pointer;
    outline: 2px solid transparent;
    transition: all 0.3s ease;
}

.iscu_image_gallery_thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease;
}

.iscu_image_gallery_thumb.iscu_active {
    outline-color: #7b25cc;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.12);
    outline-offset: 5px;
}

@media only screen and (min-width: 1850px) {

    body.e--ua-chrome .iscu_image_gallery_wrap {
        max-height: clamp(500px, calc(927px - ((1920px - 100vw) * 194 / 380)), 99999px);
    }

    body.e--ua-chrome .iscu_image_gallery_thumb_row {
        min-width: clamp(180px, calc(430px - ((1920px - 100vw) * 95 / 380)), 99999px);
    }

    body.e--ua-chrome .iscu_image_gallery_thumb {
        width: clamp(150px, calc(400px - ((1920px - 100vw) * 95 / 380)), 99999px);
        height: clamp(100px, calc(215px - ((1920px - 100vw) * 50 / 380)), 99999px);
    }
}

@media only screen and (min-width: 1025px) {

    .iscuf {
        padding-left: 22px;
    }
}

@media only screen and (max-width: 1024px) {

    .iscu_image_gallery_wrap {
        flex-direction: column;
        max-height: 100%;
        gap: 22px;
    }

    .iscu_image_gallery_thumb_row {
        display: flex;
        width: 100%;
        min-width: 100%;
        padding: 10px;
        padding-bottom: 20px;
    }

    .iscu_image_gallery_thumb {
        min-width: 200px;
        min-height: 130px;
        width: 200px;
        height: 130px;
    }
}

@media only screen and (max-width: 767px) {

    .iscu_image_gallery_thumb {
        min-width: 160px;
        min-height: 120px;
        width: 160px;
        height: 120px;
    }
}

@media only screen and (max-width: 480px) {

    .iscu_image_gallery_thumb.iscu_active {
        outline-offset: 3px;
    }

    .iscu_image_gallery_thumb {
        min-width: 140px;
        min-height: 100px;
        width: 140px;
        height: 100px;
    }
}

.single-product #main {
    max-width: 1280px !important;
    padding: 0 32px 64px;
}

.single-product .woocommerce-breadcrumb {
    margin: 40px auto 20px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #7c6b92;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.single-product .woocommerce-breadcrumb a {
    color: #7C3AED;
    text-decoration: none;
    transition: 0.3s ease;
    font-family: "Plus Jakarta Sans", Sans-serif;
}

.single-product .woocommerce-breadcrumb a:hover {
    color: #C00075;
}

.single-product .woocommerce-breadcrumb .breadcrumb-separator {
    opacity: 0.5;
}

.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.single-product .woocommerce-product-gallery__image img {
    width: 100%;
    border-radius: 24px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.single-product .woocommerce-product-gallery__image:hover img {
    transform: scale(1.05);
}

.single-product .flex-control-thumbs {
    margin-top: 22px !important;
}

.single-product .flex-control-thumbs li {
    list-style: none;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.single-product .flex-control-thumbs li:hover,
.single-product .flex-control-thumbs .flex-active {
    border-color: #7C3AED;
}

.single-product .flex-control-thumbs img {
    border-radius: 14px;
    cursor: pointer;
    opacity: 1 !important;
}

.single-product div.product .summary .product_title {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

.single-product div.product .summary .price .amount {
    font-size: 36px;
    font-weight: 800;
    color: #b00d6a;
}

.single-product div.product .summary table.variations tbody {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.single-product div.product .summary table.variations tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #faf7ff;
    border: 1px solid #e8d9f7;
    border-radius: 18px;
    padding: 18px;
}

.single-product div.product .summary table.variations th,
.single-product div.product .summary table.variations td {
    padding: 0 !important;
    background: unset !important;
    text-align: left;
}

.single-product div.product .summary table.variations select {
    width: 100%;
    height: 58px;
    border-radius: 14px;
    border: 1px solid #e8d9f7;
    background: #ffffff;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.single-product div.product .summary table.variations select:focus {
    border-color: #7C3AED;
}

.single-product div.product .summary .reset_variations {
    margin-top: 12px;
    display: inline-flex !important;
    color: #7C3AED;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.single-product div.product .summary .wapf-field-row {
    margin-bottom: 16px;
}

.single-product div.product .summary .wapf-field-label label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-product div.product .summary .wapf-input {
    border: 1px solid #e8d9f7 !important;
    border-radius: 8px !important;
    min-height: 58px !important;
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(46, 20, 76, 0.04);
}

.single-product div.product .summary .wapf-input:focus {
    border-color: #7C3AED;
}

.single-product div.product .summary .wapf-field-description {
    font-size: 13px;
    color: #8d849d;
    line-height: 1.5;
}

.single-product div.product .summary .variations_button {
    margin-top: 30px;
}

.single-product div.product .summary .quantity .qty {
    width: 95px;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #e8d9f7;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background: #ffffff;
}

.single-product div.product .summary .product_meta {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e8d9f7;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #6f6483;
}

.single-product div.product .summary .product_meta a {
    color: #7C3AED;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.single-product div.product .summary .product_meta a:hover {
    color: #C00075;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 80px;
    padding: 40px;
    background: #ffffffcc;
    border-radius: 32px;
    box-shadow: 0 25px 70px rgba(46, 20, 76, 0.10);
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 !important;
    flex-wrap: wrap;
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 54px !important;
    padding: 0 26px !important;
    border-radius: 16px;
    background: #f6f2ff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
    background: linear-gradient(135deg, #702AE1 0%, #B00D6A 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 30px rgba(123, 47, 247, 0.22);
}

.single-product .woocommerce-tabs ul.tabs.wc-tabs li a:hover {
    background: #ede4ff;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    background: #faf7ff;
    border: 1px solid #e8d9f7;
    border-radius: 24px;
    padding: 32px !important;
    margin: 0 !important;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2,
.single-product .woocommerce-tabs .woocommerce-Reviews-title,
.single-product .woocommerce-tabs .comment-reply-title {
    font-weight: 800;
}

.single-product .woocommerce-product-attributes {
    border: none !important;
    border-collapse: separate;
    border-spacing: 0 16px;
    margin: 0 !important;
}

.single-product .woocommerce-product-attributes tr {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td {
    border: none !important;
    padding: 16px 24px !important;
    font-size: 15px;
    vertical-align: middle;
}

.single-product .woocommerce-product-attributes th {
    width: 240px !important;
    background: #eee5fe !important;
    border-radius: 18px 0 0 18px;
}

.single-product .woocommerce-product-attributes td {
    background: #ffffff;
    color: #5b4d70;
    border-radius: 0 18px 18px 0;
}

.single-product .woocommerce-product-attributes td p {
    margin: 0;
    line-height: 1.7;
}

.single-product .woocommerce-noreviews {
    background: #f6f1ff;
    border: 1px solid #e8d9f7;
    padding: 18px 22px;
    border-radius: 16px;
    font-size: 15px;
}

.single-product #reviews .comment_container {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e8d9f7;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-in-out;
}

.single-product #reviews .comment_container:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.single-product #reviews .comment_container .avatar {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px;
    border-radius: 50%;
    border: 4px solid #e8d9f7 !important;
    object-fit: cover;
    background: #f7f3ff !important;
    position: relative !important;
}

.single-product #reviews .comment-text {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.single-product .woocommerce-product-rating {
    margin-bottom: 16px !important;
}

.single-product #reviews .star-rating {
    margin-bottom: 14px !important;
    color: #b00d6a;
    font-size: 16px;
}

.single-product .star-rating span::before {
    color: #b00d6a;
}

.single-product #reviews .meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.single-product #reviews .woocommerce-review__author {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.single-product #reviews .woocommerce-review__published-date {
    font-size: 14px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.single-product #reviews .description {
    margin-top: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.single-product #reviews .description p {
    font-size: 15px;
    line-height: 1.8;
}

.single-product #reviews .description p:last-child {
    margin: 0 !important;
}

.single-product #review_form {
    margin-top: 32px;
}

.single-product .comment-form-rating {
    margin-bottom: 25px;
}

.single-product .comment-form-rating label,
.single-product .comment-form-comment label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #0F172A;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.single-product p.stars a {
    color: #b00d6a !important;
    font-size: 22px;
    margin-right: 8px;
    transition: .3s ease;
}

.single-product p.stars a:hover,
.single-product p.stars a.active {
    color: #b00d6a !important;
}

.single-product .comment-form-comment textarea {
    width: 100%;
    min-height: 180px;
    border-radius: 16px;
    border: 1px solid #e8d9f7;
    background: #ffffff;
    padding: 16px 24px;
    font-size: 15px;
    color: #0F172A;
    outline: none;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.single-product .comment-form-comment textarea:focus {
    border-color: #7C3AED;
}

.single-product .related.products {
    margin: 80px 0;
}

.single-product .related.products>h2 {
    margin: 0 0 35px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -1px;
}

.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .related.products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 20px;
    background: #fff;
    border: 1px solid #e8d9f7;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.single-product .related.products ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-product .related.products ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 16px !important;
    transition: all 0.3s ease-in-out;
}

.single-product .related.products ul.products li.product:hover img {
    transform: scale(1.01);
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 16px;
    padding: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #0F172A;
    transition: all 0.3s ease-in-out;
}

.single-product .related.products ul.products li.product:hover .woocommerce-loop-product__title {
    color: #7C3AED;
}

.single-product .related.products ul.products li.product .price {
    margin-top: auto;
    margin-bottom: 16px;
}

.single-product .related.products ul.products li.product .price .amount {
    font-size: 24px;
    font-weight: 800;
    color: #b00d6a;
}

.single-product .related.products ul.products li.product .add_to_cart_button {
    margin-top: 0;
    min-width: 100% !important;
}

.single-product #reviews .commentlist::before,
.single-product #reviews .commentlist::after,
.single-product .woocommerce-tabs ul.tabs.wc-tabs li::before,
.single-product .woocommerce-tabs ul.tabs.wc-tabs li::after,
.single-product .woocommerce-tabs ul.tabs.wc-tabs::before,
.single-product .woocommerce-tabs ul.tabs.wc-tabs::after,
.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after,
.single-product .related.products ul.products li.product::before,
.single-product .related.products ul.products li.product::after {
    display: none !important;
}

.single-product div.product .summary .single_add_to_cart_button {
    margin-left: 16px;
}

@media only screen and (max-width: 1080px) {

    .single-product .related.products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .single-product div.product .summary .product_title {
        font-size: 36px;
    }

    .single-product div.product .summary .price .amount {
        font-size: 32px;
    }

    .single-product .woocommerce-tabs.wc-tabs-wrapper {
        padding: 32px 24px;
    }

    .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 24px;
    }
}

@media only screen and (max-width: 900px) {

    .single-product div.product .summary .product_title {
        font-size: 32px;
    }

    .single-product .related.products>h2,
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2,
    .single-product .woocommerce-tabs .woocommerce-Reviews-title,
    .single-product .woocommerce-tabs .comment-reply-title,
    .single-product div.product .summary .price .amount {
        font-size: 28px;
    }

    .single-product .woocommerce-product-attributes th {
        width: 150px !important;
    }

    .single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media only screen and (max-width: 767px) {

    .single-product #main {
        padding: 0 24px 48px;
    }

    .single-product .related.products ul.products li.product {
        padding: 20px 16px;
    }

    .single-product #reviews #comments ol.commentlist {
        padding-left: 0 !important;
    }

    .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 32px 24px !important;
    }
}

@media only screen and (max-width: 480px) {

    .single-product .woocommerce-tabs ul.tabs.wc-tabs li a {
        padding: 0 16px !important;
    }

    .single-product .woocommerce-tabs.wc-tabs-wrapper {
        background: unset;
        box-shadow: unset;
        border-radius: unset;
        padding: 0;
        margin-top: 42px;
    }
   
    .single-product .related.products>h2,
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2,
    .single-product .woocommerce-tabs .woocommerce-Reviews-title,
    .single-product .woocommerce-tabs .comment-reply-title,
    .single-product div.product .summary .price .amount {
        font-size: 24px;
    }

    .single-product .woocommerce-product-attributes tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .single-product .woocommerce-product-attributes th {
        width: 100% !important;
        border-radius: 0 !important;
    }

    .single-product .woocommerce-product-attributes th,
    .single-product .woocommerce-product-attributes td {
        padding: 16px !important;
    }

    .single-product #reviews .comment_container {
        flex-direction: column;
        padding: 24px 16px;
    }

    .single-product #reviews .comment-text {
        display: flex;
        flex-direction: column;
    }

    .single-product #reviews .star-rating {
        order: 2;
    }

    .single-product #reviews .meta {
        order: 1;
    }

    .single-product #reviews .description {
        order: 3;
    }

    .single-product .related.products ul.products {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 24px;
    }
}

.woocommerce div.product form.cart .reset_variations[style="visibility: hidden;"] {
    display: none !important;
}