/* ==========================================================================
   pb-index.css
   Homepage (.p-index): hero, snel-naar, uitgelicht, hondencarrousel, nestjes, gastgezin, must-haves shop, instagram.
   Link samen met pb-common.css (pb-common.css eerst).
   ========================================================================== */

.pb-main .hero {
	padding-top: 52px;
	padding-right: 32px;
	padding-bottom: 30px;
	padding-left: 32px;
	background: none;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 56px;
	align-items: center
}

/* ========================================================================== 
   Instagramfeed — mobiele carrousel
   De feed-plugin verbergt op mobiel extra items met .sbi_num_diff_hide.
   De carrousel gebruikt die items en zijn clones juist als slides, dus binnen
   deze carrousel maken we ze expliciet weer zichtbaar.
   ========================================================================== */

@media (max-width: 768px) {
  .pb-main .pb-insta-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .pb-main #sb_instagram #sbi_images {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    height: auto !important;
    padding: 5px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-left: 5px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pb-main #sb_instagram #sbi_images::-webkit-scrollbar {
    display: none;
  }

  /* Snappen op 'start' en niet op 'center'.
     Met 'center' liggen de snappunten op (N x stap) - 33px, terwijl het
     carrousel-script in de pagina met hele veelvouden van de stap rekent om te
     bepalen wanneer het naar de gekloonde set moet terugspringen. Door die 33px
     afwijking ging die voorwaarde onterecht af en klapte de strip telkens een
     hele set vooruit — bij het laden stond hij daardoor al ~2700px doorgescrold
     in plaats van bij de eerste foto. Met 'start' vallen de snappunten samen
     met die veelvouden (nagemeten: 1-2px verschil i.p.v. 33px) en klopt de
     rekenkunde weer. Bijkomend voordeel: de eerste foto lijnt netjes links uit
     en de volgende piept ernaast, wat duidelijker maakt dat je kunt swipen. */
  .pb-main #sb_instagram #sbi_images .sbi_item,
  .pb-main #sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
    display: block !important;
    flex: 0 0 80% !important;
    float: none !important;
    width: 80% !important;
    max-width: 80% !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 10px;
    scroll-snap-align: start;
  }

  .pb-main #sb_instagram #sbi_images .sbi_item img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .pb-main .pb-insta-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    background: #ffffff;
    color: var(--accent, #cf7b53);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .pb-main .pb-insta-arrow:active {
    transform: translateY(-50%) scale(0.92);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
  }

  .pb-main .pb-insta-arrow svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
  }

  .pb-main .pb-insta-prev {
    left: 10px;
  }

  .pb-main .pb-insta-next {
    right: 10px;
  }
}

@media (min-width: 769px) {
  .pb-main .pb-insta-arrow {
    display: none !important;
  }
}

.pb-main .hero-card {
	height: 400px;
	background: var(--brown);
	color: #fff;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 8px;
	box-shadow: var(--shadow)
}

.pb-main .hero-card img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.pb-main .hero-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(38, 27, 20, .08), rgba(38, 27, 20, .78))
}

.pb-main .hero-copy {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 22px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.pb-main .hero-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 8px
}

.pb-main .hero-row .label {
	width: auto;
	display: inline-flex
}

.pb-main .hero-copy .cta {
	width: auto;
	max-width: max-content;
	background: linear-gradient(135deg, #fff, #f6e9de);
	color: var(--brown);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .16);
	border: 1px solid rgba(255, 255, 255, .5)
}

.pb-main .hero-card h1 {
	font-family: Fraunces, serif;
	font-size: 30px;
	line-height: .98;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	letter-spacing: -.02em;
	max-width: 320px
}

.pb-main .hero-card p {
	font-size: 13px;
	line-height: 1.35;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #f4e9e1;
	max-width: 300px;
	display: none
}

.pb-main .quick-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px
}

.pb-main .quick-card {
	background: #efe6de;
	border: 1px solid #e4d5c9;
	border-radius: var(--r);
	min-height: 48px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 9.5px;
	font-weight: 800;
	color: var(--brown);
	box-shadow: 0 5px 10px rgba(77, 51, 34, .05)
}

.pb-main .quick-card .icon {
	width: 18px;
	height: 18px
}

.pb-main .cat-tabs {
	display: flex;
	gap: 17px;
	overflow-x: auto;
	overflow-y: auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	scrollbar-width: none;
	flex-wrap: nowrap
}

.pb-main .cat-tabs a {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 800;
	color: #938176;
	padding-bottom: 6px;
	white-space: nowrap;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	background: transparent
}

.pb-main .cat-tabs a.active {
	color: var(--dark);
	border-bottom: 2px solid var(--accent);
	background: transparent
}

.pb-main .update-section {
	padding-top: 14px
}

.pb-main .update-row {
	display: grid;
	gap: 18px 28px;
	grid-template-columns: repeat(3, 1fr)
}

.pb-main .update-card {
	display: grid;
	grid-template-columns: 108px 1fr;
	gap: 12px;
	align-items: center;
	border-bottom: 1px solid #eaded4;
	padding-bottom: 12px
}

.pb-main .update-card.outline {
	border: 2px solid var(--accent);
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background: #fff;
	border-radius: var(--r);
	box-shadow: var(--shadow2);
	border-bottom-width: 2px;
	border-bottom: 2px solid var(--accent)
}

.pb-main .update-card img {
	width: 108px;
	height: 84px;
	object-fit: cover;
	border-radius: var(--r);
	position: relative;
	z-index: 1
}

.pb-main .update-card.outline img {
	height: 92px
}

.pb-main .update-text h3 {
	font-size: 17px;
	line-height: 1.13;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: 800;
	color: var(--brown);
	font-family: Manrope, system-ui, sans-serif
}

.pb-main .update-text p {
	font-size: 12px;
	line-height: 1.35;
	color: var(--muted);
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0
}

.pb-main .video-row {
	display: grid;
	gap: 18px;
	overflow-x: visible;
	overflow-y: visible;
	padding-left: 18px;
	scrollbar-width: none;
	padding-right: 18px;
	grid-template-columns: repeat(3, 1fr)
}

