.gallery-grid{display:flex;align-items:flex-start;flex-wrap:wrap;padding:10px;gap:60px}@media (min-width: 1024px){.gallery-grid{flex-wrap:nowrap;padding:20px;gap:10px}}@media (min-width: 1024px){.gallery-grid.gallery-grid--justify-items-center{justify-content:center}}.gallery-grid.gallery-grid--justify-items-around{justify-content:flex-end}@media (min-width: 1024px){.gallery-grid.gallery-grid--justify-items-around{justify-content:space-around}}.gallery-grid.gallery-grid--justify-items-between{justify-content:space-between}.gallery-grid.gallery-grid--justify-items-start{justify-content:flex-start}.gallery-grid.gallery-grid--justify-items-end{justify-content:flex-end}.gallery-grid.has-margin{margin-bottom:60px}@media (min-width: 1024px){.gallery-grid.has-margin{margin-bottom:120px}}.gallery-grid__tile{display:inline-flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;overflow:hidden;flex-shrink:1}@media (min-width: 1024px){.gallery-grid__tile.tile-layout--text-right{flex-direction:row;flex:0 1 auto;overflow:hidden}}@media (min-width: 1024px){.gallery-grid__tile.tile-layout--text-right .gallery-grid__tile-content{flex:1 0 220px}}@media (max-width: 1023px){.gallery-grid__tile .gallery-grid__tile-image-wrapper{width:100%}}.gallery-grid__tile .gallery-grid__tile-image-wrapper button{width:100%}@media (max-width: 1023px){.gallery-grid__tile.tile-width--small{width:50%}}@media (min-width: 1024px){.gallery-grid__tile.tile-width--small .gallery-grid__tile-image-wrapper{width:calc(25vw - 10px);flex:0 1 calc(25vw - 10px)}}@media (max-width: 1023px){.gallery-grid__tile.tile-width--medium{width:75%}}@media (min-width: 1024px){.gallery-grid__tile.tile-width--medium .gallery-grid__tile-image-wrapper{width:calc(33vw - 10px);flex:0 1 calc(33vw - 10px)}}@media (max-width: 1023px){.gallery-grid__tile.tile-width--large{width:100%}}@media (min-width: 1024px){.gallery-grid__tile.tile-width--large .gallery-grid__tile-image-wrapper{width:calc(40vw - 10px);flex:0 1 calc(40vw - 10px)}}.gallery-grid__tile-image-wrapper{position:relative;display:block}.gallery-grid__tile-image-wrapper img{width:100%;height:auto}.gallery-grid__tile-content{padding:20px 10px}@media (min-width: 1024px){.gallery-grid__tile-content{min-width:220px;padding:20px}}.gallery-grid__tile-content button{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left}.gallery-tile__popup-button{display:flex;align-items:center;text-transform:uppercase}.indicator--available{display:inline-block;vertical-align:middle;width:8px;height:8px;border-radius:50%;background-color:#eebae9;flex-shrink:0;margin-right:8px}.indicator--unavailable{display:inline-block;vertical-align:middle;width:8px;height:8px;border-radius:50%;background-color:#e63422;flex-shrink:0;margin-right:8px}.gallery-tile__popup-header{position:sticky;top:0;z-index:1}.gallery-tile__popup-footer{position:sticky;bottom:0;z-index:1;margin-top:auto}.carousel{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;cursor:grab;scroll-behavior:smooth}.carousel:active{cursor:grabbing}.carousel__slide{flex:0 0 auto;scroll-snap-align:start;width:100%;max-width:524px}.carousel__slide img{width:100%;height:auto}.carousel__prev,.carousel__next{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;cursor:pointer;background-color:var(--color-primary-background);border:1px solid var(--color-primary-text);border-radius:50%;padding:4px}.carousel__prev{left:10px}.carousel__next{right:10px}.quick-buy__price-and-button{display:grid;grid-template-columns:1fr 1fr}.quick-buy__price-and-button .add-to-cart{background-color:var(--color-tertiary-background)}
