@win2win/shared-ui 0.3.116 → 0.3.118

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,6 +10,7 @@ declare const _default: import("vue").DefineComponent<LinvermediaProductCardProp
10
10
  payload?: import("@win2win/shared").JsonObject;
11
11
  }) => any) | undefined;
12
12
  }>, {
13
+ showPrice: boolean;
13
14
  descriptionLines: number;
14
15
  hiddenProps: string[];
15
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"LinvermediaProductCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue"],"names":[],"mappings":"AAkUA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;AA0bvD,wBAQG"}
1
+ {"version":3,"file":"LinvermediaProductCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue"],"names":[],"mappings":"AAmUA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;AA4bvD,wBAQG"}
@@ -15,6 +15,7 @@ export declare const LinvermediaProductCardPropsSchema: z.ZodObject<{
15
15
  hiddenProps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
16
16
  count: z.ZodOptional<z.ZodNumber>;
17
17
  gamaProps: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>, "many">;
18
+ showPrice: z.ZodOptional<z.ZodBoolean>;
18
19
  }, "strip", z.ZodTypeAny, {
19
20
  gamaProps: Record<string, any>[];
20
21
  unelevated?: boolean | undefined;
@@ -26,6 +27,7 @@ export declare const LinvermediaProductCardPropsSchema: z.ZodObject<{
26
27
  scale?: number | undefined;
27
28
  count?: number | undefined;
28
29
  imageHeight?: string | undefined;
30
+ showPrice?: boolean | undefined;
29
31
  descriptionLines?: number | undefined;
30
32
  hiddenProps?: string[] | undefined;
31
33
  }, {
@@ -39,6 +41,7 @@ export declare const LinvermediaProductCardPropsSchema: z.ZodObject<{
39
41
  scale?: number | undefined;
40
42
  count?: number | undefined;
41
43
  imageHeight?: string | undefined;
44
+ showPrice?: boolean | undefined;
42
45
  descriptionLines?: number | undefined;
43
46
  hiddenProps?: string[] | undefined;
44
47
  }>;
@@ -48,6 +51,7 @@ type T = {
48
51
  count?: number;
49
52
  data: ProductoRaw;
50
53
  gamaProps: GamaProp[];
54
+ showPrice?: boolean;
51
55
  };
52
56
  export type LinvermediaProductCardProps = Omit<WidgetPropsBase, "data"> & T;
53
57
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAqB,MAAM,kBAAkB,CAAC;AAEtE,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK5C,CAAC;AAEH,KAAK,CAAC,GAAG;IACP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,WAAW,CAAC;IAClB,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAqB,MAAM,kBAAkB,CAAC;AAEtE,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM5C,CAAC;AAEH,KAAK,CAAC,GAAG;IACP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,WAAW,CAAC;IAClB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC"}
@@ -12,6 +12,7 @@ declare const _default: import("vue").DefineComponent<LinvermediaProductDetailPr
12
12
  }) => any) | undefined;
13
13
  }>, {
14
14
  view: "detail" | "summary";
15
+ showPrice: boolean;
15
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
17
  export default _default;
17
18
  //# sourceMappingURL=LinvermediaProductDetail.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinvermediaProductDetail.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue"],"names":[],"mappings":"AAiJA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAe7C,OAAO,EAAE,6BAA6B,EAAoB,MAAM,UAAU,CAAC;;;;;;;;;;;;;;AAoS3E,wBAQG"}
1
+ {"version":3,"file":"LinvermediaProductDetail.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue"],"names":[],"mappings":"AAmJA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAe7C,OAAO,EAAE,6BAA6B,EAAoB,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;AA0S3E,wBAQG"}
@@ -1,7 +1,8 @@
1
1
  import { JsonObject } from "@win2win/shared";
2
2
  export declare const getPanelesFn: (props: JsonObject) => (detail: JsonObject) => number;
