.product-item__image-wrapper{position:relative}.product-item__slider{position:absolute;top:0;left:-1px;width:calc(100% + 2px);height:100%;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .25s ease}.product-item--slider-activated .product-item__image-wrapper:hover .product-item__slider,.product-item--slider-activated.product-item--slider-active .product-item__slider{opacity:1;pointer-events:auto}.product-item__slider-track{display:flex;will-change:transform;height:100%;cursor:grab;-webkit-user-select:none;user-select:none}.product-item__slider-track:active{cursor:grabbing}.product-item__slider-slide{flex:0 0 100%;min-width:0;background:#ede6df}.product-item__slider-slide picture{display:block;width:100%;height:100%}.product-item__slider-slide img{display:block;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease;-webkit-user-drag:none;pointer-events:none}.product-item__slider-slide img:not([data-src]){opacity:1}.product-item__slider-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3;flex-wrap:wrap;justify-content:center;width:calc(100% - 32px)}@media(min-width:38.01em){.product-item--quick-shop-enabled .product-item__slider-dots{bottom:80px}}.product-item__slider-dot{width:8px;height:8px;border-radius:50%;background:#fff;border:1px solid #ddd;flex-shrink:0;cursor:pointer;padding:0;transition:background .2s ease,border-color .2s ease}.product-item__slider-dot.is-active{background:#333;border-color:#333}.product-item__slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#ffffffd9;border:none;cursor:pointer;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#303030}.product-item__slider-btn--prev{left:8px}.product-item__slider-btn--next{right:8px}.product-item__slider-btn svg{display:block;width:14px;height:14px}.product-item__details .boxes{display:grid;grid-template-columns:1fr;gap:6px 10px}.product-item__details .box--name{font-family:var(--font-heading),sans-serif;font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);line-height:1.5}.product-item__details .box--name a{color:#000}.product-item__details .box--price{font-size:14px}.product-item__details .box--price .price__regular,.product-item__details .box--price .price__sale{margin-bottom:0}.product-item__details .box--price .price-item--regular{color:#000}.product-item__details .box--materials{font-size:11px;text-transform:uppercase;color:#6f6f6f;line-height:1.3}@media(min-width:1400px){.product-item__details .box--name{font-size:16px}}@media(min-width:1600px){.collection__content .product-item__details .boxes{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px 10px}.collection__content .product-item__details .box--name{grid-column:1 / 2}.collection__content .product-item__details .box--price{grid-column:2 / 3}.collection__content .product-item__details .box--materials,.collection__content .product-item__details .box--swatch{grid-column:1 / 3}}.product-item__details .box--materials{font-size:11px;text-transform:uppercase;color:#6f6f6f;line-height:1.3;padding-bottom:.4em}.product-item__details .box--materials:empty{display:none}.product-swatch{margin-bottom:8px}.product-swatch__heading{margin:0 0 7px;color:#313131;font-size:var(--font-size-heading-3);line-height:var(--line-height-heading);font-family:var(--font-heading),sans-serif;font-weight:var(--font-heading-weight);font-style:var(--font-heading-style)}.product-swatch__items{display:flex;gap:6px;flex-wrap:wrap}.product-swatch__item{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;text-decoration:none;line-height:0}.product-swatch__dot{display:flex;width:14px;height:14px;border-radius:50%;overflow:hidden;box-shadow:0 0 0 1px #0000004d;transition:transform .15s ease}.product-swatch__dot__color{flex:1 1 0;height:100%}.product-swatch__item.is-active{box-shadow:inset 0 0 0 1px #000}.quick-add[data-quick-add-modal]{align-items:center;justify-content:center}html.ucdrawer-open .quick-add[data-quick-add-modal]{z-index:9600}.modal.is-over-quick-add{z-index:9700}.quick-add[data-quick-add-modal] .quick-add__inner{max-width:540px;padding:0}.quick-add[data-quick-add-modal] .quick-add__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #EDE6DF}.quick-add[data-quick-add-modal] .quick-add__heading{font-size:18px;font-weight:500;margin:0;letter-spacing:.02em}.quick-add[data-quick-add-modal] .quick-add__close{position:static;background:transparent;border:0;padding:0;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.quick-add[data-quick-add-modal] .quick-add__close-icon{display:block}.quick-add[data-quick-add-modal] .quick-add__content{padding:24px}.quick-add[data-quick-add-modal] .quick-add__product{display:grid;grid-template-columns:140px 1fr;grid-template-areas:"image    details" "image    options" "actions  actions";gap:12px 16px;align-items:start}.quick-add[data-quick-add-modal] .quick-add__image{grid-area:image;width:140px}.quick-add[data-quick-add-modal] .quick-add__details{grid-area:details;margin-left:0;min-width:0}.quick-add[data-quick-add-modal] .quick-add__form{display:contents}.quick-add[data-quick-add-modal] .quick-add__form-options{grid-area:options;min-width:0;align-self:end}.quick-add[data-quick-add-modal] .quick-add__form-actions{grid-area:actions;margin-top:4px}.quick-add[data-quick-add-modal] .quick-add__title-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.quick-add[data-quick-add-modal] .quick-add__product-title{font-size:18px;margin:0;padding-right:0;flex:1 1 auto;min-width:0}.quick-add[data-quick-add-modal] .quick-add__price{flex-shrink:0;font-size:14px;white-space:nowrap}.quick-add[data-quick-add-modal] .quick-add__subtitle{margin-top:6px;font-size:11px;text-transform:uppercase;color:#6f6f6f;line-height:1.3}.quick-add[data-quick-add-modal] .quick-add__subtitle:empty{display:none}.quick-add[data-quick-add-modal] .product__info-list{margin-top:16px;font-size:12px;animation:ucQuickAddInfoListIn .45s ease-out .15s backwards}@keyframes ucQuickAddInfoListIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.quick-add[data-quick-add-modal] .product__info-list{animation:none}}@media(max-width:480px){.quick-add[data-quick-add-modal] .quick-add__header,.quick-add[data-quick-add-modal] .quick-add__content{padding:16px}.quick-add[data-quick-add-modal] .quick-add__product-title{font-size:16px}}.product-swatch+[data-product-variants]:not([data-option-2-name]){display:none}.product-swatch+[data-first-option-items-size="1"] .product-form__option--1{display:none}.product-swatch.mode--pdp{margin:16px 0}.product-swatch.mode--pdp .product-swatch__item{width:44px;height:44px}.product-swatch.mode--pdp .product-swatch__dot{width:30px;height:30px}.product-swatch.mode--pdp .product-swatch__item.is-active{box-shadow:inset 0 0 0 2px #000}.product-swatch__value{margin-top:12px;font-size:12px;text-transform:uppercase;color:#313131;line-height:1.3}.primary-collection-label a{text-decoration:underline;text-underline-offset:.3em}.primary-collection-label+.product__title{margin-top:4px}.product-materials{margin:10px 0 16px;font-size:11px;text-transform:uppercase;color:#6f6f6f;line-height:1.3}.product-short-description{margin:10px 0 16px;font-size:14px;line-height:1.3}.product-page-wrapper .accordion__label{font-size:16px}.product-page-wrapper .accordion__text{font-size:14px;color:#5a5a5a;line-height:1.4}.product-page-wrapper .product-form__inner .accordion:not([data-accordion-eq="1"]){border-top:1px solid #EDE6DF;padding-top:8px}.product__divider{height:1px;background:#ede6df;margin:16px 0}.product__info-list{list-style:none;padding:16px;margin:0;text-align:left;font-size:13px;line-height:1.8;color:#1b1b1b}.product__info-list-link{color:inherit;text-decoration:underline;text-underline-offset:.25em;cursor:pointer;white-space:nowrap}.product__info-list-item{display:flex;align-items:flex-start;gap:8px;line-height:1.3}.product__info-list-item:not(:first-child){margin-top:6px}.product__info-list-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:currentColor;margin-top:.25em}.product__info-list-icon--dot:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor}.product__info-list-icon svg{display:block;width:100%;height:100%}.product__info-list-content{flex:1 1 auto;min-width:0;padding-top:2px}.store-availability-container__wrapper{display:none}.product-form__inner #omnibus-price{font-size:12px}.collection-description{margin:40px auto}.collection-description__inner{margin:0 auto;font-size:14px;line-height:1.6;color:#1b1b1b}.product-item--shop-the-look .product-item__image-wrapper{cursor:pointer}.product-item--shop-the-look .product-item__image img{display:block;width:100%;height:auto}.shop-the-look-tile__label{display:inline-block;color:inherit;font-size:14px;text-decoration:underline;text-underline-offset:.3em;cursor:pointer}html.shop-the-look-open{overflow:hidden}.shop-the-look-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:16px}.shop-the-look-modal[hidden]{display:none}.shop-the-look-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.shop-the-look-modal__inner{position:relative;width:100%;max-width:560px;max-height:90vh;overflow:auto;background:#fff;padding:24px}.shop-the-look-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.shop-the-look-modal__title{margin:0;font-family:var(--font-heading),sans-serif;font-weight:var(--font-heading-weight);font-size:18px}.shop-the-look-modal__close{width:32px;height:32px;padding:0;border:0;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:inherit}.shop-the-look-modal__products{list-style:none;padding:0;margin:0 0 16px}.shop-the-look-modal__product{display:grid;grid-template-columns:80px 1fr auto;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #EDE6DF}.shop-the-look-modal__product:last-of-type{border-bottom:0}.shop-the-look-modal__product-image img{display:block;width:80px;height:auto;object-fit:cover}.shop-the-look-modal__product-title{display:block;color:#000;text-decoration:underline;text-underline-offset:.25em;font-size:14px}.shop-the-look-modal__product-material{margin-top:4px;font-size:11px;text-transform:uppercase;color:#6f6f6f}.shop-the-look-modal__product-price{font-size:14px;white-space:nowrap}.shop-the-look-modal__product-price .price__regular,.shop-the-look-modal__product-price .price__sale{justify-content:end}.shop-the-look-modal__submit{width:100%;margin-top:8px;background:#000}.product-form__inner more-payment-options-link{display:none}.product__meta .product-form__submit-button-wrapper .product-form__cart-submit:before{height:var(--height-button);opacity:1}.product__meta .product__complementary_products{margin-top:32px}.product__meta .product__complementary_products .product__block-heading{font-size:19px}.product__meta .product__complementary_products .boxes{gap:2px 10px}.product__meta .product__complementary_products .box--name{font-size:14px}.product__meta .product__complementary_products .box--price,.product__meta .product-item__image-wrapper .product-item__quick-shop-button{font-size:12px}.product__meta .accordion__text{padding:14px 0}.product-form__submit-button-wrapper .bttn--secondary{color:#fff}.product-form__option-label-wrapper{justify-content:space-between}u-cart-drawer[hidden]{display:none}.ucdrawer,.ucdrawer *{box-sizing:border-box}.ucdrawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;display:block;pointer-events:none}.ucdrawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s ease;pointer-events:none}.ucdrawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:480px;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;outline:none;pointer-events:auto;box-shadow:-10px 0 30px #00000014;overflow:hidden}.ucdrawer__loading{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:480px;background:#ffffffb3;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s ease;z-index:1}.ucdrawer.ucdrawer--loading .ucdrawer__loading{opacity:1;pointer-events:auto}.ucdrawer__loading-spinner{color:#1b1b1b}.ucdrawer.ucdrawer--open{pointer-events:auto}.ucdrawer.ucdrawer--open .ucdrawer__overlay{opacity:1;pointer-events:auto}.ucdrawer.ucdrawer--open .ucdrawer__panel{transform:translate(0)}html.ucdrawer-open{overflow:hidden}.ucdrawer__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:20px 24px 16px;row-gap:12px;flex-shrink:0;box-shadow:0 0 12px 14px #fff;position:relative;z-index:2}.ucdrawer__heading{margin:0;font-weight:500;font-size:18px;display:flex;align-items:center;gap:4px}.ucdrawer__count{font-weight:400;font-size:18px}.ucdrawer__close{background:transparent;border:0;width:32px;height:32px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1b1b1b}.ucdrawer__close-icon{display:block;width:16px;height:16px}.ucdrawer__shipping-bar{flex-basis:100%;padding:0;font-size:13px;line-height:1.4;color:#1b1b1b}.ucdrawer__shipping-text{margin:0}.ucdrawer__shipping-text strong{font-weight:600}.ucdrawer__shipping-text+.ucdrawer__shipping-progress{margin-top:8px}.ucdrawer__shipping-progress{display:flex;align-items:center;gap:10px;font-size:11px;color:#6f6f6f}.ucdrawer__shipping-progress-bar{flex:1 1 auto;position:relative;height:2px;background:#f4f4f4;border-radius:2px}.ucdrawer__shipping-progress-fill{position:absolute;inset:0 auto 0 0;background:#4d4d4d;height:2px;transition:width .3s ease;width:0%;border-radius:2px}.ucdrawer__shipping-progress-min,.ucdrawer__shipping-progress-max{flex:0 0 auto;white-space:nowrap}.ucdrawer__body{flex:1 1 auto;overflow-y:auto;scrollbar-gutter:stable;padding:0 24px}.ucdrawer__empty{text-align:center;padding:40px 0;color:#6f6f6f}.ucdrawer__items{list-style:none;padding:0;margin:0}.ucdrawer__item{display:grid;grid-template-columns:110px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid #ede6df}.ucdrawer__item-image{display:block;background:#f5f1ec;aspect-ratio:2 / 3;overflow:hidden}.ucdrawer__item-image img{display:block;width:100%;height:100%;object-fit:cover}.ucdrawer__item-body{display:flex;flex-direction:column;gap:6px}.ucdrawer__item-row{display:flex;justify-content:space-between;gap:12px}.ucdrawer__item-title{color:#1b1b1b;text-decoration:underline;text-underline-offset:.25em;font-size:14px;line-height:1.5}.ucdrawer__item-price{font-size:14px;white-space:nowrap}.ucdrawer__item-material{font-size:11px;text-transform:uppercase;color:#6f6f6f;line-height:1.3}.ucdrawer__item-attributes{font-size:11px;color:#6f6f6f;line-height:1.3;margin-top:2px;text-transform:uppercase}.ucdrawer__item-controls{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px}.ucdrawer__qty{display:inline-flex;align-items:center;border:1px solid #ede6df}.ucdrawer__qty-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:0;font-size:16px;cursor:pointer;color:#1b1b1b}.ucdrawer__qty-button svg{display:block;width:24px;height:24px}.ucdrawer__qty-value,.ucdrawer__qty-button{height:40px}.ucdrawer__qty-value{min-width:36px;width:36px;text-align:center;font-size:13px;padding:0 4px;border:0;background:transparent;color:inherit;font-family:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ucdrawer__qty-value::-webkit-outer-spin-button,.ucdrawer__qty-value::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.ucdrawer__item-remove{background:transparent;border:0;font-size:13px;text-decoration:underline;text-underline-offset:.25em;color:#1b1b1b;cursor:pointer;padding:0}.ucdrawer__recommendations{padding:24px 0 16px;border-bottom:1px solid #ede6df}.ucdrawer__rec-heading{margin:0 0 12px;font-family:var(--font-heading, inherit),serif;font-weight:400;font-size:18px}.ucdrawer__rec-slider{position:relative}.ucdrawer__rec-slider .swiper{overflow:hidden}.ucdrawer__rec-list{list-style:none;padding:0;margin:0;display:flex}.ucdrawer__rec-item{width:auto;flex-shrink:0}.ucdrawer__rec-image{position:relative;display:block;background:#f5f1ec;aspect-ratio:2 / 3;overflow:hidden}.ucdrawer__rec-image img{display:block;width:100%;height:100%;object-fit:cover}.ucdrawer__rec-add{position:absolute;right:8px;bottom:8px;width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #ede6df;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.ucdrawer__rec-add:hover{background:#f5f1ec}.ucdrawer__rec-info{margin-top:8px}.ucdrawer__rec-title{display:block;color:#1b1b1b;font-size:12px;text-decoration:none;line-height:1.3}.ucdrawer__rec-info .box--materials{font-size:10px;text-transform:uppercase;color:#6f6f6f;letter-spacing:.02em;margin-top:4px;line-height:1.3}.ucdrawer__rec-info .box--materials:empty{display:none}.ucdrawer__rec-price{font-size:12px;margin-top:4px}.ucdrawer__rec-dots{list-style:none;display:flex;justify-content:center;gap:6px;margin:16px 0 0;padding:0}.ucdrawer__rec-dot{width:8px;height:8px;border-radius:50%;background:#ede6df;cursor:pointer}.ucdrawer__rec-dot--active{background:#1b1b1b}.ucdrawer__note{border-bottom:1px solid #ede6df;margin-bottom:16px}.ucdrawer__note-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 0;background:transparent;border:0;font-size:18px;cursor:pointer;color:#1b1b1b;font-family:var(--font-heading, inherit),serif}.ucdrawer__note-toggle-icon{display:block;width:11px;height:11px;flex-shrink:0;transition:transform .25s ease}.ucdrawer__note-toggle[aria-expanded=true] .ucdrawer__note-toggle-icon{transform:rotate(45deg)}.ucdrawer__note-content{max-height:0;opacity:0;overflow:hidden;padding-top:0;visibility:hidden;transition:max-height .3s ease,opacity .25s ease,padding-top .3s ease,visibility 0s linear .3s}.ucdrawer__note-toggle[aria-expanded=true]+.ucdrawer__note-content{max-height:240px;opacity:1;padding-top:8px;visibility:visible;transition:max-height .3s ease,opacity .25s ease .05s,padding-top .3s ease,visibility 0s linear 0s}.ucdrawer__note-input{width:100%;padding:8px 12px;border:1px solid #ede6df;font-family:inherit;font-size:13px;resize:vertical}.ucdrawer__footer{padding:16px 24px 24px;border-top:1px solid #ede6df;flex-shrink:0;box-shadow:0 0 12px 14px #fff;position:relative;z-index:2}.ucdrawer__footer-heading{margin:0 0 12px;font-family:var(--font-heading, inherit),serif;font-weight:400;font-size:18px}.ucdrawer__summary{margin:0 0 12px}.ucdrawer__summary-row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0}.ucdrawer__summary-row dt,.ucdrawer__summary-row dd{margin:0}.ucdrawer__summary-row--total{font-weight:600;padding:4px 0}.ucdrawer__discount-note{display:flex;align-items:center;gap:6px;margin:12px 0 16px;font-size:11px;color:#6f6f6f}.ucdrawer__discount-note-icon{display:inline-flex;width:14px;height:14px}.ucdrawer__discount-note-icon svg{width:100%;height:100%}.ucdrawer__checkout{display:flex;justify-content:center;align-items:center;text-align:center;width:100%;padding:16px;background:#000;color:#fff;text-decoration:none;font-size:14px;letter-spacing:.04em;font-weight:600;margin-bottom:8px}.ucdrawer__additional-buttons{margin-top:4px}.ucdrawer__consent-checkbox{-webkit-appearance:none;appearance:none;box-sizing:border-box;flex:none;float:left;width:24px;height:24px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;padding:0;margin:1px 8px 0 0;border:1px solid #1b1b1b;border-radius:2px;background:#fff;background-position:center;background-repeat:no-repeat;background-size:16px;cursor:pointer;transition:background-color .15s ease}.ucdrawer__consent-checkbox:checked{background-color:#000;border-color:#000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}.ucdrawer__consent-checkbox:focus-visible{outline:2px solid #000;outline-offset:2px}.ucdrawer__consent-text{display:block;font-size:12px;line-height:1.4;color:#6f6f6f;overflow:hidden;cursor:pointer;padding-top:3px}.ucdrawer__consent-text p{margin:0}.ucdrawer__consent-text a{text-decoration:underline;color:inherit}.ucdrawer__checkout-wrap{margin-top:12px;position:relative;clear:both}.ucdrawer__checkout-guard{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;cursor:not-allowed}.ucdrawer__consent-checkbox:checked~.ucdrawer__checkout-wrap .ucdrawer__checkout-guard{display:none}.ucdrawer__consent-error{display:none;clear:both;margin-top:8px;font-size:12px;color:#c0392b}.ucdrawer__consent-error.is-shown{display:block}.ucdrawer__consent-checkbox:checked~.ucdrawer__consent-error{display:none}@media(max-width:480px){.ucdrawer__panel{max-width:100%}.ucdrawer__header,.ucdrawer__body,.ucdrawer__footer{padding-left:16px;padding-right:16px}}.ucdrawer__footer shopify-accelerated-checkout-cart>*{border-radius:0}@media(max-width:419px){.ucdrawer__item{grid-template-columns:80px 1fr}.ucdrawer__qty-value,.ucdrawer__qty-button{height:32px}.ucdrawer__item-price,.ucdrawer__item-title{font-size:12px}.quick-add[data-quick-add-modal] .quick-add__product{grid-template-columns:80px 1fr}}.quick-add .product-form__controls-group--submit{margin-top:0}.quick-add .product-form__controls-group{margin-bottom:0}.quick-add .product-form__option{margin-bottom:0;margin-top:12px}.quick-add .product-form__option-label,.quick-add .variant-popup__trigger{font-size:14px}body.template-collection [data-section-type=text-columns-with-images]{border-top:1px solid #EDE6DF}@media(min-width:38.01em){.collection-banner .collection__image{max-height:244px}.collection-banner .collection__image img{object-position:center center}.collection-banner .text-block__subheading{max-width:50%!important}}.collection-top-bar__filters[data-filter-buttons-container]{flex-wrap:wrap;row-gap:8px}.collection-top-bar__filters[data-filter-buttons-container]>a:last-of-type{margin-right:24px}.pagination_info{display:flex;align-items:center;flex-shrink:0;width:100%;margin:0;white-space:nowrap;color:#6f6f6f}@media(min-width:500px){.pagination_info{width:auto;margin-left:auto}}.collection__container .pagination{justify-content:center;align-items:center;margin-top:42px}.product-item__image .image{padding-top:0}.product-item__image .image img{position:relative}
/*# sourceMappingURL=/cdn/shop/t/31/assets/umiar.css.map */
