/** Shopify CDN: Minification failed

Line 140:4 Unexpected "{"
Line 141:4 Expected identifier but found "%"
Line 160:4 Unexpected "{"
Line 161:4 Expected identifier but found "%"

**/
.sq-top_section {
    margin: auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    max-width: 90%;
    width: 1130px;
}


@media (max-width: 600px) {
    .sq-top_section {
        flex-direction: column;
    }
}

.text-section {
    display: flex;
    gap: 35px;
    justify-content: space-between;
    align-items: center;
}

.top-title {
    font-size: 61px;
    line-height: 61px;
    font-family: var(--font-family-heading);
    white-space: nowrap;
    margin: 0;
}

.top-text span {
    display: inline-block;
    max-width: 250px;
}


.question-answer__title {
    text-align: center;
}

.question-answer-section .question-answer {
    padding: 35px !important;
    border-radius: 42px;
}

.own-closet {
    margin-top: 0 !important;
}

.own-closet__content {
    gap: 25px;
    justify-content: center !important;
}

.own-closet__content-block {
    text-align: center;
    flex-basis: 50%;
    border: rgb(0 0 0 / 40%) 1px solid;
    border-radius: 21px;
    padding: 40px !important;
    max-width: 500px;
    max-height: 400px;
}

.own-closet__content-block ul {
    padding-top: 20px !important;
}

.own-closet__content-block a {
    display: inline-block;
    background: #ffffff;
    width: fit-content;
    border-radius: 15px;
    padding: 10px;
    font-size: 18px;
}

.own-closet__content-title {
    margin-top: 0;
}

.own-closet__content-links {
    display: flex;
    flex-direction: column;
}



/* For fixed modal */
.sq-modal_section {
    text-align: center;
}

.inline-modal-container {
    position: relative;
    display: inline-block !important;
    border: 1px solid;
}

.inline-modal-container .close-modal-btn,
.fixed-modal-container #showFixedModal {
    display: none;
}

.fixed-modal-container {
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Smaller screens (laptops/small desktops) */
@media (max-width: 1199px) {
    .fixed-modal-container {
        top: 110px;
    }
}

/* Tablets */
@media (max-width: 940px) {
    .fixed-modal-container {
        top: 130px;
    }
}

    {
    % comment %
}

/* Landscape phones */
@media (max-width: 576px) {
    .fixed-modal-container {
        top: 50px;
        /* Adjust top position for landscape phones */
    }
}

/* Portrait phones */
@media (max-width: 480px) {
    .fixed-modal-container {
        top: 30px;
        /* Adjust top position for portrait phones */
    }
}

    {
    % endcomment %
}



/* Common styles for both modals */
.inline-modal-container {
    max-width: 90%;
    width: 90%;
    max-height: 90%;
    /* height: 525px; */
    aspect-ratio: 226 / 107;
}

.close-modal-btn {
    position: absolute;
    top: -15px;
    right: 5px;
    border: none;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    z-index: 101;
    padding: 7px;
    border-radius: 100%;
}


.fullscreen-btn2 {
    position: absolute;
    top: -40px;
    right: 0;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    z-index: 101;
}

.top_text_2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fullscreen-text {
    font-weight: 400;
    padding: 5px 8px;
    width: fit-content;
    margin-bottom: -8px;
}

/* Fullscreen styles */
.fullscreen-enabled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/* Fullscreen button styles */
.fullscreen-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    /* Add additional styles as needed */
}

/* Overlay styles */
.overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Show the overlay when displaying the modal */
.fixed-modal-container.active+.overlay {
    display: block;
}

.css-1yzzujv,
.eqd5v0k1 {
    padding: 0px !important;
}

#chat-widget-container {
    bottom: -12px !important;
}

/* new tool button styles */
.top-text-new-tool-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-text-new-tool-link p {
    margin: 0;
}

.top-text-new-tool-link a {
    color: var(--color-primary);
    font-weight: 700;
}

.top-text-new-tool-link a:hover {
    color: var(--btn-hover);
}

@media(max-width:1100px) {
    .sq-top_section {
        flex-direction: column;
        align-items: center;
    }
}