.find-in-store__product{display:flex;gap:1.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--neutral-100)}.find-in-store__product-image{width:40%;height:auto;flex-shrink:0;border-radius:.625rem}.find-in-store__product-info{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.find-in-store__product-title-group{display:contents}.find-in-store__product-price{display:flex;gap:.5rem}.find-in-store__product-options{display:flex;gap:1rem;margin-top:.5rem}.find-in-store__product-option{display:flex;flex-direction:column;gap:.5rem;flex:1}.find-in-store__product-option-select-wrapper{position:relative}.find-in-store__product-option-select{-webkit-appearance:none;appearance:none;width:100%;padding:.375rem .75rem;border:1px solid var(--neutral-300);border-radius:.5rem;color:var(--neutral-950);cursor:pointer}.find-in-store__product-option-select:focus-visible{outline:none;border-color:var(--neutral-950)}.find-in-store__add-to-cart-button,.find-in-store__notify-me-button{margin-bottom:2.5rem}.find-in-store__location-search{display:flex;flex-direction:column;gap:.75rem}.find-in-store__location-search-group{display:flex;flex-direction:column;gap:.375rem}.find-in-store__location-search-input-wrapper{position:relative}.find-in-store__location-search-input{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:1px solid var(--neutral-300);border-radius:.5rem;background-color:var(--neutral-50);color:var(--neutral-950)}.find-in-store__location-search-input:focus-visible{outline:1px solid var(--neutral-950)}.find-in-store__location-search-icon{position:absolute;top:50%;right:0;transform:translateY(-50%);background:none;border:none;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:.75rem;cursor:pointer}.find-in-store__location-search-icon:disabled,.find-in-store__use-my-location-button:disabled{cursor:not-allowed;opacity:.6}.find-in-store__location-search-input:disabled{color:var(--neutral-500)}.find-in-store__location-status{padding:.5rem .75rem;border-radius:.5rem;background-color:var(--neutral-50);color:var(--neutral-600)}.find-in-store__location-status--error{color:var(--error);background-color:#fdeceb}.find-in-store__location-search-icon .loader--spinner,.find-in-store__use-my-location-button .loader--spinner{border-color:var(--neutral-950);border-bottom-color:transparent;vertical-align:middle}.find-in-store__location-radius{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem}.find-in-store__location-radius-group{display:flex;align-items:center;gap:.5rem;color:var(--neutral-950)}.find-in-store__location-radius-select-wrapper{position:relative}.find-in-store__location-radius-select{-webkit-appearance:none;appearance:none;border:none;background:transparent;padding-right:1rem;color:var(--neutral-500);cursor:pointer}.find-in-store__location-radius-select-icon{position:absolute;top:50%;right:0;transform:translateY(-50%) rotate(90deg);pointer-events:none}.find-in-store__use-my-location-button{background:none;border:none;padding:0;color:var(--neutral-950);text-decoration:underline;cursor:pointer}.find-in-store__divider{margin-top:1.5rem;border:none;border-top:1px solid var(--neutral-250)}.find-in-store__store{padding:var(--space-m) 0;border-bottom:1px solid var(--neutral-250)}.find-in-store__store-name-row{display:flex;align-items:center;gap:.5rem;flex:1}.find-in-store__store-distance{color:var(--neutral-500);white-space:nowrap;flex-shrink:0}.find-in-store__store-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;width:100%;background:none;border:none;padding:0;text-align:left;cursor:pointer}.find-in-store__store-stock{display:flex;align-items:center;gap:.375rem;color:var(--neutral-500);white-space:nowrap}.find-in-store__store-stock-dot{display:none;width:.5rem;height:.5rem;border-radius:999px;flex-shrink:0}.find-in-store__store-stock--in-stock .find-in-store__store-stock-dot{display:block;background-color:var(--green-400)}.find-in-store__store-stock--in-stock .find-in-store__store-stock-text{color:var(--neutral-950)}.find-in-store__store-click-collect{display:none}.find-in-store__store-click-collect svg{color:var(--green-400)}.find-in-store__store-open-dot{width:.5rem;height:.5rem;margin-left:.5rem;border-radius:999px;background-color:var(--green-400);flex-shrink:0}.find-in-store__store--in-stock .find-in-store__store-click-collect{display:flex}.find-in-store__store-header svg{transform:rotate(90deg);transition:transform .2s ease}.find-in-store__store-header[aria-expanded=true] svg{transform:rotate(-90deg)}.find-in-store__store-details{color:var(--neutral-600);margin-top:1.5rem}.find-in-store__store-details p{margin-bottom:1rem}.find-in-store__store-detail-row{display:flex;align-items:center;gap:.75rem}.find-in-store__store-detail-row svg{flex-shrink:0}.find-in-store__store-address-row{align-items:flex-start;justify-content:space-between}.find-in-store__store-address-row svg{margin-top:.125rem}.find-in-store__store-address-text{flex:1}.find-in-store__store-directions-link{color:var(--neutral-950);text-decoration:underline;white-space:nowrap}.find-in-store__store-hours-summary{justify-content:space-between}.find-in-store__store-hours-today{flex:1}.find-in-store__store-hours-toggle{background:none;border:none;padding:0;color:var(--neutral-950);text-decoration:underline;white-space:nowrap;cursor:pointer}.find-in-store__store-hours-list{margin-top:.75rem}.find-in-store__store-hours-list-item{display:flex;gap:.5rem}.find-in-store__product-option-select-icon{position:absolute;top:50%;right:.75rem;transform:translateY(-50%) rotate(90deg);pointer-events:none;z-index:11;transition:transform var(--default-transition-duration) var(--default-transition-function)}.find-in-store__product-option-select-wrapper--open .find-in-store__product-option-select-icon{transform:translateY(-50%) rotate(-90deg)}.find-in-store__product-option-select-wrapper--enhanced .find-in-store__product-option-select{display:none}.find-in-store__dropdown-button{width:100%;padding:.375rem .75rem;border:1px solid var(--neutral-300);border-radius:.5rem;background:var(--white);color:var(--neutral-950);font-family:var(--ff-light);font-size:var(--fs-d);letter-spacing:var(--ls-d);text-align:left;cursor:pointer}.find-in-store__dropdown-button:focus-visible{outline:none;border-color:var(--neutral-950)}.find-in-store__dropdown-list{position:absolute;top:0;left:0;right:0;z-index:10;max-height:18rem;overflow-y:auto;padding:.25rem 0;background:var(--white);border:1px solid var(--neutral-300);border-radius:.5rem;list-style:none}.product-sidebar__article .find-in-store__dropdown-list{border-bottom:1px solid var(--neutral-300)}.find-in-store__dropdown-option{padding:0 .75rem;font-family:var(--ff-light);font-size:var(--fs-d);letter-spacing:var(--ls-d);line-height:var(--lh-d);color:var(--neutral-950);cursor:pointer}.find-in-store__dropdown-option:hover,.find-in-store__dropdown-option:focus-visible{background-color:var(--neutral-50);outline:none}@media screen and (max-width:768px){.product-sidebar--find-in-store{border-radius:0;max-width:100%}.find-in-store__add-to-cart-button,.find-in-store__notify-me-button{margin-bottom:1.5rem}.find-in-store__location-search{gap:1rem}.find-in-store__product{display:grid;grid-template-columns:40% 1fr;grid-template-areas:"image title" "options options";column-gap:1.5rem;row-gap:1.5rem;padding-bottom:0;border-bottom:none}.find-in-store__product-image{grid-area:image;width:100%}.find-in-store__product-info{display:contents}.find-in-store__product-title-group{display:flex;flex-direction:column;gap:.5rem;grid-area:title;align-self:center}.find-in-store__product-options{grid-area:options;margin-top:0;padding-bottom:2.5rem;border-bottom:1px solid var(--neutral-100)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/snippets-find-in-store-sidebar.css.map */