.pb-main .video-card {
	flex: 0 0 152px;
	height: 150px;
	border: 2px solid var(--accent);
	border-radius: var(--r-lg);
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	background: #6c4d38;
	box-shadow: var(--shadow2);
	border-width: 1.5px;
	min-width: 72%;
	object-fit: cover;
	scroll-snap-align: start;
	color: #fff;
	display: grid;
	place-items: center;
	font-weight: 850;
	transition: transform .28s cubic-bezier(.22, .61, .36, 1), box-shadow .28s ease
}

.pb-main .video-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	position: relative;
	transition: transform .55s cubic-bezier(.22, .61, .36, 1)
}

.pb-main .video-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .02) 28%, rgba(0, 0, 0, .78));
	z-index: 1;
	border: 0
}

.pb-main .video-card h3 {
	position: absolute;
	left: 10px;
	right: 8px;
	bottom: 14px;
	margin: 0;
	color: white;
	font-size: 15px;
	line-height: 1.12;
	font-weight: 850;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
	z-index: 2
}

.pb-main .play {
	position: absolute;
	left: 9px;
	top: 9px;
	z-index: 2;
	background: var(--accent);
	color: white;
	border-radius: 3px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 8.5px;
	font-weight: 900;
	display: flex;
	gap: 5px;
	align-items: center;
	letter-spacing: .08em;
	text-transform: uppercase
}

.pb-main .event-list {
	display: grid;
	gap: 14px 24px;
	grid-template-columns: repeat(3, 1fr)
}

.pb-main .event-item {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 11px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r);
	box-shadow: var(--shadow2);
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px
}

.pb-main .date-box {
	height: 58px;
	background: var(--brown);
	color: #fff;
	display: grid;
	place-items: center;
	text-align: center;
	border-radius: var(--r);
	font-weight: 850;
	line-height: 1
}

.pb-main .date-box span {
	display: block;
	font-size: 18px
}

.pb-main .date-box small {
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase
}

.pb-main .event-copy h3 {
	font-size: 16px;
	line-height: 1.15;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	color: var(--brown);
	font-weight: 800;
	font-family: Manrope, system-ui, sans-serif;
	letter-spacing: -.01em
}

.pb-main .event-copy p {
	font-size: 12px;
	color: var(--muted);
	line-height: 1.35;
	margin: 0
}

.pb-main .dogs-wrap {
	height: 356px;
	overflow-x: visible;
	overflow-y: visible;
	position: relative;
	padding-top: 0;
	margin-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px
}

.pb-main .dog-stack {
	height: auto;
	position: static;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	align-items: center;
	gap: 0;
	padding-top: 56px;
	padding-right: calc(50% - 120px);
	padding-bottom: 100px;
	padding-left: calc(50% - 120px);
	scroll-snap-type: x mandatory;
	scrollbar-width: none
}

.pb-main .dog-card {
	position: relative;
	top: auto;
	width: 244px;
	height: 344px;
	background: #ddd;
	border: 0;
	border-radius: var(--r-lg, 16px);
	box-shadow: 0 12px 24px rgba(77, 51, 34, .14);
	overflow-x: hidden;
	overflow-y: hidden;
	left: auto;
	right: auto;
	flex: 0 0 210px;
	margin-top: 0;
	margin-right: -28px;
	margin-bottom: 0;
	margin-left: -28px;
	opacity: 1;
	scroll-snap-align: center;
	cursor: pointer;
	transform-origin: center center;
	transition: transform .3s cubic-bezier(.22, .61, .36, 1), box-shadow .3s ease;
	will-change: transform;
	flex-basis: 244px
}

.pb-main .dog-card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background: #e7c0a6;
	padding: 0
}

.pb-main .dog-card.center {
	left: auto;
	top: auto;
	width: 244px;
	height: 344px;
	transform: translateX(-50%) scale(1.05);
	z-index: 3;
	box-shadow: 0 14px 30px rgba(77, 51, 34, .16);
	border-radius: var(--r-lg, 16px);
	position: relative;
	right: auto;
	flex: 0 0 210px;
	margin-top: 0;
	margin-right: -28px;
	margin-bottom: 0;
	margin-left: -28px;
	opacity: 1;
	scroll-snap-align: center;
	cursor: pointer;
	transform-origin: center center;
	transition: transform .3s cubic-bezier(.22, .61, .36, 1), box-shadow .3s ease;
	will-change: transform;
	flex-basis: 244px
}

.pb-main .dog-card.center img {
	height: 100%;
	object-fit: cover;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	background: #e7c0a6;
	width: 100%;
	padding: 0
}

.pb-main .dog-card.left {
	left: auto;
	transform: rotate(-4deg);
	opacity: 1;
	position: relative;
	top: auto;
	right: auto;
	flex: 0 0 210px;
	width: 244px;
	height: 344px;
	margin-top: 0;
	margin-right: -28px;
	margin-bottom: 0;
	margin-left: -28px;
	scroll-snap-align: center;
	cursor: pointer;
	border-radius: var(--r-lg, 16px);
	transform-origin: center center;
	transition: transform .3s cubic-bezier(.22, .61, .36, 1), box-shadow .3s ease;
	box-shadow: 0 14px 30px rgba(77, 51, 34, .16);
	will-change: transform;
	flex-basis: 244px
}

.pb-main .dog-card.right {
	right: auto;
	transform: rotate(4deg);
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
	flex: 0 0 210px;
	width: 244px;
	height: 344px;
	margin-top: 0;
	margin-right: -28px;
	margin-bottom: 0;
	margin-left: -28px;
	scroll-snap-align: center;
	cursor: pointer;
	border-radius: var(--r-lg, 16px);
	transform-origin: center center;
	transition: transform .3s cubic-bezier(.22, .61, .36, 1), box-shadow .3s ease;
	box-shadow: 0 14px 30px rgba(77, 51, 34, .16);
	will-change: transform;
	flex-basis: 244px
}

.pb-main .dog-info {
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 11px;
	background: transparent;
	border-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	border: 0
}

.pb-main .dog-name {
	font-family: Fraunces, serif;
	color: #fff;
	font-size: 22px;
	line-height: .98;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-weight: 700;
	letter-spacing: -.02em;
	margin: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .32);
	position: relative;
	z-index: 4;
	max-width: 120px
}

.pb-main .center .dog-name {
	font-size: 23px
}

.pb-main .dog-meta {
	font-size: 10px;
	line-height: 1.2;
	color: #8b7668;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	display: none
}

.pb-main .dog-actions {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
	margin-top: 4px
}

