.product-info-container{align-items:start;display:grid;gap:48px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%}.product-info-container>:only-child{grid-column:1/-1}.product-info-content--empty{background:var(--light_color,#fef8f1);border:1px dashed rgba(14,14,29,.25);border-radius:8px;color:var(--dark_color,#0e0e1d);padding:24px;text-align:center}.product-info-images{position:relative}.product-info-images__figure{background:var(--light_color,#fef8f1);margin:0;overflow:hidden}.product-info-images__image{aspect-ratio:1/1;box-shadow:0 3px 13px -3px rgba(0,0,0,.2);display:block;height:auto;object-fit:cover;width:100%}.product-info-content__title{color:var(--dark_color,#0e0e1d);font-size:clamp(1.75rem,2.2vw,2.5rem);line-height:1.15;margin:0 0 16px}.product-info-content__subtitle{color:var(--dark_color,#0e0e1d);font-size:.6em;font-weight:500;opacity:.7;white-space:nowrap}.product-info-content__description{color:var(--dark_color,#0e0e1d);margin:0 0 24px}.product-info-content__description p{margin:0 0 1em}.product-info-content__description ol,.product-info-content__description ul{margin:0 0 1em;padding-left:1.25em}.product-info-content__description li{margin-bottom:.5em}.product-info-content__unavailable{background:var(--light_color,#fef8f1);border-left:3px solid var(--tertiary_color,#823004);color:var(--dark_color,#0e0e1d);margin:16px 0 0;padding:12px 16px}.product_meta{color:var(--dark_color,#0e0e1d);display:flex;flex-wrap:wrap;font-size:.9375rem;gap:8px 24px;margin:0 0 24px;opacity:.85}.product_meta .product_meta__value{color:var(--primary_color,#04817c);font-weight:600}.product-info-content .cart{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.single_add_to_cart_button{align-items:center;border:0;border-radius:6px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;line-height:1.2;padding:12px 28px;text-decoration:none;transition:filter .2s ease,transform .1s ease}.single_add_to_cart_button:active{transform:translateY(1px)}.screen-reader-text{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.product-listing--cards{width:100%}.product-listing__header{color:var(--dark_color,#0e0e1d);margin:0 0 32px}.product-listing__header>:last-child{margin-bottom:0}.product-listing__grid{display:grid;gap:32px;list-style:none;margin:0;padding:0}.product-listing__empty{background:var(--light_color,#fef8f1);border-radius:8px;color:var(--dark_color,#0e0e1d);padding:32px;text-align:center}.product-card{background:#fff;border:1px solid rgba(14,14,29,.08);border-radius:12px;box-shadow:0 2px 10px -4px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.product-card:focus-within,.product-card:hover{box-shadow:0 10px 24px -10px rgba(0,0,0,.2);transform:translateY(-3px)}.product-card__media{aspect-ratio:4/3;background:var(--light_color,#fef8f1);display:block;overflow:hidden}.product-card__image{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card__image--placeholder{background:linear-gradient(135deg,var(--light_color,#fef8f1) 0,rgba(14,14,29,.05) 100%)}.product-card:hover .product-card__image:not(.product-card__image--placeholder){transform:scale(1.04)}.product-card__body{display:flex;flex:1;flex-direction:column;gap:12px;padding:20px 20px 24px}.product-card__title{color:var(--dark_color,#0e0e1d);font-size:1.15rem;line-height:1.3;margin:0}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:focus,.product-card__title a:hover{color:var(--primary_color,#04817c)}.product-card__meta{display:flex;flex-wrap:wrap;gap:6px}.product-card__tag{align-items:center;background:var(--light_color,#fef8f1);border-radius:999px;color:var(--tertiary_color,#823004);display:inline-flex;font-size:.8125rem;font-weight:500;line-height:1.4;padding:3px 10px}.product-card__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:auto;padding-top:4px}.product-card__view{align-items:center;color:var(--primary_color,#04817c);display:inline-flex;font-weight:600;gap:6px;text-decoration:none;transition:gap .2s ease}.product-card__view:focus,.product-card__view:hover{color:var(--tertiary_color,#823004);gap:10px}.product-card__cart{margin:0}.product-card__buy{font-size:.9rem;padding:8px 16px}@media (max-width:900px){.product-info-container{gap:32px;grid-template-columns:1fr}.product-listing--cards[data-columns="3"] .product-listing__grid,.product-listing--cards[data-columns="4"] .product-listing__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:560px){.product-listing__grid{grid-template-columns:1fr!important}}@media (max-width:480px){.product-info-content .cart{align-items:stretch;flex-direction:column}.product-info-content .single_add_to_cart_button{width:100%}}