.stores-locations-page-new{width:100%;background-color:#f2f2ed;padding:40px 0}.stores-locations-page-new__container{max-width:100%;background-color:#fff;border-radius:8px;padding:40px}.stores-locations-page-new__content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px;align-items:flex-end}.stores-locations-page-new__text{flex:1}.stores-locations-page-new__title{font-size:24px;font-weight:700;line-height:1.2;margin:0 0 16px;color:#000;text-decoration:underline;max-width:250px}.stores-locations-page-new__description{font-size:16px;line-height:1.5;margin:0;color:#000}.stores-locations-page-new__actions{display:flex;flex-direction:column;gap:12px}.stores-locations-page-new__location-button{width:100%;padding:12px 40px 12px 16px;background-color:#f5f5f5;border:none;border-radius:8px;font-size:16px;color:#000;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:space-between;text-align:left;position:relative}.stores-locations-page-new__location-button:hover{background-color:#e8e8e8}.stores-locations-page-new__location-button:focus{outline:2px solid #000000;outline-offset:2px}.stores-locations-page-new__location-button-text{flex:1}.stores-locations-page-new__location-button-icon svg{position:absolute;right:16px;top:50%;transform:translateY(-50%);flex-shrink:0}.stores-locations-page-new__city-select{width:100%;padding:12px 40px 12px 16px;background-color:#f5f5f5;border:none;border-radius:8px;font-size:16px;color:#000;cursor:pointer;transition:background-color .2s ease;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.stores-locations-page-new__city-select:hover{background-color:#e8e8e8}.stores-locations-page-new__city-select:focus{outline:2px solid #000000;outline-offset:2px}.stores-locations-page-new__stores-container{display:grid;grid-template-columns:300px 1fr 400px;gap:40px;margin-top:40px;background-color:#fff;border-radius:8px;padding:40px;overflow:hidden}@media screen and (min-width: 769px) and (max-width: 1200px){.stores-locations-page-new__stores-container{grid-template-columns:1fr 1fr 1fr}}.stores-locations-page-new__stores-left{display:flex;flex-direction:column;gap:24px}.stores-locations-page-new__city-info{display:flex;flex-direction:row;gap:8px}.stores-locations-page-new__state-city{font-size:18px;font-weight:600;color:#000}.stores-locations-page-new__count{font-size:12px;font-weight:600}.stores-locations-page-new__store-list{display:flex;flex-direction:column;gap:0}.stores-locations-page-new__store-list-title{font-size:12px;margin:0;padding:0 0 12px;color:gray;border-bottom:1px solid #000;font-weight:600;text-transform:uppercase}.stores-locations-page-new__store-item{width:100%;padding:12px 0;text-align:left;background:none;border:none;border-bottom:1px solid #000;font-size:16px;color:#000;cursor:pointer;transition:color .2s ease}@media screen and (min-width: 768px){.stores-locations-page-new__store-item:hover{color:#666}}@media screen and (max-width: 768px){.stores-locations-page-new__actions{min-width:292px}}.stores-locations-page-new__store-item--active{font-weight:600;color:#000}.stores-locations-page-new__stores-center{display:flex;align-items:flex-start}.stores-locations-page-new__store-image{width:100%;aspect-ratio:4 / 3;overflow:hidden}.stores-locations-page-new__store-image img{width:100%;height:100%;object-fit:cover}.stores-locations-page-new__stores-right{display:flex;flex-direction:column}.stores-locations-page-new__store-title{font-size:24px;font-weight:700;margin:0 0 24px;color:#000}.stores-locations-page-new__store-details{display:flex;flex-direction:column;gap:24px}.stores-locations-page-new__store-detail{display:flex;flex-direction:column;gap:8px}.stores-locations-page-new__store-detail strong{font-size:12px;font-weight:500;color:#0009;text-transform:uppercase}.stores-locations-page-new__store-detail p{font-size:16px;line-height:1.5;color:#0009;margin:0}.stores-locations-page-new__store-wpp-button{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;background-color:#d7d3c5;border-radius:8px;color:#000;text-decoration:none;font-size:16px;font-weight:600;transition:opacity .2s ease;width:fit-content}.stores-locations-page-new__store-wpp-button:hover{opacity:.8}.stores-locations-page-new__store-wpp-button svg{width:20px;height:20px;flex-shrink:0}.stores-locations-page-new__store-wpp-button svg path{fill:currentColor}.stores-locations-page-new__store-item-icon{display:none}@media screen and (max-width: 768px){.stores-locations-page-new__stores-container{grid-template-columns:1fr;gap:32px;padding:31px}.stores-locations-page-new__no-stores-container{padding:33px 34px 48px}.stores-locations-page-new__store-item{display:flex;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #000}.stores-locations-page-new__store-item-icon{display:flex;width:20px;height:20px;flex-shrink:0;margin-left:12px;transition:transform .3s ease;align-items:center;justify-content:center}.stores-locations-page-new__store-item-icon svg{width:100%;height:100%}.stores-locations-page-new__store-item--expanded .stores-locations-page-new__store-item-icon{transform:rotate(45deg)}.stores-locations-page-new__store-item-content{display:none;padding-bottom:25px;flex-direction:column;gap:24px}.stores-locations-page-new__store-item--expanded+.stores-locations-page-new__store-item-content{display:flex}.stores-locations-page-new__stores-container>.stores-locations-page-new__stores-center,.stores-locations-page-new__stores-container>.stores-locations-page-new__stores-right{display:none}.stores-locations-page-new__store-item-content .stores-locations-page-new__stores-center,.stores-locations-page-new__store-item-content .stores-locations-page-new__stores-right{display:block}.stores-locations-page-new__container{padding:20px}.stores-locations-page-new__content{display:flex;flex-direction:column;align-items:flex-start}.stores-locations-page-new__store-title{display:none}}.stores-locations-page-new__no-stores-container{display:grid;grid-template-columns:1fr 1fr;margin-top:40px;background-color:#fff;border-radius:8px;padding:0;overflow:hidden}@media screen and (min-width: 768px){.stores-locations-page-new__no-stores-container{grid-template-rows:auto;align-items:start}}.stores-locations-page-new__no-stores-left-wrapper{padding:42px 64px;display:flex;align-items:center;min-height:0;overflow:hidden}.stores-locations-page-new__no-stores-left{display:flex;flex-direction:column;gap:24px;width:fit-content}.stores-locations-page-new__no-stores-headline{font-size:12px;font-weight:600;line-height:1.2;margin:0;color:#000;text-transform:uppercase;padding-bottom:15px;border-bottom:3px solid #000000;width:fit-content;letter-spacing:.1em}.stores-locations-page-new__no-stores-title{font-size:32px;font-weight:600;line-height:1.2;margin:0;color:#000;width:237px}.stores-locations-page-new__no-stores-description{font-size:14px;font-weight:400;line-height:1.5;margin:0;color:#000;width:237px}.stores-locations-page-new__no-stores-buttons{display:flex;gap:8px;margin-top:8px}.stores-locations-page-new__no-stores-button{padding:7px 15px;font-size:14px;font-weight:600;line-height:1.2;color:#000;background-color:#d7d3c5;border:none;border-radius:4px;text-decoration:none;display:inline-block;transition:background-color .2s ease;cursor:pointer}.stores-locations-page-new__no-stores-button:hover{background-color:#e8e8e0}.stores-locations-page-new__no-stores-right{display:flex;align-items:center;justify-content:center;width:100%;min-height:0;overflow:hidden;position:relative}@media screen and (min-width: 768px){.stores-locations-page-new__no-stores-right{height:100%;align-self:stretch}}.stores-locations-page-new__no-stores-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;min-height:0;flex-shrink:0}@media (max-width: 768px){.stores-locations-page-new__no-stores-container{grid-template-columns:1fr}.stores-locations-page-new__no-stores-right{display:none}.stores-locations-page-new__no-stores-left-wrapper{padding:33px 33px 48px}.stores-locations-page-new__no-stores-left{gap:0;width:100%}.stores-locations-page-new__no-stores-headline{margin-bottom:9px}.stores-locations-page-new__no-stores-title{width:241px;margin-bottom:27px}.stores-locations-page-new__no-stores-description{width:241px;margin-bottom:45px}.stores-locations-page-new__no-stores-buttons{gap:8px;margin-top:0}.stores-locations-page-new__no-stores-button{text-align:center;padding:7px 15px}}
/*# sourceMappingURL=/cdn/shop/t/856/assets/stores-locations-page-new.css.map */