.pb-main .arrow-btn {
	width: 38px;
	height: 38px;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--brown);
	display: grid;
	place-items: center;
	border-radius: 999px;
	box-shadow: 0 6px 12px rgba(77, 51, 34, .06)
}

.pb-main .shop-row {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: auto;
	padding-left: 0;
	zscrollbar-width: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	scroll-padding-left: 0
}

.pb-main .product {
	flex: 0 0 146px;
	background: #fff;
	border: 1px solid #eee2d8;
	border-radius: var(--r-md);
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	position: relative;
	box-shadow: 0 8px 18px rgba(77, 51, 34, .10);
	min-height: 236px;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: transform .28s cubic-bezier(.22, .61, .36, 1), box-shadow .28s ease
}

.pb-main .product img {
	width: 100%;
	height: 118px;
	object-fit: contain;
	border-radius: 5px;
	background: #f5f0eb;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0
}

.pb-main .price {
	position: static;
	right: 12px;
	top: 12px;
	background: var(--accent);
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	box-shadow: none;
	border-radius: 4px;
	display: inline-flex;
	padding: 0;
	line-height: 1;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: max-content
}

.pb-main .product h3 {
	font-size: 14px;
	line-height: 1.14;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	font-weight: 850;
	font-family: Manrope, system-ui, sans-serif;
	color: #201a16;
	min-height: 35px;
	letter-spacing: -.02em
}

.pb-main .buy {
	height: 34px;
	width: 100%;
	background: linear-gradient(135deg, var(--button), var(--button2));
	color: #fff;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 850;
	border: 0;
	box-shadow: 0 10px 18px rgba(108, 77, 56, .18);
	transition: .2s ease;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font: 800 12px/1 Manrope, system-ui, sans-serif;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	min-height: 38px;
	text-decoration: none;
	font-family: Manrope, system-ui, sans-serif;
	letter-spacing: -.01em
}

.pb-main .hero .label.fill {
	width: auto;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px
}

.pb-main .hero .cta {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px
}

.pb-main .video-card .play {
	z-index: 3
}

.pb-main .update-card .update-text {
	position: relative;
	z-index: 3
}

.pb-main .dog-actions .cta {
	margin-top: 0;
	background: linear-gradient(135deg, var(--accent), #a96649);
	color: #fff;
	box-shadow: 0 8px 15px rgba(201, 122, 85, .18);
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	isolation: isolate
}

.pb-main .parent-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--brown);
	font-weight: 900;
	border-bottom: 2px solid var(--accent);
	font-size: 12px
}

.pb-main .parent-links {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0
}

.pb-main .event-list.home-like {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	display: grid;
	gap: 8px
}

.pb-main .nest-card.love .nest-parents {
	position: relative;
	gap: 8px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background: transparent;
	margin: 0;
	border-bottom: 1px solid var(--line);
	padding: 0
}

.pb-main .nest-card.love .nest-parents:after {
	content: "\2665";
	position: absolute;
	left: 50%;
	top: 75px;
	transform: translate(-50%, -50%);
	background: #fff8f1;
	color: #8b644b;
	border: 1px solid #d6c1b1;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	font-size: 17px;
	box-shadow: var(--shadow2);
	z-index: 2
}

.pb-main .single-video .video-card {
	min-width: 100%;
	height: 170px
}

.pb-main .nest-card.love {
	overflow-x: hidden;
	overflow-y: hidden;
	background: #fff8f1;
	border: 1px solid var(--line);
	box-shadow: var(--shadow2);
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px
}

.pb-main .nest-card.love .cta {
	background: linear-gradient(135deg, var(--accent), #a96649);
	color: #fff
}

.pb-main .video-row .video-card {
	flex: 0 0 112px;
	height: 178px
}

.pb-main .video-row .video-card h3 {
	font-family: Manrope, system-ui, sans-serif;
	font-weight: 800;
	font-size: 13px;
	line-height: 1.1
}

.pb-main .update-card.outline:after {
	display: none
}

.pb-main .slider-controls .arrow-btn {
	width: 36px;
	height: 36px
}

.pb-main .nest-card .nest-copy {
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0
}

.pb-main .nest-card .wait-note {
	background: #ead8ca;
	border-left: 3px solid #6c4d38;
	color: #5d4638
}

.pb-main .nest-card .cta {
	display: none
}

.pb-main .buy:after {
	content: '\2192 ';
	font-weight: 900
}

.pb-main .dog-card .cta {
	font-size: 11px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px
}

.pb-main .treatment-card {
	background: #fff8f1;
	border: 1px solid var(--line);
	box-shadow: var(--shadow2);
	border-radius: 4px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	display: grid;
	grid-template-columns: 26px 1fr auto;
	gap: 10px;
	align-items: center;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 12px;
	cursor: pointer
}

.pb-main .treatment-card img {
	height: 135px;
	width: 100%;
	object-fit: cover
}

.pb-main .treatment-body {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px
}

.pb-main .treatment-body p {
	font-size: 12.5px;
	line-height: 1.45;
	color: var(--muted);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0
}

.pb-main .update-card.outline:before {
	display: none
}

.pb-main .highlight-row {
	padding-bottom: 10px
}

.pb-main .nest-card {
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: var(--shadow2);
	border-radius: var(--r-lg);
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 12px;
	transition: transform .28s cubic-bezier(.22, .61, .36, 1), box-shadow .28s ease
}

.pb-main .nest-parents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0
}

.pb-main .category-section .update-row {
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px
}

.pb-main .shop-row::-webkit-scrollbar {
	display: none
}

.pb-main .product::after {
	content: "\2661";
	position: absolute;
	top: 9px;
	right: 9px;
	width: 29px;
	height: 29px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: #29211c;
	font-size: 20px;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(77, 51, 34, .12);
	z-index: 4
}

.pb-main .product .price {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: max-content;
	background: var(--accent);
	color: #fff;
	box-shadow: none;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	padding: 0
}

.pb-main .product .buy {
	display: none
}

.pb-main .dog-tags {
	position: absolute;
	left: 11px;
	top: auto;
	z-index: 5;
	display: flex;
	gap: 0;
	flex-wrap: nowrap;
	right: 10px;
	align-items: center;
	bottom: calc(12px + 2.05em)
}

