Descripción
/* CSS específico para la descripción del producto – NO afecta el carrusel de Shopify */
.frida-product-description * {
box-sizing: border-box;
}
.frida-product-description {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
margin: 20px 0;
background-color: transparent;
}
.frida-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.frida-section {
background: #fff;
margin: 15px 0;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
overflow: hidden;
}
.frida-section-padding {
padding: 20px;
}
.frida-header-section {
border-left: 6px solid #d90416;
background: linear-gradient(135deg, #fff 0%, #fefefe 100%);
}
.frida-title {
color: #d90416;
font-size: clamp(1.8rem, 4vw, 2.4rem);
margin-bottom: 10px;
font-weight: bold;
line-height: 1.2;
}
.frida-subtitle {
color: #666;
font-size: clamp(1rem, 2.5vw, 1.2rem);
margin: 0;
font-weight: 500;
}
.frida-colors-badge {
background: linear-gradient(135deg, #f2b705, #d98e04);
color: white;
padding: 8px 16px;
border-radius: 20px;
font-size: clamp(0.9rem, 2vw, 1rem);
font-weight: bold;
display: inline-block;
margin: 10px 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.frida-section-title {
color: #d90416;
font-size: clamp(1.4rem, 3vw, 1.8rem);
margin-bottom: 20px;
font-weight: bold;
}
.frida-text-content {
color: #333;
font-size: clamp(1rem, 2vw, 1.1rem);
line-height: 1.7;
margin-bottom: 15px;
}
.frida-grid-3 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}
.frida-grid-2 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.frida-grid-4 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
}
.frida-benefit-card {
border: 2px solid #f2b705;
padding: 20px;
border-radius: 8px;
background: #fefefe;
}
.frida-benefit-title {
color: #d90416;
font-size: clamp(1.1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 10px;
}
.frida-benefit-text {
color: #333;
font-size: clamp(0.9rem, 2vw, 1rem);
line-height: 1.6;
margin: 0;
}
.frida-highlight-section {
background: #f8f9fa;
border-left: 6px solid #d98e04;
}
.frida-colors-section {
background: linear-gradient(135deg, #fff9e6 0%, #fef7e0 100%);
border-left: 6px solid #f2b705;
}
.frida-btn {
display: inline-block;
background: #fff !important;
color: #d90416 !important;
border: 2px solid #d90416 !important;
padding: 12px 25px;
text-decoration: none !important;
border-radius: 6px;
font-weight: bold;
font-size: clamp(0.9rem, 2vw, 1.1rem);
transition: all 0.3s;
margin: 5px;
}
.frida-btn:hover {
background: #d90416 !important;
color: #fff !important;
border-color: #d90416 !important;
text-decoration: none !important;
}
.frida-benefit-item {
margin-bottom: 12px;
padding: 15px;
background: #f8f9fa;
border-radius: 6px;
border-left: 4px solid #f2b705;
color: #333;
}
.frida-benefit-item strong {
color: #d90416;
}
.frida-feature-card {
background: #fff;
border: 2px solid #f2b705;
padding: 20px;
border-radius: 8px;
margin-bottom: 15px;
}
.frida-feature-title {
color: #d90416;
font-size: clamp(1.1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 10px;
}
.frida-feature-description {
color: #333;
font-size: clamp(0.9rem, 2vw, 1rem);
line-height: 1.6;
margin: 0;
}
.frida-size-card {
background: #fff;
border: 2px solid #f2b705;
padding: 15px;
border-radius: 8px;
text-align: center;
}
.frida-size-title {
color: #f2b705;
font-size: clamp(1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 5px;
}
.frida-size-details {
color: #333;
font-size: clamp(0.9rem, 2vw, 1.1rem);
margin: 0;
}
.frida-tip-card {
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
border: 1px solid #eee;
margin-bottom: 15px;
}
.frida-tip-title {
color: #d90416;
font-size: clamp(1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 10px;
}
.frida-tip-description {
color: #333;
font-size: clamp(0.9rem, 2vw, 1rem);
line-height: 1.6;
margin: 0;
}
.frida-footer-section {
background: #f2d06b;
color: #333;
text-align: center;
}
.frida-footer-title {
color: #333;
font-size: clamp(1.4rem, 3vw, 1.8rem);
font-weight: bold;
margin-bottom: 20px;
}
.frida-footer-card {
background: rgba(255,255,255,0.3);
padding: 20px;
border-radius: 8px;
border: 1px solid rgba(217,4,22,0.2);
display: inline-block;
margin: 10px;
min-width: 200px;
}
.frida-footer-card h3 {
color: #333;
font-size: clamp(1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 10px;
}
.frida-footer-card a {
color: #d90416 !important;
text-decoration: underline !important;
font-size: clamp(0.9rem, 2vw, 1.1rem);
font-weight: bold;
}
.frida-footer-card a:hover {
color: #b8030f !important;
text-decoration: underline !important;
}
.frida-product-gallery {
text-align: center;
margin: 20px 0;
}
/* SOLO las imágenes dentro de .frida-product-gallery se ven afectadas */
.frida-product-gallery img {
max-width: 250px;
max-height: 250px;
width: 250px;
height: 250px;
object-fit: cover;
border-radius: 8px;
border: 1px solid #ddd;
}
.frida-product-gallery img[alt=»Guía de juego West Paw®»] {
max-width: 100%;
max-height: none;
width: auto;
height: auto;
object-fit: contain;
}
.frida-product-gallery a {
color: #d90416 !important;
text-decoration: underline !important;
font-weight: bold;
display: block;
margin-top: 10px;
}
.frida-product-gallery a:hover {
color: #b8030f !important;
}
.frida-safety-note {
background: #fff3cd;
border: 1px solid #ffeaa7;
border-radius: 8px;
padding: 20px;
margin: 20px 0;
}
.frida-safety-note h3 {
color: #856404;
margin-top: 0;
font-size: clamp(1.2rem, 2.5vw, 1.6rem);
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}
.frida-safety-note p {
color: #856404;
margin-bottom: 0;
}
.frida-original-content {
color: #333;
line-height: 1.6;
}
.frida-original-content h2 {
color: #d90416;
font-size: clamp(1.4rem, 3vw, 1.8rem);
font-weight: bold;
margin: 25px 0 15px 0;
}
.frida-original-content ul {
margin: 15px 0;
padding-left: 20px;
}
.frida-original-content li {
margin-bottom: 8px;
color: #333;
padding: 8px 0;
}
.frida-original-content strong {
color: #d90416;
}
.frida-original-content p {
margin-bottom: 15px;
color: #333;
}
.frida-original-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 10px 0;
}
.frida-original-content a {
color: #d90416 !important;
text-decoration: underline !important;
font-weight: bold;
}
.frida-original-content a:hover {
color: #b8030f !important;
text-decoration: underline !important;
}
.frida-original-content em {
font-style: italic;
color: #666;
}
.frida-intro-highlight {
background: linear-gradient(135deg, #fff5f5 0%, #fef7e0 100%);
border-left: 6px solid #d90416;
padding: 25px;
border-radius: 8px;
margin: 20px 0;
}
.frida-intro-highlight p {
margin: 0;
font-size: clamp(1.1rem, 2.5vw, 1.3rem);
line-height: 1.6;
color: #333;
}
.frida-intro-highlight strong {
color: #d90416;
}
.frida-intro-highlight em {
color: #d98e04;
font-weight: bold;
}
.frida-colors-list {
background: #fff;
border: 1px solid #eee;
border-radius: 8px;
padding: 20px;
margin: 15px 0;
}
.frida-colors-list ul {
margin: 10px 0;
padding-left: 20px;
}
.frida-colors-list li {
margin-bottom: 8px;
color: #333;
padding: 5px 0;
}
.frida-colors-list strong {
color: #d90416;
}
.frida-recommendation-section {
background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%);
border-left: 6px solid #f2b705;
}
.frida-color-combinations {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
margin: 20px 0;
}
.frida-combination-card {
background: #fff;
border: 2px solid #f2b705;
padding: 15px;
border-radius: 8px;
text-align: center;
}
.frida-combination-title {
color: #d90416;
font-size: clamp(0.9rem, 2vw, 1.1rem);
font-weight: bold;
margin-bottom: 5px;
}
/* Responsive design */
@media (max-width: 768px) {
.frida-section-padding {
padding: 15px;
}
.frida-grid-3 {
grid-template-columns: 1fr;
gap: 15px;
}
.frida-grid-2 {
grid-template-columns: 1fr;
gap: 15px;
}
.frida-grid-4 {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.frida-color-combinations {
grid-template-columns: 1fr;
gap: 10px;
}
.frida-benefit-card {
padding: 15px;
}
.frida-footer-card {
display: block;
margin: 10px 0;
}
.frida-intro-highlight {
padding: 20px;
}
}
@media (max-width: 480px) {
.frida-grid-4 {
grid-template-columns: 1fr;
}
.frida-size-card {
padding: 12px;
}
}
Boundr™ de West Paw® – Tamaño Grande (Pack de 1)
Colores Sólidos – Diversión Vibrante
¡La evolución de la pelota clásica para fetch en tamaño grande! El Boundr™ Grande de Colores Sólidos incluye una pelota grande (Ø 7.6 cm) en colores vibrantes. Con su núcleo hueco y «squishy», ofrece rebotes altos y una compresión suave que protege dientes y encías. Flota, cabe en lanzadores estándar y se limpia en lavavajillas: perfecta para perros grandes que aman la diversión colorida.
¿Cómo mejora la vida de tu perro y la tuya?
- Fetch infinito: cabe en lanzadores estándar para lanzar lejos sin cansarte.
- Rebote «squishy»: su compresión satisface el instinto de morder sin maltratar dientes ni encías.
- Aventuras acuáticas: Boundr flota, perfecta para la alberca, lago o mar.
- Colores de alto contraste: fáciles de localizar en pasto o agua—menos pelotas perdidas.
- Higiene fácil: ¡adiós pelusa sucia! Va directo al lavavajillas.
- Tamaño ideal para perros grandes: perfecta para razas medianas y grandes que necesitan juguetes más resistentes.
Beneficios clave
- Material Zogoflex®: cero residuos, reciclable e increíblemente resistente.
- No tóxica: libre de BPA, látex, silicón y ftalatos; aprobada por la FDA.
- Respaldo Love it Guarantee™ y reciclable vía Join the Loop®.
- Textura «pacificadora»: funciona como chupón; muchos perros la mastican para relajarse.
- Sin pelusa, sin riesgo: reemplaza la pelota de tenis: no suelta fibras que puedan ingerir.
- Rebote amable en interiores: ligera y blanda; entretiene sin romper objetos dentro de casa.
- Colores de alto contraste: amarillo, rosa y azul se distinguen fácil en pasto o agua—menos pelotas perdidas.
- Premio top para entrenamiento: rebote y compresión únicos la convierten en recompensa súper motivadora.
Medidas
Grande Colores Sólidos (Pack de 1)
Ø 7.6 cm (3″)
También disponible: Boundr™ Chica (2 Pack) – Ø 6.3 cm (2.5″)
Tips de uso
- Úsala como premio en sesiones de obediencia o deporte canino: rebote + compresión = motivación máxima.
- Ideal para perros medianos y grandes que necesitan juguetes más resistentes.
- Rota varias Boundr™ para prolongar el interés y evitar obsesión por una sola pelota.
- Después de juegos acuáticos, enjuágala y deja secar al aire para prolongar su vida útil.
- Los colores vibrantes facilitan la localización en diferentes entornos.
Más Opciones Boundr™
Otras opciones disponibles:
- Chica Glow 2 Pack (2 pelotas que brillan en la oscuridad)
- Grande Glow (1 pelota que brilla en la oscuridad)
- Chica Colores Mixtos (Aqua + Dandelion • Dandelion + Pink • Pink + Aqua)
¿Buscas rebote extremo y resistencia extra?
Si lo tuyo es un super rebote errático, una pelota sólida y aún más dura para masticadores profesionales, échale un ojo a la Jive® de West Paw®. Brinca impredecible, soporta mordidas brutales y está disponible en varios tamaños.
JUGAR CON SEGURIDAD • JUGAR CON INTELIGENCIA
Elige el tamaño adecuado y supervisa siempre a tu perro. Suspende su uso si el juguete muestra desgaste excesivo.
Guía de Juego West Paw
Garantizamos la calidad y durabilidad de cada producto para brindar diversión segura a tu mejor amigo.
Consejo de bienestar canino
El fetch regular con Boundr™ ejercita corazón y mente, fortalece vínculos y ayuda a canalizar la energía de forma saludable. Los colores vibrantes añaden estimulación visual al juego.
¿Cómo está hecho?
Producida en Bozeman, Montana, con Zogoflex® de cero desperdicio. Cuando Boundr™ haya dado todo, envíala de vuelta mediante Join the Loop® para transformarla en un nuevo juguete.











Valoraciones
No hay valoraciones aún.