.gvs-whats-included{color:var(--gvs-wi-text);padding-block:var(--gvs-wi-section-padding-top) var(--gvs-wi-section-padding-bottom)}.gvs-whats-included__outer{max-width:var(--gvs-wi-max-width);margin-inline:auto;padding-inline:20px}.gvs-whats-included__panel{display:grid;gap:clamp(20px,3vw,36px);padding:var(--gvs-wi-padding);border:1px solid color-mix(in srgb,var(--gvs-wi-border) 82%,transparent);border-radius:var(--gvs-wi-radius);background:var(--gvs-wi-panel-bg);box-shadow:0 18px 48px #0000000f;overflow:hidden}.gvs-whats-included--layout-split .gvs-whats-included__panel{grid-template-columns:minmax(0,.84fr) minmax(0,1.35fr);align-items:start}.gvs-whats-included--layout-compact .gvs-whats-included__panel{padding:max(18px,calc(var(--gvs-wi-padding) * .72));gap:18px}.gvs-whats-included--dark{--gvs-wi-panel-bg: #101010;--gvs-wi-card-bg: #171717;--gvs-wi-text: #ffffff;--gvs-wi-muted: #c9c9c9;--gvs-wi-border: rgba(255, 255, 255, .14)}.gvs-whats-included--accent{--gvs-wi-panel-bg: #101010;--gvs-wi-card-bg: #ffffff;--gvs-wi-text: #111111;--gvs-wi-muted: #4b4b4b;--gvs-wi-border: color-mix(in srgb, var(--gvs-wi-accent) 45%, #111111)}.gvs-whats-included--minimal .gvs-whats-included__panel{border:0;box-shadow:none;background:transparent;padding-inline:0}.gvs-whats-included__intro{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.gvs-whats-included__eyebrow,.gvs-whats-included__item-badge,.gvs-whats-included__quantity{margin:0;color:var(--gvs-wi-text);font-size:.72rem;font-weight:800;line-height:1.1;letter-spacing:.04em;text-transform:uppercase}.gvs-whats-included__eyebrow{padding-inline-start:9px;border-inline-start:3px solid var(--gvs-wi-accent)}.gvs-whats-included__heading{margin:0;color:var(--gvs-wi-text);font-size:clamp(2rem,4.2vw,4rem);line-height:.95;letter-spacing:-.035em;text-wrap:balance}.gvs-whats-included__text,.gvs-whats-included__note,.gvs-whats-included__empty{color:var(--gvs-wi-muted);font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.65}.gvs-whats-included__text>*,.gvs-whats-included__note>*,.gvs-whats-included__empty>*{margin-block:0}.gvs-whats-included__note{width:100%;padding:14px 16px;border:1px solid color-mix(in srgb,var(--gvs-wi-accent) 42%,transparent);border-radius:min(16px,var(--gvs-wi-card-radius));background:color-mix(in srgb,var(--gvs-wi-accent) 9%,transparent)}.gvs-whats-included__count{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid color-mix(in srgb,var(--gvs-wi-border) 80%,transparent);border-radius:999px;background:color-mix(in srgb,var(--gvs-wi-card-bg) 78%,transparent)}.gvs-whats-included__count-number{display:grid;min-width:32px;min-height:32px;place-items:center;border-radius:999px;background:var(--gvs-wi-accent);color:#111;font-weight:900;line-height:1}.gvs-whats-included__count-label{color:var(--gvs-wi-text);font-size:.82rem;font-weight:800;text-transform:uppercase}.gvs-whats-included__button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:12px 18px;border-radius:999px;background:var(--gvs-wi-accent);color:#111;font-size:.82rem;font-weight:900;line-height:1;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease}.gvs-whats-included__button:hover{transform:translateY(-1px);box-shadow:0 14px 28px color-mix(in srgb,var(--gvs-wi-accent) 26%,transparent)}.gvs-whats-included__content{display:grid;gap:18px;min-width:0}.gvs-whats-included__media{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--gvs-wi-border) 70%,transparent);border-radius:var(--gvs-wi-image-radius);background:#fff}.gvs-whats-included__image{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.gvs-whats-included__image-badge{position:absolute;inset-block-start:14px;inset-inline-end:14px;padding:8px 11px;border-radius:999px;background:var(--gvs-wi-accent);color:#111;font-size:.72rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase}.gvs-whats-included__grid{display:grid;grid-template-columns:repeat(var(--gvs-wi-columns),minmax(0,1fr));gap:var(--gvs-wi-gap)}.gvs-whats-included__item{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;min-width:0;min-height:100%;padding:18px;border:1px solid color-mix(in srgb,var(--gvs-wi-border) 78%,transparent);border-radius:var(--gvs-wi-card-radius);background:var(--gvs-wi-card-bg);box-shadow:0 12px 26px #0000000b;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.gvs-whats-included__item:hover{border-color:color-mix(in srgb,var(--gvs-wi-accent) 72%,var(--gvs-wi-border));transform:translateY(-2px);box-shadow:0 18px 36px #00000014}.gvs-whats-included--cards-outlined .gvs-whats-included__item{box-shadow:none}.gvs-whats-included--cards-accent .gvs-whats-included__item:before{content:"";position:absolute;inset-block:14px;inset-inline-start:0;width:4px;border-radius:999px;background:var(--gvs-wi-accent)}.gvs-whats-included--cards-compact .gvs-whats-included__item{padding:14px;box-shadow:none}.gvs-whats-included__item-image-wrap{overflow:hidden;align-self:start;width:64px;border-radius:min(14px,var(--gvs-wi-image-radius));background:#f6f6f6}.gvs-whats-included__item-image{display:block;width:100%;aspect-ratio:1;object-fit:contain}.gvs-whats-included__item-content{display:flex;flex-direction:column;justify-content:center;min-width:0;gap:5px}.gvs-whats-included__item-title{margin:0;padding-block:.03em .12em;color:var(--gvs-wi-text);font-size:clamp(.9rem,1vw,1.02rem);font-weight:900;line-height:1.18;letter-spacing:-.02em;text-wrap:pretty}.gvs-whats-included__description{margin:3px 0 0;color:var(--gvs-wi-muted);font-size:.9rem;line-height:1.48}@media screen and (max-width:989px){.gvs-whats-included--layout-split .gvs-whats-included__panel{grid-template-columns:1fr}.gvs-whats-included__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.gvs-whats-included__outer{padding-inline:14px}.gvs-whats-included__panel{padding:max(16px,calc(var(--gvs-wi-padding) * .62));border-radius:min(22px,var(--gvs-wi-radius))}.gvs-whats-included__heading{font-size:clamp(1.85rem,10vw,2.9rem)}.gvs-whats-included__text,.gvs-whats-included__note{font-size:.95rem}.gvs-whats-included--mobile-one-column .gvs-whats-included__grid{grid-template-columns:1fr}.gvs-whats-included--mobile-two-column .gvs-whats-included__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gvs-whats-included--mobile-two-column .gvs-whats-included__item{grid-template-columns:1fr;padding:13px}.gvs-whats-included--mobile-two-column .gvs-whats-included__item-title{font-size:.82rem;line-height:1.2}.gvs-whats-included--mobile-two-column .gvs-whats-included__description,.gvs-whats-included--mobile-two-column .gvs-whats-included__quantity,.gvs-whats-included--mobile-two-column .gvs-whats-included__item-badge{font-size:.68rem}.gvs-whats-included__media .gvs-whats-included__image{aspect-ratio:4 / 3}}.gvs-whats-included__item--product{grid-template-columns:96px minmax(0,1fr);align-items:center}.gvs-whats-included__product-image-wrap{position:relative;overflow:hidden;align-self:stretch;display:grid;min-height:96px;place-items:center;border:1px solid color-mix(in srgb,var(--gvs-wi-border) 62%,transparent);border-radius:min(16px,var(--gvs-wi-image-radius));background:#f7f8f6}.gvs-whats-included__product-image-link{display:grid;width:100%;height:100%;place-items:center;text-decoration:none}.gvs-whats-included__product-image{display:block;width:100%;height:100%;max-height:112px;padding:8px;object-fit:contain;transition:transform .18s ease}.gvs-whats-included__item--product:hover .gvs-whats-included__product-image{transform:scale(1.03)}.gvs-whats-included__product-placeholder{display:grid;width:48px;height:48px;place-items:center;border-radius:999px;background:color-mix(in srgb,var(--gvs-wi-accent) 16%,transparent);color:var(--gvs-wi-text)}.gvs-whats-included__product-placeholder svg{width:22px;height:22px}.gvs-whats-included__item-title a{color:inherit;text-decoration:none}.gvs-whats-included__item-title a:hover{color:var(--gvs-wi-text);text-decoration:underline;text-decoration-color:var(--gvs-wi-accent);text-underline-offset:3px}.gvs-whats-included__product-meta,.gvs-whats-included__product-price{margin:0}.gvs-whats-included__product-meta{color:var(--gvs-wi-muted);font-size:.72rem;font-weight:800;line-height:1.2;letter-spacing:.03em;text-transform:uppercase}.gvs-whats-included__product-price{color:var(--gvs-wi-text);font-size:.9rem;font-weight:900;line-height:1.25}.gvs-whats-included--dark .gvs-whats-included__product-image-wrap{background:#fff}@media screen and (max-width:749px){.gvs-whats-included__item--product{grid-template-columns:82px minmax(0,1fr)}.gvs-whats-included__product-image-wrap{min-height:82px}.gvs-whats-included__product-image{max-height:98px;padding:7px}.gvs-whats-included--mobile-two-column .gvs-whats-included__item--product{grid-template-columns:1fr}.gvs-whats-included--mobile-two-column .gvs-whats-included__product-image-wrap{width:100%;min-height:116px}.gvs-whats-included--mobile-two-column .gvs-whats-included__product-image{max-height:132px}}.gvs-whats-included__quantity-badge{position:absolute;inset-block-start:8px;inset-inline-start:8px;z-index:4;display:inline-grid;min-width:30px;height:30px;padding-inline:6px;place-items:center;border:1px solid color-mix(in srgb,var(--gvs-wi-accent) 78%,#ffffff);border-radius:999px;background:color-mix(in srgb,var(--gvs-wi-accent) 22%,#ffffff);color:#111;box-shadow:0 5px 14px #1111111f;font-size:.78rem;font-weight:900;line-height:1}.gvs-whats-included__quantity-badge--inline{position:static;align-self:start;box-shadow:none}.gvs-whats-included__item--product .gvs-whats-included__quantity-badge:not(.gvs-whats-included__quantity-badge--inline){inset-block-start:20px;inset-inline-start:20px}@media screen and (max-width:749px){.gvs-whats-included__quantity-badge{min-width:28px;height:28px;font-size:.72rem}.gvs-whats-included__item--product .gvs-whats-included__quantity-badge:not(.gvs-whats-included__quantity-badge--inline){inset-block-start:17px;inset-inline-start:17px}}.gvs-whats-included__item-title{display:-webkit-box;overflow:hidden;padding-block:.03em .12em;line-height:1.18;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}.gvs-whats-included__item--text{grid-template-columns:96px minmax(0,1fr);align-items:center}.gvs-whats-included__text-placeholder{display:grid;min-height:96px;place-items:center;border:1px solid color-mix(in srgb,var(--gvs-wi-border) 62%,transparent);border-radius:min(16px,var(--gvs-wi-image-radius));background:#f7f8f6;color:#111}.gvs-whats-included__text-placeholder svg{width:34px;height:34px}.gvs-whats-included__item--text .gvs-whats-included__quantity-badge{inset-block-start:20px;inset-inline-start:20px}.gvs-whats-included--dark .gvs-whats-included__text-placeholder{background:#fff;color:#111}@media screen and (max-width:749px){.gvs-whats-included__item--text{grid-template-columns:82px minmax(0,1fr)}.gvs-whats-included__text-placeholder{min-height:82px}.gvs-whats-included__text-placeholder svg{width:30px;height:30px}.gvs-whats-included__item--text .gvs-whats-included__quantity-badge{inset-block-start:17px;inset-inline-start:17px}.gvs-whats-included--mobile-two-column .gvs-whats-included__item--text{grid-template-columns:1fr}.gvs-whats-included--mobile-two-column .gvs-whats-included__text-placeholder{min-height:116px}}@media screen and (max-width:749px){.gvs-product-tabs__panel .gvs-whats-included{padding-block:0}.gvs-product-tabs__panel .gvs-whats-included__panel{gap:16px}.gvs-product-tabs__panel .gvs-whats-included__intro{gap:9px}.gvs-product-tabs__panel .gvs-whats-included__text,.gvs-product-tabs__panel .gvs-whats-included__note{font-size:.92rem;line-height:1.52}.gvs-product-tabs__panel .gvs-whats-included__count{gap:8px;padding:8px 11px}.gvs-product-tabs__panel .gvs-whats-included__count-number{min-width:28px;min-height:28px;font-size:.78rem}.gvs-product-tabs__panel .gvs-whats-included__count-label{font-size:.72rem}.gvs-product-tabs__panel .gvs-whats-included__note{padding:11px 12px;border-radius:13px}.gvs-product-tabs__panel .gvs-whats-included__content{gap:12px}.gvs-product-tabs__panel .gvs-whats-included__grid,.gvs-product-tabs__panel .gvs-whats-included--mobile-one-column .gvs-whats-included__grid,.gvs-product-tabs__panel .gvs-whats-included--mobile-two-column .gvs-whats-included__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;align-items:stretch}.gvs-product-tabs__panel .gvs-whats-included__item,.gvs-product-tabs__panel .gvs-whats-included--mobile-one-column .gvs-whats-included__item,.gvs-product-tabs__panel .gvs-whats-included--mobile-two-column .gvs-whats-included__item,.gvs-product-tabs__panel .gvs-whats-included__item--product,.gvs-product-tabs__panel .gvs-whats-included__item--text{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;gap:8px;min-width:0;min-height:100%;padding:9px;border-radius:14px}.gvs-product-tabs__panel .gvs-whats-included__product-image-wrap,.gvs-product-tabs__panel .gvs-whats-included__text-placeholder,.gvs-product-tabs__panel .gvs-whats-included__item-image-wrap,.gvs-product-tabs__panel .gvs-whats-included--mobile-two-column .gvs-whats-included__product-image-wrap,.gvs-product-tabs__panel .gvs-whats-included--mobile-two-column .gvs-whats-included__text-placeholder{width:100%;min-height:0;height:auto;aspect-ratio:4 / 3;border-radius:11px}.gvs-product-tabs__panel .gvs-whats-included__product-image,.gvs-product-tabs__panel .gvs-whats-included__item-image,.gvs-product-tabs__panel .gvs-whats-included--mobile-two-column .gvs-whats-included__product-image{width:100%;height:100%;max-height:none;padding:6px;object-fit:contain}.gvs-product-tabs__panel .gvs-whats-included__text-placeholder svg{width:28px;height:28px}.gvs-product-tabs__panel .gvs-whats-included__item-content{align-self:start;justify-content:flex-start;gap:4px}.gvs-product-tabs__panel .gvs-whats-included__item-badge,.gvs-product-tabs__panel .gvs-whats-included__product-meta{font-size:.6rem;line-height:1.15}.gvs-product-tabs__panel .gvs-whats-included__item-title,.gvs-product-tabs__panel .gvs-whats-included--mobile-two-column .gvs-whats-included__item-title{display:block;overflow:visible;padding-block:.02em .14em;font-size:.8rem;line-height:1.22;overflow-wrap:anywhere;-webkit-line-clamp:unset}.gvs-product-tabs__panel .gvs-whats-included__description{font-size:.74rem;line-height:1.4}.gvs-product-tabs__panel .gvs-whats-included__quantity-badge,.gvs-product-tabs__panel .gvs-whats-included__item--product .gvs-whats-included__quantity-badge:not(.gvs-whats-included__quantity-badge--inline),.gvs-product-tabs__panel .gvs-whats-included__item--text .gvs-whats-included__quantity-badge{inset-block-start:13px;inset-inline-start:13px;min-width:26px;height:26px;padding-inline:5px;font-size:.68rem}.gvs-product-tabs__panel .gvs-whats-included__quick-view{width:100%;min-height:44px;padding:8px 9px;font-size:.68rem;letter-spacing:.025em}}@media screen and (max-width:359px){.gvs-product-tabs__panel .gvs-whats-included__grid,.gvs-product-tabs__panel .gvs-whats-included--mobile-one-column .gvs-whats-included__grid,.gvs-product-tabs__panel .gvs-whats-included--mobile-two-column .gvs-whats-included__grid{gap:7px}.gvs-product-tabs__panel .gvs-whats-included__item,.gvs-product-tabs__panel .gvs-whats-included__item--product,.gvs-product-tabs__panel .gvs-whats-included__item--text{gap:7px;padding:7px}.gvs-product-tabs__panel .gvs-whats-included__item-title{font-size:.76rem}.gvs-product-tabs__panel .gvs-whats-included__quantity-badge,.gvs-product-tabs__panel .gvs-whats-included__item--product .gvs-whats-included__quantity-badge:not(.gvs-whats-included__quantity-badge--inline),.gvs-product-tabs__panel .gvs-whats-included__item--text .gvs-whats-included__quantity-badge{inset-block-start:10px;inset-inline-start:10px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/gvs-whats-included.css.map */