.pb-main .dog-tag {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	border-radius: 3px;
	background: var(--accent);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .05em;
	box-shadow: 0 5px 12px rgba(38, 27, 20, .18);
	text-transform: uppercase;
	line-height: 1;
	border: 0;
	white-space: nowrap
}

.pb-main .dog-tag.dark {
	background: rgba(108, 77, 56, .92);
	color: #fff
}

.pb-main .dog-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .58));
	z-index: 2;
	pointer-events: none
}

.pb-main .buy .icon {
	width: 14px;
	height: 14px;
	stroke-width: 1.55
}

.pb-main .arrow-btn .icon {
	width: 14px;
	height: 14px;
	stroke-width: 1.55
}

.pb-main .buy::after {
	content: none
}

.pb-main .dog-card.center .dog-name {
	font-size: 26px;
	max-width: none
}

.pb-main .dog-tags .dog-tag+.dog-tag {
	display: none
}

.pb-main .product:after {
	content: "\2661";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #fff;
	display: grid;
	place-items: center;
	color: #29211c;
	font-size: 21px;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(77, 51, 34, .13);
	z-index: 4
}

.pb-main .dog-card.center .dog-tags {
	bottom: calc(14px + 1.9em);
	top: auto;
	left: 14px;
	right: auto
}

.pb-main .treatment-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.pb-main .treatment-card:has(input:checked) {
	border-color: var(--accent);
	background: #fff3ea;
	box-shadow: 0 10px 22px rgba(201, 122, 85, .14)
}

.pb-main .treatment-card b {
	color: #fff;
	background: var(--brown);
	border-radius: 3px;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	line-height: 1;
	white-space: nowrap
}

.pb-main .update-card.media {
	position: relative
}

.pb-main .update-card.media .media-play {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(32, 26, 22, .55);
	backdrop-filter: blur(2px)
}

.pb-main .update-card.media .media-play .icon {
	width: 15px;
	height: 15px;
	fill: #fff;
	stroke: none
}

.pb-main .insta-grid {
	display: flex;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	flex-wrap: nowrap;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	scroll-padding-left: 0
}

.pb-main .insta-tile {
	position: relative;
	aspect-ratio: 1/1;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: transform .28s cubic-bezier(.22, .61, .36, 1), box-shadow .28s ease
}

.pb-main .insta-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(77, 51, 34, 0);
	transition: background .18s
}

.pb-main .insta-tile:hover::after {
	background: rgba(77, 51, 34, .18)
}

.pb-main .buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: auto;
	min-height: 38px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, .18);
	background: linear-gradient(135deg, var(--accent), #a96548);
	color: #fff;
	box-shadow: 0 9px 18px rgba(111, 72, 49, .18);
	font-family: Manrope, system-ui, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 850;
	text-decoration: none
}

.pb-main .buy svg {
	width: 14px;
	height: 14px;
	stroke-width: 1.6
}

.pb-main .update-row {
	display: grid;
	gap: 12px
}

.pb-main .update-card {
	display: grid;
	grid-template-columns: 108px 1fr;
	gap: 12px;
	align-items: center;
	border-bottom: 1px solid #eaded4;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	background: transparent;
	box-shadow: none
}

.pb-main .update-card.outline {
	border: 2px solid var(--accent);
	box-shadow: inset 0 0 0 1px var(--accent), var(--shadow2);
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background: #fff;
	border-radius: var(--r)
}

.pb-main .update-card img {
	width: 108px;
	height: 84px;
	object-fit: cover;
	border-radius: var(--r)
}

.pb-main .update-card.outline img {
	height: 92px
}

.pb-main .update-text h3 {
	font-family: Manrope, system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.13;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: 850;
	color: var(--brown);
	letter-spacing: -.02em
}

.pb-main .update-text p {
	font-size: 12px;
	line-height: 1.35;
	color: var(--muted);
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0
}

.pb-main .event-list {
	display: grid;
	gap: 9px
}

.pb-main .event-item {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 11px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r);
	box-shadow: var(--shadow2);
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px
}

.pb-main .date-box {
	min-height: 58px;
	background: var(--brown);
	color: #fff;
	display: grid;
	place-items: center;
	text-align: center;
	border-radius: var(--r);
	font-weight: 850;
	line-height: 1
}

.pb-main .date-box span {
	display: block;
	font-size: 18px
}

.pb-main .date-box small {
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase
}

.pb-main .event-copy h3 {
	font-family: Manrope, system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.15;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	color: var(--brown);
	font-weight: 850
}

.pb-main .event-copy p {
	font-size: 12px;
	color: var(--muted);
	line-height: 1.35;
	margin: 0
}

.pb-main .dog-tag {
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	border-radius: 3px;
	background: var(--accent);
	color: #fff;
	border: 0;
	font-size: 9px;
	line-height: 22px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .05em;
	box-shadow: 0 5px 12px rgba(38, 27, 20, .18)
}

.pb-main .nest-card {
	background: #fff8f1;
	border: 1px solid var(--line);
	box-shadow: var(--shadow2);
	border-radius: var(--r);
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 14px;
	margin-left: 18px
}

.pb-main .nest-card .nest-parents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	background: transparent;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	position: relative
}

.pb-main .nest-card .nest-parents:after {
	content: "\2665";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	background: #fff8f1;
	color: var(--accent);
	border: 1px solid var(--line);
	border-radius: 50%;
	box-shadow: var(--shadow2);
	z-index: 2
}

.pb-main .nest-card .nest-parents img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	border-radius: var(--r)
}

.pb-main .shop-row {
	display: grid;
	gap: 18px;
	overflow-x: visible;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	scrollbar-width: none;
	grid-template-columns: repeat(5, 1fr);
	overflow-y: visible
}

.pb-main .shop-row::-webkit-scrollbar {
	display: none
}

.pb-main .product {
	background: #fff;
	border: 1px solid #eee2d8;
	border-radius: var(--r);
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	box-shadow: 0 8px 18px rgba(77, 51, 34, .10);
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative
}

.pb-main .shop-row .product {
	flex: 0 0 146px;
	min-height: 232px
}

.pb-main .product:after {
	content: "\2661";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 31px;
	height: 31px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: #29211c;
	font-size: 21px;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(77, 51, 34, .13);
	z-index: 4
}

.pb-main .product img {
	width: 100%;
	height: 118px;
	object-fit: contain;
	background: #f5f0eb;
	border-radius: var(--r);
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0
}

