:root{--section-height-small: 15rem;--section-height-medium: 25rem;--section-height-large: 35rem}@media screen and (min-width: 40em){:root{--section-height-small: 40svh;--section-height-medium: 55svh;--section-height-large: 70svh}}@media screen and (min-width: 60em){:root{--section-height-small: 50svh;--section-height-medium: 65svh;--section-height-large: 80svh}}.sg-block-gap{gap:var(--sg-gap, 0)}.sg-section-height{min-height:var(--sg-section-min-height)}.sg-border{border-width:var(--sg-border-width, 0);border-color:var(--sg-border-color, transparent)}.sg-border-radius{border-radius:var(--sg-border-radius, 0)}.sg-background-solid{background-color:var(--sg-overlay-color, transparent)}.sg-background-gradient{background-image:var(--sg-overlay-gradient, none)}.sg-layout-absolute{position:absolute;top:0;right:0;bottom:0;left:0}.sg-padding{padding-left:var(--sg-padding-inline-start, 0);padding-right:var(--sg-padding-inline-end, 0);padding-top:var(--sg-padding-block-start, 0);padding-bottom:var(--sg-padding-block-end, 0)}.sg-page-width{padding-inline:var(--page-padding);margin-inline:auto}.sg-page-width.sg-margin{margin-top:var(--sg-margin-block-start, 0);margin-bottom:var(--sg-margin-block-end, 0)}.sg-margin:not(.sg-page-width){margin-left:var(--sg-margin-inline-start, 0);margin-right:var(--sg-margin-inline-end, 0);margin-top:var(--sg-margin-block-start, 0);margin-bottom:var(--sg-margin-block-end, 0)}.sg-absolute{position:absolute}.sg-absolute-x-left{left:0}.sg-absolute-x-center{left:50%}.sg-absolute-x-right{right:0}.sg-absolute-y-top{top:0}.sg-absolute-y-center{top:50%}.sg-absolute-y-bottom{bottom:0}.sg-transform{transform:var(--sg-transform, none)}.sg-z-index{z-index:var(--sg-z-index, 1)}.flex-col>.sg-width-custom,.flex-col>.sg-width-fill,.flex-col>.sg-width-fit-content{width:var(--sg-width, auto)}.flex-col>.sg-height-fit{flex:0 1 auto}.flex-col>.sg-height-fill{flex:1}.flex-col>.sg-height-custom{height:var(--sg-height, auto)}.flex-row>.sg-height-fit,.flex-row>.sg-height-fill,.flex-row>.sg-height-custom{height:var(--sg-height, auto)}.flex-row>.sg-height-fill{height:auto;align-self:stretch}.flex-row.items-stretch>.sg-height-fit{height:auto}.flex-row>.sg-width-fill{flex:1}.flex-row>.sg-width-fit-content{flex:0 1 auto;width:auto}.flex-row>.sg-width-custom{width:var(--sg-width, auto)}.sg-height-aspect-ratio{aspect-ratio:var(--sg-aspect-ratio, 1)}.sg-absolute.sg-width-custom,.sg-absolute.sg-width-fill,.sg-absolute.sg-width-fit-content{width:var(--sg-width, auto)}.sg-absolute.sg-height-fit,.sg-absolute.sg-height-fill,.sg-absolute.sg-height-custom{height:var(--sg-height, auto)}@media screen and (min-width: 768px){.md\:flex-row.flex-col>.sg-height-fit,.md\:flex-row.flex-col>.sg-height-fill,.md\:flex-row.flex-col>.sg-height-custom{height:var(--sg-height, auto)}.md\:flex-row.flex-col>.sg-height-fill{height:auto;align-self:stretch}.md\:flex-row.flex-col.md\:items-stretch>.sg-height-fit{height:auto}.md\:flex-row.flex-col>.sg-width-fill{flex:1}.md\:flex-row.flex-col>.sg-width-fit-content{flex:0 1 auto;width:auto}.md\:flex-row.flex-col>.sg-width-custom{width:var(--sg-width, auto)}.md\:flex-col.flex-row>.sg-width-custom,.md\:flex-col.flex-row>.sg-width-fill,.md\:flex-col.flex-row>.sg-width-fit-content{width:var(--sg-width, auto)}.md\:flex-col.flex-row>.sg-height-fit{flex:0 1 auto}.md\:flex-col.flex-row>.sg-height-fill{flex:1}.md\:flex-col.flex-row>.sg-height-custom{height:var(--sg-height, auto)}:is(.md\:flex-col,.flex-col:not(.md\:flex-row))>.sg-width-desktop-custom,:is(.md\:flex-col,.flex-col:not(.md\:flex-row))>.sg-width-desktop-fill,:is(.md\:flex-col,.flex-col:not(.md\:flex-row))>.sg-width-desktop-fit-content{width:var(--sg-width-desktop, var(--sg-width, auto))}:is(.md\:flex-col,.flex-col:not(.md\:flex-row))>.sg-height-desktop-fit{flex:0 1 auto;height:auto}:is(.md\:flex-col,.flex-col:not(.md\:flex-row))>.sg-height-desktop-fill{flex:1;height:auto}:is(.md\:flex-col,.flex-col:not(.md\:flex-row))>.sg-height-desktop-custom{height:var(--sg-height-desktop, var(--sg-height, auto))}:is(.md\:flex-row,.flex-row:not(.md\:flex-col))>.sg-height-desktop-fit,:is(.md\:flex-row,.flex-row:not(.md\:flex-col))>.sg-height-desktop-fill,:is(.md\:flex-row,.flex-row:not(.md\:flex-col))>.sg-height-desktop-custom{height:var(--sg-height-desktop, var(--sg-height, auto))}:is(.md\:flex-row,.flex-row:not(.md\:flex-col))>.sg-height-desktop-fill{height:auto;align-self:stretch}.md\:items-stretch:is(.md\:flex-row,.flex-row:not(.md\:flex-col))>.sg-height-desktop-fit{height:auto}:is(.md\:flex-row,.flex-row:not(.md\:flex-col))>.sg-width-desktop-fill{flex:1;width:auto}:is(.md\:flex-row,.flex-row:not(.md\:flex-col))>.sg-width-desktop-fit-content{flex:0 1 auto;width:auto}:is(.md\:flex-row,.flex-row:not(.md\:flex-col))>.sg-width-desktop-custom{width:var(--sg-width-desktop, var(--sg-width, auto));flex:0 1 auto}.md\:flex-row.sg-flex-reverse{flex-direction:row-reverse}.md\:flex-col.sg-flex-reverse{flex-direction:column-reverse}.sg-desktop-absolute{position:absolute}.sg-desktop-relative{position:relative}.sg-desktop-absolute.sg-width-custom:not(.sg-absolute),.sg-desktop-absolute.sg-width-fill:not(.sg-absolute),.sg-desktop-absolute.sg-width-fit-content:not(.sg-absolute){width:var(--sg-width, auto)}.sg-desktop-absolute.sg-height-fit:not(.sg-absolute),.sg-desktop-absolute.sg-height-fill:not(.sg-absolute),.sg-desktop-absolute.sg-height-custom:not(.sg-absolute){height:var(--sg-height, auto)}.sg-width-desktop-custom:is(.sg-absolute:not(.sg-desktop-relative),.sg-desktop-absolute),.sg-width-desktop-fill:is(.sg-absolute:not(.sg-desktop-relative),.sg-desktop-absolute),.sg-width-desktop-fit-content:is(.sg-absolute:not(.sg-desktop-relative),.sg-desktop-absolute){width:var(--sg-width-desktop, var(--sg-width, auto))}.sg-height-desktop-fit:is(.sg-absolute:not(.sg-desktop-relative),.sg-desktop-absolute),.sg-height-desktop-fill:is(.sg-absolute:not(.sg-desktop-relative),.sg-desktop-absolute),.sg-height-desktop-custom:is(.sg-absolute:not(.sg-desktop-relative),.sg-desktop-absolute){height:var(--sg-height-desktop, var(--sg-height, auto))}.sg-width-desktop-custom:is(.md\:flex-col>.sg-desktop-relative.sg-absolute),.sg-width-desktop-fill:is(.md\:flex-col>.sg-desktop-relative.sg-absolute),.sg-width-desktop-fit-content:is(.md\:flex-col>.sg-desktop-relative.sg-absolute){width:var(--sg-width-desktop, var(--sg-width, auto))}.sg-height-desktop-fit:is(.md\:flex-col>.sg-desktop-relative.sg-absolute){height:auto}.sg-height-desktop-fill:is(.md\:flex-col>.sg-desktop-relative.sg-absolute){height:auto}.sg-height-desktop-custom:is(.md\:flex-col>.sg-desktop-relative.sg-absolute){height:var(--sg-height-desktop, var(--sg-height, auto))}.sg-height-desktop-fit:is(.md\:flex-row>.sg-desktop-relative.sg-absolute),.sg-height-desktop-fill:is(.md\:flex-row>.sg-desktop-relative.sg-absolute),.sg-height-desktop-custom:is(.md\:flex-row>.sg-desktop-relative.sg-absolute){height:var(--sg-height-desktop, var(--sg-height, auto))}.sg-height-desktop-fill:is(.md\:flex-row>.sg-desktop-relative.sg-absolute){height:auto}.sg-width-desktop-fill:is(.md\:flex-row>.sg-desktop-relative.sg-absolute){width:auto}.sg-width-desktop-fit-content:is(.md\:flex-row>.sg-desktop-relative.sg-absolute){width:auto}.sg-width-desktop-custom:is(.md\:flex-row>.sg-desktop-relative.sg-absolute){width:var(--sg-width-desktop, var(--sg-width, auto))}.md\:flex-row.md\:items-stretch>.sg-desktop-relative.sg-absolute.sg-height-desktop-fit{height:auto}.sg-desktop-relative.sg-absolute{left:unset;top:unset;right:unset;bottom:unset}.sg-absolute-x-desktop-left{left:0;right:unset}.sg-absolute-x-desktop-center{left:50%;right:unset}.sg-absolute-x-desktop-right{right:0;left:unset}.sg-absolute-y-desktop-top{top:0;bottom:unset}.sg-absolute-y-desktop-center{top:50%;bottom:unset}.sg-absolute-y-desktop-bottom{bottom:0;top:unset}.sg-height-desktop-aspect-ratio{aspect-ratio:var(--sg-aspect-ratio-desktop, 1)}}.sg-text-custom,.sg-text-custom>*{font-size:var(--sg-text-font-size, 16px)}.sg-text-color,.sg-text-color>*{color:var(--sg-text-color, inherit)}.sg-image{aspect-ratio:var(--ratio, unset)}.sg-image .sg-image__image{aspect-ratio:var(--ratio, unset);width:100%;height:100%}.sg-video-fit img,.sg-video-fit video{object-fit:var(--sg-video-fit, "cover")!important}.sg-slideshow{display:flex;flex-direction:column-reverse;gap:12px}.sg-slideshow slideshow-element{flex:1}.sg-slideshow .flickity-page-dots{position:absolute;left:0;right:0;bottom:.75rem}.sg-slideshow .flickity-button{z-index:1}.sg-slideshow .flickity-button-icon{transform:scale(.7);fill:gray}.sg-slideshow.sg-fade-hidden-slide .sg-slide-cell[aria-hidden=true]{opacity:.6}.sg-slide-cell{width:var(--slide-cell-width, 100%);margin-right:var(--slide-cell-gap, 0)}.sg-slideshow-labels-wrapper{width:100%;position:relative;height:calc(var(--label-font-size-mobile, 40px) * 1.5 + 20px + 2px);overflow:hidden}@media screen and (min-width: 768px){.sg-slideshow-labels-wrapper{height:calc(var(--label-font-size-desktop, 40px) * 1.5 + 20px + 2px)}}slider-labels{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;white-space:nowrap;text-align:center}slider-labels .slider-label{display:inline-block;cursor:pointer;padding-block:10px;padding-inline:10px;border-bottom:2px solid transparent;white-space:nowrap;color:var(--label-color);font-size:var(--label-font-size-mobile);line-height:1.5;scroll-snap-align:start;-webkit-user-select:none;user-select:none}slider-labels .slider-label[aria-current=true]{border-bottom:2px solid var(--label-indicator-color)}@media screen and (min-width: 768px){slider-labels .slider-label{font-size:var(--label-font-size-desktop)}}.sg-opacity{opacity:var(--sg-opacity, 1)}.sg-line-clamp{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:var(--sg-line-clamp);-webkit-line-clamp:var(--sg-line-clamp)}@media screen and (min-width: 768px){.sg-margin.sg-page-width{margin-top:var(--sg-desktop-margin-block-start, var(--sg-margin-block-start, 0));margin-bottom:var(--sg-desktop-margin-block-end, var(--sg-margin-block-end, 0))}.sg-margin:not(.sg-page-width){margin-left:var(--sg-desktop-margin-inline-start, var(--sg-margin-inline-start, 0));margin-right:var(--sg-desktop-margin-inline-end, var(--sg-margin-inline-end, 0));margin-top:var(--sg-desktop-margin-block-start, var(--sg-margin-block-start, 0));margin-bottom:var(--sg-desktop-margin-block-end, var(--sg-margin-block-end, 0))}.sg-desktop-text-custom>*{font-size:var(--sg-desktop-text-font-size, var(--sg-text-font-size, 16px))}}.sg-h1,:where(.sg-h1.sg-text)>*{font-size:var(--font-h1--size);font-weight:var(--font-h1--weight);line-height:var(--font-h1--line-height);letter-spacing:var(--font-h1--letter-spacing);font-family:var(--font-h1--family);font-style:var(--font-h1--style);text-transform:var(--font-h1--case)}.sg-h2,:where(.sg-h2.sg-text)>*{font-size:var(--font-h2--size);font-weight:var(--font-h2--weight);line-height:var(--font-h2--line-height);letter-spacing:var(--font-h2--letter-spacing);font-family:var(--font-h2--family);font-style:var(--font-h2--style);text-transform:var(--font-h2--case)}.sg-h3,:where(.sg-h3.sg-text)>*{font-size:var(--font-h3--size);font-weight:var(--font-h3--weight);line-height:var(--font-h3--line-height);letter-spacing:var(--font-h3--letter-spacing);font-family:var(--font-h3--family);font-style:var(--font-h3--style);text-transform:var(--font-h3--case)}.sg-h4,:where(.sg-h4.sg-text)>*{font-size:var(--font-h4--size);font-weight:var(--font-h4--weight);line-height:var(--font-h4--line-height);letter-spacing:var(--font-h4--letter-spacing);font-family:var(--font-h4--family);font-style:var(--font-h4--style);text-transform:var(--font-h4--case)}.sg-h5,:where(.sg-h5.sg-text)>*{font-size:var(--font-h5--size);font-weight:var(--font-h5--weight);line-height:var(--font-h5--line-height);letter-spacing:var(--font-h5--letter-spacing);font-family:var(--font-h5--family);font-style:var(--font-h5--style);text-transform:var(--font-h5--case)}.sg-h6,:where(.sg-h6.sg-text)>*{font-size:var(--font-h6--size);font-weight:var(--font-h6--weight);line-height:var(--font-h6--line-height);letter-spacing:var(--font-h6--letter-spacing);font-family:var(--font-h6--family);font-style:var(--font-h6--style);text-transform:var(--font-h6--case)}.sg-paragraph,:where(.sg-paragraph.sg-text)>*{font-size:var(--font-paragraph--size);font-weight:var(--font-paragraph--weight);line-height:var(--font-paragraph--line-height);letter-spacing:var(--font-paragraph--letter-spacing);font-family:var(--font-paragraph--family);font-style:var(--font-paragraph--style);text-transform:var(--font-paragraph--case)}.sg-button{display:inline-block;white-space:pre;border-radius:9999px;padding-left:1.5em;padding-right:1.5em;font-size:1rem;line-height:2;font-weight:600}.sg-button:hover{opacity:.6}@media (min-width: 768px){.sg-button{font-size:1.5rem;line-height:2}}.sg-button.primary{--tw-bg-opacity: 1;background-color:rgb(166 201 17 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sg-button.dark{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sg-button.light{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}@media screen and (min-width: 768px){.sg-button.md\:primary{--tw-bg-opacity: 1;background-color:rgb(166 201 17 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sg-button.md\:dark{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sg-button.md\:light{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/blocks.css.map */
