﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.text-blue{color:#1b4156}.text-light-blue{color:#2b688a}.text-red{color:#eb4949}.bg-cream{background:#f5f1e9}.bg-cream-light{background:#faf8f4}body{font-family:"Montserrat","sans-serif";color:#39383c}.text-center{text-align:center}.text-line-through{text-decoration:line-through}.ellipsis::after{content:"";position:absolute;display:inline-block;animation:dotty steps(1, end) .75s infinite;bottom:0}@keyframes dotty{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}100%{content:""}}.quiz-button{text-decoration:none;border:none;padding:10px 25px;border-radius:32px;font-weight:700;text-align:center;font-size:20px;background:#eb4949;color:#fff;cursor:pointer;transition:background .3s ease,color .3s ease,transform .3s ease}@media only screen and (min-width: 768px){.quiz-button{padding:16px 60px}}.quiz-button--small{padding:8px 22px;font-size:16px;font-weight:600;border-radius:24px}@media only screen and (min-width: 768px){.quiz-button--small{padding:10px 28px}}.quiz-button:hover{background:#e83232;color:#fff}.quiz-button:disabled{opacity:.5;cursor:default}.quiz-button--full-width{width:100%}.quiz-dotted-button{cursor:pointer;position:relative;border:none;background:none;padding:0;font-size:12px;font-weight:600;line-height:14.63px;text-align:left;color:#2b688a;padding-bottom:4px;transition:color .3s ease}.quiz-dotted-button:after{content:"";position:absolute;bottom:0;left:0;width:100%;border-bottom:2px dotted #2b688a;transition:border-bottom .3s ease,width .3s ease}.quiz-dotted-button:hover{color:#1f4b63}.quiz-dotted-button:hover:after{border-bottom:2px solid #2b688a}.floating-input{position:relative;width:100%;margin-top:12px}.floating-input__field{width:100%;padding:26px 12px 8px;font-size:16px;border:1px solid #d9d9d9;background-color:#fff;border-radius:8px;box-sizing:border-box}.floating-input__field:focus{outline:none}.floating-input__field:focus+.floating-input__label{top:14px;font-size:12px}.floating-input__field:not(:placeholder-shown)+.floating-input__label{top:14px;font-size:12px}.floating-input__label{position:absolute;top:50%;left:12px;transform:translateY(-50%);font-size:16px;color:#888;pointer-events:none;transition:all .2s ease}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.quiz-step-container{position:relative;flex-direction:column;display:flex;justify-content:space-between;overflow:auto;min-height:calc(100dvh - 88px)}@media only screen and (min-width: 1024px){.quiz-step-container{min-height:calc(100dvh - 173px);flex-direction:row}}.quiz-step-container--single{justify-content:center}.hidden{display:none !important}.w-100{width:100%}@media only screen and (min-width: 768px){.hidden-desktop{display:none !important}}.hidden-mobile{display:none !important}@media only screen and (min-width: 1024px){.hidden-mobile{display:flex !important}}.modal{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;opacity:0;visibility:hidden;transition-duration:.8s;transition-property:opacity,visibility;transition-timing-function:ease-in-out;-webkit-transition-duration:.3s;-webkit-transition-property:opacity,visibility;-webkit-transition-timing-function:ease-in-out}.modal--visible{opacity:1;visibility:visible}.modal-content{display:flex;flex-direction:column;justify-content:center;background-color:#fff;border-radius:4px;position:relative;width:100%;overflow:auto;max-height:calc(100dvh - 100px)}@media only screen and (min-width: 1024px){.modal-content{max-width:640px;height:auto;display:block}}.modal-content--inner{padding:16px}.modal-content--start{justify-content:flex-start}.modal-title{font-family:"Montserrat",sans-serif;font-size:24px;font-weight:700;line-height:29.26px;text-align:center}.modal-text{font-family:"Montserrat",sans-serif;margin:0;font-size:16px;font-weight:400;line-height:20px;letter-spacing:0;color:#39383c;text-align:center;margin-bottom:15px}.modal-text:not(:last-of-type){margin-bottom:16px}@media only screen and (min-width: 1024px){.modal-text{text-align:left}}.modal-text--center{text-align:center}.close-modal{position:absolute;top:10px;right:20px;font-size:32px;z-index:1;cursor:pointer}@media only screen and (min-width: 1024px){.close-modal{max-width:640px}}.dog-quiz-toast{padding:16px;font-size:14px;font-weight:400;line-height:17.07px;text-align:left;color:#fff;background:#2b688a;box-shadow:0 4px 8px 0 rgba(0,0,0,.2509803922);border-radius:16px;position:fixed;bottom:86px;width:calc(100% - 80px);margin:20px;z-index:1}@media only screen and (min-width: 1024px){.dog-quiz-toast{width:calc(50% - 56px)}}.dog-quiz-toast__link{cursor:pointer;display:inline-block;font-size:16px;font-weight:400;line-height:20px;letter-spacing:0;color:#2b688a}.dog-quiz-toast__link:hover{color:#255977}.quiz-error-container{background:#eb4949;box-shadow:0 4px 8px 0 rgba(0,0,0,.2509803922);border-radius:16px;position:fixed;bottom:86px;width:calc(100% - 40px);margin:20px;z-index:1}@media only screen and (min-width: 1024px){.quiz-error-container{width:calc(50% - 24px)}}.dog-quiz-error-message{padding:16px;font-size:14px;font-weight:400;line-height:17.07px;text-align:left;color:#fff;margin:0}.dog-quiz-error-message__link{cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:17.07px;color:#fff}.dog-quiz-error-message__link:hover{color:#f2f2f2}.quiz-header{position:relative}.quiz-header__wrapper{width:100%;margin:auto;position:relative;z-index:999;background:#fff;border-bottom:1px solid #ddd;height:92px}.quiz-header__back{position:absolute;font-size:24px;left:30px;top:calc(50% - 8px);background:none;border:none;cursor:pointer;transform:translate(-50%, 0);transition:color ease-in-out .2s}.quiz-header__back:hover{color:#2b688a}.quiz-header__bar{height:8px;background:#ddd;position:relative}.quiz-header__bar--yellow{display:block;width:0;background:#2b688a;height:8px;position:absolute;left:0;border-radius:0 8px 8px 0;transition:width .5s ease}.quiz-header__logo-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.quiz-header__logo{display:block;width:194px;margin:0 auto;padding:16px 0}.quiz-footer{position:fixed;z-index:1;bottom:0;left:0;box-shadow:0px -4px 8px 0px rgba(0,0,0,.1019607843);width:100%;height:65px;display:flex;justify-content:space-around;align-items:center;background:#fff;text-align:center}@media only screen and (min-width: 768px){.quiz-footer{height:80px}}.quiz-footer__button{text-decoration:none;border:none;padding:10px 25px;border-radius:32px;font-weight:700;text-align:center;font-size:20px;background:#eb4949;color:#fff;cursor:pointer;transition:background .3s ease,color .3s ease,transform .3s ease}@media only screen and (min-width: 768px){.quiz-footer__button{padding:16px 60px}}.quiz-footer__button--small{padding:8px 22px;font-size:16px;font-weight:600;border-radius:24px}@media only screen and (min-width: 768px){.quiz-footer__button--small{padding:10px 28px}}.quiz-footer__button:hover{background:#e83232;color:#fff}.quiz-footer__button:disabled{opacity:.5;cursor:default}.quiz-footer__button--outline{color:#888;border:2px solid #888;background:#fff}.quiz-footer__button--outline:hover{color:#888;background:#f2f2f2}.quiz-discount-banner{width:100%;background-color:#eb4949}.quiz-discount-banner__content{padding:14px 16px;text-align:center;color:#fff;font-weight:500;font-size:12px}@media only screen and (min-width: 1024px){.quiz-discount-banner__content{font-size:14px}}.quiz-step-question{width:auto;min-height:calc(100dvh - 255px);padding:24px 16px;overflow:auto}@media only screen and (min-width: 1024px){.quiz-step-question{min-height:calc(100dvh - 292px);max-height:calc(100dvh - 292px);width:50%;padding-top:48px}}.quiz-step-question--full-width{width:auto;padding:16px;margin:32px 0;min-height:unset}@media only screen and (min-width: 1024px){.quiz-step-question--full-width{margin:16px 22px 42px;min-height:unset;width:100%}}.quiz-step-question__wrapper{width:auto;height:100%;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;min-height:calc(100dvh - 266px)}@media only screen and (min-width: 1024px){.quiz-step-question__wrapper{width:358px;min-height:unset}}.quiz-step-question__wrapper--space-between{justify-content:space-between}.quiz-step-question__content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.quiz-step-question__heading{font-family:"Playfair Display",serif;font-size:24px;font-weight:700;line-height:31.99px;text-align:center;color:#39383c;margin:0 0 16px}.quiz-step-question__underscore{position:relative}.quiz-step-question__underscore:after{content:"";position:absolute;display:block;bottom:-13px;left:0;width:100%;height:20px;background-image:url("/cdn/shop/files/bb_underline.svg?v=1734457233");background-repeat:no-repeat;background-size:contain;background-position:center;margin-top:5px}.quiz-step-question__underscore--white:after{background-image:url("/cdn/shop/files/bb_underline_white.svg?v=1737396755")}.quiz-step-question__text{font-size:20px;font-weight:400;line-height:36px;letter-spacing:0;max-width:306px;width:100%;margin:0 0 15px;text-align:center}.quiz-step-question__label{font-size:16px;font-weight:600;line-height:19.5px;margin:0 0 8px;text-align:center}.quiz-step-question__help{color:#888;font-size:12px;font-style:italic;font-weight:500;line-height:14.63px;text-align:center;width:100%;max-width:250px;margin:8px auto 0}.quiz-step-question__help a{color:#888;text-decoration:underline}.quiz-step-question__help a:hover{color:#7b7b7b}.quiz-step-question__sub-text{font-size:14px;font-weight:400;line-height:17.07px;text-align:center;color:#888;max-width:257px;margin:0 auto 24px}.quiz-step-question__input-row{display:flex;justify-content:center;gap:1rem;margin-bottom:16px;width:100%}.quiz-step-question__input-row--extra-spacing{margin-bottom:24px}.quiz-step-question__input{background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;border:1px solid #ddd;padding:8px 12px;height:36px;width:100%;font-size:16px;font-weight:400;line-height:19.5px;color:#39383c}.quiz-step-question__input:focus-visible{outline:none}.quiz-step-question__input.has-error{color:#39383c;border-bottom:2px #eb4949 solid;background-color:rgba(235,73,73,.25)}.quiz-step-question__input::placeholder{color:#888}.quiz-step-question__input-select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.quiz-step-question__input-select:after{content:"";font-family:"Font Awesome 6 Pro",serif;color:#39383c;font-weight:700;position:absolute;right:5px;top:50%;transform:translateY(-50%);font-size:12px;z-index:1;pointer-events:none;box-sizing:border-box}.quiz-step-question__input-radio{width:100%;display:flex;align-items:center;justify-content:start;border:2px solid #d9d9d9;background-color:#fff;border-radius:8px;padding:12px;transition:all .3s ease-in-out;font-size:16px;font-weight:400;line-height:19.5px;text-align:left}.quiz-step-question__input-radio:not(.no-select){cursor:pointer}.quiz-step-question__input-radio:not(.no-select):has(input:checked){border-color:#2b688a}.quiz-step-question__input-radio:not(.no-select):hover{border-color:#2b688a}.quiz-step-question__input-radio input{display:none}.quiz-step-question__input-radio .custom-radio-check{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:2px solid #d9d9d9;margin-right:12px;position:relative;font-size:1rem;flex-shrink:0;border-radius:50%}.quiz-step-question__input-radio .custom-radio-check::before{content:"";font-family:"Font Awesome 6 Pro",serif;transform:rotate(-8deg);font-weight:300;font-size:14px;color:#fff;display:none}.quiz-step-question__input-radio input:checked+.custom-radio-check{border-color:#2b688a;background-color:#2b688a;outline:2px solid #2b688a;outline-offset:1px}.quiz-step-question__input-radio input:checked+.custom-radio-check::before{display:inline-block}.quiz-step-question__input-radio-content{display:flex;flex-direction:column;padding-right:25px}.quiz-step-question__input-radio-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;line-height:19.5px;text-align:left}.quiz-step-question__input-radio-help{display:block;font-size:12px;font-weight:400;line-height:14.63px;text-align:left}.quiz-step-question__input-radio-image{border-radius:4px;margin-left:auto;object-fit:cover;object-position:center}.quiz-step-question__input-radio-image--dog{padding:10px 0;object-fit:contain;object-position:center}.quiz-step-question__input-checkbox{width:100%;display:flex;align-items:center;justify-content:start;border:2px solid #d9d9d9;background-color:#fff;border-radius:8px;padding:12px;transition:all .3s ease-in-out;font-size:16px;font-weight:400;line-height:19.5px;text-align:left}.quiz-step-question__input-checkbox:not(.no-select){cursor:pointer}.quiz-step-question__input-checkbox:not(.no-select):has(input:checked){border-color:#2b688a}.quiz-step-question__input-checkbox:not(.no-select):hover{border-color:#2b688a}.quiz-step-question__input-checkbox input{display:none}.quiz-step-question__input-checkbox .custom-radio-check{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:2px solid #d9d9d9;margin-right:12px;position:relative;font-size:1rem;flex-shrink:0}.quiz-step-question__input-checkbox .custom-radio-check::before{content:"";font-family:"Font Awesome 6 Pro",serif;transform:rotate(-8deg);font-weight:300;font-size:14px;color:#fff;display:none}.quiz-step-question__input-checkbox input:checked+.custom-radio-check{border-color:#2b688a;background-color:#2b688a;outline:2px solid #2b688a;outline-offset:1px}.quiz-step-question__input-checkbox input:checked+.custom-radio-check::before{display:inline-block}.quiz-step-question__input-dotted{width:32px;background:#faf8f4;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align-last:center;border-radius:0;border:none;border-bottom:2px #3b8fbd dotted;text-align:center;color:#3b8fbd}.quiz-step-question__input-dotted:focus-visible{outline:none;border-bottom:2px #3b8fbd solid}.quiz-step-question__input-dotted::placeholder{color:#aaa}.quiz-step-question__input--dog-name{width:74px}.quiz-step-question__input--activity{padding:5px 5px 5px 12px}.quiz-step-question__input--body-type{padding:0 8px 0 12px}.quiz-step-question .svg--dog-paws{margin:8px 0 32px}.quiz-step-question__calculating{font-size:16px;font-weight:400;line-height:19.5px;text-align:left;color:#888;position:relative}.quiz-step-question__calculating-container{margin-top:32px;display:flex;flex-direction:column;align-items:center;justify-content:center}.quiz-step-question__calculating-container .svg--dog-and-puppy{margin-bottom:36px}.quiz-step-question__calculating .fa{color:#d9d9d9;margin-right:13px;font-size:24px}.quiz-step-question__calculating--active .fa{color:#2b688a}.quiz-step-question__list{list-style:none;padding:0 0 64px;margin:0}.quiz-step-question__list .fa{margin-right:13px;color:#2b688a;font-size:28px}.quiz-step-question__list-item{display:flex;align-items:center;justify-content:start;font-size:14px;font-weight:400;line-height:17.07px;text-align:left}.quiz-step-question__list-item:not(:last-child){margin-bottom:16px}.quiz-step-content{margin-bottom:65px;width:100%;background:url("/cdn/shop/files/pet_icons_texture.png?v=1732815737") repeat scroll top left;background-color:#1b4156;background-size:auto}@media only screen and (min-width: 1024px){.quiz-step-content{width:50%;margin-bottom:0;margin-left:auto}}.quiz-step-hint{margin-top:16px;padding:16px;border-radius:8px;background-color:#fff}.quiz-step-hint__title{font-size:14px;font-weight:700;line-height:17.07px;text-align:left;margin:0 0 12px;display:flex;gap:10px}.quiz-step-hint__icon{font-size:16px;font-weight:400;line-height:19.5px;text-align:center}.quiz-step-hint__text{font-size:14px;font-weight:400;line-height:17.07px;text-align:left;margin:0}.quiz-recommendation-card{position:relative;display:block}.quiz-recommendation-card__frequency{border-top:1px solid #ddd;padding-top:12px;display:flex;align-items:center;justify-content:flex-start}.quiz-recommendation-card__frequency .quiz-step-question__input{font-size:14px}.quiz-recommendation-card__frequency .quiz-step-question__input-select{width:120px}.quiz-recommendation-card__frequency .quiz-recommendation-card__frequency-label{font-size:14px;width:110px}.quiz-recommendation-card__addons{display:block;margin-top:15px}.quiz-recommendation-card__label{width:auto}.quiz-recommendation-card__container{display:flex;flex-direction:column;gap:16px;margin-bottom:3rem}.quiz-recommendation-card__content{display:flex;gap:16px;margin-bottom:16px}.quiz-recommendation-card__content--center{align-items:center}.quiz-recommendation-card__pricing{display:flex;align-items:center;gap:37px;margin-top:4px}.quiz-recommendation-card__pricing-item{display:flex;flex-direction:column}.quiz-recommendation-card__pricing-divider{padding-right:15px;border-right:1px solid #ddd}.quiz-recommendation-card__pricing-title{color:#888;font-size:8px;font-weight:600;line-height:9.75px;letter-spacing:.1em;margin-bottom:2px}.quiz-recommendation-card__pricing-total{font-size:14px;font-weight:500;line-height:17.07px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.quiz-recommendation-card__pricing-total--green{color:#2b8a48}.quiz-recommendation-card__image{background-color:#faf8f4;border-radius:16px;object-fit:cover;object-position:center}.quiz-recommendation-card__list{list-style:none;padding:0;margin:0}.quiz-recommendation-card__list .fa{margin-right:6px;color:#2b688a;font-size:18px}.quiz-recommendation-card__list-item{font-size:12px;font-weight:400;line-height:14.63px;text-align:left;display:flex;align-items:center}.quiz-recommendation-card__list-item:not(:last-child){margin-bottom:10px}.quiz-recommendation-card__summary{margin-top:0;margin-bottom:8px;font-size:12px;font-weight:400;line-height:14.63px;text-align:left}.quiz-recommendation-card__load-more{align-self:center;text-align:center}.quiz-recommendation-card__add-to-cart{margin-top:16px}.quiz-info-card{display:flex;position:relative;flex-direction:column;margin-bottom:32px}.quiz-info-card__image{width:100%;height:100%;max-height:246px;object-fit:cover;object-position:center;border-radius:16px 16px 0 0}.quiz-info-card__content{display:flex;flex-direction:column;padding:16px;justify-content:center;align-items:center;background-color:#1b4156;border-radius:0 0 16px 16px}.quiz-info-card__text{color:#fff;font-size:18px;font-weight:400;line-height:21.94px;text-align:center}.quiz-info-card__text--bold{font-size:18px;font-style:italic;font-weight:700;line-height:21.94px;text-align:center}.quiz-guarantee{width:auto;max-width:358px;border:1px solid #2b8a48;border-radius:8px;background-color:#e5ede3;padding:8px;text-align:center;margin:0 auto 3rem}.quiz-guarantee__wrapper{width:100%}.quiz-guarantee__text{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;line-height:14.63px;color:#2b8a48;text-align:center;font-weight:600}.quiz-guarantee__sub-text{font-weight:400;color:#2b8a48;font-size:12px;line-height:14.63px;text-align:center}#quiz-press-section{text-align:center;width:100%;max-width:358px;margin-left:auto;margin-right:auto}#quiz-press-section .quiz-step-question__heading{font-size:24px;font-family:"Playfair Display",serif;font-weight:700;line-height:31.99px;color:#39383c;margin-bottom:24px}#quiz-press-section .press-quote-stack{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;margin-bottom:30px}#quiz-press-section .press-quote{background-color:#fff;border-radius:16px;padding:8px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:box-shadow .2s ease,transform .2s ease}#quiz-press-section .press-quote:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.08)}#quiz-press-section .press-quote .press-logo{margin-bottom:16px}#quiz-press-section .press-quote .press-logo img{display:block;margin:0 auto;max-width:180px;height:auto}#quiz-press-section .press-quote p{font-size:14px;font-weight:400;line-height:17.07px;color:#888;font-style:italic;margin:0}@media only screen and (min-width: 1024px){#quiz-press-section{max-width:358px}#quiz-press-section .press-quote-stack{gap:32px}#quiz-press-section .press-quote{padding:20px}#quiz-press-section .press-quote .press-logo img{max-width:200px}#quiz-press-section .press-quote p{font-size:14px;line-height:19px}}.quiz-confirmation{position:relative}.quiz-confirmation__container{width:100%}.dog-quiz-reviews{position:relative;padding:32px 0}@media only screen and (min-width: 1024px){.dog-quiz-reviews{min-height:calc(100dvh - 174px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 1024px){.dog-quiz-reviews .swiper-wrapper{width:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:0 80px;transform:unset !important}}.dog-quiz-reviews .swiper-slide{width:80vw;height:auto}@media only screen and (min-width: 1024px){.dog-quiz-reviews .swiper-slide{width:100% !important;margin:0 !important}}.dog-quiz-reviews__heading{max-width:243px;color:#fff;font-size:20px;font-weight:700;line-height:24.38px;text-align:center;margin:0 auto 24px;padding-left:32px;padding-right:32px}@media only screen and (min-width: 1024px){.dog-quiz-reviews__heading{padding-left:80px;padding-right:80px}}.dog-quiz-reviews__slide{display:flex;min-height:unset;flex-direction:column;height:100%}@media only screen and (min-width: 1024px){.dog-quiz-reviews__slide{flex-direction:row;min-height:115px}}@media only screen and (min-width: 1024px){.dog-quiz-reviews__slide:not(:last-child){margin-bottom:16px}}.dog-quiz-reviews__slide-image{width:100%;height:auto;max-height:250px;object-fit:cover;object-position:center;border-radius:16px 16px 0 0}@media only screen and (min-width: 1024px){.dog-quiz-reviews__slide-image{border-radius:8px 0 0 8px;max-width:115px}}.dog-quiz-reviews__slide-content{background:#fff;display:flex;flex-direction:column;padding:12px 15px;border-radius:0 0 16px 16px;width:auto;height:100%}@media only screen and (min-width: 1024px){.dog-quiz-reviews__slide-content{height:auto;width:100%;border-radius:0 16px 16px 0}}.dog-quiz-reviews__slide-stars{display:flex;gap:3px;margin-bottom:12px;justify-content:center}.dog-quiz-reviews__slide-stars .fa{color:#ffcb0b}@media only screen and (min-width: 1024px){.dog-quiz-reviews__slide-stars{justify-content:start}}.dog-quiz-reviews__slide-text{margin:0 0 12px;font-size:14px;font-style:italic;font-weight:400;line-height:17.07px;justify-content:center;text-align:center}@media only screen and (min-width: 1024px){.dog-quiz-reviews__slide-text{justify-content:start;text-align:left}}.dog-quiz-reviews__slide-name{margin:0;font-size:14px;font-weight:700;line-height:17.07px;justify-content:center;text-align:center}@media only screen and (min-width: 1024px){.dog-quiz-reviews__slide-name{justify-content:start;text-align:left}}.dog-quiz-recommendation-content{width:auto;min-height:calc(100dvh - 255px);padding-top:48px;overflow:auto}@media only screen and (min-width: 1024px){.dog-quiz-recommendation-content{min-height:calc(100dvh - 218px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0}}.dog-quiz-recommendation-content-heading{font-family:"Playfair Display",serif;font-size:24px;font-weight:700;line-height:31.99px;text-align:center;color:#fff;margin:50px 0 40px}.dog-quiz-recommendation-rows{display:flex;flex-direction:column;gap:48px}@media only screen and (min-width: 1024px){.dog-quiz-recommendation-rows{min-height:calc(100dvh - 292px);max-height:calc(100dvh - 292px);max-width:1000px}}.dog-quiz-row{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;transition:transform .3s ease,box-shadow .3s ease;padding:0 40px}.dog-quiz-row:hover{transform:translateY(-4px)}.dog-quiz-row:last-child{padding-bottom:32px}@media only screen and (min-width: 1024px){.dog-quiz-row{padding:0 80px;flex-direction:row;align-items:center;text-align:left}.dog-quiz-row.dog-quiz-row--reverse{flex-direction:row-reverse}}.dog-quiz-row__image{flex:1;display:flex;justify-content:center}.dog-quiz-row__image img{width:100%;max-width:280px;border-radius:16px;object-fit:cover;box-shadow:0 10px 20px rgba(0,0,0,.15);transition:transform .4s ease,box-shadow .4s ease}.dog-quiz-row__image img:hover{transform:scale(1.03);box-shadow:0 15px 30px rgba(0,0,0,.2)}.dog-quiz-row__content{flex:1;background:#fff;padding:24px;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.08);transition:box-shadow .3s ease}.dog-quiz-row__content:hover{box-shadow:0 12px 28px rgba(0,0,0,.12)}.dog-quiz-row__content h3{font-family:"Playfair Display",serif;font-size:22px;font-weight:700;color:#39383c;margin:0 0 16px}.dog-quiz-row__content p{font-size:12px;line-height:1.6;color:#444}.how-it-works{margin-bottom:3rem;text-align:center;max-width:376px}.how-it-works .container{max-width:680px;margin:0 auto}.how-it-works .paw-icon{font-size:3rem;color:#ffcb0b;margin-bottom:1rem}.how-it-works .title{margin-bottom:1rem}.how-it-works .step-card{display:flex;flex-direction:column;gap:1.25rem;align-items:center;text-align:center;background:#fff;border:3px solid #eb4949;border-radius:16px;padding:1.5rem}.how-it-works .step-card .icon img{width:90px;height:auto}.how-it-works .step-card ul{text-align:left;padding-left:20px}.how-it-works .step-card li{margin-bottom:.5rem}.how-it-works .step-card .step-title{margin:0 0 .5rem;font-size:1.5rem;color:#eb4949;font-weight:700}.how-it-works .connector{height:60px;width:3px;background:#eb4949;margin:0 auto}.how-it-works--accordion .how-it-works__toggle{width:100%;background:#fff;border:1px solid #d9d9d9;border-radius:8px;padding:1.25rem 1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.1rem;font-weight:700;color:#39383c;transition:all .25s ease}.how-it-works--accordion .how-it-works__toggle:hover{transform:translateY(-2px)}.how-it-works--accordion .how-it-works__toggle:active{transform:translateY(0)}.how-it-works--accordion .how-it-works__toggle-left{display:flex;align-items:center;gap:.75rem}.how-it-works--accordion .how-it-works__toggle-left i{font-size:1.25rem;color:#ffcb0b}.how-it-works--accordion .how-it-works__panel{overflow:hidden;max-height:0;opacity:0;transform:translateY(-8px);transition:max-height .35s ease,opacity .25s ease,transform .25s ease}.how-it-works--accordion.is-open .how-it-works__panel{max-height:1400px;opacity:1;transform:translateY(0);margin-top:1.25rem}.how-it-works--accordion.is-open .fa-chevron-down{transform:rotate(180deg)}.how-it-works--accordion .fa-chevron-down{transition:transform .25s ease}.plan-summary{background:#fff;border:2px solid #39383c;border-radius:8px;padding:20px;color:#39383c;max-width:420px;margin-bottom:3rem}.plan-summary__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.plan-summary__title{font-size:18px;font-weight:600;color:#39383c;margin:0}.plan-summary__badge{font-size:12px;font-weight:600;text-transform:uppercase;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid #d9d9d9;color:#2b688a;letter-spacing:.5px}.plan-summary__rows{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.plan-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.plan-summary__row .label{color:#888}.plan-summary__row .value{color:#39383c;font-weight:700;text-align:right}.plan-summary__note{font-size:12px;line-height:1.5;color:#aaa;margin:0}.ingredients-nutrition-content{margin-top:24px}.recipe-section{margin-bottom:40px}.recipe-section:last-child{margin-bottom:0}.recipe-title{font-size:20px;font-weight:700;margin:0 0 20px;color:#39383c;text-transform:uppercase;letter-spacing:.5px}.nutrition-table{margin-bottom:28px;background-color:#faf8f4;border-radius:12px;padding:20px;border:1px solid #d9d9d9}.nutrition-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #d9d9d9}.nutrition-row:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.nutrition-label{display:flex;align-items:center;font-size:16px;font-weight:500;color:#39383c;flex:1}.nutrition-value{font-size:18px;font-weight:700;color:#2b688a;min-width:80px;text-align:right}.ingredients-list{margin-top:28px;margin-bottom:28px;background-color:#fff;border-radius:12px;padding:24px;border:1px solid #d9d9d9}.ingredients-list p{font-size:15px;font-weight:400;line-height:1.8;color:#39383c;text-align:left;margin:0}.calorie-info{margin-top:28px;padding-top:24px;border-top:2px solid #d9d9d9}.calorie-box{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px;border:2px solid #2b688a;border-radius:12px;background-color:#faf8f4;box-shadow:0 2px 8px rgba(0,0,0,.05)}.calorie-text{display:flex;flex-direction:column;gap:6px;font-size:16px;font-weight:600;color:#39383c;text-align:center}.calorie-text div{line-height:1.5}.calorie-text div:first-child{font-size:18px;font-weight:700;color:#2b688a}