.pb-main .product h3 {
	font-family: Manrope, system-ui, sans-serif;
	font-size: 14px;
	line-height: 1.14;
	font-weight: 850;
	color: #201a16;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	min-height: 34px;
	letter-spacing: -.02em
}

.pb-main .product .rating {
	font-size: 11px;
	color: #9a6a2f;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0
}

.pb-main .product .price {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: max-content;
	background: var(--accent);
	color: #fff;
	box-shadow: none;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0
}

.pb-main .price {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: max-content;
	background: var(--accent);
	color: #fff;
	box-shadow: none;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0
}

.pb-main .product .buy {
	width: 100%;
	margin-top: 4px
}

.pb-main .hero-intro {
	display: block
}

.pb-main .uitg-side {
	margin-top: 0;
	border-radius: var(--r-lg);
	background: none;
	border: 0;
	padding: 0;
	position: sticky;
	top: 84px;
	align-self: start
}

.pb-main .side-head .eyebrow {
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--accent);
	margin-bottom: 4px
}

.pb-main .side-head h3 {
	font-family: Fraunces, serif;
	font-size: 22px;
	color: var(--brown);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0
}

.pb-main .btn-line-full {
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	font-weight: 700;
	color: var(--brown);
	margin-top: 14px
}

.pb-main .btn-line-full:hover {
	border-color: var(--accent);
	color: var(--accent)
}

.pb-main .gastgezin-band {
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 26px;
	padding-right: 26px;
	padding-bottom: 26px;
	padding-left: 26px;
	display: flex;
	flex-direction: row;
	gap: 36px;
	align-items: stretch
}

.pb-main .gastgezin-band .gg-body .hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 44px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	border-radius: var(--r-md);
	font-weight: 800;
	font-size: 14px;
	align-self: flex-start
}

.pb-main .gastgezin-band .gg-body .hero-btn svg {
	width: 16px;
	height: 16px
}

.pb-main .gastgezin-band .gg-body .hero-btn.primary {
	background: var(--accent);
	color: #fff;
	box-shadow: 0 8px 16px rgba(111, 72, 49, .18)
}

.pb-main .gastgezin-band .gg-body .hero-btn.primary:hover {
	background: #b96a47
}

.pb-main .gastgezin-band .gg-media {
	width: 100%;
	flex: 0 0 46%
}

.pb-main .gastgezin-band .gg-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
	min-height: 300px
}

.pb-main .gastgezin-band .gg-body {
	padding: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.pb-main .gastgezin-band .gg-body .eyebrow {
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--accent);
	margin-bottom: 6px
}

.pb-main .gastgezin-band .gg-body .h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0
}

.pb-main .gastgezin-band .gg-body p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	color: var(--muted);
	line-height: 1.55
}

.pb-main .gastgezin-band .gg-points {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
	padding: 0;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr
}

.pb-main .gastgezin-band .gg-points li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--brown)
}

.pb-main .gastgezin-band .gg-points li .icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: var(--accent);
	margin-top: 1px
}

.pb-main .nest-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px
}

.pb-main .nest-grid .nest-card {
	display: block;
	margin-bottom: 0
}

.pb-main .nest-grid .nest-card .parent-link {
	cursor: default
}

.pb-main .insta-grid::-webkit-scrollbar {
	display: none
}

.pb-main .insta-grid .insta-tile {
	flex: 0 0 calc((100% - 50px) / 6);
	width: calc((100% - 50px) / 6);
	scroll-snap-align: start
}

.pb-main .hero-eyebrow {
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--accent);
	font-weight: 800;
	margin-bottom: 14px
}

.pb-main .hero-title {
	font-family: Fraunces, serif;
	font-size: 46px;
	line-height: 1.04;
	letter-spacing: -.02em;
	color: var(--brown);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0
}

.pb-main .hero-lead {
	font-size: 16px;
	line-height: 1.6;
	color: var(--muted);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
	max-width: 480px
}

.pb-main .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px
}

.pb-main .hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 44px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	border-radius: var(--r-md);
	font-weight: 800;
	font-size: 14px;
	justify-content: center;
	font-family: Manrope, system-ui, sans-serif;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	isolation: isolate
}

.pb-main .hero-btn svg {
	width: 16px;
	height: 16px;
	stroke-width: 1.7;
	transition: transform .2s ease
}

.pb-main .hero-btn.primary {
	background: var(--accent);
	color: #fff;
	box-shadow: 0 8px 16px rgba(111, 72, 49, .18);
	border: 0
}

.pb-main .hero-btn.primary:hover {
	background: #b96a47
}

.pb-main .hero-btn.ghost {
	background: var(--cream);
	color: var(--brown)
}

.pb-main .hero-btn.ghost:hover {
	background: var(--cream2)
}

.pb-main .hero-quick {
	margin-top: 26px
}

.pb-main .hero-quick h2 {
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 800;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0
}

.pb-main .hero-quick .quick-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.pb-main .hero-quick .quick-card {
	flex: 0 0 auto;
	width: auto;
	min-height: 0;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--line);
	font-size: 13px;
	font-weight: 800;
	color: var(--brown);
	box-shadow: 0 4px 12px rgba(77, 51, 34, .05)
}

.pb-main .hero-quick .quick-card:hover {
	border-color: var(--accent);
	color: var(--accent)
}

.pb-main .hero-quick .quick-card .icon {
	width: 16px;
	height: 16px;
	color: var(--accent)
}

.pb-main .uitg-main .update-row {
	grid-template-columns: 1fr;
	gap: 10px;
	padding-left: 0;
	padding-right: 0;
	scroll-padding-left: 0
}

.pb-main .uitg-main .update-card {
	grid-template-columns: 150px 1fr;
	gap: 16px;
	align-items: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: var(--r-lg);
	min-width: 0;
	transition: transform .28s cubic-bezier(.22, .61, .36, 1), box-shadow .28s ease
}

.pb-main .uitg-main .update-card .update-text {
	min-width: 0
}

.pb-main .uitg-main .update-card img {
	width: 150px;
	height: 96px;
	transition: transform .55s cubic-bezier(.22, .61, .36, 1)
}

.pb-main .uitg-main .update-card h3 {
	font-size: 15px
}

.pb-main .uitg-main .update-card.outline {
	border: 1px solid var(--accent);
	box-shadow: 0 8px 22px rgba(77, 51, 34, .08)
}

