.product-card{position:relative;display:flex;min-width:0;min-height:0;flex-direction:column;overflow:hidden;border-right:1px solid var(--line, #111);border-bottom:1px solid var(--line, #111);background:#fff;color:#000}.product-card__link{display:block;min-height:0;flex:0 0 auto;color:inherit;text-decoration:none}.product-card__gallery{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:#fff}.product-card__gallery-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.product-card__gallery-link:focus-visible{outline:2px solid var(--red, #d60000);outline-offset:-2px}.product-card__gallery-track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;touch-action:pan-x pan-y pinch-zoom;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;cursor:grab}.product-card__gallery-track::-webkit-scrollbar{display:none}.product-card__gallery-track.is-dragging{cursor:grabbing;scroll-snap-type:none}.product-card__gallery-slide{width:100%;height:100%;min-width:100%;flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:normal;background:#fff}.product-card__gallery-slide img{width:100%;height:100%;max-width:none;max-height:none;display:block;padding:12px;box-sizing:border-box;object-fit:contain;object-position:center;background:#fff}.product-card__gallery-lines{position:absolute;right:10px;bottom:10px;left:10px;z-index:3;display:flex;gap:4px;pointer-events:none}.product-card__gallery-lines span{height:2px;flex:1 1 0;background:#ffffff94;box-shadow:0 1px 2px #00000038;transition:background .2s ease,transform .2s ease}.product-card__gallery-lines span.is-active{background:#000;transform:scaleY(1.25)}.product-card__gallery:focus-visible{outline:2px solid var(--red, #d60000);outline-offset:-2px}.product-card__info{min-height:108px;padding:14px 14px 48px;background:#fff}.product-card__label{position:absolute;top:11px;left:11px;z-index:3;color:var(--red, #d60000);font-size:9px;font-weight:900;line-height:1;letter-spacing:.08em;text-transform:uppercase}.product-card__title{max-height:34px;margin:0 0 5px;overflow:hidden;color:#000;font-size:clamp(12px,1vw,16px);font-weight:400;line-height:1.08;letter-spacing:.04em;overflow-wrap:anywhere;text-transform:uppercase}.product-card .smallcap,.product-card .muted{display:block;max-height:16px;overflow:hidden;color:#666;font-size:10px;line-height:1.15;letter-spacing:.04em}.product-card__price{margin-top:7px;color:#000;font-size:12px;font-weight:600;line-height:1.1;letter-spacing:.04em}.product-card__quick-add{position:absolute;right:10px;bottom:10px;z-index:5;display:flex;width:30px;height:30px;margin:0;padding:0;align-items:center;justify-content:center}.product-card__quick-add .product-card__plus{position:static;width:30px;min-width:30px;height:30px;min-height:30px;margin:0;padding:0;border:0;background:transparent;color:#000;font-family:var(--heading-font, Impact, sans-serif);font-size:26px;line-height:1}.product-card>.product-card__plus{position:absolute;right:10px;bottom:10px;z-index:5;display:flex;width:30px;min-width:30px;height:30px;min-height:30px;margin:0;padding:0;align-items:center;justify-content:center;border:0;background:transparent;color:#000;font-family:var(--heading-font, Impact, sans-serif);font-size:26px;line-height:1;text-decoration:none}.product-card>.product-card__plus--sold{width:auto;min-width:42px;padding:0 4px;color:var(--red, #d60000);font-family:inherit;font-size:9px;letter-spacing:.04em;text-transform:uppercase}.product-card__plus:hover{color:var(--red, #d60000)}.collection-grid,.products-grid,.product-grid,.grid-products,.grid-products--3,.grid-products--4,.grid-products--5,.feature-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;align-items:stretch;border-top:1px solid var(--line, #111);border-left:1px solid var(--line, #111);background:#fff}.grid-products--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-products--5{grid-template-columns:repeat(5,minmax(0,1fr))}.feature-products{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-grid>.product-card,.products-grid>.product-card,.product-grid>.product-card,.grid-products>.product-card,.grid-products--3>.product-card,.grid-products--4>.product-card,.grid-products--5>.product-card,.feature-products>.product-card{min-height:0;border-top:0;border-left:0}.grid-products .wide-promo,.grid-products--3 .wide-promo,.grid-products--4 .wide-promo,.grid-products--5 .wide-promo{grid-column:span 2}.product-row,.product-row--4,.product-row--5,.product-row--6{display:grid;width:100%;max-width:100%;gap:0;align-items:stretch;border-top:1px solid var(--line, #111);border-left:1px solid var(--line, #111);border-bottom:1px solid var(--line, #111);background:#fff}.product-row--4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-row--5{grid-template-columns:repeat(5,minmax(0,1fr))}.product-row--6{grid-template-columns:repeat(6,minmax(0,1fr))}.product-row>.product-card,.product-row--4>.product-card,.product-row--5>.product-card,.product-row--6>.product-card{min-width:0;border-top:0;border-left:0}.product-row--4>.product-card:nth-child(4n),.product-row--5>.product-card:nth-child(5n),.product-row--6>.product-card:nth-child(6n){border-right:0}@media(max-width:1199px){.product-row,.product-row--4,.product-row--5,.product-row--6{grid-auto-flow:column;grid-auto-columns:clamp(190px,29vw,280px);grid-template-columns:none;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none}.product-row::-webkit-scrollbar,.product-row--4::-webkit-scrollbar,.product-row--5::-webkit-scrollbar,.product-row--6::-webkit-scrollbar{display:none}.product-row>.product-card,.product-row--4>.product-card,.product-row--5>.product-card,.product-row--6>.product-card{width:100%;border-bottom:0;scroll-snap-align:start}.grid-products,.grid-products--3,.grid-products--4,.grid-products--5,.collection-grid,.products-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.product-card__info{min-height:96px;padding:11px 11px 42px}.product-card__gallery-lines{right:8px;bottom:8px;left:8px}.product-card__label{top:9px;left:9px;font-size:8px}.product-card__title{max-height:28px;margin-bottom:4px;font-size:11px}.product-card .smallcap,.product-card .muted{font-size:9px}.product-card__price{margin-top:6px;font-size:10.5px}.product-card__quick-add,.product-card>.product-card__plus{right:8px;bottom:8px;width:28px;min-width:28px;height:28px;min-height:28px}.product-card__quick-add .product-card__plus{width:28px;min-width:28px;height:28px;min-height:28px;font-size:23px}.product-card>.product-card__plus{font-size:23px}.product-card>.product-card__plus--sold{min-width:40px;padding:0 3px;font-size:8px}.product-row,.product-row--4,.product-row--5,.product-row--6{grid-auto-columns:62vw}.collection-grid,.products-grid,.product-grid,.grid-products,.grid-products--3,.grid-products--4,.grid-products--5,.feature-products{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-products .wide-promo,.grid-products--3 .wide-promo,.grid-products--4 .wide-promo,.grid-products--5 .wide-promo{grid-column:span 2}}@media(max-width:374px){.product-row,.product-row--4,.product-row--5,.product-row--6{grid-auto-columns:66vw}}.product-card__plus,.product-card__quick-add .product-card__plus{transform-origin:center;transition:transform .28s cubic-bezier(.22,1,.36,1),color .22s ease,opacity .22s ease}.product-card__quick-add:hover .product-card__plus,.product-card__quick-add:focus-within .product-card__plus,.product-card>.product-card__plus:hover{color:var(--red, #d60000);transform:rotate(90deg) scale(1.08)}.product-card__quick-add .product-card__plus:active,.product-card>.product-card__plus:active{transform:rotate(90deg) scale(.97)}@media(prefers-reduced-motion:reduce){.product-card__plus,.product-card__quick-add .product-card__plus,.product-card__gallery-track{scroll-behavior:auto;transition:none}}@media(max-width:749px){.btn,.hero .btn,.hero__content .btn,.button-row .btn{position:relative;display:inline-flex;max-width:100%;min-height:44px;padding:0 42px 0 18px;align-items:center;justify-content:center;gap:8px;line-height:1;white-space:nowrap}.btn:after,.hero .btn:after,.hero__content .btn:after,.button-row .btn:after{content:"";position:absolute;top:50%;right:18px;display:block;width:4px;height:4px;border-radius:50%;background:currentColor;transform:translateY(-50%);opacity:.72;pointer-events:none}.button-row,.hero .button-row,.hero__content .button-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.btn svg,.hero .btn svg,.hero__content .btn svg,.button-row .btn svg{flex:0 0 auto;width:14px;height:14px;margin:0}}.product-card__quick-add>:not(input):not(.product-card__plus){display:none!important}.product-card__quick-add .product-card__plus{writing-mode:horizontal-tb!important;text-orientation:mixed!important}
/*# sourceMappingURL=/cdn/shop/t/74/assets/birgamo-products.css.map */
