/** Shopify CDN: Minification failed

Line 148:19 Expected ")" to end URL token

**/
/** Shopify CDN: Minification failed

Line 143:19 Expected ")" to end URL token

**/
/*.image-with-text.container--full .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__text-item {
  padding-right: 5rem;
}

.image-with-text.container--full .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item {
  padding-left: 5rem;
}*/

.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

.image-with-text__grid {
  gap: var(--grid-mobile-vertical-spacing);
}

.image-with-text__grid-gapless {
  gap: 0;
}

.image-with-text__grid--card.grid--gapless.image-with-text__grid--reverse .image-with-text__text-item > *,
.image-with-text__grid--card.grid--gapless:not(.image-with-text__grid--reverse) .image-with-text__media-item > * {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.image-with-text__grid--card.grid--gapless:not(.image-with-text__grid--reverse) .image-with-text__text-item > *,
.image-with-text__grid--card.grid--gapless.image-with-text__grid--reverse .image-with-text__media-item > * {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.image-with-text__grid--card .block-icons--fade-background .block-icons--item {
  background-color: rgb(var(--color-background));
}

.image-with-text__text,
.image-with-text__timer {
  margin-top: 2rem;
}

.image-with-text__content--mobile-left,
.image-with-text__content--mobile-left .timer {
  align-items: flex-start;
}

.image-with-text__content--mobile-center,
.image-with-text__content--mobile-center .timer {
  align-items: center;
}

.image-with-text__content--mobile-right,
.image-with-text__content--mobile-right .timer {
  align-items: flex-end;
}

.image-with-text__icons--mobile-left {
  justify-content: flex-start;
}

.image-with-text__icons--mobile-center {
  justify-content: center;
}

.image-with-text__icons--mobile-right {
  justify-content: flex-end;
}

.image-with-text__icons .block-icons--item p {
  width: fit-content;
}

.image-with-text__icons .block-icons--item {
  align-items: start;
}

@media screen and (min-width: 750px) {
  .image-with-text__content--desktop-left,
  .image-with-text__content--desktop-left .timer {
    align-items: flex-start;
  }

  .image-with-text__content--desktop-center,
  .image-with-text__content--desktop-center .timer {
    align-items: center;
  }

  .image-with-text__content--desktop-right,
  .image-with-text__content--desktop-right .timer {
    align-items: flex-end;
  }

  .image-with-text__icons--desktop-left {
    justify-content: flex-start;
  }

  .image-with-text__icons--desktop-center {
    justify-content: center;
  }

  .image-with-text__icons--desktop-right {
    justify-content: flex-end;
  }

  .image-with-text__grid {
    justify-content: space-between;
  }

  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }

  .image-with-text__grid {
    gap: var(--grid-desktop-horizontal-spacing);
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media.media {
  min-height: 0%;
}

.image-with-text__icons--grid {
  width: 100%;
}

#drag::before {
  border: none;
  background-image: url(
    data:image/svg + xml,
    %3Csvgxmlns='http://www.w3.org/2000/svg'id='Calque_1'data-name='Calque 1'viewBox='0 0 60 60'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23283618;%7D.cls-2%7Bfill:%23fefae0;stroke:%23fefae0;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cgid='Group_260'data-name='Group 260'%3E%3Ccircleid='Ellipse_1'data-name='Ellipse 1'class='cls-1'cx='30'cy='30'r='30'/%3E%3Cgid='Group_261'data-name='Group 261'%3E%3Cpathid='down-chevron'class='cls-2'd='M20.3,37l-5.7-5.7,5.7-5.7-.7-.7-6.3,6.4,6.3,6.4Z'/%3E%3Cpathid='down-chevron-2'class='cls-2'd='M40.3,25.6,46,31.3,40.3,37l.7.7,6.3-6.4L41,24.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E
  );
}

.image-with-text__media--small,
.image-with-text__media-superposition--small {
  height: 19.4rem;
}

.image-with-text__media--medium,
.image-with-text__media-superposition--medium {
  height: 29.6rem;
}

.image-with-text__media--large,
.image-with-text__media-superposition--large {
  height: 43.5rem;
}

.image-with-text__media--full {
  height: 100vh;
}

.image-with-text__media-desktop {
  display: none;
}

.image-with-text__media-mobile {
  display: block;
  margin: 2rem 0;
}

.image-with-text__buttons {
  width: fit-content;
}

@media screen and (min-width: 750px) {
  .image-with-text__media-desktop {
    display: block;
  }

  .image-with-text__media-mobile {
    display: none;
  }

  .image-with-text__media--small,
  .image-with-text__media-superposition--small {
    height: 31.4rem;
  }

  .image-with-text__media--medium,
  .image-with-text__media-superposition--medium {
    height: 46rem;
  }

  .image-with-text__media--large,
  .image-with-text__media-superposition--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  position: relative;
  z-index: 1;
}

.image-with-text__bold-heading strong {
  color: rgb(var(--color-foreground));
}

.image-with-text__bold-text strong {
  color: rgb(var(--color-foreground-secondary));
}

.image-with-text__bold-accent-1 strong {
  color: rgb(var(--color-accent-1));
}

.image-with-text__bold-accent-2 strong {
  color: rgb(var(--color-accent-2));
}

.image-with-text__content:not(.no_image) {
  padding: var(--grid-mobile-vertical-spacing) 0;
}

.image-with-text__content.no_image .collapsible__wrapper {
  margin-top: 0;
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-container-radius);
  overflow: hidden;
}

.image-with-text .global-media-settings {
  box-shadow: var(--media-container-shadow);
  overflow: hidden !important;
}

.image-with-text .content-container {
  box-shadow: var(--content-container-shadow);
  background-color: rgb(var(--color-background-secondary));
  padding: var(--grid-mobile-vertical-spacing) 0;
}

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .image-with-text__content--mobile-center .heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .image-with-text__text-container > *:not(.image-with-text__media-mobile) {
    padding: 0 var(--grid-mobile-vertical-spacing);
  }

  .image-with-text .content-container .image-with-text__media-mobile .image-with-text__media {
    border-radius: 0 !important;
  }
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__content:not(.no_image) {
    padding: 0 0 0 var(--grid-desktop-horizontal-spacing);
  }

  .image-with-text__grid--reverse .image-with-text__content {
    padding: 0 var(--grid-desktop-horizontal-spacing) 0 var(--grid-desktop-horizontal-spacing);
  }

  .image-with-text .content-container {
    padding: var(--grid-desktop-vertical-spacing) var(--grid-desktop-horizontal-spacing);
  }

  .image-with-text__media-item--small .image-with-text__text-item,
  .image-with-text__media-item--large .image-with-text__media-item {
    width: calc(66.67% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(66.67% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .image-with-text__media-item--large .image-with-text__text-item,
  .image-with-text__media-item--small .image-with-text__media-item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-left .button__container {
    align-items: stretch;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .image-with-text__content--desktop-center .heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }
}

.image-with-text__content > * + * {
  margin-top: 2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading) {
  margin-top: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__text p {
  margin-top: 0;
}

.image-with-text__superposition .image-with-text__media {
  position: absolute;
  width: 55%;
  height: 60%;
}

.image-with-text__superposition.superposition-1 .image-with-text__media:nth-child(1) {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.image-with-text__superposition.superposition-1 .image-with-text__media:nth-child(2) {
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}

.image-with-text__superposition.superposition-2 .image-with-text__media:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 65%;
}

.image-with-text__superposition.superposition-2 .image-with-text__media:nth-child(2) {
  right: 0;
  top: 58%;
  transform: translateY(-50%);
  height: 50%;
}

.image-with-text__superposition.superposition-2 .image-with-text__media:nth-child(3) {
  left: 0;
  bottom: 0;
  height: 50%;
  width: 65%;
}

.password .border-radius--null,
.password .border-radius--null .media--image {
  border-radius: 0 !important;
}

.password .image-with-text__content {
  padding: var(--grid-desktop-horizontal-spacing);
}

.password__logo {
  margin: 0 auto 3rem;
}

.password__logo .h2 {
  font-size: 3rem;
  font-weight: bolder;
}

.password .password__form--email {
  margin: 3rem 0;
}

.password .password__login {
  position: absolute;
  bottom: 3rem;
  width: 90%;
  z-index: 5;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.password__footer-login {
  padding: 3px 8px;
  border-radius: 15px;
  background: rgba(var(--color-background), 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: inline-block;
  color: rgb(var(--color-background));
}

.image-with-text__text-container > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 749px) {
  .password .password-button {
    margin-top: 1rem;
  }

  .image-with-text__media--full {
    height: 50vh;
  }

  .password .image-with-text__grid {
    flex-direction: column-reverse;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

.rte:after{clear:both;content:"";display:block}.rte>p:first-child{margin-top:0}.rte>p:last-child{margin-bottom:0}.rte table{table-layout:fixed}@media screen and (min-width:750px){.rte table td{padding-left:1.2rem;padding-right:1.2rem}}.rte img{height:auto;max-width:100%;border:var(--media-border-width) solid rgba(var(--color-foreground),var(--media-border-opacity));border-radius:var(--media-radius);box-shadow:var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow),var(--media-shadow-opacity));margin-bottom:var(--media-shadow-vertical-offset)}.rte ul,.rte ol{list-style-position:inside;padding-left:2rem}.rte li{list-style:inherit}.rte li:last-child{margin-bottom:0}.rte a{color:rgba(var(--color-link),var(--alpha-link));text-underline-offset:.3rem;text-decoration-thickness:.1rem;transition:text-decoration-thickness var(--duration-short) ease}.rte a:hover{color:rgb(var(--color-link));text-decoration-thickness:.2rem}.rte blockquote{display:inline-flex}.rte blockquote>*{margin:-.5rem 0}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-rte.css.map?v=73443491922477598101777730628 */

.section-template--29954946007382__image_with_text_FhAEEp-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }.section-template--29954946007382__image_with_text_FhAEEp-padding .image-with-text__superposition {
      padding-bottom: 100.0%;
    }@media screen and (min-width: 750px) {
    .section-template--29954946007382__image_with_text_FhAEEp-padding {
      padding-top: 16px;
      padding-bottom: 16px;}.section-template--29954946007382__image_with_text_FhAEEp-padding .image-with-text__superposition {
        padding-bottom: 50.0%;
      }}

  .image-with-text__text-container {
    margin: 0 auto;
  }

  


.cl-sec-product-culotte-03 { --rapi-check-mark-color: #000; --block-title-border-width: 2px; --bar-price-compared-color: #000; --bar-border-radius: 12px; --bar-background-color: #fff; --bar-border-color: rgba(0,0,0,.3); --bar-title-color: #000; --bar-title-font-size: 20px; --bar-title-font-weight: 500; --bar-title-font-style: normal; --bar-subtitle-font-size: 14px; --bar-subtitle-font-weight: normal; --bar-subtitle-font-style: normal; --bar-label-background-color: #eee; --bar-label-color: #777; --bar-label-font-size: 12px; --bar-label-font-weight: normal; --bar-label-font-style: normal; --bar-most-popular-background-color: #f11; --bar-most-popular-color: #fff; --p-space-200: 0.5rem; --p-space-025: 0.0625rem; --bar-selected-border-color: #000; --bar-variant-dropdown-color: #c7c7c7; --bar-variant-dropdown-active-color: #797979; --bar-variant-dropdown-radius: 0px; --bar-grid-qb-flex-gap: 3px; --swatch-size: 20px; --swatch-border-radius: 0; --bar-highlight-size: 37px; --bar-gift-image-size: 20px; --rapi-dropdown-content-length: 200px; }
@font-face { font-family: GTStandard-M; src: url("https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2") format("woff2"); font-style: normal; font-weight: 450; font-display: fallback; }
@font-face { font-family: GTStandard-M; src: url("https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MMedium.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: fallback; }
@font-face { font-family: GTStandard-M; src: url("https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MSemibold.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: fallback; }
@font-face { font-family: Poppins; font-weight: 500; font-style: normal; font-display: swap; src: url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-n5.woff2?v=167027495889320848101786832522") format("woff2"), url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-n5.woff?v=44068625327493729171786832521") format("woff"); }
@font-face { font-family: Poppins; font-weight: 700; font-style: normal; font-display: swap; src: url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-n7.woff2?v=145238319275785387601786832524") format("woff2"), url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-n7.woff?v=56208229325579688911786832525") format("woff"); }
@font-face { font-family: Poppins; font-weight: 500; font-style: italic; font-display: swap; src: url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-i5.woff2?v=121015077015425013461786832512") format("woff2"), url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-i5.woff?v=165444579698855042471786832514") format("woff"); }
@font-face { font-family: Poppins; font-weight: 700; font-style: italic; font-display: swap; src: url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-i7.woff2?v=171791100406419755601786832515") format("woff2"), url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-i7.woff?v=3796437338436374121786832516") format("woff"); }
@font-face { font-family: Poppins; font-weight: 400; font-style: normal; font-display: swap; src: url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-n4.woff2?v=123796461032616180771786832518") format("woff2"), url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-poppins-poppins-n4.woff?v=29936181018618656151786832519") format("woff"); }
.cl-sec-product-culotte-03, .cl-sec-product-culotte-03 .color-background-1 { --color-background: 255,255,255; --color-background-secondary: 240,240,240; --color-background-dark: 220,220,220; --gradient-background: #ffffff; --color-foreground: 0,0,0; --color-foreground-dark: 0,0,0; --color-foreground-secondary: 0,0,0; --color-accent-1: 195,135,134; --color-accent-1-dark: 181,108,107; --color-accent-2: 195,135,134; --color-accent-2-dark: 181,108,107; }
.cl-sec-product-culotte-03, .cl-sec-product-culotte-03 .color-background-1, .cl-sec-product-culotte-03 .color-background-2, .cl-sec-product-culotte-03 .color-inverse, .cl-sec-product-culotte-03 .color-scheme, .cl-sec-product-culotte-03 .color-scheme-f793f01f-3ee6-4938-84a8-74de1ad5d7f4 { color: rgba(var(--color-foreground-secondary)); background-image: ; background-position-x: ; background-position-y: ; background-size: ; background-repeat: ; background-origin: ; background-clip: ; background-color: ; background-attachment: fixed; }
.cl-sec-product-culotte-03 { --font-body-family: Poppins, sans-serif; --font-body-style: normal; --font-body-weight: 500; --font-body-weight-bold: 800; --font-body-scale: 1.0; --font-heading-family: Poppins, sans-serif; --font-heading-style: normal; --font-heading-weight: 700; --font-heading-weight-bold: 800; --font-heading-weight-thin: 400; --font-heading-letter-spacing: 0px; --font-heading-1-scale: 1.3; --font-heading-2-scale: 1.0; --font-heading-3-scale: 1.0; --page-width: 120rem; --page-width-narrow: 80rem; --grid-desktop-vertical-spacing: 24px; --grid-desktop-horizontal-spacing: 24px; --grid-mobile-vertical-spacing: 12px; --grid-mobile-horizontal-spacing: 12px; --border-1: 1px solid #f9f9f9; --border-2: 1px solid #404040; --border-3: 1px solid #EBEBEB; --shadow-1: 0px 4px 10px rgba(0, 0, 0, 0.16); --shadow-2: 0px 4px 10px rgba(0, 0, 0, 0.16); --shadow-3: 0px 0px 0px rgba(0, 0, 0, 0.0); --shadow-1-hover: 0px 2px 5px rgba(0, 0, 0, 0.10666666666666667); --shadow-2-hover: 0px 2px 5px rgba(0, 0, 0, 0.10666666666666667); --shadow-3-hover: 0px 0px 0px rgba(0, 0, 0, 0.0); --buttons-font: var(--font-body-family); --buttons-font-weight: bolder; --buttons-font-size: 1.44rem; --buttons-space-horizontal: 14px; --buttons-space-vertical: 4px; --buttons-radius: 1.0rem; --color-wishlist: 225,122,95; --collapsibles-space-horizontal: 0.8rem; --collapsibles-space-vertical: 0.8rem; --collapsibles-radius: 1.0rem; --collapsibles-font-family: var(--font-heading-family); --collapsibles-font-weight: var(--font-heading-weight); --collapsibles-border-bottom: var(--border-1); --collapsible-1-shadow: none; --collapsible-2-shadow: none; --collapsible-3-shadow: none; --subheadings-letter-spacing: 1px; --subheadings-font-weight: FontDrop; --inputs-radius: 1.0rem; --inputs-shadow: none; --inputs-border: var(--border-3); --inputs-focus-behavior: rgba(var(--color-foreground), 0.1) solid 2px; --transitions-delay: .3s; --transitions-style: ease; --media-container-radius: 1.0rem; --media-container-shadow: none; --media-container-border: none; --content-container-radius: 1.0rem; --content-container-shadow: none; --content-container-border: none; --product-card-radius: 0.0rem; --product-card-shadow: none; --product-card-border: none; --product-card-text-alignment: center; --collection-card-radius: 1.0rem; --collection-card-shadow: none; --collection-card-border: var(--border-1); --collection-card-text-alignment: left; --blog-card-radius: 0.0rem; --blog-card-shadow: none; --blog-card-border: none; --blog-card-text-alignment: left; --drawer-shadow: var(--shadow-1); --drawer-border: var(--border-1); --drawer-border-mobile: 0; --drawer-width: 100vw; --cart-modules-shadow: none; --cart-modules-border: none; }
.cl-sec-product-culotte-03, .cl-sec-product-culotte-03 .button__style--1 { --button-1-background: var(--color-accent-1); --button-1-color: var(--color-background); --button-1-background-hover: var(--color-accent-1-dark); }
.cl-sec-product-culotte-03, .cl-sec-product-culotte-03 .button__style--2 { --button-2-background: transparent; --button-2-color: var(--color-foreground); --button-2-background-hover: var(--color-foreground-dark); }
.cl-sec-product-culotte-03, .cl-sec-product-culotte-03 .button__style--3 { --button-3-background: var(--color-foreground); --button-3-color: var(--color-background); --button-3-background-hover: var(--color-foreground-dark); }
.cl-sec-product-culotte-03 .heading__style--1, .cl-sec-product-culotte-03 .heading__style--2, .cl-sec-product-culotte-03 .heading__style--3 { letter-spacing: 0px; }
.cl-sec-product-culotte-03 .heading__style--2 { font-size: calc(2.4rem); position: relative; padding-bottom: 1.8rem; }
.cl-sec-product-culotte-03 .heading__style--2::after { content: ""; position: absolute; bottom: 0px; left: 0px; height: 3px; width: 10rem; background-color: rgba(var(--color-accent-1)); }
.cl-sec-product-culotte-03, .cl-sec-product-culotte-03 .collapsible__style--1 { }
.cl-sec-product-culotte-03, .cl-sec-product-culotte-03 .collapsible__style--2 { }
.cl-sec-product-culotte-03, .cl-sec-product-culotte-03 .collapsible__style--3 { }
.cl-sec-product-culotte-03 .contains-media, .cl-sec-product-culotte-03 .global-media-settings { --border-radius: var(--media-container-radius); }
.cl-sec-product-culotte-03 *, .cl-sec-product-culotte-03 ::before, .cl-sec-product-culotte-03 ::after { box-sizing: inherit; padding: 0px; margin: 0px; }
.cl-sec-product-culotte-03 { box-sizing: border-box; font-size: calc(var(--font-body-scale) * 62.5%); height: 100%; scroll-behavior: smooth; }
.cl-sec-product-culotte-03 { display: grid; grid-template-rows: auto auto 1fr auto; grid-template-columns: 100%; min-height: 100%; margin: 0px; overflow-x: hidden; font-size: 1.6rem; line-height: calc(1.6 / var(--font-body-scale)); font-family: var(--font-body-family); font-style: var(--font-body-style); font-weight: var(--font-body-weight); }
.cl-sec-product-culotte-03 .container { position: relative; margin: 0px auto; max-width: var(--page-width); }
.cl-sec-product-culotte-03 .container--narrow, .cl-sec-product-culotte-03 .container--normal { --gutter-inline: 1.5rem; padding: 0 var(--gutter-inline); }
@media only screen and (min-width: 750px) { .cl-sec-product-culotte-03 .container--normal { --gutter-inline: 5rem; } }
.cl-sec-product-culotte-03 .rte > p { margin-bottom: 1rem; }
.cl-sec-product-culotte-03 h1, .cl-sec-product-culotte-03 h2, .cl-sec-product-culotte-03 h3, .cl-sec-product-culotte-03 h4, .cl-sec-product-culotte-03 h5, .cl-sec-product-culotte-03 .h0, .cl-sec-product-culotte-03 .h1, .cl-sec-product-culotte-03 .h2, .cl-sec-product-culotte-03 .h3, .cl-sec-product-culotte-03 .h4, .cl-sec-product-culotte-03 .h5 { font-family: var(--font-heading-family); font-style: var(--font-heading-style); font-weight: var(--font-heading-weight); color: rgb(var(--color-foreground)); line-height: 1.15; word-break: break-word; }
.cl-sec-product-culotte-03 .heading { margin-bottom: 1.8rem; }
.cl-sec-product-culotte-03 { --duration-short: .1s; --duration-default: .2s; --duration-long: .5s; }
.cl-sec-product-culotte-03 .global-media-settings { position: relative; border: var(--media-container-border); border-radius: var(--media-container-radius); box-shadow: var(--media-container-shadow); }
.cl-sec-product-culotte-03 .global-media-settings img, .cl-sec-product-culotte-03 .global-media-settings iframe, .cl-sec-product-culotte-03 .global-media-settings model-viewer, .cl-sec-product-culotte-03 .global-media-settings video { border-radius: calc(var(--media-container-radius) - 2px); }
.cl-sec-product-culotte-03 .grid { display: flex; flex-wrap: wrap; margin-bottom: 2rem; padding: 0px; list-style: none; column-gap: var(--grid-mobile-horizontal-spacing); row-gap: var(--grid-mobile-vertical-spacing); }
@media screen and (min-width: 750px) { .cl-sec-product-culotte-03 .grid { column-gap: var(--grid-desktop-horizontal-spacing); row-gap: var(--grid-desktop-vertical-spacing); } }
.cl-sec-product-culotte-03 .grid:last-child { margin-bottom: 0px; }
.cl-sec-product-culotte-03 .grid__item { width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4); max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2); flex-grow: 1; flex-shrink: 0; }
@media screen and (min-width: 750px) { .cl-sec-product-culotte-03 .grid__item { width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4); max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2); } }
.cl-sec-product-culotte-03 .grid--1-col .grid__item { max-width: 100%; width: 100%; }
@media screen and (min-width: 750px) { .cl-sec-product-culotte-03 .grid--2-col-tablet .grid__item { width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2); max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2); } }
.cl-sec-product-culotte-03 .media { display: block; position: relative; overflow: hidden; }
.cl-sec-product-culotte-03 .media > :not(.zoom):not(.deferred-media__poster-button), .cl-sec-product-culotte-03 .media model-viewer { display: block; max-width: 100%; position: absolute; object-fit: cover; top: 0px; left: 0px; height: 100%; width: 100%; }
.cl-sec-product-culotte-03 .media--video, .cl-sec-product-culotte-03 .media--video > video { width: 100%; height: 100%; object-fit: cover; }
.cl-sec-product-culotte-03 { --announcement-height: 0px; }
@font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, 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"); font-weight: 400; font-style: normal; }
.cl-sec-product-culotte-03 { --kaching-cart-font-size-scale: .9; }
@media (min-width: 768px) { .cl-sec-product-culotte-03 { --kaching-cart-font-size-scale: 1; } }
.cl-sec-product-culotte-03, .cl-sec-product-culotte-03 .stars { --stars-color: 254, 214, 2; --stars-text-color: var(--color-foreground); }
@font-face { font-family: Assistant; font-weight: 400; font-style: normal; font-display: swap; src: url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-assistant-assistant-n4.woff2?v=139933315576396517991786832511") format("woff2"), url("//fittabellaleggings.com/cdn/shop/t/2/assets/cl-assistant-assistant-n4.woff?v=149002708575176644281786832509") format("woff"); }
.cl-sec-product-culotte-03 .image-with-text .grid { margin-bottom: 0px; }
.cl-sec-product-culotte-03 .image-with-text .grid__item { position: relative; }
.cl-sec-product-culotte-03 .image-with-text__grid { gap: var(--grid-mobile-vertical-spacing); }
.cl-sec-product-culotte-03 .image-with-text__text, .cl-sec-product-culotte-03 .image-with-text__timer { margin-top: 2rem; }
.cl-sec-product-culotte-03 .image-with-text__content--mobile-center, .cl-sec-product-culotte-03 .image-with-text__content--mobile-center .timer { align-items: center; }
@media screen and (min-width: 750px) { .cl-sec-product-culotte-03 .image-with-text__content--desktop-left, .cl-sec-product-culotte-03 .image-with-text__content--desktop-left .timer { align-items: flex-start; } }
@media screen and (min-width: 750px) { .cl-sec-product-culotte-03 .image-with-text__grid { justify-content: space-between; } }
@media screen and (min-width: 750px) { .cl-sec-product-culotte-03 .image-with-text__grid { gap: var(--grid-desktop-horizontal-spacing); } }
.cl-sec-product-culotte-03 .image-with-text__media { min-height: 100%; overflow: visible; }
.cl-sec-product-culotte-03 .image-with-text__media.media { min-height: 0%; }
.cl-sec-product-culotte-03 .image-with-text__content { align-items: flex-start; display: flex; flex-direction: column; height: 100%; justify-content: center; align-self: center; position: relative; z-index: 1; }
.cl-sec-product-culotte-03 .image-with-text__bold-text strong { color: rgb(var(--color-foreground-secondary)); }
.cl-sec-product-culotte-03 .image-with-text__content:not(.no_image) { padding: var(--grid-mobile-vertical-spacing) 0; }
.cl-sec-product-culotte-03 .image-with-text .image-with-text__media-item > * { border-radius: var(--media-container-radius); overflow: hidden; }
.cl-sec-product-culotte-03 .image-with-text .global-media-settings { box-shadow: var(--media-container-shadow); overflow: hidden !important; }
.cl-sec-product-culotte-03 .image-with-text__content--mobile-center > * { align-self: center; text-align: center; }
@media screen and (max-width: 749px) { .cl-sec-product-culotte-03 .image-with-text__content--mobile-center .heading::after { left: 50%; transform: translateX(-50%); } }
@media screen and (max-width: 749px) { .cl-sec-product-culotte-03 .image-with-text__text-container > :not(.image-with-text__media-mobile) { padding: 0 var(--grid-mobile-vertical-spacing); } }
@media screen and (min-width: 750px) { .cl-sec-product-culotte-03 .image-with-text__content:not(.no_image) { padding: 0 0 0 var(--grid-desktop-horizontal-spacing); } }
@media screen and (min-width: 750px) { .cl-sec-product-culotte-03 .image-with-text__content--desktop-left > * { align-self: flex-start; text-align: left; } }
.cl-sec-product-culotte-03 .image-with-text__text p { margin-top: 0px; }
.cl-sec-product-culotte-03 .image-with-text__text-container > :last-child { margin-bottom: 0px !important; }
@media not (inset: 10px) { .cl-sec-product-culotte-03 .image-with-text .grid { margin-left: 0px; } }
.cl-sec-product-culotte-03 .rte::after { clear: both; content: ""; display: block; }
.cl-sec-product-culotte-03 .rte > p:first-child { margin-top: 0px; }
.cl-sec-product-culotte-03 .rte > p:last-child { margin-bottom: 0px; }
.cl-sec-product-culotte-03 .rte ul, .cl-sec-product-culotte-03 .rte ol { list-style-position: inside; padding-left: 2rem; }
.cl-sec-product-culotte-03 .rte li { list-style: inherit; }
.cl-sec-product-culotte-03 .rte li:last-child { margin-bottom: 0px; }
.cl-sec-product-culotte-03 .section-template--29954946007382__image_with_text_FhAEEp-padding { padding-top: 16px; padding-bottom: 16px; }
@media screen and (min-width: 750px) { .cl-sec-product-culotte-03 .section-template--29954946007382__image_with_text_FhAEEp-padding { padding-top: 16px; padding-bottom: 16px; } }
.cl-sec-product-culotte-03 .image-with-text__text-container { margin: 0px auto; }