.pb-main .uitg-main .update-card.outline img {
	height: 100px
}

.pb-main .video-row.highlight-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	overflow-x: visible;
	overflow-y: visible
}

.pb-main .uitg-main .video-row.highlight-row .video-card {
	min-width: 0;
	flex: 1 1 auto;
	width: auto;
	height: 200px
}

.pb-main .uitg-side .event-list {
	grid-template-columns: 1fr;
	gap: 10px
}

.pb-main .dogs-wrap {
	height: auto;
	overflow-x: visible;
	overflow-y: visible;
	padding-top: 0;
	position: relative;
	isolation: isolate
}

.pb-main .dog-card.is-hidden {
	visibility: hidden;
	pointer-events: none
}

.pb-main .dog-stack::-webkit-scrollbar {
	display: none
}

.pb-main .dog-card .dog-tags {
	top: auto;
	bottom: calc(14px + 1.9em);
	left: 14px;
	right: auto
}

.pb-main .dog-card .dog-name {
	max-width: none
}

.pb-main .dog-card.is-active {
	box-shadow: 0 28px 52px rgba(77, 51, 34, .32)
}

.pb-main .shop-row .product .buy {
	height: 40px;
	border-radius: 12px;
	font-weight: 800;
	font-size: 0;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	font-family: Manrope, system-ui, sans-serif;
	background: var(--accent);
	color: #fff;
	border: 0;
	box-shadow: 0 6px 14px rgba(111, 72, 49, .22);
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 40px;
	min-width: 0;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.pb-main .shop-row .added_to_cart {
	display: none !important
}

.pb-main .shop-row .product .buy svg {
	width: 19px;
	height: 19px;
	stroke-width: 1.7
}

.pb-main .shop-row .product .buy .icon {
	width: 19px;
	height: 19px;
	stroke-width: 1.7
}

.pb-main .shop-row .product .buy:hover {
	background: #b96a47
}

.pb-main .hero-card .label.fill {
	border-radius: 3px;
	font-size: 10px;
	font-weight: 900;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	letter-spacing: 0;
	text-transform: none;
	background: var(--accent);
	color: #fff;
	border: 0
}

.pb-main .cat-tabs::-webkit-scrollbar {
	display: none
}

.pb-main .uitg-main .video-row {
	padding-left: 0;
	padding-right: 0;
	scroll-padding-left: 0
}

.pb-main .uitg-layout {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 40px;
	align-items: start
}

.pb-main .uitg-main .video-row.highlight-row {
	grid-template-columns: repeat(4, 1fr)
}

.pb-main .nest-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(77, 51, 34, .16)
}

.pb-main .uitg-main .update-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(77, 51, 34, .16)
}

.pb-main .video-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(77, 51, 34, .16)
}

.pb-main .product:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(77, 51, 34, .16)
}

.pb-main .insta-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(77, 51, 34, .16)
}

.pb-main .insta-tile img {
	transition: transform .55s cubic-bezier(.22, .61, .36, 1)
}

.pb-main .video-card:hover img {
	transform: scale(1.05)
}

.pb-main .insta-tile:hover img {
	transform: scale(1.05)
}

.pb-main .uitg-main .update-card:hover img {
	transform: scale(1.05)
}

.pb-main .hero-btn:hover svg {
	transform: translateX(3px)
}

.pb-main .hero-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgba(0, 0, 0, .14);
	transform: translateX(-101%);
	transition: transform .4s cubic-bezier(.22, .61, .36, 1)
}

.pb-main .hero-btn:hover::before {
	transform: translateX(0)
}

..pb-main .shop-row .product {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0 0 170px;
	min-height: 0;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	background: #fff;
	border: 1px solid #eee2d8;
	border-radius: 14px;
	box-shadow: var(--shadow2)
}

.pb-main .shop-row .product img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	background: #f5f0eb;
	padding: 0;
	border-radius: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 11px;
	margin-left: 0;
	display: block
}

.pb-main .shop-row .product .rating {
	display: none
}

.pb-main .shop-row .product h3 {
	font-family: Fraunces, serif;
	color: var(--brown);
	font-size: 15.5px;
	line-height: 1.25;
	font-weight: 600;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px
}

.pb-main .shop-row .product .price {
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 2px;
	display: flex;
	align-items: center;
	min-height: 40px;
	background: none;
	border: 0;
	border-radius: 0;
	font-family: Fraunces, serif;
	color: var(--brown);
	font-size: 19px;
	font-weight: 600
}

.pb-main .nest-grid .nest-card .treatment-body h3 {
	font-family: Fraunces, serif;
	color: var(--brown);
	font-size: 21px;
	line-height: 1.15;
	font-weight: 600
}

.pb-main .nest-grid .nest-card h3 {
	font-family: Fraunces, serif;
	color: var(--brown);
	font-size: 21px;
	line-height: 1.15;
	font-weight: 600
}

.pb-main .insta-tile:nth-child(1) {
	background-image: url('https://images.unsplash.com/photo-1583512603805-3cc6b41f3edb?auto=format&fit=crop&w=400&q=80')
}

.pb-main .insta-tile:nth-child(2) {
	background-image: url('https://images.unsplash.com/photo-1601758125946-6ec2ef64daf8?auto=format&fit=crop&w=400&q=80')
}

.pb-main .insta-tile:nth-child(3) {
	background-image: url('https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=400&q=80')
}

.pb-main .insta-tile:nth-child(4) {
	background-image: url('https://images.unsplash.com/photo-1561037404-61cd46aa615b?auto=format&fit=crop&w=400&q=80')
}

.pb-main .insta-tile:nth-child(5) {
	background-image: url('https://images.unsplash.com/photo-1518717758536-85ae29035b6d?auto=format&fit=crop&w=400&q=80')
}

.pb-main .insta-tile:nth-child(6) {
	background-image: url('https://images.unsplash.com/photo-1587300003388-59208cc962cb?auto=format&fit=crop&w=400&q=80')
}

.pb-main .event-item {
	transition: transform .28s cubic-bezier(.22, .61, .36, 1), box-shadow .28s ease
}

.pb-main .event-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(77, 51, 34, .16)
}

