.vds-product-hero{background:var(--vds-color-bg-white);width:100%;padding:var(--vds-space-lg) var(--vds-space-sm)}.vds-product-hero__container{gap:var(--vds-space-lg);grid-template-columns:1fr;align-items:start;max-width:1200px;margin:0 auto;display:grid}@media (width>=768px){.vds-product-hero__container{gap:var(--vds-space-xl);grid-template-columns:1fr 1fr}}.vds-product-hero__gallery{width:100%}.vds-product-hero__main-image{aspect-ratio:1;background:var(--vds-color-bg-pale);border-radius:var(--vds-radius);width:100%;margin-bottom:var(--vds-space-sm);position:relative;overflow:hidden}.vds-product-hero__main-image img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.vds-product-hero__thumbnails{gap:var(--vds-space-xs);grid-template-columns:repeat(auto-fill,minmax(80px,1fr));display:grid}.vds-product-hero__thumbnail{aspect-ratio:1;background:var(--vds-color-bg-pale);border-radius:var(--vds-radius);cursor:pointer;transition:all .25s var(--vds-ease-smooth);border:2px solid #0000;overflow:hidden}.vds-product-hero__thumbnail:hover{border-color:var(--vds-color-primary)}.vds-product-hero__thumbnail.active{border-color:var(--vds-color-primary);box-shadow:0 0 0 1px var(--vds-color-primary)}.vds-product-hero__thumbnail img{object-fit:cover;width:100%;height:100%}.vds-product-hero__info{flex-direction:column;gap:0;width:100%;display:flex}.vds-product-hero__title{font-family:var(--vds-font-serif);color:var(--vds-color-text-title);letter-spacing:-.5px;text-align:left;margin:0;font-size:clamp(28px,3.8vw,36px);font-weight:600;line-height:1.2}.vds-product-hero__subtitle{font-family:var(--vds-font-sans);color:var(--vds-color-text-body);text-align:left;margin:10px 0 0;font-size:16px;font-weight:400;line-height:1.7}.vds-product-hero__subtitle:after{content:"";background:var(--vds-color-primary);opacity:.35;width:40px;height:1.5px;margin-top:20px;display:block}.vds-product-hero__price-wrapper{flex-wrap:wrap;align-items:baseline;gap:12px;margin-top:20px;display:flex}.vds-product-hero__price-compare{font-family:var(--vds-font-sans);color:var(--vds-color-text-accent);font-size:16px;font-weight:400;text-decoration:line-through}.vds-product-hero__price{font-family:var(--vds-font-sans);color:var(--vds-color-text-title);letter-spacing:-.5px;font-size:32px;font-weight:700;line-height:1}.vds-product-hero__variants{flex-direction:column;gap:10px;margin-top:28px;display:flex}.vds-product-hero__variant-group{flex-direction:column;gap:8px;display:flex}.vds-product-hero__variant-label{font-family:var(--vds-font-sans);color:var(--vds-color-text-body);text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:600}.vds-product-hero__variant-options{flex-wrap:wrap;gap:8px;display:flex}.vds-product-hero__variant-option{border:1.5px solid var(--vds-color-border);border-radius:var(--vds-radius);background:var(--vds-color-bg-white);font-family:var(--vds-font-sans);color:var(--vds-color-text-body);cursor:pointer;transition:all .2s var(--vds-ease-smooth);justify-content:center;align-items:center;min-height:40px;padding:8px 18px;font-size:14px;font-weight:500;display:inline-flex}.vds-product-hero__variant-option:hover{border-color:var(--vds-color-primary);color:var(--vds-color-primary)}.vds-product-hero__variant-option.active{border-color:var(--vds-color-primary);background:var(--vds-color-primary);color:#fff}.vds-product-hero__actions{flex-direction:column;gap:12px;margin-top:32px;display:flex}.vds-product-hero__add-to-cart{background:var(--vds-color-primary);color:#fff;font-family:var(--vds-font-sans);letter-spacing:.4px;border-radius:var(--vds-radius-large);cursor:pointer;width:100%;min-height:52px;transition:all .25s var(--vds-ease-smooth);border:none;justify-content:center;align-items:center;gap:10px;padding:15px 28px;font-size:15px;font-weight:600;display:flex;box-shadow:0 2px 10px #b76e7938}.vds-product-hero__add-to-cart:hover{background:var(--vds-color-primary-hover);transform:translateY(-1px);box-shadow:0 5px 18px #b76e7952}.vds-product-hero__add-to-cart:active{transform:translateY(0);box-shadow:0 2px 8px #b76e7933}.vds-product-hero__add-to-cart:focus-visible{outline:2px solid var(--vds-color-primary);outline-offset:3px}.vds-product-hero__add-to-cart:disabled{background:var(--vds-color-border);color:var(--vds-color-text-accent);cursor:not-allowed;box-shadow:none;transform:none}.vds-product-hero__quantity-row{flex-direction:column;align-items:flex-start;gap:8px;margin-top:12px;display:flex}.vds-product-hero__quantity-selector{border:1.5px solid var(--vds-color-border);border-radius:var(--vds-radius);background:var(--vds-color-bg-white);flex-shrink:0;align-items:stretch;height:44px;overflow:hidden;width:auto!important;max-width:148px!important;display:inline-flex!important}.vds-product-hero__qty-btn{width:44px;min-width:44px;height:44px;color:var(--vds-color-text-title);font-family:var(--vds-font-sans);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;flex:0 0 44px;justify-content:center;align-items:center;padding:0;font-size:20px;font-weight:300;line-height:1;transition:background .15s,color .15s;display:flex}.vds-product-hero__qty-btn:hover{background:var(--vds-color-bg-pale);color:var(--vds-color-primary)}.vds-product-hero__qty-btn:active{background:var(--vds-color-bg-warm)}.vds-product-hero__qty-btn:disabled{opacity:.3;cursor:not-allowed}.vds-product-hero__qty-input{border:none;border-left:1.5px solid var(--vds-color-border);border-right:1.5px solid var(--vds-color-border);background:var(--vds-color-bg-white);text-align:center;width:52px;min-width:52px;max-width:52px;height:44px;font-family:var(--vds-font-sans);color:var(--vds-color-text-title);cursor:default;-moz-appearance:textfield;box-sizing:border-box;flex:0 0 52px;padding:0;font-size:16px;font-weight:500}.vds-product-hero__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vds-product-hero__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vds-product-hero__qty-input:focus{outline:none}.vds-product-hero__variant-info{font-family:var(--vds-font-sans);color:var(--vds-color-text-accent);font-size:13px;font-weight:400}.vds-product-hero__trust-badges{border-top:1px solid var(--vds-color-border);flex-wrap:wrap;gap:16px;margin-top:20px;padding-top:16px;display:flex}.vds-product-hero__trust-badge{font-family:var(--vds-font-sans);color:var(--vds-color-text-accent);letter-spacing:.1px;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.vds-product-hero__trust-badge svg{width:15px;height:15px;fill:var(--vds-color-primary);opacity:.9;flex-shrink:0}.vds-product-hero__share{border-top:1px solid var(--vds-color-border);align-items:center;gap:14px;margin-top:24px;padding-top:20px;display:flex}.vds-product-hero__share-label{font-family:var(--vds-font-sans);color:var(--vds-color-primary);text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:600}.vds-product-hero__share-icons{gap:8px;display:flex}.vds-product-hero__share-icon{border:1.5px solid var(--vds-color-border);background:var(--vds-color-bg-white);width:38px;height:38px;color:var(--vds-color-text-body);transition:all .2s var(--vds-ease-smooth);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.vds-product-hero__share-icon:hover{border-color:var(--vds-color-primary);color:var(--vds-color-primary);background:var(--vds-color-bg-pale)}.vds-product-hero__share-icon svg{fill:currentColor;stroke:none;width:16px;height:16px}@media (width<=767px){.vds-product-hero{padding:var(--vds-space-md) var(--vds-space-sm)}.vds-product-hero__title{font-size:28px}.vds-product-hero__price{font-size:26px}.vds-product-hero__thumbnails{grid-template-columns:repeat(4,1fr)}.vds-product-hero__quantity-row{flex-wrap:wrap}}.vds-product-hero shopify-payment-terms,.vds-product-hero .shopify-payment-terms,.vds-product-hero [data-shopify-payment-terms],shopify-payment-terms,.shopify-payment-terms{display:none!important}.vds-product-hero__add-to-cart.loading{color:#0000;pointer-events:none;position:relative}.vds-product-hero__add-to-cart.loading:after{content:"";border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite vds-spin;position:absolute}@keyframes vds-spin{to{transform:rotate(360deg)}}.vds-product-hero__add-to-cart.success,.vds-product-hero__add-to-cart.success:hover{background:var(--vds-color-bg-warm,#efe9e4);color:var(--vds-color-primary,#b76e79);box-shadow:inset 0 0 0 1.5px var(--vds-color-primary,#b76e79);cursor:default;transform:none}.vds-product-hero__color-swatches{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vds-product-hero__color-swatch{border:1.5px solid var(--vds-color-border);cursor:pointer;width:36px;height:36px;transition:transform .2s var(--vds-ease-smooth), box-shadow .2s var(--vds-ease-smooth), border-color .15s ease;background:#ccc;border-radius:50%;flex-shrink:0;padding:0;position:relative}.vds-product-hero__color-swatch:hover{border-color:var(--vds-color-text-accent);transform:scale(1.12)}.vds-product-hero__color-swatch.active{border-color:#0000;transform:scale(1.05);box-shadow:0 0 0 2.5px #fff,0 0 0 4.5px #b76e79}.vds-product-hero__color-swatch--light{box-shadow:inset 0 0 0 1px #0000001f}.vds-product-hero__color-swatch--light.active{box-shadow:inset 0 0 0 1px #0000001f,0 0 0 2.5px #fff,0 0 0 4.5px #b76e79}.vds-product-hero__swatch-selected-name{font-family:var(--vds-font-sans);color:var(--vds-color-text-accent);text-transform:none;letter-spacing:0;margin-left:6px;font-size:12px;font-style:italic;font-weight:400}.vds-product-hero__swatch-selected-name:not(:empty):before{content:"— ";opacity:.45}@keyframes vds-swatch-nudge{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.vds-product-hero__color-swatches--nudge{animation:.45s vds-swatch-nudge}@keyframes vds-popup-in{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes vds-popup-out{0%{opacity:1;max-height:60px;transform:translateY(0)}to{opacity:0;max-height:0;transform:translateY(-4px)}}.vds-color-required-popup{border-radius:0 var(--vds-radius) var(--vds-radius) 0;background:#fff8f4;border-left:2.5px solid #b76e79;align-items:center;gap:9px;margin-top:10px;padding:10px 12px;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards vds-popup-in;display:flex;box-shadow:0 4px 18px #b76e7921}.vds-color-required-popup__icon{color:#b76e79;flex-shrink:0;font-size:14px;line-height:1}.vds-color-required-popup__text{font-family:var(--vds-font-sans);color:var(--vds-color-text-title);flex:1;font-size:13px;font-style:italic;font-weight:500;line-height:1.4}.vds-color-required-popup__close{color:var(--vds-color-text-accent);cursor:pointer;opacity:.5;background:0 0;border:none;flex-shrink:0;padding:0 0 0 6px;font-size:20px;font-weight:300;line-height:1;transition:opacity .15s}.vds-color-required-popup__close:hover{opacity:1}.pdp-pompoarismo-wrapper{background:var(--vds-color-bg-white);width:100%;margin:var(--vds-space-lg) 0 0 0;padding:0}.pdp-pompoarismo{width:100%;max-width:100%;font-family:var(--vds-font-sans);color:var(--vds-color-text-body);margin:0;padding:0;line-height:1.6}.pdp-pompoarismo__section{width:100%;padding:var(--vds-space-lg) var(--vds-space-sm);background:var(--vds-color-bg-white)}.pdp-pompoarismo__section--pale{background:var(--vds-color-bg-pale)}.pdp-pompoarismo__section--warm{background:var(--vds-color-bg-warm)}.pdp-pompoarismo__section--specs{padding:var(--vds-space-lg) var(--vds-space-sm);background:var(--vds-color-bg-pale)}.pdp-pompoarismo__section--cta{padding:var(--vds-space-xl) var(--vds-space-sm);background:var(--vds-color-bg-pale);text-align:center;border-bottom:1px solid var(--vds-color-text-accent)}.pdp-pompoarismo__container{max-width:1200px;margin:0 auto}.pdp-pompoarismo__title{font-family:var(--vds-font-serif);text-align:center;color:var(--vds-color-text-title);margin:0 0 var(--vds-space-xs) 0;letter-spacing:-.3px;font-size:clamp(26px,5vw,30px);font-weight:600;line-height:1.3}.pdp-pompoarismo__subtitle{font-family:var(--vds-font-sans);text-align:center;-webkit-hyphens:none;hyphens:none;overflow-wrap:normal;color:var(--vds-color-text-body);margin:0 auto var(--vds-space-lg) auto;max-width:720px;font-size:16px;font-weight:400;line-height:1.7}.pdp-specs{border-top:1px solid var(--vds-color-border);max-width:680px;margin:40px auto 0}.pdp-specs__item{border-bottom:1px solid var(--vds-color-border);transition:background .2s var(--vds-ease-smooth), padding .2s var(--vds-ease-smooth);border-radius:2px;justify-content:space-between;align-items:baseline;gap:32px;padding:18px 4px;display:flex}.pdp-specs__item:hover{background:var(--vds-color-bg-white);padding-left:12px;padding-right:12px}.pdp-specs__label{font-family:var(--vds-font-sans);text-transform:uppercase;letter-spacing:2px;color:var(--vds-color-primary);opacity:.7;flex-shrink:0;min-width:160px;padding-top:2px;font-size:10px;font-weight:700;display:block}.pdp-specs__value{font-family:var(--vds-font-sans);color:var(--vds-color-text-title);text-align:right;font-size:15px;font-weight:500;line-height:1.65}.pdp-pompoarismo__grid{gap:var(--vds-space-sm);margin-top:var(--vds-space-md);grid-template-columns:1fr;display:grid}@media (width>=640px){.pdp-pompoarismo__grid--2{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.pdp-pompoarismo__grid--3{grid-template-columns:repeat(3,1fr)}.pdp-pompoarismo__grid--4{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.pdp-pompoarismo__grid--4{gap:var(--vds-space-md);grid-template-columns:repeat(4,1fr)}}.pdp-pompoarismo__card{background:var(--vds-color-bg-white);border:1px solid var(--vds-color-border);border-radius:var(--vds-radius);padding:var(--vds-space-md) var(--vds-space-sm);text-align:center;transition:all .35s var(--vds-ease-smooth);box-shadow:0 2px 8px var(--vds-color-shadow);position:relative;overflow:hidden}.pdp-pompoarismo__card:before{content:"";background:linear-gradient(90deg, var(--vds-color-primary), var(--vds-color-primary-hover));transform-origin:0;height:3px;transition:transform .4s var(--vds-ease-smooth);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.pdp-pompoarismo__card:hover{border-color:var(--vds-color-primary);transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.pdp-pompoarismo__card:hover:before{transform:scaleX(1)}.pdp-pompoarismo__card-icon{width:52px;height:52px;margin:0 auto var(--vds-space-sm) auto;fill:var(--vds-color-primary);color:var(--vds-color-primary);font-size:40px;line-height:52px;transition:all .3s;display:block}.pdp-pompoarismo__card:hover .pdp-pompoarismo__card-icon{fill:var(--vds-color-primary-hover);color:var(--vds-color-primary-hover);transform:scale(1.1)translateY(-2px)}.pdp-pompoarismo__card-icon--stroke{fill:none;stroke:var(--vds-color-primary);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.pdp-pompoarismo__card:hover .pdp-pompoarismo__card-icon--stroke{fill:none;stroke:var(--vds-color-primary-hover)}.pdp-pompoarismo__card-title{font-family:var(--vds-font-serif);color:var(--vds-color-text-title);margin:0 0 var(--vds-space-xs) 0;font-size:20px;font-weight:600;line-height:1.3}.pdp-pompoarismo__card-text{font-size:16px;font-family:var(--vds-font-sans);color:var(--vds-color-text-body);-webkit-hyphens:none;hyphens:none;overflow-wrap:normal;margin:0;font-weight:400;line-height:1.7}.pdp-pompoarismo__card-text ul{margin:var(--vds-space-xs) 0 0 0;text-align:left;padding:0;list-style:none}.pdp-pompoarismo__card-text li{color:var(--vds-color-text-body);margin-bottom:10px;padding-left:28px;font-size:15px;line-height:1.7;position:relative}.pdp-pompoarismo__card-text li:before{content:"✓";color:var(--vds-color-primary);font-size:16px;font-weight:700;position:absolute;left:0}.pdp-pompoarismo__faq{max-width:900px;margin:var(--vds-space-md) auto 0 auto;background:var(--vds-color-bg-white);border-radius:var(--vds-radius);box-shadow:0 2px 8px var(--vds-color-shadow);border:1px solid var(--vds-color-border);overflow:hidden}.pdp-pompoarismo__faq-item{border-bottom:1px solid var(--vds-color-border)}.pdp-pompoarismo__faq-item:last-child{border-bottom:none}.pdp-pompoarismo__faq-question{background:var(--vds-color-bg-white);width:100%;padding:var(--vds-space-sm) 60px var(--vds-space-sm) var(--vds-space-sm);text-align:left;font-family:var(--vds-font-serif);color:var(--vds-color-text-title);cursor:pointer;border:none;align-items:center;min-height:48px;font-size:18px;font-weight:600;line-height:1.4;transition:all .25s;display:flex;position:relative}.pdp-pompoarismo__faq-question:hover{background-color:var(--vds-color-bg-pale);color:var(--vds-color-primary)}.pdp-pompoarismo__faq-question:after{content:"+";right:var(--vds-space-sm);color:var(--vds-color-primary);transition:transform .3s var(--vds-ease-smooth);font-size:28px;font-weight:300;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.pdp-pompoarismo__faq-question.active:after{transform:translateY(-50%)rotate(45deg)}.pdp-pompoarismo__faq-question:focus{outline:2px solid var(--vds-color-primary);outline-offset:2px}.pdp-pompoarismo__faq-answer{padding:0 var(--vds-space-sm);max-height:0;transition:all .35s var(--vds-ease-smooth);background:var(--vds-color-bg-white);overflow:hidden}.pdp-pompoarismo__faq-answer.active{padding:0 var(--vds-space-sm) var(--vds-space-sm) var(--vds-space-sm);max-height:600px}.pdp-pompoarismo__faq-answer p{font-size:16px;font-family:var(--vds-font-sans);color:var(--vds-color-text-body);margin:var(--vds-space-xs) 0 0 0;font-weight:400;line-height:1.7}.pdp-cta{text-align:center;max-width:800px;margin:0 auto}.pdp-cta__title{font-family:var(--vds-font-serif);color:var(--vds-color-text-title);margin:0 0 var(--vds-space-xs) 0;font-size:clamp(24px,4vw,28px);font-weight:600;line-height:1.3}.pdp-cta__subtitle{font-family:var(--vds-font-sans);color:var(--vds-color-text-body);margin:0 0 var(--vds-space-md) 0;font-size:16px;font-weight:400;line-height:1.6}.pdp-cta__button{background:var(--vds-color-primary);color:#f7f6f6;font-family:"Inter", var(--vds-font-sans);letter-spacing:1px;border-radius:var(--vds-radius-large);cursor:pointer;text-align:center;width:420px;max-width:100%;height:48px;box-shadow:none;border:none;padding:12px 20px;font-size:16px;font-weight:400;line-height:24px;transition:all .3s;display:inline-block}.pdp-cta__button:hover{background:var(--vds-color-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #b76e794d}.pdp-cta__button:active{transform:translateY(0);box-shadow:0 2px 6px #b76e794d}.pdp-cta__button:focus{outline:2px solid var(--vds-color-primary);outline-offset:2px}.pdp-cta__badges{margin-top:var(--vds-space-sm);font-family:var(--vds-font-sans);color:var(--vds-color-text-body);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.pdp-cta__badge{align-items:center;gap:4px;display:flex}.pdp-cta__badge:before{content:"•";color:var(--vds-color-text-accent);font-size:18px}.pdp-cta__badge:first-child:before{display:none}@media (width<=767px){.pdp-pompoarismo__section{padding:var(--vds-space-md) var(--vds-space-sm)}.pdp-pompoarismo__section--cta{padding:var(--vds-space-lg) var(--vds-space-sm)}.pdp-pompoarismo__title{font-size:24px}.pdp-pompoarismo__subtitle{margin-bottom:var(--vds-space-md);font-size:15px}.pdp-pompoarismo__grid--3,.pdp-pompoarismo__grid--4{scroll-snap-type:x mandatory;scroll-padding-left:var(--vds-space-sm);-webkit-overflow-scrolling:touch;margin-left:calc(-1 * var(--vds-space-sm));margin-right:calc(-1 * var(--vds-space-sm));scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.pdp-pompoarismo__grid--3::-webkit-scrollbar{display:none}.pdp-pompoarismo__grid--4::-webkit-scrollbar{display:none}.pdp-pompoarismo__grid--3:before,.pdp-pompoarismo__grid--4:before,.pdp-pompoarismo__grid--3:after,.pdp-pompoarismo__grid--4:after{content:"";flex:0 0 var(--vds-space-sm)}.pdp-pompoarismo__grid--3 .pdp-pompoarismo__card,.pdp-pompoarismo__grid--4 .pdp-pompoarismo__card{scroll-snap-align:start;flex:0 0 78vw}.pdp-pompoarismo__card{padding:var(--vds-space-sm)}.pdp-pompoarismo__card-icon{width:44px;height:44px;font-size:34px;line-height:44px}.pdp-pompoarismo__card-title{font-size:18px}.pdp-pompoarismo__card-text{font-size:15px}.pdp-pompoarismo__card-text li{font-size:14px}.pdp-pompoarismo__faq-question{font-size:16px}.pdp-pompoarismo__faq-answer p{font-size:15px}.pdp-specs__item{flex-direction:column;align-items:flex-start;gap:4px}.pdp-specs__label{min-width:unset}.pdp-specs__value{text-align:left}.pdp-cta__title{font-size:24px}.pdp-cta__button{width:100%;max-width:350px;margin:0 auto}}@media (width>=768px){.pdp-pompoarismo__section{padding:var(--vds-space-xl) var(--vds-space-md)}}@media (width>=1024px){.pdp-pompoarismo__section{padding:var(--vds-space-xl) var(--vds-space-lg)}.pdp-pompoarismo__grid{gap:var(--vds-space-md)}}@keyframes vds-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pdp-pompoarismo__card{animation:.6s ease-out backwards vds-fadeInUp}.pdp-pompoarismo__grid--4 .pdp-pompoarismo__card:first-child{animation-delay:.1s}.pdp-pompoarismo__grid--4 .pdp-pompoarismo__card:nth-child(2){animation-delay:.2s}.pdp-pompoarismo__grid--4 .pdp-pompoarismo__card:nth-child(3){animation-delay:.3s}.pdp-pompoarismo__grid--4 .pdp-pompoarismo__card:nth-child(4){animation-delay:.4s}.pdp-pompoarismo__grid--3 .pdp-pompoarismo__card:first-child{animation-delay:.1s}.pdp-pompoarismo__grid--3 .pdp-pompoarismo__card:nth-child(2){animation-delay:.2s}.pdp-pompoarismo__grid--3 .pdp-pompoarismo__card:nth-child(3){animation-delay:.3s}.pdp-pompoarismo__grid--2 .pdp-pompoarismo__card:first-child{animation-delay:.1s}.pdp-pompoarismo__grid--2 .pdp-pompoarismo__card:nth-child(2){animation-delay:.2s}