3
3
  declare const _default: import("vue").DefineComponent<{
4
- product: any;
4
+ product: JsonObject;
5
+ showPrice?: boolean;
5
6
  } & {
6
7
  quantity: number;
7
8
  detail: JsonObject;
@@ -9,7 +10,8 @@ declare const _default: import("vue").DefineComponent<{
9
10
  "update:quantity": (value: number) => any;
10
11
  "update:detail": (value: JsonObject) => any;
11
12
  }, string, import("vue").PublicProps, Readonly<{
12
- product: any;
13
+ product: JsonObject;
14
+ showPrice?: boolean;
13
15
  } & {
14
16
  quantity: number;
15
17
  detail: JsonObject;
@@ -1 +1 @@
1
- {"version":3,"file":"ProductConfiguration.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue"],"names":[],"mappings":"AAqNA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AA0B7C,eAAO,MAAM,YAAY,GAAI,OAAO,UAAU,MAUpC,QAAQ,UAAU,WAK3B,CAAC;;aAaS,GAAG;;cA8EF,MAAM;YACR,UAAU;;;;;aA/ET,GAAG;;cA8EF,MAAM;YACR,UAAU;;;;;AAjFpB,wBAqPK"}
1
+ {"version":3,"file":"ProductConfiguration.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue"],"names":[],"mappings":"AAsNA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AA0B7C,eAAO,MAAM,YAAY,GAAI,OAAO,UAAU,MAUpC,QAAQ,UAAU,WAK3B,CAAC;;aAaS,UAAU;gBACP,OAAO;;cA8ET,MAAM;YACR,UAAU;;;;;aAhFT,UAAU;gBACP,OAAO;;cA8ET,MAAM;YACR,UAAU;;;;;AAlFpB,wBA0PK"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProductShopcartActions.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue"],"names":[],"mappings":";AAiUA,wBAKG"}
1
+ {"version":3,"file":"ProductShopcartActions.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue"],"names":[],"mappings":";AA4UA,wBAKG"}
@@ -15,6 +15,7 @@ export declare const LinvermediaProductDetailPropsSchema: z.ZodObject<{
15
15
  view: z.ZodOptional<z.ZodEnum<["detail", "summary"]>>;
16
16
  title: z.ZodOptional<z.ZodString>;
17
17
  gamaProps: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>, "many">;
18
+ showPrice: z.ZodOptional<z.ZodBoolean>;
18
19
  }, "strip", z.ZodTypeAny, {
19
20
  gamaProps: Record<string, any>[];
20
21
  unelevated?: boolean | undefined;
@@ -28,6 +29,7 @@ export declare const LinvermediaProductDetailPropsSchema: z.ZodObject<{
28
29
  scale?: number | undefined;
29
30
  count?: number | undefined;
30
31
  imageHeight?: string | undefined;
32
+ showPrice?: boolean | undefined;
31
33
  }, {
32
34
  gamaProps: Record<string, any>[];
33
35
  unelevated?: boolean | undefined;
@@ -41,6 +43,7 @@ export declare const LinvermediaProductDetailPropsSchema: z.ZodObject<{
41
43
  scale?: number | undefined;
42
44
  count?: number | undefined;
43
45
  imageHeight?: string | undefined;
46
+ showPrice?: boolean | undefined;
44
47
  }>;
45
48
  type T = {
46
49
  view?: "detail" | "summary";
@@ -49,6 +52,7 @@ type T = {
49
52
  gamaProps: GamaProp[];
50
53
  addToShopcartLabel?: string;
51
54
  goToCatalogLabel?: string;
55
+ showPrice?: boolean;
52
56
  };
53
57
  export type LinvermediaProductDetailProps = Omit<WidgetPropsBase, "data"> & T;
54
58
  export interface ProductLite {
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAqB,MAAM,kBAAkB,CAAC;AAEtE,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9C,CAAC;AAEH,KAAK,CAAC,GAAG;IACP,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;AAE9E,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,UAAU,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACxC,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,YAAY,EAAE,UAAU,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,EAAE,CAAC;IACP,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAqB,MAAM,kBAAkB,CAAC;AAEtE,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK9C,CAAC;AAEH,KAAK,CAAC,GAAG;IACP,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;AAE9E,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,UAAU,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACxC,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,YAAY,EAAE,UAAU,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,EAAE,CAAC;IACP,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -11,6 +11,7 @@ export interface LinvermediaProductDetailContext {
11
11
  gamaProps?: Ref<GamaProp[]>;
12
12
  addToShopcartLabel?: string;
13
13
  goToCatalogLabel?: string;
14
+ showPrice: Ref<boolean>;
14
15
  }
15
16
  export declare function useContext(): {
16
17
  product: ComputedRef<ProductLite | null>;
@@ -25,5 +26,6 @@ export declare function useContext(): {
25
26
  count: Ref<number | undefined, number | undefined> | undefined;
26
27
  addToShopcartLabel: string | undefined;
27
28
  goToCatalogLabel: string | undefined;
29
+ showPrice: Ref<boolean, boolean>;
28
30
  };
29
31
  //# sourceMappingURL=useContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useContext.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/useContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAY,WAAW,EAAU,GAAG,EAAS,MAAM,KAAK,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEzD,MAAM,WAAW,+BAA+B;IAC9C,OAAO,EAAE,WAAW,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IACzC,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACvB,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,EAAE,GAAG,CAAC,gBAAgB,EAAE,CAAC,CAAC;IAChC,mBAAmB,EAAE,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IAC5C,KAAK,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAChC,SAAS,CAAC,EAAE,GAAG,CAAC,QAAQ,EAAE,CAAC,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,wBAAgB,UAAU;;;;;;;;;;;;;EA4CzB"}
1
+ {"version":3,"file":"useContext.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/useContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAY,WAAW,EAAU,GAAG,EAAS,MAAM,KAAK,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEzD,MAAM,WAAW,+BAA+B;IAC9C,OAAO,EAAE,WAAW,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IACzC,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACvB,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,EAAE,GAAG,CAAC,gBAAgB,EAAE,CAAC,CAAC;IAChC,mBAAmB,EAAE,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IAC5C,KAAK,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAChC,SAAS,CAAC,EAAE,GAAG,CAAC,QAAQ,EAAE,CAAC,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;CACzB;AAED,wBAAgB,UAAU;;;;;;;;;;;;;;EA6CzB"}
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .fixed[data-v-d6dc0ffd]{position:fixed!important;top:0;left:0;right:0;bottom:0}.spinner-container[data-v-d6dc0ffd]{min-height:64px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;position:absolute;z-index:999;top:0;left:0;right:0;background-color:#ffffffb3}.fade-enter-active[data-v-d6dc0ffd],.fade-leave-active[data-v-d6dc0ffd]{transition:opacity .3s ease}.fade-enter-from[data-v-d6dc0ffd],.fade-leave-to[data-v-d6dc0ffd]{opacity:0}.win-card[data-v-459fcd7d]{background:#fff;position:relative;flex-grow:1;overflow:hidden;transition:box-shadow .2s;box-shadow:0 2px 8px #0003}.win-card.hoverable[data-v-459fcd7d]:hover{background-color:#00000003;box-shadow:0 8px 32px #0003}.win-card.clickable[data-v-459fcd7d]{cursor:pointer}.row-between[data-v-459fcd7d]{display:flex;justify-content:space-between;align-items:center}.unelevated[data-v-459fcd7d]{box-shadow:none}.hoverable[data-v-459fcd7d]{transition:box-shadow .2s;cursor:pointer}.card-content[data-v-459fcd7d]{font-size:13px;display:flex;flex-direction:column}.card-footer[data-v-459fcd7d]{flex-grow:1;display:flex;flex-direction:column;justify-content:end;padding:0 1rem 1rem}.section[data-v-459fcd7d]{min-height:400px}.card-menu[data-v-459fcd7d]{position:absolute;top:0;right:0;margin:4px}.carousel-controls{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0!important;padding:.5rem}.carousel-img-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.carousel-img{width:100%;height:100%;display:block}.flag[data-v-5dec39a6]{object-fit:cover;display:block}.flag-circle[data-v-5dec39a6]{border:1px solid #f1f1f1;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#f5f5f5;box-shadow:0 0 1px #aaa}.flag-circle.flag-sm[data-v-5dec39a6]{width:1rem;height:1rem}.flag-circle.flag-md[data-v-5dec39a6]{width:1.2rem;height:1.2rem}.flag-circle.flag-lg[data-v-5dec39a6]{width:1.5rem;height:1.5rem}[data-v-69db396c] .disabled{opacity:.2!important}.indicator-icon[data-v-f7a2cee7]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.indicator-icon.coral[data-v-f7a2cee7]{background:linear-gradient(40deg,#0ff,#4169e1,#ffb6c1)}.indicator-icon.green[data-v-f7a2cee7]{background:linear-gradient(40deg,#2e8b57,#00ff7f)}.indicator-icon.red[data-v-f7a2cee7]{background:linear-gradient(40deg,#8b0000,red)}.indicator-icon.pink[data-v-f7a2cee7]{background:linear-gradient(40deg,#c71585,violet)}.indicator-icon.purple[data-v-f7a2cee7]{background:linear-gradient(40deg,indigo,#639)}.indicator-icon.blue[data-v-f7a2cee7]{background:linear-gradient(40deg,#00008b,#00bfff)}.indicator-icon.cyan[data-v-f7a2cee7]{background:linear-gradient(40deg,#00ced1,#0ff)}.indicator-icon.orange[data-v-f7a2cee7]{background:linear-gradient(40deg,#f4a460,#ffdab9)}.indicator-icon.yellow[data-v-f7a2cee7]{background:linear-gradient(40deg,gold,#ff0)}.indicator-icon.grey[data-v-f7a2cee7]{background:linear-gradient(40deg,#d3d3d3,#f5f5f5)}.indicator-icon.black[data-v-f7a2cee7]{background:linear-gradient(40deg,#6d6d6d,#000)}.indicator-label[data-v-5217c805]{line-height:1.5;margin-left:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-container[data-v-cdaacfcf]{position:relative}.signature[data-v-cdaacfcf]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:999}.actions[data-v-cdaacfcf]{position:fixed;top:50%;right:0;margin:1.5rem;z-index:1000}@media print{.no-print[data-v-cdaacfcf]{display:none!important}}[data-v-cdaacfcf] .pdf-vue3-scroller{max-height:none!important}[data-v-cdaacfcf] .pdf-vue3-canvas-container canvas{box-shadow:none!important}._card_12eql_1{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 10px #0000001a}._card-header_12eql_8{margin-bottom:15px}._card-header_12eql_8 h3{line-height:1;margin:0;font-size:1.2em;color:#036}._card-header_12eql_8 p{margin:0;color:#999}._card-content_12eql_22 ._card-field_12eql_22{display:flex;justify-content:space-between;margin-bottom:10px}._card-content_12eql_22 ._card-field_12eql_22 ._field-label_12eql_27{color:#666}._card-content_12eql_22 ._card-field_12eql_22 ._field-value_12eql_30{font-weight:700;color:#333}._card-section_1xfbl_2{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}._img-container_17yzt_2{display:flex;width:100%}.section[data-v-90eb7a2c]{position:relative;display:flex;justify-content:center;align-items:center}.section:hover .add-btn[data-v-90eb7a2c]{visibility:visible}@media print{.radio[disabled][data-v-90eb7a2c]{opacity:.2!important}}.section[data-v-0953979f]{position:relative;display:flex;justify-content:center;align-items:center}.section:hover .add-btn[data-v-0953979f]{visibility:visible}.signature[data-v-0953979f]{width:auto;height:180px;max-width:100vw;border:1px solid black}@media print{.no-print[data-v-0953979f]{display:none!important}}._table-section_aicx8_1{border-collapse:collapse}._table-section_aicx8_1 th,._table-section_aicx8_1 td{padding:0;border:1px solid #000}._section_besae_1,._p-container_besae_2{position:relative}._section_besae_1:hover ._add-btn_besae_6{visibility:visible}._p-container_besae_2:hover{background-color:#0000000a}._p-container_besae_2:hover ._remove-btn_besae_13{visibility:visible}._add-btn_besae_6,._remove-btn_besae_13{z-index:9;visibility:hidden;position:absolute;top:0;right:0}h1{font-size:24px;line-height:1}h2{font-size:18px;line-height:1}p{font-size:14px}@media print{._no-print_besae_41{display:none!important}._no-print_besae_41 ._p-container_besae_2{background-color:transparent!important}}._sections-container_ikqi4_2{display:flex;flex-direction:column;gap:2rem}@media print{@page{margin:10mm;size:A4}._sections-container_ikqi4_2>*{page-break-inside:avoid}}.tag[data-v-87dda428]{background-color:#0183cb;color:#fff}.text[data-v-e651b1fd]{font-size:.875rem;color:#000;font-weight:400}.props-table[data-v-e651b1fd]{width:100%;border-collapse:collapse;font-size:13px}.props-table td[data-v-e651b1fd]{padding:4px 0;vertical-align:top}.props-table td[data-v-e651b1fd]:nth-child(2){padding-left:8px}.props-table .broker-label[data-v-e651b1fd]{font-weight:600;width:160px;max-width:160px;color:#222}.list[data-v-e651b1fd]{font-size:13px}.list ul[data-v-e651b1fd]{padding-left:1rem}.list li[data-v-e651b1fd]{margin-bottom:4px}[data-v-2e683dc4]:root{--primary-color: #821717;--secondary-color: #555;--font-bold: bold;--font-size-base: 14px}.text-main[data-v-2e683dc4]{color:#16458c}.text-subtitle1[data-v-2e683dc4]{font-size:1.25rem;font-weight:500}.carousel-container[data-v-2e683dc4]{position:relative;margin:.5rem}.media-count[data-v-2e683dc4]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.visibility-icon-container[data-v-2e683dc4]{position:absolute;top:3rem;right:.5rem;padding:.3rem}.visibility-icon-container .green[data-v-2e683dc4]{color:#28a745}.visibility-icon-container .red[data-v-2e683dc4]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-2e683dc4]{top:5rem;right:.5rem;padding:.2rem}}.description[data-v-2e683dc4]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis;text-align:left}.flex-center[data-v-2e683dc4]{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.visibility-icon-container[data-v-2135e980]{position:absolute;top:3rem;right:.5rem;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0003;z-index:15}.visibility-icon-container .green[data-v-2135e980]{color:#28a745}.visibility-icon-container .red[data-v-2135e980]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-2135e980]{top:5rem;right:.5rem;padding:.2rem}}.counter[data-v-c1c3d202]{display:flex;align-items:center;gap:.5rem}.counter .quantity[data-v-c1c3d202]{font-size:1rem;font-weight:700;width:2.5rem;text-align:center}.actions-container[data-v-c1c3d202]{display:flex;flex-direction:row;justify-content:end;gap:1rem;margin-top:2rem}@media screen and (max-width: 600px){.actions-container[data-v-c1c3d202]{flex-direction:column}}.media-card[data-v-ed0d3382]{border-radius:8px;height:70px;cursor:pointer;border:1px;position:relative}.media-card .video-icon[data-v-ed0d3382]{position:absolute;left:0;top:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center}.images-miniature[data-v-ed0d3382]{max-height:400px;overflow-y:auto;min-width:100px;gap:.5rem}@media screen and (max-width: 1024px){.images-miniature[data-v-ed0d3382]{height:auto;overflow-x:auto;overflow-y:hidden;display:flex;width:100%}}.image-miniature[data-v-ed0d3382]{width:100%}.grid[data-v-554e7b60]{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 992px){.grid[data-v-554e7b60]{grid-template-columns:1fr;gap:1rem}}.images-container[data-v-554e7b60]{display:flex;gap:1rem}.carousel-container[data-v-554e7b60]{flex-grow:1;position:relative;overflow:hidden}.text-main[data-v-554e7b60]{color:#16458c}.strikethrough[data-v-4127e13d]{text-decoration:line-through}.price[data-v-4127e13d]{font-size:1.5rem;line-height:1.75rem}[data-v-e2b318b5]:root{--primary-color: #821717;--secondary-color: #555;--font-bold: bold;--font-size-base: 14px}.text-main[data-v-e2b318b5]{color:#2e2a85}.pack-code[data-v-e2b318b5]{padding:.2rem .5rem;border-radius:2.5px;font-size:12px;white-space:nowrap!important;overflow:hidden}.tag[data-v-e2b318b5]{background-color:#0183cb;color:#fff}.carousel-container[data-v-e2b318b5]{position:relative;overflow:hidden}.carousel-overlay[data-v-e2b318b5]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px;overflow-x:auto}.header-overlay[data-v-e2b318b5]{display:flex;align-items:center;font-weight:500;color:#404040;font-size:var(--font-size-base)}.media-count[data-v-e2b318b5]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.property-info[data-v-e2b318b5]{text-align:center;font-size:var(--font-size-base);line-height:1.5;margin-bottom:15px}.visibility-icon-container[data-v-e2b318b5]{position:absolute;top:3rem;right:.5rem;padding:.3rem}.visibility-icon-container .green[data-v-e2b318b5]{color:#28a745}.visibility-icon-container .red[data-v-e2b318b5]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-e2b318b5]{top:5rem;right:.5rem;padding:.2rem}}.color-selector[data-v-e2b318b5]{display:flex;gap:.5rem;flex-wrap:wrap}.color-circle[data-v-e2b318b5]{width:18px;height:18px;border-radius:50%;border:1px solid rgb(144,144,144);cursor:pointer;transition:transform .2s,border-color .2s}.description[data-v-e2b318b5]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis;text-align:left}.flex-center[data-v-e2b318b5]{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.media-card[data-v-bf75f29f]{border-radius:8px;height:70px;cursor:pointer;border:1px;position:relative}.media-card .video-icon[data-v-bf75f29f]{position:absolute;left:0;top:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center}.images-miniature[data-v-bf75f29f]{height:600px;overflow-y:auto;min-width:100px;gap:.5rem}@media screen and (max-width: 1024px){.images-miniature[data-v-bf75f29f]{height:auto;overflow-x:auto;overflow-y:hidden;display:flex;width:100%}}.image-miniature[data-v-bf75f29f]{width:100%}.detalle-pack[data-v-94935eea]{width:200px;border-radius:8px;cursor:pointer}.selected[data-v-94935eea]{border:1px solid rgb(143,143,143);box-shadow:0 2px 8px #49494944}.cta[data-v-94935eea]{visibility:hidden}.product-image-header[data-v-320f1d6c]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px;height:48px}.product-code[data-v-320f1d6c]{font-weight:500;color:#404040;font-size:var(--font-size-base);display:flex;align-items:center}.media-count[data-v-320f1d6c]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.tags[data-v-320f1d6c]{display:flex;justify-content:center;flex-wrap:nowrap;align-items:center}.values[data-v-6ea39efd]{padding:.5rem 1rem;border-radius:.5rem;font-size:14px;color:#000;text-align:end;margin-bottom:4px}.values[data-v-6ea39efd]>*{display:flex;justify-content:space-between}.gap[data-v-6ea39efd]{gap:1rem}.grid[data-v-6ea39efd]{display:grid;grid-template-columns:1fr 2fr;gap:1rem}@media (max-width: 600px){.grid[data-v-6ea39efd]{grid-template-columns:1fr}}.counter[data-v-30b85eff]{display:flex;align-items:center;gap:.5rem}.counter .quantity[data-v-30b85eff]{font-size:1rem;font-weight:700;width:2.5rem;text-align:center}.grid[data-v-0a6c5474]{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 992px){.grid[data-v-0a6c5474]{grid-template-columns:1fr}}.images-container[data-v-0a6c5474]{display:flex;gap:1rem}@media (max-width: 992px){.images-container[data-v-0a6c5474]{display:block}}.carousel-container[data-v-0a6c5474]{flex-grow:1;position:relative;overflow:hidden;border-bottom:1px solid #e0e0e0}.card-row[data-v-c50d3c57]{font-size:16px;padding:2.5px 0}.bg-main[data-v-0cf5db0b]{background:#d8016d}.text-main[data-v-0cf5db0b]{color:#cb0b6b}.plan-info-header[data-v-0cf5db0b]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.description[data-v-0cf5db0b]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:.85}.streaming-img[data-v-0cf5db0b]{width:75px;height:75px;object-fit:contain}.family-list[data-v-0cf5db0b]{font-size:.95rem}.card-custom[data-v-0cf5db0b]{position:relative;min-height:420px}.card-content[data-v-0cf5db0b]{padding-bottom:72px}.card-footer[data-v-0cf5db0b]{position:absolute;left:0;bottom:0;width:100%;padding:1rem;background:#fff;border-top:1px solid #eee;z-index:2}
1
+ .fixed[data-v-d6dc0ffd]{position:fixed!important;top:0;left:0;right:0;bottom:0}.spinner-container[data-v-d6dc0ffd]{min-height:64px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;position:absolute;z-index:999;top:0;left:0;right:0;background-color:#ffffffb3}.fade-enter-active[data-v-d6dc0ffd],.fade-leave-active[data-v-d6dc0ffd]{transition:opacity .3s ease}.fade-enter-from[data-v-d6dc0ffd],.fade-leave-to[data-v-d6dc0ffd]{opacity:0}.win-card[data-v-459fcd7d]{background:#fff;position:relative;flex-grow:1;overflow:hidden;transition:box-shadow .2s;box-shadow:0 2px 8px #0003}.win-card.hoverable[data-v-459fcd7d]:hover{background-color:#00000003;box-shadow:0 8px 32px #0003}.win-card.clickable[data-v-459fcd7d]{cursor:pointer}.row-between[data-v-459fcd7d]{display:flex;justify-content:space-between;align-items:center}.unelevated[data-v-459fcd7d]{box-shadow:none}.hoverable[data-v-459fcd7d]{transition:box-shadow .2s;cursor:pointer}.card-content[data-v-459fcd7d]{font-size:13px;display:flex;flex-direction:column}.card-footer[data-v-459fcd7d]{flex-grow:1;display:flex;flex-direction:column;justify-content:end;padding:0 1rem 1rem}.section[data-v-459fcd7d]{min-height:400px}.card-menu[data-v-459fcd7d]{position:absolute;top:0;right:0;margin:4px}.carousel-controls{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0!important;padding:.5rem}.carousel-img-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.carousel-img{width:100%;height:100%;display:block}.flag[data-v-5dec39a6]{object-fit:cover;display:block}.flag-circle[data-v-5dec39a6]{border:1px solid #f1f1f1;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#f5f5f5;box-shadow:0 0 1px #aaa}.flag-circle.flag-sm[data-v-5dec39a6]{width:1rem;height:1rem}.flag-circle.flag-md[data-v-5dec39a6]{width:1.2rem;height:1.2rem}.flag-circle.flag-lg[data-v-5dec39a6]{width:1.5rem;height:1.5rem}[data-v-69db396c] .disabled{opacity:.2!important}.indicator-icon[data-v-f7a2cee7]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.indicator-icon.coral[data-v-f7a2cee7]{background:linear-gradient(40deg,#0ff,#4169e1,#ffb6c1)}.indicator-icon.green[data-v-f7a2cee7]{background:linear-gradient(40deg,#2e8b57,#00ff7f)}.indicator-icon.red[data-v-f7a2cee7]{background:linear-gradient(40deg,#8b0000,red)}.indicator-icon.pink[data-v-f7a2cee7]{background:linear-gradient(40deg,#c71585,violet)}.indicator-icon.purple[data-v-f7a2cee7]{background:linear-gradient(40deg,indigo,#639)}.indicator-icon.blue[data-v-f7a2cee7]{background:linear-gradient(40deg,#00008b,#00bfff)}.indicator-icon.cyan[data-v-f7a2cee7]{background:linear-gradient(40deg,#00ced1,#0ff)}.indicator-icon.orange[data-v-f7a2cee7]{background:linear-gradient(40deg,#f4a460,#ffdab9)}.indicator-icon.yellow[data-v-f7a2cee7]{background:linear-gradient(40deg,gold,#ff0)}.indicator-icon.grey[data-v-f7a2cee7]{background:linear-gradient(40deg,#d3d3d3,#f5f5f5)}.indicator-icon.black[data-v-f7a2cee7]{background:linear-gradient(40deg,#6d6d6d,#000)}.indicator-label[data-v-5217c805]{line-height:1.5;margin-left:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-container[data-v-cdaacfcf]{position:relative}.signature[data-v-cdaacfcf]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:999}.actions[data-v-cdaacfcf]{position:fixed;top:50%;right:0;margin:1.5rem;z-index:1000}@media print{.no-print[data-v-cdaacfcf]{display:none!important}}[data-v-cdaacfcf] .pdf-vue3-scroller{max-height:none!important}[data-v-cdaacfcf] .pdf-vue3-canvas-container canvas{box-shadow:none!important}._card_12eql_1{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 10px #0000001a}._card-header_12eql_8{margin-bottom:15px}._card-header_12eql_8 h3{line-height:1;margin:0;font-size:1.2em;color:#036}._card-header_12eql_8 p{margin:0;color:#999}._card-content_12eql_22 ._card-field_12eql_22{display:flex;justify-content:space-between;margin-bottom:10px}._card-content_12eql_22 ._card-field_12eql_22 ._field-label_12eql_27{color:#666}._card-content_12eql_22 ._card-field_12eql_22 ._field-value_12eql_30{font-weight:700;color:#333}._card-section_1xfbl_2{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}._img-container_17yzt_2{display:flex;width:100%}.section[data-v-90eb7a2c]{position:relative;display:flex;justify-content:center;align-items:center}.section:hover .add-btn[data-v-90eb7a2c]{visibility:visible}@media print{.radio[disabled][data-v-90eb7a2c]{opacity:.2!important}}.section[data-v-0953979f]{position:relative;display:flex;justify-content:center;align-items:center}.section:hover .add-btn[data-v-0953979f]{visibility:visible}.signature[data-v-0953979f]{width:auto;height:180px;max-width:100vw;border:1px solid black}@media print{.no-print[data-v-0953979f]{display:none!important}}._table-section_aicx8_1{border-collapse:collapse}._table-section_aicx8_1 th,._table-section_aicx8_1 td{padding:0;border:1px solid #000}._section_besae_1,._p-container_besae_2{position:relative}._section_besae_1:hover ._add-btn_besae_6{visibility:visible}._p-container_besae_2:hover{background-color:#0000000a}._p-container_besae_2:hover ._remove-btn_besae_13{visibility:visible}._add-btn_besae_6,._remove-btn_besae_13{z-index:9;visibility:hidden;position:absolute;top:0;right:0}h1{font-size:24px;line-height:1}h2{font-size:18px;line-height:1}p{font-size:14px}@media print{._no-print_besae_41{display:none!important}._no-print_besae_41 ._p-container_besae_2{background-color:transparent!important}}._sections-container_ikqi4_2{display:flex;flex-direction:column;gap:2rem}@media print{@page{margin:10mm;size:A4}._sections-container_ikqi4_2>*{page-break-inside:avoid}}.tag[data-v-87dda428]{background-color:#0183cb;color:#fff}.text[data-v-e651b1fd]{font-size:.875rem;color:#000;font-weight:400}.props-table[data-v-e651b1fd]{width:100%;border-collapse:collapse;font-size:13px}.props-table td[data-v-e651b1fd]{padding:4px 0;vertical-align:top}.props-table td[data-v-e651b1fd]:nth-child(2){padding-left:8px}.props-table .broker-label[data-v-e651b1fd]{font-weight:600;width:160px;max-width:160px;color:#222}.list[data-v-e651b1fd]{font-size:13px}.list ul[data-v-e651b1fd]{padding-left:1rem}.list li[data-v-e651b1fd]{margin-bottom:4px}[data-v-2e683dc4]:root{--primary-color: #821717;--secondary-color: #555;--font-bold: bold;--font-size-base: 14px}.text-main[data-v-2e683dc4]{color:#16458c}.text-subtitle1[data-v-2e683dc4]{font-size:1.25rem;font-weight:500}.carousel-container[data-v-2e683dc4]{position:relative;margin:.5rem}.media-count[data-v-2e683dc4]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.visibility-icon-container[data-v-2e683dc4]{position:absolute;top:3rem;right:.5rem;padding:.3rem}.visibility-icon-container .green[data-v-2e683dc4]{color:#28a745}.visibility-icon-container .red[data-v-2e683dc4]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-2e683dc4]{top:5rem;right:.5rem;padding:.2rem}}.description[data-v-2e683dc4]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis;text-align:left}.flex-center[data-v-2e683dc4]{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.visibility-icon-container[data-v-2135e980]{position:absolute;top:3rem;right:.5rem;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0003;z-index:15}.visibility-icon-container .green[data-v-2135e980]{color:#28a745}.visibility-icon-container .red[data-v-2135e980]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-2135e980]{top:5rem;right:.5rem;padding:.2rem}}.counter[data-v-c1c3d202]{display:flex;align-items:center;gap:.5rem}.counter .quantity[data-v-c1c3d202]{font-size:1rem;font-weight:700;width:2.5rem;text-align:center}.actions-container[data-v-c1c3d202]{display:flex;flex-direction:row;justify-content:end;gap:1rem;margin-top:2rem}@media screen and (max-width: 600px){.actions-container[data-v-c1c3d202]{flex-direction:column}}.media-card[data-v-ed0d3382]{border-radius:8px;height:70px;cursor:pointer;border:1px;position:relative}.media-card .video-icon[data-v-ed0d3382]{position:absolute;left:0;top:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center}.images-miniature[data-v-ed0d3382]{max-height:400px;overflow-y:auto;min-width:100px;gap:.5rem}@media screen and (max-width: 1024px){.images-miniature[data-v-ed0d3382]{height:auto;overflow-x:auto;overflow-y:hidden;display:flex;width:100%}}.image-miniature[data-v-ed0d3382]{width:100%}.grid[data-v-554e7b60]{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 992px){.grid[data-v-554e7b60]{grid-template-columns:1fr;gap:1rem}}.images-container[data-v-554e7b60]{display:flex;gap:1rem}.carousel-container[data-v-554e7b60]{flex-grow:1;position:relative;overflow:hidden}.text-main[data-v-554e7b60]{color:#16458c}.strikethrough[data-v-4127e13d]{text-decoration:line-through}.price[data-v-4127e13d]{font-size:1.5rem;line-height:1.75rem}[data-v-22de4e62]:root{--primary-color: #821717;--secondary-color: #555;--font-bold: bold;--font-size-base: 14px}.text-main[data-v-22de4e62]{color:#2e2a85}.pack-code[data-v-22de4e62]{padding:.2rem .5rem;border-radius:2.5px;font-size:12px;white-space:nowrap!important;overflow:hidden}.tag[data-v-22de4e62]{background-color:#0183cb;color:#fff}.carousel-container[data-v-22de4e62]{position:relative;overflow:hidden}.carousel-overlay[data-v-22de4e62]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px;overflow-x:auto}.header-overlay[data-v-22de4e62]{display:flex;align-items:center;font-weight:500;color:#404040;font-size:var(--font-size-base)}.media-count[data-v-22de4e62]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.property-info[data-v-22de4e62]{text-align:center;font-size:var(--font-size-base);line-height:1.5;margin-bottom:15px}.visibility-icon-container[data-v-22de4e62]{position:absolute;top:3rem;right:.5rem;padding:.3rem}.visibility-icon-container .green[data-v-22de4e62]{color:#28a745}.visibility-icon-container .red[data-v-22de4e62]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-22de4e62]{top:5rem;right:.5rem;padding:.2rem}}.color-selector[data-v-22de4e62]{display:flex;gap:.5rem;flex-wrap:wrap}.color-circle[data-v-22de4e62]{width:18px;height:18px;border-radius:50%;border:1px solid rgb(144,144,144);cursor:pointer;transition:transform .2s,border-color .2s}.description[data-v-22de4e62]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis;text-align:left}.flex-center[data-v-22de4e62]{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.media-card[data-v-bf75f29f]{border-radius:8px;height:70px;cursor:pointer;border:1px;position:relative}.media-card .video-icon[data-v-bf75f29f]{position:absolute;left:0;top:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center}.images-miniature[data-v-bf75f29f]{height:600px;overflow-y:auto;min-width:100px;gap:.5rem}@media screen and (max-width: 1024px){.images-miniature[data-v-bf75f29f]{height:auto;overflow-x:auto;overflow-y:hidden;display:flex;width:100%}}.image-miniature[data-v-bf75f29f]{width:100%}.detalle-pack[data-v-94935eea]{width:200px;border-radius:8px;cursor:pointer}.selected[data-v-94935eea]{border:1px solid rgb(143,143,143);box-shadow:0 2px 8px #49494944}.cta[data-v-94935eea]{visibility:hidden}.product-image-header[data-v-320f1d6c]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px;height:48px}.product-code[data-v-320f1d6c]{font-weight:500;color:#404040;font-size:var(--font-size-base);display:flex;align-items:center}.media-count[data-v-320f1d6c]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.tags[data-v-320f1d6c]{display:flex;justify-content:center;flex-wrap:nowrap;align-items:center}.values[data-v-ebbd7c31]{padding:.5rem 1rem;border-radius:.5rem;font-size:14px;color:#000;text-align:end;margin-bottom:4px}.values[data-v-ebbd7c31]>*{display:flex;justify-content:space-between}.gap[data-v-ebbd7c31]{gap:1rem}.grid[data-v-ebbd7c31]{display:grid;grid-template-columns:1fr 2fr;gap:1rem}@media (max-width: 600px){.grid[data-v-ebbd7c31]{grid-template-columns:1fr}}.counter[data-v-7da1e698]{display:flex;align-items:center;gap:.5rem}.counter .quantity[data-v-7da1e698]{font-size:1rem;font-weight:700;width:2.5rem;text-align:center}.grid[data-v-335f5fe5]{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 992px){.grid[data-v-335f5fe5]{grid-template-columns:1fr}}.images-container[data-v-335f5fe5]{display:flex;gap:1rem}@media (max-width: 992px){.images-container[data-v-335f5fe5]{display:block}}.carousel-container[data-v-335f5fe5]{flex-grow:1;position:relative;overflow:hidden;border-bottom:1px solid #e0e0e0}.card-row[data-v-c50d3c57]{font-size:16px;padding:2.5px 0}.bg-main[data-v-0cf5db0b]{background:#d8016d}.text-main[data-v-0cf5db0b]{color:#cb0b6b}.plan-info-header[data-v-0cf5db0b]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.description[data-v-0cf5db0b]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:.85}.streaming-img[data-v-0cf5db0b]{width:75px;height:75px;object-fit:contain}.family-list[data-v-0cf5db0b]{font-size:.95rem}.card-custom[data-v-0cf5db0b]{position:relative;min-height:420px}.card-content[data-v-0cf5db0b]{padding-bottom:72px}.card-footer[data-v-0cf5db0b]{position:absolute;left:0;bottom:0;width:100%;padding:1rem;background:#fff;border-top:1px solid #eee;z-index:2}