@media (min-width:768px) and (max-width:1024px) {
	.pb-main .hero {
		padding-top: 40px;
		padding-bottom: 26px;
		gap: 40px
	}

	.pb-main .hero-card {
		height: 360px
	}

	.pb-main .hero-card h1 {
		font-size: 28px
	}

	.pb-main .update-row {
		grid-template-columns: repeat(2, 1fr)
	}

	.pb-main .event-list {
		grid-template-columns: repeat(2, 1fr)
	}

	.pb-main .dog-card {
		width: 210px;
		height: 300px;
		margin-right: -24px;
		margin-left: -24px;
		flex-basis: auto
	}

	.pb-main .dog-card.center {
		width: 210px;
		height: 300px;
		margin-right: -24px;
		margin-left: -24px;
		flex-basis: auto
	}

	.pb-main .dog-card.left {
		width: 210px;
		height: 300px;
		margin-right: -24px;
		margin-left: -24px;
		flex-basis: auto
	}

	.pb-main .dog-card.right {
		width: 210px;
		height: 300px;
		margin-right: -24px;
		margin-left: -24px;
		flex-basis: auto
	}

	.pb-main .insta-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.pb-main .shop-row {
		grid-template-columns: repeat(3, 1fr);
		flex-wrap: nowrap;
		scroll-snap-type: x proximity
	}

	.pb-main .shop-row .product {
		flex: 0 0 200px;
		width: 200px;
		scroll-snap-align: start
	}

	.pb-main .uitg-side {
		margin-top: 26px;
		position: static;
		top: auto
	}

	.pb-main .insta-grid .insta-tile {
		flex: 0 0 28%;
		width: 28%
	}

	.pb-main .hero-title {
		font-size: 38px
	}

	.pb-main .uitg-layout {
		display: block;
		grid-template-columns: none;
		gap: normal;
		align-items: normal
	}

	.pb-main .uitg-main .video-row.highlight-row {
		grid-template-columns: repeat(3, 1fr);
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 14px;
		scrollbar-width: none
	}

	.pb-main .uitg-main .video-row.highlight-row::-webkit-scrollbar {
		display: none
	}
}

