/* ===== Variables ===== */
:root {
    --primary-color: #c2410c;
    --secondary-color: #d45e18;
    --light-bg: #fdf8eb;
    --header-bg: #f7f1de;
    --footer-bg: #f2e6c8;
    --border-color: #c82d05;
    --text-color: #2a2a2a;
    --font-family: "Open Sans", sans-serif;
}

/* ===== General Styles ===== */
body {
    font-family: var(--font-family) !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #fff7e2 !important;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

.cookie-container.btnactive {
        opacity: 1;
        visibility: visible;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        font-size: inherit;
}

/* .content {
    padding: 0 12px;
} */

.primary-gradient,
.login-button:hover {
    background: transparent
        linear-gradient(96deg, #c41f00 0%, #df8a28 69%, #e08f2a 100%) 0% 0%
        no-repeat padding-box;
}

.contact-primary-gradient {
    background: transparent
        linear-gradient(0deg, #cc410d 0%, #df8a28 69%, #e08f2a 100%) 0% 0%
        no-repeat padding-box;
}

.primary-gradient-bg-info {
    background: transparent linear-gradient(96deg, #0c63ce 0%, #299fff 100%) 0%
        0% no-repeat padding-box;
}

.primary-gradient-text {
    background: linear-gradient(96deg, #c41f00 0%, #df8a28 69%, #e08f2a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===== Header Styles ===== */
.cart-count {
    background-color: black;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* login popup shake animation */

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10% { transform: translateX(-4px); }
  20% { transform: translateX(4px); }
  30% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  50% { transform: translateX(-4px); }
  60% { transform: translateX(4px); }
  70% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
  90% { transform: translateX(-4px); }
}

/* ===== Login Form Styles ===== */

.login-button {
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    width: max-content;
    margin-top: 1.25rem;
    padding: 0.5rem 2.75rem;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-transform: uppercase;
}

.form-layout {
    display: flex;
    gap: 1rem;
    width: 100%;
}

/* ===== Footer Styles ===== */

.footer-section {
    flex: 1;
    min-width: 150px;
    max-width: 220px;
    margin-block-end: 20px;
    text-align: left;
    font-size: 1rem !important;
}

.footer-section h4 {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    color: var(--text-color);
    font-size: 14px;
    padding-block: 4px;
}

.social-icons a {
    text-decoration: none;
}

.footer-social-div {
    background-color: white;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-div img {
    width: 1.5rem;
    height: 1.5rem;
}

.ebook-toggle-btn {
    background-color: #fff;
    height: fit-content;
    border: none;
    text-align: center;
    font: normal normal 500 1.125rem / 24px Open Sans !important;
    color: #343a52;
    border-radius: 30px;
    padding: 5px 25px;
    cursor: pointer;
}

.ebook-plan-radio {
    outline: none;
    border: none;
    accent-color: #c41f00;
    transform: scale(1.25);
}

.ebook-plan-radio:focus,
.ebook-plan-radio:hover {
    accent-color: #c41f00 !important;
    cursor: pointer !important;
}

.ebook-plan-radio:active {
    accent-color: #c41f00;
}

.selected-ebook-toggle,
.active {
    color: white !important;
    background: transparent
        linear-gradient(96deg, #c41f00 0%, #df8a28 69%, #e08f2a 100%) 0% 0%
        no-repeat padding-box !important;
    border: none !important;
}

/* ===== Phone Input Styles ===== */
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-country {
    background-color: white;
}

.iti--separate-dial-code .iti__selected-country {
    background-color: white;
}

.iti-mobile .iti__country-list {
    width: 475%;
    max-height: 16rem;
    position: relative;
    z-index: 10;
}

.iti__country-list {
    width: 100%;
    position: absolute !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    z-index: 9999 !important;
    top: 100% !important;
    background-color: white !important;
    border: 1px solid #ccc !important;
}

.iti--fullscreen-popup.iti--container {
    background-color: rgba(0, 0, 0, 0.5);
    top: 25px !important;
    bottom: -40px !important;
    position: absolute !important;
    padding: 0 !important;
}

.iti {
    display: flex;
    margin-top: 0.25rem;
}

.iti__selected-country {
    border-radius: 0.125rem;
    border: 2px solid #9e9c9c;
    position: absolute !important;
    top: 9px !important;
}

.iti__selected-country,
.iti__selected-country-primary {
    align-items: start !important;
}

.iti__selected-country-primary {
    padding-top: 4px !important;
}

.iti__selected-country-primary:hover {
    background-color: transparent !important;
}

.iti__arrow {
    margin-top: 5px !important;
}

.hide-show-pass {
    position: absolute;
    right: 0.5rem;
    top: 10px;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
}

#mobile-error,
#book-count-error {
    font-size: 0.875rem;
    color: #dc2626;
    margin-top: 5px;
}

.iti {
    width: 100%;
}

.otp-input:focus {
    outline: 2px solid royalblue;
    border: none;
}

.alertify .ajs-dimmer,
.alertify .ajs-modal {
    display: grid !important;
    place-content: center !important;
}

.alertify .ajs-dialog {
    background: #fffbf0 0% 0% no-repeat padding-box !important;
    border-radius: 9px !important;
    max-width: 400px !important;
    min-width: 330px !important;
    border: 1px solid #c41f00 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-family: "Open Sans" !important;
    min-height: 170px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.alertify .ajs-header,
.alertify .ajs-commands {
    display: none;
}

.alertify .ajs-header,
.alertify .ajs-body {
    text-align: center;
}

.ajs-content {
    padding: 10px 7px 10px 7px !important;
    font: normal normal 500 1rem/26px Open Sans !important;
    font-weight: 500;
}

.alertify .ajs-footer {
    padding: 0 0 15px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fffbf0 0% 0% no-repeat padding-box !important;
    border-radius: 9px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.alertify .ajs-cancel {
    background: transparent linear-gradient(74deg, #c41f0017 0%, #e08f2a0a 100%)
        0% 0% no-repeat padding-box;
    border: 1px solid #cd440e;
    color: #c9360a !important;
    cursor: pointer;
}

.alertify .ajs-ok {
    background: transparent linear-gradient(74deg, #c41f00 0%, #e08f2a 100%) 0%
        0% no-repeat padding-box;
    color: #ffffff !important;
    cursor: pointer;
}

.alertify .ajs-cancel,
.alertify .ajs-ok {
    text-align: center;
    font: normal normal 500 1rem/22px Open Sans;
    letter-spacing: 0px;
    text-transform: capitalize !important;
    padding: 1px 20px !important;
    border-radius: 20px !important;
    text-transform: capitalize;
}

.error {
    color: red;
}

.subscription-frequency-div {
    display: flex;
    gap: 6px;
    align-items: center;
}

.subscription-frequency-div label {
    font: normal normal normal 1rem / 25px Open Sans;
}

.subscription-frequency-div label:hover {
    cursor: pointer !important;
}

.plyr {
    border: 1px solid;
    border-radius: 30px;
    --plyr-range-fill-background: #d45e18;
    width: 100%;
}

.plyr--audio .plyr__progress__buffer {
    color: #d45e18 !important;
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    background: #d45e18 !important;
}

.plyr__menu__container
    .plyr__control[role="menuitemradio"]:focus-visible:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
    background: #23282f1a;
}

.plyr__menu__container
    .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
    background: #d45e18 !important;
}

.checkbox:checked + .label .ball {
    transform: translateX(100%);
}

.checkbox:checked + .label .grid-icon {
    color: white !important;
}

.checkbox:checked + .label .list {
    color: #c41f00 !important;
}

/*-----Scrollbar css-----*/
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d45e18;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

[x-cloak] {
    display: none !important;
}

.selected {
    border: 1px solid #cd420d !important;
    background-color: #ffede6 !important;
}

.address-section-mobile {
    display: none;
}

.pay-redirect {
    text-align: center;
    font: normal normal bold 1.675rem/32px Open sans;
    letter-spacing: 0px;
    color: #230600;
    margin-top: 10px;
}

.pay-redirect-msg {
    font: normal normal 500 1.25rem/24px Open sans;
    letter-spacing: 0px;
    color: #230600;
    margin-top: 10px;
}

/* Gita Blog Css Starts here */

.blog-content {
    margin-top: 20px;
    color: #2a2a2a;
    font-family: "Open Sans";
    margin: 0.5rem auto;
    font-size: 18px;
}

.blog-content p {
    text-align: left;
    font: normal normal normal 1.15rem/41px Open Sans;
    letter-spacing: 0px;
    color: #2a2a2a;
    font-size: 18px;
    word-break: break-word;
}

.blog-content blockquote {
    border: 0;
    letter-spacing: 0.1em;
    margin: 3.5rem auto 2.5rem;
    padding: 1.5rem 5rem;
    position: relative;
    background: #ffe4dc 0% 0% no-repeat padding-box;
    border-radius: 36px 0px 37px 0px;
    font-family: "Open sans";
}

.blog-content blockquote span {
    font: normal normal 600 22px/47px Open Sans;
    letter-spacing: 0px;
    color: #d35e17;
    text-align: left;
}

.blog-content blockquote::before {
    color: #d45e18;
    content: url("/images/icons/back-quote-left.svg");
    font-family: "poppins";
    left: 25px;
    pointer-events: none;
    position: absolute;
    top: 25px;
}

.blog-content blockquote::after {
    color: #d45e18;
    content: url("/images/icons/back-quote-right.svg");
    font-family: "georgia";
    pointer-events: none;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.blog-content blockquote div {
    text-align: right;
    font: normal normal normal 1.25rem / 30px Open sans;
    font-style: italic;
    color: #d45e18;
}

/* Gita Blog Css Ends here */

.policy-title {
    font: normal normal bold 1.5rem/34px Open Sans !important;
    letter-spacing: 0px;
    color: #230600;
    margin-bottom: 12px;
}

.policy-content-heading {
    font: normal normal bold 1.2rem/33px Open Sans !important;
    letter-spacing: 0.12px;
    color: #c41f00 !important;
    text-transform: capitalize;
    margin: 1.125rem 0 1rem 0;
}

.policy-content-heading span {
    border-bottom: 2px solid #c41f00;
}

.policy-content {
    text-align: left;
    font: normal normal normal 1rem/25px Open Sans !important;
    letter-spacing: 0px;
    color: #2b2b2b !important;
    margin-bottom: 1rem;
}

.policy-content span {
    text-align: left;
    font: normal normal bold 1rem/30px Open Sans !important;
    letter-spacing: 0px;
    color: #230600 !important;
}

.policy-content-div ul {
    padding-left: 15px;
    list-style: disc;
    margin-bottom: 10px;
}

.policy-content-div ul li {
    line-height: 25px;
    color: #333;
    font-size: 1rem;
    list-style: disc;
    text-align: justify;
    margin-bottom: 5px;
}

/* Chrome, Safari, Edge */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

/* Firefox */
input[type="date"]::-moz-calendar-picker-indicator {
    display: none;
}

input[type="date"] {
    background: #fff !important; /* or any solid color */
    background-image: none !important;
}

.last-name {
    margin-top: 0;
}

select {
    cursor: pointer;
    background-color: white;
    border: 1px solid #c41f00;
    border-radius: 30px;
    width: auto !important;
    color: #c41f00;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c41f00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.4rem center;
    background-size: 1rem;
    padding: 5px 50px 5px 10px;
    appearance: none;
    outline: none;
    box-shadow: 0px 0px 5px #cf4b1169;
    line-height: 22px;
    font-size: 1rem;
}

select option {
    cursor: pointer;
}

.profile-section-content {
    padding: 15px !important;
    background: #f2e6c8 0% 0% no-repeat padding-box !important;
    border: 1px solid #c8a85654 !important;
    border-radius: 10px !important;
}

.profile-menu-tab {
    border: none;
    width: 100%;
    border-radius: 9px;
    margin-bottom: 0.5em;
    height: 65px;
    background: #f2e6c8;
    font: normal normal 500 1.375rem/30px Open Sans;
    letter-spacing: 0px;
    color: #2a2a2a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-menu-tab:hover {
    background: transparent linear-gradient(90deg, #c41f00 0%, #e08f2a 100%) 0%
        0% no-repeat padding-box;
    color: white;
    font-weight: 500;
}

.order-tracking {
    text-align: center;
    width: 25%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    border: none;
    height: inherit;
    width: inherit;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking p {
    font: normal normal 500 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #2a2a2a !important;
}

.order-tracking p span {
    font: normal normal normal 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #2a2a2a;
}

.order-tracking.completed p {
    font: normal normal bold 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #d45e18 !important;
}

.order-tracking::before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    top: 30%;
    background-color: #c41f001f;
    position: absolute;
    left: -45%;
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #cc400c;
    height: 4px;
}

.form-check-input {
    outline: none;
    border: none;
    accent-color: #c41f00;
    transform: scale(1.25);
}

.form-check-input:focus,
.form-check-input:hover {
    accent-color: #c41f00 !important;
    cursor: pointer !important;
}

.form-check-input:active {
    accent-color: #c41f00;
    transform: scale(1.25);
}

.flatpickr-day:hover {
    background-color: #d45e18 !important;
    border-radius: 8px !important;
    border: none !important;
    color: white !important;
}

.flatpickr-day.today {
    border-radius: 8px !important;
    border: 1px solid #d45e18 !important;
    color: #2a2a2a !important;
}

.flatpickr-months .flatpickr-month {
    height: 40px !important;
}

.flatpickr-current-month select {
    box-shadow: none !important;
}

.form-check-input {
    outline: none;
    border: none;
    accent-color: #c41f00;
    transform: scale(1.25);
}

.form-check-input:focus,
.form-check-input:hover {
    accent-color: #c41f00 !important;
    cursor: pointer !important;
}

.form-check-input:active {
    accent-color: #c41f00;
    transform: scale(1.25);
}

.flatpickr-day:hover {
    background-color: #d45e18 !important;
    border-radius: 8px !important;
    border: none !important;
    color: white !important;
}

.flatpickr-day.today {
    border-radius: 8px !important;
    border: 1px solid #d45e18 !important;
    color: #2a2a2a !important;
}

.flatpickr-months .flatpickr-month {
    height: 40px !important;
}

.flatpickr-current-month select {
    box-shadow: none !important;
}

.ui-autocomplete {
    z-index: 99999;
    border-radius: 0px 0px 10px 10px !important;
    background: #fff !important;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    padding-top: 5px;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: #d45e18;
    color: white;
    cursor: pointer;
    outline: none !important;
    border: none !important;
}

.payment-history-table {
    width: 100%;
    margin: 25px 0;
    font-size: 16px;
    text-align: left;
}

.payment-history-table thead {
    background-color: #ce470f;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.payment-history-table th,
.payment-history-table td {
    padding: 12px;
}

.payment-history-table tbody tr:nth-child(odd) {
    background-color: #f7e2c9;
}

.payment-history-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.links-colored a {
    color: #0d6efd;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url("../images/icons/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    cursor: pointer;
    border: none;
    outline: none;
}

/* Remove arrows only for inputs with class "quantity-input" */
/* Chrome, Safari, Edge, Opera */
.remove-arrows::-webkit-outer-spin-button,
.remove-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.remove-arrowst {
    -moz-appearance: textfield;
}

.cart-custom-scroll {
    overflow-y: hidden;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #d45e18 #f1f1f1; /* thumb | track */
}

.toastify {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: fit-content !important;
}

.toastify-avatar {
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin: 0 5px !important;
    border-radius: 2px;
}

.toast-close {
    color: #000 !important;
    position: absolute;
    right: 5px;
}

.checkadress  {
    cursor: pointer !important;
}

.upload-cancel-btn{
    display: none;
}

.banner-slide.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.banner-dot.active {
    background: #C41F00 !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: auto !important;
    height: 25px !important;
    color: #fff !important;
    background: linear-gradient(90deg, #C41F00, #E08F2A);
    border-radius: 5px;
    padding: 15px 10px;
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0px !important;
}
 
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    line-height: 20px !important;
}
 
.slider-bookname {
    text-align: left;
    font: normal normal normal 1rem/20px Open Sans;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
    margin: 5px auto;
    word-break: break-word;
    max-width: 95%;
}
 
.slider-bookprice {
    text-align: left;
    font: normal normal 500 1.05rem/20px Open Sans;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
}
 
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -40px !important;
}
 
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -40px !important;
}
 
.books_slider {
    position: relative;
}
 
.swiper {
    position: initial !important;
}

/* ===== Responsive Styles ===== */

@media (max-width: 600px) {
    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }

    .toastify {
        align-items: baseline !important;
    }

    .toastify-avatar {
        width: 1rem !important;
        height: 1rem !important;
    }

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .pay-redirect {
        font: normal normal bold 1.25rem/32px Open sans;
    }

    .pay-redirect-msg {
        font: normal normal 500 1rem/24px Open sans;
    }

    .address-section {
        display: none !important;
    }

    .address-section-mobile {
        display: block;
    }

    .form-layout {
        display: grid;
        gap: 0;
    }

    .last-name {
        margin-top: 1rem;
    }

    .blog-content blockquote {
        margin: 1.5rem auto 1.5rem;
        padding: 2rem 5rem;
    }
    .blog-content blockquote span {
        font: normal normal 600 20px / 30px Open Sans;
    }

    .blog-content {
        font-size: 16px;
    }

    .blog-content p {
        font-size: 16px;
    }
}

@media (min-width: 601px) and (max-width: 810px) {
    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }

    .order-tracking::before {
        top: 25%;
    }

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media (min-width: 811px) and (max-width: 1050px) {
    /* .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: -35px !important;
    }
    
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: -35px !important;
    } */

    .order-tracking::before {
        top: 25%;
    }

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media (min-width: 1024px) {
    .plyr {
        width: 80%;
    }
}

@media (min-width: 1280px) and (max-width: 1350px) {
    .header-items {
        font-size: 13px;
    }
}

@media (min-width: 1051px) and (max-width: 1440px) {
    .order-tracking::before {
        top: 25%;
    }

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .order-tracking::before {
        top: 27%;
    }

    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media (min-width: 1800px) {
}

@media (min-width: 1051px) and (max-width: 1330px) {
    .payment-history-table {
        width: max-content;
    }

    .payment-history-table-div {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media (max-width: 1242px) {
}

@media (max-width: 992px) {
}

@media (max-width: 576px) {
}

@media (min-width: 1443px) {
}

@media (min-width: 1789px) {
}

@media (min-width: 1700px) {
    .grid-four {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
