/** Shopify CDN: Minification failed

Line 84:69 The "-" operator only works if there is whitespace on both sides
Line 89:59 Expected ")" to end URL token
Line 93:66 Expected ")" to end URL token

**/
:root {
    --cream: #FEFBF4;
    --oriental: #A85038;
    --terracota: #662A10;
    --nude-cream: #EBDECF;
}

img,
svg {
    vertical-align: middle;
}

body {
    font-family: "Inter Tight", sans-serif !Important;
    background-color: var(--cream) !important;
    color: var(--terracota)
}

.gap-3 {
    gap: 1rem !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.pRegular {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.d-block {
    display: block !important;
}

.text-center {
    text-align: center !important;
}

.position-relative {
    position: relative !important;
}

.accordion {
    padding: 0 !important;
    --bs-accordion-border-color: var(--terracota) !important;
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(1px));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.collapse:not(.show) {
    display: none;
}

.accordion-body {
    color: var(--terracota);
    background-color: var(--cream);
    padding: 0 !Important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button {
    padding: 16px 0 !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

footer h1,
h2,
h3,
h4,
h5 {
    word-break: unset !important;
}

footer h4 {
    font-size: 16px ! Important;
    font-weight: 500 !Important;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-transform: uppercase ! Important;
}

footer a {
    color: inherit;
    text-decoration: none;
    line-height: inherit;
    letter-spacing: inherit;
    cursor: pointer !important;
}


/* footer */

.mobile-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    padding: 20px;
    background-color: var(--cream);
    border-top: 0.8px solid #EBDECF;
}

.mobile-bottom img.icon {
    width: 14px;
    height: 13.22px;
    object-fit: contain;
}

footer {
    color: var(--terracota);
}

footer p {
    margin-bottom: 0;
}

.footer-main {
    border-top: 0.8px solid #662A10;
    border-bottom: 0.8px solid #662A10;
    display: flex;
}

footer .part1 {
    border-right: 0.8px solid #662A10;
    padding: 120px 96px;
}

footer .part2 {
    display: flex;
    gap: 43px;
    padding: 56px;
}

.dropdown-menu {
    display: flex;
    background: transparent;
    border: none;
}

footer .footer-menu {
    width: 100%;
    padding: 20px 56px;
}

footer .accordion-button {
    background: transparent;
    border: none !important;
    color: var(--terracota);
    font-size: 1.2rem;
    font-size: 16px !Important;
    font-weight: 500 !Important;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-transform: uppercase !Important
}

footer .part1 input {
    width: 409px;
    height: 64px;
    padding: 0px 20px 0px 20px;
    border-radius: 1px;
    border: 0.8px solid #662A10;
    background: #FEFBF4;
}

.form-control:focus {
    color: var(--terracota);
    background-color: var(--cream);
    border-color: var(--terracota);
    outline: 0;
    box-shadow: none;
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    object-fit: contain;
    pointer-events: none;
}

.footer-bottom {
    padding: 10px 40px;
}

.footer-bottom .logo {
    width: 88px;
    height: 34.96px;
}

.footer-bottom .info {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    text-transform: uppercase;
}

.social-icons img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.dropdown-icon-footer {
    width: 12px;
    height: 12px;
    opacity: 1;
    object-fit: contain;
}

footer .accordion-item {
    border: none;
}

footer .accordion-button:focus {
    box-shadow: none;
}

footer .accordion-body {
    padding: 0.5rem 0;
}

a {
    text-decoration: none;
}

@media (min-width: 1200px) {
    footer .accordion-collapse {
        display: block !important;
    }
    footer .accordion-button::after {
        display: none;
    }
    footer .inner-wrapper {
        display: flex;
        gap: 43px;
        justify-content: space-around;
    }
    footer .part1 {
        width: 40%;
    }
    footer .footer-menu {
        width: 60%;
    }
}


/* responsiveness */

@media (min-width: 1440px) {
    .product {
        width: 1440px;
        margin: 0 auto;
    }
}

@media (max-width: 1400px) {
    .reassurance .inner {
        width: 100%;
    }
    .product {
        padding: 32px 50px 0px 50px;
    }
    footer .footer-menu {
        width: 100%;
        padding: 20px 20px;
    }
    footer .part1 {
        width: auto;
        padding: 120px 20px;
    }
}

@media (min-width: 1200px) {
    .control-btns {
        display: none !Important;
    }
    .prduct-cntrls {
        display: none;
    }
    .product .slider-item {
        max-width: 100% !Important;
    }
}

@media (max-width: 1300px) {
    .product-images {
        max-width: 100% !Important;
    }
    .rugs .inner .pRegular {
        width: 90%;
    }
    .faq .w-75 {
        width: 87% !important;
    }
}

@media (max-width: 1200px) {
    .product-images {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .product {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-main {
        display: block !Important;
    }
    footer .accordion-item:first-of-type .accordion-button {
        border-top: 1px solid var(--terracota);
        border-radius: 0;
    }
    footer .part1 {
        border-right: none;
    }
    .control-btns {
        display: flex ! Important;
        justify-content: end;
        margin: 20px 0;
    }
    .product .image-slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }
    .product .slider-item {
        max-width: 550px;
        margin-right: 0;
    }
    .product .slider-item img {
        width: 429px!important;
        object-fit: cover;
        height: 492px;
    }
}

@media (max-width: 992px) {
    .mobile-bottom {
        display: flex;
    }
    .footer-bottom .logo {
        order: 1;
    }
    .footer-bottom .social-icons {
        order: 2;
    }
    .footer-bottom .info-container {
        display: none !important;
    }
    .footer-bottom {
        padding: 10px 20px;
        padding-bottom: 4rem;
    }
    .product {
        padding: 32px 20px 0px 20px;
    }
    .accordion {
        border-top: 1px solid var(--terracota);
    }
    .reassurance .inner {
        width: 335px;
    }
    .rugs img {
        height: auto;
    }
    .rugs {
        height: auto;
        grid-template-columns: repeat(1, 1fr);
    }
    .rugs .inner .pRegular {
        width: 100%;
    }
    .slider-item {
        max-width: calc(100% / 2);
        margin-right: 20px;
        flex: 0 0 calc(50% - 10px);
    }
    .decoration .btn-mobile {
        display: inline-block !Important;
    }
    .decoration .desktop-btn {
        display: none;
    }

  .accordion-header {
    margin-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
    footer .part1 {
        width: auto;
        padding: 32px 20px;
    }
    .product .image-slider {
        width: 300px;
    }
    .btn-slider {
        top: 26px;
    }
    .slider-item {
        max-width: calc(100% / 2);
        margin-right: 20px;
        flex: 0 0 calc(50% - 10px);
    }
    h3 {
        font-weight: 600 !Important;
        line-height: 45px;
        letter-spacing: -1px;
    }
    h2 {
        font-weight: 600 !Important;
        line-height: 53px;
        letter-spacing: -1px;
    }
}

@media (max-width: 480px) {
    footer .part1 input {
        width: 100%;
    }
    .slider-item {
        max-width: calc(100% / 1);
        margin-right: 20px;
        flex: 0 0 calc(90% - 10px);
    }
    .product .image-slider {
        gap: 16px;
    }
    .product .slider-item img {
        width: auto !important;
    }
}

@media (max-width: 480px) {
    .btn-slider {
        display: none;
    }
    .product .btn-slider {
        display: flex !Important;
    }
}


/* Responsive styles for small screens */

@media (max-width: 768px) {
    .product .image-slide {
        display: flex;
    }
    .image-slide {
        display: flex;
        transition: transform 0.3s ease-in-out;
        width: 100%;
    }
    .slide-item {
        min-width: 100%;
        flex-shrink: 0;
        object-fit: cover;
        width: 100%;
    }
    .control-btns {
        display: flex !Important;
        justify-content: end;
        margin: 20px 0;
    }
}

.accordion-button::after {
    flex-shrink: 0;
    width: 3.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 2.25rem;
    transition: transform 0.2s ease-in-out;
}

footer .accordion-button {
    background: transparent;
    border: none !important;
    color: var(--terracota);
    font-size: 1.2rem;
    font-size: 16px ! Important;
    font-weight: 500 !Important;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-transform: uppercase ! Important;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}