@media (max-width:767px) {
	.pb-main .hero {
		padding-top: 12px;
		padding-right: 14px;
		padding-bottom: 10px;
		padding-left: 14px;
		background: linear-gradient(180deg, #fbf6f1, #fffaf5);
		display: flex;
		grid-template-columns: none;
		gap: normal;
		align-items: normal;
		flex-direction: column
	}

	.pb-main .hero-card {
		height: 188px;
		border-radius: var(--r);
		order: 1
	}

	.pb-main .hero-copy {
		left: 13px;
		right: 13px;
		bottom: 13px
	}

	.pb-main .hero-card h1 {
		font-size: 24px;
		max-width: 250px
	}

	.pb-main .cat-tabs {
		padding-right: 18px;
		padding-left: 18px
	}

	.pb-main .update-row {
		gap: 12px;
		grid-template-columns: none
	}

	.pb-main .video-row {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		overflow-y: auto;
		grid-template-columns: none
	}

	.pb-main .video-card {
		border-radius: 4px
	}

	.pb-main .event-list {
		gap: 9px;
		grid-template-columns: none
	}

	.pb-main .dog-stack {
		padding-top: 44px;
		padding-right: calc(50% - 64px);
		padding-bottom: 64px;
		padding-left: calc(50% - 64px)
	}

	.pb-main .dog-card {
		width: 128px;
		height: 182px;
		border-radius: var(--r-lg);
		flex: 0 0 128px;
		margin-right: -20px;
		margin-left: -20px;
		flex-basis: auto
	}

	.pb-main .dog-card.center {
		width: 128px;
		height: 182px;
		border-radius: var(--r-lg);
		flex: 0 0 128px;
		margin-right: -20px;
		margin-left: -20px;
		flex-basis: auto
	}

	.pb-main .dog-card.left {
		flex: 0 0 128px;
		width: 128px;
		height: 182px;
		margin-right: -20px;
		margin-left: -20px;
		border-radius: var(--r-lg);
		flex-basis: auto
	}

	.pb-main .dog-card.right {
		flex: 0 0 128px;
		width: 128px;
		height: 182px;
		margin-right: -20px;
		margin-left: -20px;
		border-radius: var(--r-lg);
		flex-basis: auto
	}

	.pb-main .product {
		border-radius: 6px
	}

	.pb-main .dog-actions .cta {
		background: var(--accent);
		box-shadow: 0 8px 16px rgba(111, 72, 49, .18);
		padding-top: 0;
		padding-right: 18px;
		padding-bottom: 0;
		padding-left: 18px;
		position: static;
		overflow-x: visible;
		overflow-y: visible;
		height: 44px;
		border-radius: var(--r-md);
		border: 0;
		font-weight: 800;
		font-size: 14px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px
	}

	.pb-main .nest-card {
		border-radius: var(--r)
	}

	.pb-main .dog-card.center .dog-tags {
		bottom: calc(12px + 1.9em);
		left: 12px
	}

	.pb-main .insta-grid {
		grid-template-columns: repeat(3, 1fr);
		padding-right: 18px;
		padding-left: 18px;
		scroll-padding-left: 18px
	}

	.pb-main .shop-row {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		grid-template-columns: none;
		overflow-y: auto
	}

	/* Must Haves-categorieën: zelfde horizontale-scroller-behandeling als op
	   de shoppagina zelf (pb-shop.css) — ontbrak hier, dus de tegels werden
	   in plaats daarvan in een krap 4-koloms grid geperst (elk ~67px breed). */
	.pb-main .shop-cats {
		display: flex;
		grid-template-columns: none;
		gap: 10px;
		overflow-x: auto;
		scrollbar-width: none;
		padding-left: 18px;
		padding-right: 18px
	}

	.pb-main .shop-cats::-webkit-scrollbar {
		display: none
	}

	.pb-main .shop-cat {
		flex: 0 0 188px
	}

	.pb-main .hero-intro {
		order: 2;
		padding: 0
	}

	.pb-main .uitg-side {
		margin-top: 26px;
		position: static;
		top: auto;
		padding-left: 18px;
		padding-right: 18px
	}

	.pb-main .btn-line-full {
		border-radius: 10px
	}

	.pb-main .gastgezin-band {
		border-radius: 16px;
		padding-top: 14px;
		padding-right: 14px;
		padding-bottom: 14px;
		padding-left: 14px;
		flex-direction: column;
		gap: 12px;
		align-items: normal
	}

	.pb-main .gastgezin-band .gg-media {
		flex: 0 1 auto
	}

	.pb-main .gastgezin-band .gg-media img {
		height: 220px;
		border-radius: 8px
	}

	.pb-main .gastgezin-band .gg-body {
		flex: 0 1 auto;
		justify-content: normal
	}

	.pb-main .gastgezin-band .gg-points {
		margin-bottom: 14px;
		gap: 8px;
		grid-template-columns: none
	}

	.pb-main .nest-grid {
		grid-template-columns: 1fr
	}

	.pb-main .nest-grid .nest-card {
		margin-left: 0;
		margin-right: 0
	}

	.pb-main .insta-grid .insta-tile {
		flex: 0 0 46%;
		width: 46%
	}

	.pb-main .hero-eyebrow {
		margin-bottom: 0
	}

	.pb-main .hero-title {
		margin-bottom: 0
	}

	.pb-main .hero-lead {
		margin-bottom: 0;
		max-width: none
	}

	.pb-main .hero-actions {
		display: block;
		flex-wrap: nowrap;
		gap: normal
	}

	.pb-main .hero-btn {
		display: block;
		align-items: normal;
		gap: normal;
		height: auto;
		padding-right: 0;
		padding-left: 0;
		justify-content: normal;
		position: static;
		overflow-x: visible;
		overflow-y: visible
	}

	.pb-main .hero-btn svg {
		width: auto;
		height: auto
	}

	.pb-main .hero-quick {
		margin-top: 12px
	}

	.pb-main .hero-quick h2 {
		font-size: 14px;
		color: var(--brown);
		margin-bottom: 8px
	}

	.pb-main .hero-quick .quick-grid {
		display: grid;
		flex-wrap: nowrap;
		gap: 6px;
		grid-template-columns: repeat(4, 1fr)
	}

	.pb-main .hero-quick .quick-card {
		flex: 0 1 auto;
		min-height: 48px;
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		padding-top: 6px;
		padding-right: 3px;
		padding-bottom: 6px;
		padding-left: 3px;
		border-radius: var(--r);
		background: #efe6de;
		border: 1px solid #e4d5c9;
		font-size: 9.5px;
		box-shadow: 0 5px 10px rgba(77, 51, 34, .05)
	}

	.pb-main .hero-quick .quick-card:hover {
		color: var(--brown)
	}

	.pb-main .hero-quick .quick-card .icon {
		width: 18px;
		height: 18px;
		color: var(--brown)
	}

	.pb-main .uitg-main .update-row {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-left: 18px;
		padding-right: 18px
	}

	.pb-main .uitg-main .update-card {
		grid-template-columns: 92px 1fr;
		gap: 12px;
		align-items: center;
		padding: 8px;
		border-radius: var(--r-md);
		background: #fff;
		box-shadow: var(--shadow2);
		min-width: 0
	}

	.pb-main .uitg-main .update-card .update-text {
		min-width: 0
	}

	.pb-main .uitg-main .update-card img {
		width: 92px;
		height: 76px;
		border-radius: var(--r-sm);
		object-fit: cover
	}

	.pb-main .uitg-main .update-card h3 {
		font-family: Fraunces, serif;
		font-weight: 700;
		letter-spacing: -.01em
	}

	.pb-main .uitg-main .update-card.outline {
		border: 2px solid var(--accent);
		box-shadow: var(--shadow2)
	}

	.pb-main .uitg-main .update-card.outline img {
		height: 76px
	}

	.pb-main .uitg-side .event-item {
		padding: 14px;
		gap: 14px;
		grid-template-columns: 64px 1fr
	}

	.pb-main .video-row.highlight-row {
		display: flex;
		grid-template-columns: none;
		gap: 12px;
		overflow-x: auto;
		overflow-y: auto
	}

	.pb-main .uitg-main .video-row.highlight-row .video-card {
		min-width: 168px;
		flex: 0 0 168px;
		width: 168px;
		height: 224px
	}

	.pb-main .uitg-side .event-list {
		grid-template-columns: none;
		gap: 9px
	}

	.pb-main .dogs-wrap {
		padding: 0
	}

	.pb-main .dog-card .dog-tags {
		bottom: calc(12px + 1.9em);
		left: 12px
	}

	.pb-main .dog-card.is-active {
		box-shadow: 0 22px 42px rgba(77, 51, 34, .30)
	}

	.pb-main .hero-card .label.fill {
		border-radius: 2px;
		font-size: 8px;
		font-weight: 800;
		padding-top: 3px;
		padding-right: 6px;
		padding-bottom: 3px;
		padding-left: 6px;
		letter-spacing: .08em;
		text-transform: uppercase;
		color: white;
		border: 1px solid rgba(201, 122, 85, .55)
	}

	.pb-main .cat-tabs::-webkit-scrollbar {
		display: block
	}

	.pb-main .uitg-main .video-row {
		padding-left: 18px;
		padding-right: 18px
	}

	.pb-main .uitg-layout {
		display: block;
		grid-template-columns: none;
		gap: normal;
		align-items: normal
	}

	.pb-main .uitg-main .video-row.highlight-row {
		grid-template-columns: none
	}

	.pb-main .hero-btn::before {
		position: static
	}

	.pb-main .hero-intro .hero-eyebrow {
		display: none
	}

	.pb-main .hero-intro .hero-title {
		display: none
	}

	.pb-main .hero-intro .hero-lead {
		display: none
	}

	.pb-main .hero-intro .hero-actions {
		display: none
	}

	.pb-main .uitg-main .video-row.highlight-row .video-card h3 {
		font-size: 15px
	}

	.pb-main .dog-actions .cta svg {
		width: 16px;
		height: 16px
	}

	.pb-main .dog-actions .arrow-btn {
		width: 38px;
		height: 38px
	}

	.pb-main>.hero {
		padding-left: 14px;
		padding-right: 14px
	}
}

.pb-main .update-section .update-row .update-card:first-child {
	border: 2px solid var(--accent);
	box-shadow: inset 0 0 0 1px var(--accent), var(--shadow2);
	background: #fff;
	border-radius: var(--r);
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px
}

.pb-main .update-section .update-row .update-card:first-child img {
	height: 92px
}

.pb-main .update-section .update-row .update-card:first-child .label {
	background: var(--brown);
	color: #fff;
	border-color: var(--brown)
}

#brxe-anyxnp {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px;
}
