.rug-pdp{font-family:var(--text-font-family)}.rug-pdp h1,.rug-pdp h2,.rug-pdp h3{text-transform:uppercase;letter-spacing:var(--heading-letter-spacing)}.rug-section{padding-block:var(--rug-pt, var(--section-vertical-spacing)) var(--rug-pb, var(--section-vertical-spacing))}.rug-section__inner{display:flex;flex-direction:column;gap:2rem}.rug-pdp .rug-section__head{margin-inline:auto;max-width:40rem;text-align:center}.rug-section__title{font-size:var(--text-h3);margin:0 0 .5rem}.rug-section__lede{margin:0;color:rgb(var(--text-color) / .72);font-size:var(--text-sm)}.rug-product{display:grid;gap:2rem;align-items:start}@media screen and (min-width:1000px){.rug-product{grid-template-columns:minmax(0,calc(100% - var(--rug-info-size, 38%))) minmax(0,var(--rug-info-size, 38%));gap:3rem}.rug-product__info{position:sticky;inset-block-start:calc(var(--sticky-area-height, 0px) + 2rem)}}.rug-buybox{display:flex;flex-direction:column;gap:.85rem}.rug-eyebrow{display:block;margin:0 0 .35rem;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);text-transform:uppercase;letter-spacing:var(--heading-letter-spacing);font-size:var(--text-sm);color:rgb(var(--text-color) / .75)}.rug-eyebrow a{color:inherit;text-decoration:underline;text-underline-offset:3px}.rug-title{margin:0;font-size:var(--text-h2)}.rug-price{margin:0}.rug-price .price-list{font-size:var(--text-h4)}.rug-facts{display:flex;flex-wrap:wrap;gap:.4rem 0;margin:.15rem 0 0;padding:0;list-style:none;font-size:var(--text-sm);color:rgb(var(--text-color) / .85)}.rug-facts li{display:flex;align-items:center}.rug-facts li:not(:last-child):after{content:"\b7";margin:0 .5em;opacity:.6}.rug-rule{border:none;border-top:1px solid rgb(var(--border-color));margin:.25rem 0}.rug-size-picker__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.rug-size-picker__legend{font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:var(--heading-letter-spacing)}.rug-size-picker__grid{display:flex;flex-wrap:wrap;gap:.6rem}.rug-size-picker__label{display:flex;flex-direction:column;gap:.15rem;min-width:8.5rem;min-height:44px;padding:.65rem 1rem;border:1px solid rgb(var(--border-color));cursor:pointer;border-radius:var(--button-border-radius)}.rug-size-picker__input:checked+.rug-size-picker__label{border-color:rgb(var(--text-color));box-shadow:0 0 0 1px rgb(var(--text-color))}.rug-size-picker__input:focus-visible+.rug-size-picker__label{outline:2px solid rgb(var(--text-color));outline-offset:2px}.rug-size-picker__item.is-disabled .rug-size-picker__label{cursor:not-allowed;color:rgb(var(--text-color) / .4);border-color:rgb(var(--border-color) / .6)}.rug-size-picker__item.is-disabled .rug-size-picker__dim,.rug-size-picker__item.is-disabled .rug-size-picker__price{text-decoration:line-through}.rug-size-picker__dim{font-weight:600}.rug-size-picker__price{font-size:var(--text-sm)}.rug-size-picker__status{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;opacity:.7}.rug-size-picker__status--ok{opacity:.55}.rug-delivery{display:flex;align-items:center;gap:.6rem;font-size:var(--text-sm);margin:0}.rug-delivery svg{width:20px;height:20px;flex:0 0 auto}.rug-qty{max-width:8rem}.rug-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:.5rem 0 0;padding:.75rem 0 0;border-top:1px solid rgb(var(--border-color));list-style:none}.rug-trust li{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;font-size:var(--text-xs);line-height:1.25;padding-inline:.4rem}.rug-trust svg{width:20px;height:20px}.rug-popups{display:flex;flex-direction:column}.rug-popups .product-info__row-button,.rug-popups__row{width:100%;border-top:1px solid rgb(var(--border-color))}.rug-popups__row:last-child,.rug-popups .product-info__row-button:last-of-type{border-bottom:1px solid rgb(var(--border-color))}.rug-dialog{width:min(64rem,calc(100vw - 2.5rem));max-height:min(88dvh,46rem);border:none;padding:0;border-radius:var(--input-border-radius);color:rgb(var(--text-color));background:rgb(var(--background-without-opacity, 255 255 255))}.rug-dialog::backdrop{background:#00000080}.rug-dialog__head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgb(var(--border-color));background:inherit}.rug-dialog__title{margin:0;font-size:var(--text-h4)}.rug-dialog__body{padding:1.5rem;overflow-y:auto}.rug-sizeguide{display:grid;gap:2rem}@media screen and (min-width:700px){.rug-sizeguide{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}}.rug-plan{width:100%;height:auto;color:rgb(var(--text-color))}.rug-plan__label{font-size:11px}.rug-plan__rug{display:none}[data-rug-plan-size="0"] .rug-plan__rug[data-rug-plan-index="0"],[data-rug-plan-size="1"] .rug-plan__rug[data-rug-plan-index="1"],[data-rug-plan-size="2"] .rug-plan__rug[data-rug-plan-index="2"],[data-rug-plan-size="3"] .rug-plan__rug[data-rug-plan-index="3"]{display:block}.rug-plan-toggle{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.rug-plan-toggle button{min-height:44px;padding:.5rem 1rem;border:1px solid rgb(var(--border-color));background:none;cursor:pointer;color:inherit;border-radius:var(--button-border-radius);font-size:var(--text-sm)}.rug-plan-toggle button[aria-pressed=true]{border-color:rgb(var(--text-color));box-shadow:0 0 0 1px rgb(var(--text-color))}.rug-sizeguide__cases{display:flex;flex-direction:column;gap:1.25rem}.rug-sizeguide__case h3{margin:0 0 .35rem;font-size:var(--text-h6)}.rug-sizeguide__case p{margin:0;font-size:var(--text-sm);color:rgb(var(--text-color) / .85)}@media screen and (max-width:999px){.rug-sticky-bar{padding-block-end:calc(var(--container-gutter) + env(safe-area-inset-bottom,0px))}}.rug-value{display:grid;gap:0;border-top:1px solid rgb(var(--border-color))}@media screen and (min-width:700px){.rug-value{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:3rem}}@media screen and (min-width:1200px){.rug-value{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:2rem}}.rug-value__item{padding-block:1.6rem;border-bottom:1px solid rgb(var(--border-color))}.rug-value__figure{display:block;font-family:var(--heading-font-family);font-size:var(--text-xl);letter-spacing:.04em;margin-block-end:.5rem}.rug-value__label{display:block;font-size:.625rem;text-transform:uppercase;letter-spacing:var(--heading-letter-spacing);color:rgb(var(--text-color) / .65);margin-block-end:.75rem}.rug-value__body{margin:0;font-size:var(--text-sm);color:rgb(var(--text-color) / .85)}.rug-story{display:grid;gap:2rem;align-items:center}@media screen and (min-width:1000px){.rug-story{grid-template-columns:minmax(0,.55fr) minmax(0,.45fr)}.rug-story--text-only{grid-template-columns:minmax(0,1fr)}.rug-story--text-only .rug-story__text{max-width:44rem;margin-inline:auto}}.rug-story__heading{font-size:var(--text-h2);margin:.35rem 0 1rem}.rug-prose p{font-size:var(--text-base);line-height:1.7;color:rgb(var(--text-color) / .9)}.rug-story__media img{width:100%;height:auto;display:block}.rug-care{display:grid;gap:2rem}@media screen and (min-width:700px){.rug-care{grid-template-columns:repeat(3,minmax(0,1fr))}}.rug-care__col h3{font-size:var(--text-h6);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:var(--heading-letter-spacing)}.rug-care__list{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.5rem;font-size:var(--text-sm);color:rgb(var(--text-color) / .85)}.rug-care__accordion{margin-top:1rem}.rug-sizeguide-preview{display:grid;gap:2rem;align-items:center}@media screen and (min-width:700px){.rug-sizeguide-preview{grid-template-columns:minmax(0,.45fr) minmax(0,.55fr)}}.rug-sizeguide-preview__plan svg{width:100%;height:auto;color:rgb(var(--text-color))}.rug-plan-toggle--preview{justify-content:center}.rug-sizeguide-preview__list{margin:0 0 1.25rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:var(--text-sm)}.rug-spec{display:grid;gap:0;margin:0;max-width:40rem;margin-inline:auto}.rug-spec__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;padding:.65rem 0;border-bottom:1px solid rgb(var(--border-color));font-size:var(--text-sm)}.rug-spec__row dt{color:rgb(var(--text-color) / .65);margin:0}.rug-spec__row dd{margin:0;text-align:right}@media screen and (max-width:699px){.rug-spec__row{grid-template-columns:1fr;text-align:left}.rug-spec__row dd{text-align:left}}.rug-reviews__head{display:flex;flex-direction:column;align-items:center;gap:.5rem}.rug-reviews__rating{margin:0;font-size:var(--text-lg)}.rug-reviews__rating span{margin-left:.4rem;font-size:var(--text-sm);color:rgb(var(--text-color) / .65);text-transform:none;letter-spacing:normal}.rug-reviews__grid{display:grid;gap:1.5rem;grid-template-columns:minmax(0,1fr)}@media screen and (min-width:700px){.rug-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1000px){.rug-reviews__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.rug-reviews__item{margin:0;padding:1.25rem;border:1px solid rgb(var(--border-color));font-size:var(--text-sm)}.rug-reviews__item p{margin:0 0 .75rem}.rug-reviews__item footer{display:flex;flex-direction:column;gap:.15rem;font-size:var(--text-xs);color:rgb(var(--text-color) / .65)}.rug-reviews__cta{display:flex;justify-content:center}.rug-faq__list{max-width:44rem;margin-inline:auto;display:flex;flex-direction:column}.rug-faq__list .accordion+.accordion{border-top:1px solid rgb(var(--border-color))}.rug-repeat-buybox{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1rem 1.25rem;max-width:34rem;margin-inline:auto}.rug-repeat-buybox__media img{width:64px;height:64px;object-fit:contain;display:block}.rug-repeat-buybox__title{margin:0;font-size:var(--text-sm);font-weight:600}.rug-repeat-buybox__size{margin:0 0 .15rem;font-size:var(--text-xs);color:rgb(var(--text-color) / .65)}.rug-repeat-buybox__actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media screen and (max-width:599px){.rug-repeat-buybox{grid-template-columns:auto 1fr}.rug-repeat-buybox__actions{grid-template-columns:1fr}}.rug-related__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem}@media screen and (min-width:1000px){.rug-related__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.rug-related__card{display:flex;flex-direction:column;height:100%}.rug-related__card[hidden]{display:none}.rug-related__media{display:block;aspect-ratio:4 / 5;background:rgb(var(--background-without-opacity, 255 255 255));border:0;box-shadow:none;border-radius:0}.rug-related__media img{width:100%;height:100%;object-fit:contain;display:block}.rug-related__body{flex:1 1 auto;display:flex;flex-direction:column;margin-top:.75rem}.rug-related__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:var(--text-sm);color:inherit;text-decoration:none;min-height:calc(var(--text-sm) * 1.3 * 2)}.rug-related__meta{margin-top:auto;padding-top:.4rem}.rug-related__actions{display:flex;justify-content:center;margin-top:2rem}.rug-related__actions[hidden]{display:none}@media(prefers-reduced-motion:reduce){.rug-pdp *{animation-duration:.001ms!important;transition-duration:.001ms!important}}.rug-pdp h1,.rug-pdp h2,.rug-pdp h3,.rug-pdp h4,.rug-pdp h5,.rug-pdp h6,.rug-dialog h1,.rug-dialog h2,.rug-dialog h3{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style, normal)}.rug-eyebrow{font-size:var(--text-xs);line-height:1.35;margin-bottom:.15rem}.rug-section__lede p{margin:0}.shopify-section--rug-main-product .rug-gallery__lightbox-trigger{display:none!important}.shopify-section--rug-main-product .product-gallery__media[data-media-type=image]{cursor:zoom-in}.shopify-section--rug-main-product .product-gallery__media img{display:block}.rug-price-stack{display:flex;flex-direction:column;gap:.2rem}.rug-omnibus:empty{display:none}.rug-omnibus{font-size:var(--text-xs);line-height:1.35}.rug-linked-variants:empty{display:none}.rug-qty-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.rug-qty-label{font-size:var(--text-sm);font-weight:600}.rug-qty{width:auto;max-width:8rem}.rug-delivery{padding-block:.1rem}.rug-delivery__mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.rug-main-actions .buy-buttons{display:grid;gap:.65rem}.rug-main-actions .button,.rug-main-actions shopify-payment-button,.rug-main-actions .shopify-payment-button__button{min-height:52px}.rug-trust{padding-top:.85rem}.rug-trust__item{-webkit-appearance:none;appearance:none;min-width:0;padding:.35rem .45rem;border:0;background:transparent;color:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.4rem;text-align:center;font:inherit;font-size:var(--text-xs);line-height:1.25;border-radius:var(--button-border-radius);transition:background-color .2s ease,opacity .2s ease}.rug-trust__item:hover{background:rgb(var(--text-color) / .045)}.rug-trust__item:focus-visible{outline:2px solid rgb(var(--text-color));outline-offset:2px}.rug-trust__icon,.rug-trust__icon svg{width:20px;height:20px}.rug-trust__icon{display:inline-flex}x-modal.rug-centered-modal::part(content),x-modal[id*=rug-customer-service]::part(content){margin:auto!important;width:min(56rem,calc(100vw - 2.5rem))!important;max-width:calc(100vw - 2.5rem)!important;height:auto!important;max-height:min(88dvh,48rem)!important;border:0!important;border-radius:var(--input-border-radius)!important;background:#fff!important;color:#1c1c1c!important;box-shadow:0 24px 70px #0003!important}x-modal.rug-centered-modal::part(header),x-modal[id*=rug-customer-service]::part(header){padding:1.25rem 1.5rem!important;border-bottom:1px solid rgb(var(--border-color))!important;background:#fff!important;color:#1c1c1c!important}x-modal.rug-centered-modal::part(body),x-modal[id*=rug-customer-service]::part(body){padding:1.5rem!important;overflow:auto!important;background:#fff!important;color:#1c1c1c!important}x-modal.rug-centered-modal .product-info__drawer-content,x-modal[id*=rug-customer-service] .product-info__drawer-content,x-modal[id*=rug-customer-service] ask-modal{background:#fff!important;color:#1c1c1c!important}.rug-popups__row{min-height:48px;padding-block:.7rem}.rug-popups__label{font-family:var(--text-font-family);font-size:var(--text-sm);font-weight:500;letter-spacing:0;text-transform:none}.rug-popups__review-item.is-checking,.rug-popups__review-item.is-hidden{display:none}.rug-popups__review-item.is-ready{display:block}.rug-popup-details,.rug-popup-prose{color:#1c1c1c}.rug-spec{max-width:none;width:100%}@media screen and (min-width:900px){.rug-spec{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(2rem,5vw,5rem)}}.rug-spec__row{min-width:0}.rug-spec--popup{color:#1c1c1c}.rug-sizeguide__plan,.rug-sizeguide-preview__plan{padding:clamp(1rem,3vw,1.75rem);border:1px solid rgb(var(--border-color));background:rgb(var(--background-without-opacity, 255 255 255))}.rug-sizeguide-preview{gap:clamp(2rem,5vw,5rem)}.rug-sizeguide-preview__text{display:flex;flex-direction:column;align-items:flex-start}.rug-sizeguide-preview__list{width:100%;border-top:1px solid rgb(var(--border-color))}.rug-sizeguide-preview__list li{padding:.8rem 0;border-bottom:1px solid rgb(var(--border-color))}.rug-sizeguide__case{padding-bottom:1.1rem;border-bottom:1px solid rgb(var(--border-color))}.rug-sizeguide__case:last-child{border-bottom:0}.rug-plan-toggle button{min-width:7.5rem}.rug-assure{display:grid;border-top:1px solid rgb(var(--border-color))}.rug-assure__item{position:relative;padding:1.5rem 0;border-bottom:1px solid rgb(var(--border-color))}.rug-assure__index{display:block;margin-bottom:1rem;font-family:var(--heading-font-family);font-size:var(--text-xs);letter-spacing:.12em;opacity:.55}.rug-assure__item h3{margin:0 0 .65rem;font-size:var(--text-h5)}.rug-assure__body,.rug-assure__body p{margin:0;font-size:var(--text-sm);line-height:1.65;color:rgb(var(--text-color) / .82)}@media screen and (min-width:800px){.rug-assure{grid-template-columns:repeat(3,minmax(0,1fr))}.rug-assure__item{padding:1.75rem clamp(1.25rem,3vw,2.5rem)}.rug-assure__item:first-child{padding-left:0}.rug-assure__item:last-child{padding-right:0}.rug-assure__item+.rug-assure__item{border-left:1px solid rgb(var(--border-color))}}.rug-repeat-buybox{width:100%;max-width:72rem}.rug-repeat-buybox__info{min-width:0}.rug-repeat-buybox__actions .buy-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.rug-repeat-buybox__actions .button{min-height:50px}@media screen and (min-width:800px){.rug-repeat-buybox{grid-template-columns:80px minmax(0,1fr) minmax(20rem,.9fr);gap:1.5rem}.rug-repeat-buybox__media img{width:80px;height:80px}.rug-repeat-buybox__actions{grid-column:auto}}.rug-related__card{display:grid;grid-template-rows:auto 1fr}.rug-related__media{display:flex;align-items:center;justify-content:center;overflow:hidden;padding:clamp(.75rem,3vw,1.5rem)}.rug-related__media img{width:100%;height:100%;max-width:100%;max-height:100%;object-position:center}.rug-related__body{display:grid;grid-template-rows:minmax(calc(var(--text-sm) * 1.3 * 2),auto) 1fr}.rug-related__meta{align-self:end}@media screen and (max-width:699px){x-modal.rug-centered-modal::part(content),x-modal[id*=rug-customer-service]::part(content){width:calc(100vw - 1rem)!important;max-width:calc(100vw - 1rem)!important;max-height:calc(100dvh - 1rem)!important}x-modal.rug-centered-modal::part(header),x-modal.rug-centered-modal::part(body),x-modal[id*=rug-customer-service]::part(header),x-modal[id*=rug-customer-service]::part(body){padding-inline:1.1rem!important}.rug-main-actions .buy-buttons,.rug-repeat-buybox__actions .buy-buttons{grid-template-columns:1fr}.rug-plan-toggle button{flex:1 1 calc(50% - .5rem);min-width:0}}.rug-repeat-buybox__actions{display:block;width:100%}.rug-dialog{background:#fff;color:#1c1c1c;box-shadow:0 24px 70px #0003}.rug-dialog__head,.rug-dialog__body{background:#fff;color:#1c1c1c}.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(content){margin:auto!important;width:min(56rem,calc(100vw - 2.5rem))!important;max-width:calc(100vw - 2.5rem)!important;height:auto!important;max-height:min(88dvh,48rem)!important;border:0!important;border-radius:var(--input-border-radius)!important;background:#fff!important;color:#1c1c1c!important;box-shadow:0 24px 70px #0003!important}.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(header){padding:1.25rem 1.5rem!important;border-bottom:1px solid rgb(var(--border-color))!important;background:#fff!important;color:#1c1c1c!important}.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(body){padding:1.5rem!important;overflow:auto!important;background:#fff!important;color:#1c1c1c!important}@media screen and (max-width:699px){.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(content){width:calc(100vw - 1rem)!important;max-width:calc(100vw - 1rem)!important;max-height:calc(100dvh - 1rem)!important}.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(header),.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(body){padding-inline:1.1rem!important}}.shopify-section--rug-main-product .rug-buybox{gap:.65rem}.shopify-section--rug-main-product .rug-eyebrow{font-size:.625rem;line-height:1.35;margin:0 0 .35rem;color:rgb(var(--text-color) / .68)}.shopify-section--rug-main-product .rug-title{margin-block-end:.25rem}.shopify-section--rug-main-product .rug-price-stack{gap:.1rem}.shopify-section--rug-main-product .rug-omnibus{margin-top:0}.shopify-section--rug-main-product .rug-facts{margin-top:.45rem;font-size:var(--text-xs)}.shopify-section--rug-main-product .rug-rule{margin-block:.55rem}.shopify-section--rug-main-product .rug-linked-variants :is(.smallcaps,.text-xxs,.text-xs,.h6){font-family:var(--text-font-family);font-size:var(--text-xs);font-weight:400;letter-spacing:.03em;text-transform:none}.shopify-section--rug-main-product .rug-qty-row{justify-content:flex-start;gap:.75rem;margin-top:.2rem}.shopify-section--rug-main-product .rug-qty-label{font-size:var(--text-xs);font-weight:400;color:rgb(var(--text-color) / .68)}.shopify-section--rug-main-product .rug-qty{width:auto;max-width:none}.shopify-section--rug-main-product .rug-qty :is(quantity-selector,.quantity-selector){display:grid;grid-template-columns:44px 36px 44px;align-items:center;width:124px;min-height:44px;border:1px solid rgb(var(--border-color));border-radius:0;background:transparent}.shopify-section--rug-main-product .rug-qty :is(.quantity-selector__button,button){width:44px;min-width:44px;height:44px;min-height:44px;padding:0;border:0;background:transparent}.shopify-section--rug-main-product .rug-qty :is(.quantity-selector__input,input){width:36px;min-width:36px;height:44px;padding:0;border:0;text-align:center;background:transparent}.shopify-section--rug-main-product .rug-main-actions .buy-buttons{gap:.75rem}.shopify-section--rug-main-product .rug-main-actions :is(.button,shopify-payment-button,.shopify-payment-button__button){width:100%;min-height:52px;padding-block:.875rem}.shopify-section--rug-main-product .rug-popups__row,.shopify-section--rug-main-product .rug-popups .product-info__row-button{min-height:48px;padding-block:.75rem;font-family:var(--text-font-family);font-size:var(--text-sm);font-weight:400;letter-spacing:0;text-transform:none}.shopify-section--rug-main-product product-gallery[desktop-layout=grid]{--product-gallery-flex-direction: column}.shopify-section--rug-main-product product-gallery[desktop-layout=grid] .product-gallery__image-list{width:100%}.shopify-section--rug-main-product product-gallery[desktop-layout=grid] .product-gallery__thumbnail-list{display:none}.shopify-section--rug-size-guide .rug-section__inner,.shopify-section--rug-delivery-returns-payment .rug-section__inner{gap:1.65rem}.rug-section__head--editorial{width:100%;max-width:46rem;margin-inline:0;text-align:left}.rug-section__head--editorial .rug-section__title{margin-bottom:.75rem}.rug-section__eyebrow{margin:0 0 .55rem;font-family:var(--heading-font-family);font-size:.625rem;line-height:1.35;letter-spacing:var(--heading-letter-spacing);text-transform:uppercase;color:rgb(var(--text-color) / .68)}.shopify-section--rug-collection-story .rug-section__inner{gap:0}.shopify-section--rug-collection-story .rug-story{align-items:start;gap:clamp(2rem,5vw,4rem)}.shopify-section--rug-collection-story .rug-story__text{max-width:34rem}.shopify-section--rug-collection-story .rug-story__heading{margin:0 0 1rem;font-size:var(--text-h3);line-height:1.35}.shopify-section--rug-collection-story .rug-story .rug-eyebrow{font-size:.625rem;margin-bottom:.7rem}@media screen and (min-width:1000px){.shopify-section--rug-collection-story .rug-story{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.shopify-section--rug-size-guide .rug-sizeguide{gap:2rem;align-items:start}.shopify-section--rug-size-guide .rug-sizeguide__plan,.rug-dialog .rug-sizeguide__plan{padding:0;border:0;background:transparent}.rug-plan__rug{display:block;opacity:.16;transition:opacity .25s ease}[data-rug-plan-size="0"] .rug-plan__rug[data-rug-plan-index="0"],[data-rug-plan-size="1"] .rug-plan__rug[data-rug-plan-index="1"],[data-rug-plan-size="2"] .rug-plan__rug[data-rug-plan-index="2"],[data-rug-plan-size="3"] .rug-plan__rug[data-rug-plan-index="3"],[data-rug-plan-size="4"] .rug-plan__rug[data-rug-plan-index="4"],[data-rug-plan-size="5"] .rug-plan__rug[data-rug-plan-index="5"]{display:block;opacity:1}.rug-plan-toggle{width:max-content;max-width:100%;display:flex;flex-wrap:wrap;gap:0;margin-top:1.1rem;border:1px solid rgb(var(--border-color))}.rug-plan-toggle button{min-width:0;min-height:44px;padding:.625rem 1.1rem;border:0;border-radius:0;box-shadow:none;font-size:var(--text-xs)}.rug-plan-toggle button[aria-pressed=true]{border:0;box-shadow:none;background:rgb(var(--button-background));color:rgb(var(--button-text-color))}.rug-sizeguide__cases{gap:0}.rug-sizeguide__case{padding-block:1.35rem;border-bottom:1px solid rgb(var(--border-color))}.rug-sizeguide__case:first-child{border-top:1px solid rgb(var(--border-color))}.rug-sizeguide__case h3{margin:0 0 .6rem;font-family:var(--heading-font-family);font-size:var(--text-base);line-height:1.4;letter-spacing:.1em}.rug-sizeguide__case p{font-size:var(--text-sm);line-height:1.65;color:rgb(var(--text-color) / .76)}.rug-dialog__lede{margin-bottom:1.5rem}@media screen and (min-width:1000px){.shopify-section--rug-size-guide .rug-sizeguide,.rug-dialog .rug-sizeguide{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(2.5rem,5vw,3.5rem)}}.shopify-section--rug-delivery-returns-payment{border-top:1px solid rgb(var(--border-color))}.shopify-section--rug-delivery-returns-payment .rug-assure{display:grid;gap:1.75rem;border:0}.shopify-section--rug-delivery-returns-payment .rug-assure__item{padding:0;border:0}.shopify-section--rug-delivery-returns-payment .rug-assure__item+.rug-assure__item{border-left:0}.shopify-section--rug-delivery-returns-payment .rug-assure__item h3{margin:0 0 .7rem;font-family:var(--heading-font-family);font-size:var(--text-sm);letter-spacing:.14em}.shopify-section--rug-delivery-returns-payment .rug-assure__body,.shopify-section--rug-delivery-returns-payment .rug-assure__body p{font-size:var(--text-sm);line-height:1.65;color:rgb(var(--text-color) / .76)}@media screen and (min-width:900px){.shopify-section--rug-delivery-returns-payment .rug-assure{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(2rem,5vw,3.5rem)}}@media screen and (max-width:699px){.shopify-section--rug-main-product .rug-qty-row{justify-content:flex-start}.rug-section__head--editorial{max-width:100%}.rug-plan-toggle{width:100%}.rug-plan-toggle button{flex:1 1 50%}}.shopify-section--rug-main-product .rug-buybox{display:block}.shopify-section--rug-main-product .rug-eyebrow{margin:0 0 .75rem;font-family:var(--heading-font-family);font-size:.625rem;font-weight:var(--heading-font-weight);line-height:1.35;letter-spacing:var(--heading-letter-spacing);text-transform:uppercase;color:rgb(var(--text-color) / .68)}.shopify-section--rug-main-product .rug-title{margin:0 0 1rem;font-family:var(--heading-font-family);font-size:var(--text-h2);font-weight:var(--heading-font-weight);line-height:1.3;letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform)}.shopify-section--rug-main-product .rug-price-stack{margin:0 0 1rem;gap:.25rem}.shopify-section--rug-main-product .rug-price .price-list{font-family:var(--heading-font-family);font-size:clamp(1.5rem,1.2rem + 1.1vw,1.875rem);line-height:1.2;letter-spacing:.04em}.shopify-section--rug-main-product .rug-omnibus{margin:0;font-family:var(--text-font-family);font-size:var(--text-xs);line-height:1.4;color:rgb(var(--text-color) / .68)}.shopify-section--rug-main-product .rug-facts{margin:0 0 1.5rem;gap:.35rem 0;font-family:var(--text-font-family);font-size:var(--text-xs);line-height:1.45;color:rgb(var(--text-color) / .68)}.shopify-section--rug-main-product .rug-facts li:not(:last-child):after{content:"";width:1px;height:11px;margin-inline:.65rem;background:rgb(var(--text-color) / .24)}.shopify-section--rug-main-product .rug-linked-variants{margin:0 0 1.5rem}.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants{margin:0}.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__title{margin:0 0 .65rem;font-family:var(--text-font-family);font-size:var(--text-xs);font-weight:400;line-height:1.4;letter-spacing:0;text-transform:none;color:rgb(var(--text-color) / .68)}.shopify-section--rug-main-product .rug-rule{margin:0 0 1.5rem;border-color:rgb(var(--text-color) / .14)}.shopify-section--rug-main-product .rug-size-picker__head{align-items:baseline;margin-bottom:.75rem}.shopify-section--rug-main-product .rug-size-picker__legend{padding:0;font-family:var(--heading-font-family);font-size:.625rem;font-weight:var(--heading-font-weight);line-height:1.35;letter-spacing:var(--heading-letter-spacing);text-transform:uppercase}.shopify-section--rug-main-product .rug-size-picker__head .button,.shopify-section--rug-main-product .rug-size-picker__head button{min-height:44px;margin-block:-.375rem;padding:.75rem 0;border-bottom:1px solid rgb(var(--text-color) / .28);font-family:var(--text-font-family);font-size:var(--text-xs);font-weight:400;line-height:1.35;letter-spacing:0;text-transform:none}.shopify-section--rug-main-product .rug-size-picker__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.625rem}.shopify-section--rug-main-product .rug-size-picker__item{display:block;width:100%}.shopify-section--rug-main-product .rug-size-picker__label{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:.25rem .75rem;width:100%;min-width:0;min-height:56px;padding:.75rem 1rem;border:1px solid rgb(var(--text-color) / .28);border-radius:0;font-family:var(--text-font-family);color:rgb(var(--text-color))}.shopify-section--rug-main-product .rug-size-picker__input:checked+.rug-size-picker__label{border-color:rgb(var(--text-color));box-shadow:inset 0 0 0 1px rgb(var(--text-color))}.shopify-section--rug-main-product .rug-size-picker__dim,.shopify-section--rug-main-product .rug-size-picker__price{font-family:var(--text-font-family);font-size:var(--text-base);font-weight:400;line-height:1.4}.shopify-section--rug-main-product .rug-size-picker__price{white-space:nowrap}.shopify-section--rug-main-product .rug-size-picker__status{grid-column:1 / -1;font-size:var(--text-xs);font-weight:400;letter-spacing:0;text-transform:none}.shopify-section--rug-main-product .rug-qty-row{margin-top:1.125rem}.shopify-section--rug-main-product .rug-delivery{margin:1.125rem 0 0}.shopify-section--rug-main-product .rug-main-actions{margin-top:1.25rem}.shopify-section--rug-main-product .product-trustbar-group{margin:0;border-top:0}.shopify-section--rug-main-product .rug-popups{margin-top:1.25rem;border-top:1px solid rgb(var(--text-color) / .14)}.shopify-section--rug-main-product .rug-popups__row,.shopify-section--rug-main-product .rug-popups .product-info__row-button,.shopify-section--rug-main-product .rug-popups__label{font-family:var(--text-font-family);font-size:var(--text-sm);font-weight:400;line-height:1.4;letter-spacing:0;text-transform:none}.shopify-section--rug-main-product .rug-popups__row,.shopify-section--rug-main-product .rug-popups .product-info__row-button{min-height:48px;padding-block:.75rem;border-top:0;border-bottom:1px solid rgb(var(--text-color) / .14)}.shopify-section--rug-faq .rug-faq__list{width:100%;max-width:42rem;margin-inline:auto;border-top:1px solid rgb(var(--text-color) / .14)}.shopify-section--rug-faq .rug-faq__list .accordion,.shopify-section--rug-faq .rug-faq__list .accordion+.accordion{border:0;border-bottom:1px solid rgb(var(--text-color) / .14)}.shopify-section--rug-faq .rug-faq__list .accordion__toggle{min-height:56px;padding:1rem .25rem;font-family:var(--text-font-family);font-size:var(--text-base);font-weight:400;line-height:1.45;letter-spacing:0;text-transform:none}.shopify-section--rug-faq .rug-faq__list .accordion__content,.shopify-section--rug-faq .rug-faq__list .accordion__content .prose{font-family:var(--text-font-family);font-size:var(--text-sm);line-height:1.7;color:rgb(var(--text-color) / .68)}.shopify-section--rug-faq .rug-faq__list .animated-plus:before,.shopify-section--rug-faq .rug-faq__list .animated-plus:after{height:1px}.rug-plan{display:block;width:100%;height:auto;overflow:visible;background:#fff;color:#1c1c1c}.rug-plan__room{fill:none;stroke:#1c1c1c;stroke-width:2}.rug-plan__shape{fill:#1c1c1c;fill-opacity:.09;stroke:#1c1c1c;stroke-width:2}.rug-plan__furniture{fill:#fff;stroke:#1c1c1c;stroke-width:2;stroke-linejoin:round}.rug-plan__label{fill:#1c1c1c;font-family:var(--text-font-family);font-size:11px;letter-spacing:.04em}.rug-dialog{width:min(64rem,calc(100vw - 2rem));max-width:min(64rem,calc(100vw - 2rem));max-height:calc(100dvh - 2rem);border-radius:0;background:#fff;color:#1c1c1c}.rug-dialog__head{padding:1.25rem 1.5rem;border-bottom:1px solid rgb(28 28 28 / .14);background:#fff}.rug-dialog__title{font-family:var(--heading-font-family);font-size:var(--text-base);font-weight:var(--heading-font-weight);line-height:1.35;letter-spacing:0;text-transform:none}.rug-dialog__body{max-height:calc(100dvh - 6rem);padding:2rem 3rem 2.5rem;overflow:auto;background:#fff}.rug-dialog .rug-dialog__lede{max-width:48rem;margin:0 auto 2rem;font-size:var(--text-sm);line-height:1.6;text-align:center;color:#1c1c1cad}.rug-dialog .rug-sizeguide{align-items:start}.rug-dialog .rug-sizeguide__plan,.rug-dialog .rug-sizeguide__cases{min-width:0}.rug-dialog .rug-sizeguide__case h3{font-family:var(--heading-font-family);font-size:var(--text-base);font-weight:var(--heading-font-weight);line-height:1.4;letter-spacing:.1em;text-transform:uppercase}.rug-dialog .rug-sizeguide__case p{display:block;margin:0;font-family:var(--text-font-family);font-size:var(--text-sm);line-height:1.65;color:#1c1c1cb8}@media screen and (min-width:1000px){.rug-dialog .rug-sizeguide{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:3.5rem}}@media screen and (max-width:999px){.shopify-section--rug-main-product .rug-title{font-size:var(--text-h3)}.rug-dialog{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);max-height:calc(100dvh - 1rem)}.rug-dialog__head{padding:1rem 1.1rem}.rug-dialog__body{max-height:calc(100dvh - 5rem);padding:1.25rem 1.1rem 1.75rem}.rug-dialog .rug-dialog__lede{margin-bottom:1.25rem;text-align:left}.rug-dialog .rug-sizeguide{grid-template-columns:minmax(0,1fr);gap:1.5rem}.rug-dialog .rug-plan-toggle{width:100%}.rug-dialog .rug-plan-toggle button{flex:1 1 50%}}.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__grid{gap:.625rem}.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__item,.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__image-wrap{width:60px}.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__image-wrap{height:60px;padding:3px;border-radius:0}.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__label{margin-top:.3rem;font-family:var(--text-font-family);font-size:.625rem;line-height:1.3;letter-spacing:0;text-transform:none}.shopify-section--rug-main-product .rug-price-stack{margin-bottom:0}.shopify-section--rug-main-product .rug-facts{margin:.9rem 0 1.45rem;color:rgb(var(--text-color) / .74)}.shopify-section--rug-main-product .rug-facts li{min-height:1.45em}.shopify-section--rug-main-product .rug-size-picker__head :is(.link,button){position:relative;min-height:44px;margin:-.375rem 0;padding:.75rem 0;border:0!important;background:none!important;background-image:none!important;box-shadow:none!important;text-decoration-line:underline!important;text-decoration-thickness:1px!important;text-underline-offset:6px!important;text-decoration-color:rgb(var(--text-color) / .32)!important}.shopify-section--rug-main-product .rug-size-picker__head :is(.link,button):before,.shopify-section--rug-main-product .rug-size-picker__head :is(.link,button):after{content:none!important;display:none!important}.shopify-section--rug-main-product .rug-size-picker__label{align-items:center;min-height:56px;padding-block:.75rem}.shopify-section--rug-main-product .rug-size-picker__dim,.shopify-section--rug-main-product .rug-size-picker__price{display:flex;align-items:center;min-height:1.4em;line-height:1.4}.shopify-section--rug-main-product .rug-qty :is(quantity-selector,.quantity-selector){display:grid!important;grid-template-columns:44px 36px 44px!important;grid-template-rows:44px!important;align-items:stretch!important;justify-items:stretch!important;width:124px!important;height:44px!important;min-height:44px!important;padding:0!important;overflow:hidden}.shopify-section--rug-main-product .rug-qty :is(.quantity-selector__button,quantity-selector>button){display:grid!important;place-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;line-height:1!important}.shopify-section--rug-main-product .rug-qty quantity-input,.shopify-section--rug-main-product .rug-qty .quantity-selector__input-wrapper{display:grid!important;place-items:center!important;width:36px!important;min-width:36px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important}.shopify-section--rug-main-product .rug-qty :is(.quantity-selector__input,input[type=number]){display:block!important;width:36px!important;min-width:36px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;line-height:44px!important;text-align:center!important;-webkit-appearance:textfield;appearance:textfield}.shopify-section--rug-main-product .rug-qty svg{display:block;margin:auto}.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__item.is-current .product-linked-variants__image-wrap,.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__item[aria-current=page] .product-linked-variants__image-wrap{border-color:rgb(var(--text-color))!important;box-shadow:inset 0 0 0 1px rgb(var(--text-color))!important}.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__item.is-current .product-linked-variants__label,.shopify-section--rug-main-product .rug-linked-variants .product-linked-variants__item[aria-current=page] .product-linked-variants__label{color:rgb(var(--text-color))}.rug-dialog .rug-plan-toggle{display:inline-flex;width:max-content;max-width:100%;border:1px solid rgb(28 28 28 / .45);background:#fff}.rug-dialog .rug-plan-toggle button{flex:0 1 auto;min-height:44px;margin:0;border:0;border-radius:0;background:#fff!important;color:#1c1c1c!important;box-shadow:none!important}.rug-dialog .rug-plan-toggle button+button{border-left:1px solid rgb(28 28 28 / .24)}.rug-dialog .rug-plan-toggle button[aria-pressed=true]{background:#1c1c1c!important;color:#fff!important}.shopify-section--rug-faq .rug-faq__list .animated-plus{--animated-plus-size: .75rem;width:var(--animated-plus-size);height:var(--animated-plus-size);flex:0 0 var(--animated-plus-size);position:relative;transform:none!important}.shopify-section--rug-faq .rug-faq__list .animated-plus:before,.shopify-section--rug-faq .rug-faq__list .animated-plus:after{content:""!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important;background:currentColor!important;opacity:1;transform:translate(-50%,-50%)!important;transition:opacity .2s ease!important}.shopify-section--rug-faq .rug-faq__list .animated-plus:before{width:var(--animated-plus-size)!important;height:1px!important}.shopify-section--rug-faq .rug-faq__list .animated-plus:after{width:1px!important;height:var(--animated-plus-size)!important}.shopify-section--rug-faq .rug-faq__list .group[aria-expanded=true] .animated-plus:after,.shopify-section--rug-faq .rug-faq__list details[open] .animated-plus:after{opacity:0!important}.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(content),x-modal[id*=rug-customer-service]::part(content){margin:0 0 0 auto!important;width:min(90vw,560px)!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;border:0!important;border-radius:0!important;background:#fff!important;color:#1c1c1c!important;box-shadow:none!important}.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(header),x-modal[id*=rug-customer-service]::part(header){padding:1.25rem 2rem!important;border-bottom:1px solid #e5e5e5!important;background:#fff!important;color:#1c1c1c!important}.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(body),x-modal[id*=rug-customer-service]::part(body){padding:1.5rem 2rem 2rem!important;overflow:auto!important;background:#fff!important;color:#1c1c1c!important}.rug-popup-details .custom_product_details{margin:0;padding:0;list-style:none}.rug-popup-details .custom_product_details>li{padding-block:.7rem;border-bottom:1px solid rgb(28 28 28 / .12);font-family:var(--text-font-family);font-size:var(--text-sm);line-height:1.55}.rug-popup-details .custom_product_details>li:first-child{border-top:1px solid rgb(28 28 28 / .12)}@media screen and (max-width:699px){.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(content),x-modal[id*=rug-customer-service]::part(content){width:100vw!important;height:calc(100dvh - 53px - env(safe-area-inset-top,0px))!important;max-height:calc(100dvh - 53px - env(safe-area-inset-top,0px))!important;margin-top:calc(53px + env(safe-area-inset-top,0px))!important}.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(header),.rug-popups :is(#rug-modal-specificity-a#rug-modal-specificity-b,x-modal)::part(body),x-modal[id*=rug-customer-service]::part(header),x-modal[id*=rug-customer-service]::part(body){padding-inline:1.25rem!important}.rug-dialog .rug-plan-toggle{display:flex;width:100%}.rug-dialog .rug-plan-toggle button{flex:1 1 50%}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/rug-pdp.css.map */
