@charset "UTF-8";
/*
 *	@Theme     	SwMasterTheme p8 
 *	@Release    1.0.1
 *	@subject		System de Theme complet dernière génération
 *	@copyright  	Copyright (c) 2023-2024 Sora Websoft SARL (http://www.sora-websoft.com/)
 *	@author     	Jimmy Buathier (@jimmybuathier)
 *	@license    	Commercial license
 *	Support by mail: support@sora-websoft.com
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Text:wght@400;600&display=swap");
:root {
  --6o: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cdefs%3E%3ClinearGradient id=%27a%27 x1=%270%27 x2=%271%27 y1=%270%27 y2=%270%27%3E%3Cstop offset=%270%25%27 stop-color=%27hsl%28246,54%25,92%25%29%27/%3E%3Cstop offset=%2725%25%27 stop-color=%27hsla%280,0%25,100%25,0%29%27/%3E%3Cstop offset=%2750%25%27 stop-color=%27hsl%28246,54%25,92%25%29%27/%3E%3Cstop offset=%2775%25%27 stop-color=%27hsla%280,0%25,100%25,0%29%27/%3E%3Cstop offset=%27100%25%27 stop-color=%27hsl%28246,54%25,92%25%29%27/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect rx=%270%27 ry=%270%27 width=%27600%25%27 height=%27100%25%27 fill=%27url%28%23a%29%27%3E%3Canimate attributeName=%27x%27 dur=%271500ms%27 from=%270%25%27 to=%27-300%25%27 repeatCount=%27indefinite%27/%3E%3C/rect%3E%3C/svg%3E");
}

.is-light,
:root {
  color-scheme: light;
  --bodybg: #f8f8f8;
  --bodybg-rgb: 247, 247, 247;
  --bodybg-d1: #eeeeee;
  --bodybg-d2: #e4e4e4;
  --bodybg-d3: #d9d9d9;
  --bodybg-l1: white;
  --bodybg-l2: white;
  --bodybg-l3: white;
  --font1: "Montserrat", sans-serif;
  --font2: "Roboto", sans-serif;
  --font1-weight1: 400;
  --font1-weight2: 600;
  --font1-weight3: 800;
  --font2-weight1: 400;
  --font2-weight2: 600;
  --font2-weight3: 600;
  --font-ico: "th";
  --primary-color: #806f67;
  --primary-rgb: 128,111,103;
  --txt-hover-primary-bg: white;
  --gradient-second: #917e75;
  --second-color: #c4c432;
  --txt-hover-secondary-bg: white;
  --white: #fff;
  --black: #000000;
  --grey: #a2a2a2;
  --modal-content-bg: #f0f0f0;
  --modal-content-txt: #131110;
  --footer-color-bg: #f3f3f3;
  --pane-bg: #eeeeee;
  --pane-bg-l1: #f3f3f3;
  --pane-bg-d1: #e9e9e9;
  --pane-width: 36rem;
  --header-top: #f8f8f8;
  --sub-menu: var(--bodybg-l1);
  --input-txt: #131110;
  --input-bg: #eeeeee;
  --bgright_product: whitesmoke;
  --product-flag-new: #c4c432;
  --color-star-review: #b9b1ab;
  --color-txt: #131110;
  --color-txt-l1: #454545;
  --color-txt-l2: #6b6b6b;
  --color-txt-d1: black;
  --color-txt-d2: black;
  --color-txt-hover: #c7beb9;
  --color-price: #806f67;
  --color-titles: #131110;
  --color-menu: #131110;
  --btn-color-bg: #806f67;
  --btn-color-bg-hover: #695b55;
  --btn-color-txt: white;
  --cartbtn-color-bg: #c4c432;
  --cartbtn-color-txt: #fff;
  --cartbtn-color-bg-hover: #d4d455;
  --cartbtn-color-txt-hover: #fff;
  --global-radius: 4px;
  --global-radius-small: 2.6666666667px;
  --radius-rounded: 50%;
  --padding-t-b-section: 40px;
  --padding-t-b-section-mobile: 25px;
  --radius-submenu: var(--global-radius);
  --radius-imgproduct: var(--global-radius);
  --height-nivoslider: 350px;
  --pagemagasin-coverimg-color: var(--primary-rgb);
  --pagemagasin-coverimg-opacity: 0.4;
  --size-icos-header-mobile: 1.1rem;
  --size-icos-menuheader-mobile: 1.65rem;
  --display-cross-filter: none;
  --height-desc-productlist: 42px;
  --align-right-product-flex: flex-start;
  --align-right-product-text: left;
  --align-right-product-select: 0;
  --align-center-title: flex-start;
  --display-line-title: block;
  --align-underline-title: 16px;
  --align-underline-ifcentered: 0;
  --min-1200-container-width: 1280px;
  --MENU-width: 100%;
  --MENU-width-inner: 100%;
  --MENU-maxwidth: var(--min-1200-container-width);
  --MENU-left: 50%;
  --MENU-type: grid;
  --MENU-gap: .35rem;
  --MENU-items-gap: .55rem;
  --MENU-translatex: translateX(-50%);
  --MENU-grid-template-columns: repeat(5, 1fr);
  --flag-discount-color: #FF7465;
  --widthbtnaddtocart: auto;
}

.is-dark,
[data-scheme=dark] {
  color-scheme: dark;
  --bodybg: #1a1918;
  --bodybg-rgb: 26,25,24;
  --bodybg-d1: #0f0f0e;
  --bodybg-d2: #050504;
  --bodybg-d3: black;
  --bodybg-l1: #252322;
  --bodybg-l2: #2f2d2c;
  --bodybg-l3: #3a3835;
  --font1: "Montserrat", sans-serif;
  --font2: "Roboto", sans-serif;
  --font1-weight1: 400;
  --font1-weight2: 600;
  --font1-weight3: 800;
  --font2-weight1: 400;
  --font2-weight2: 600;
  --font2-weight3: 600;
  --font-ico: "th";
  --primary-color: #806f67;
  --primary-rgb: 128,111,103;
  --txt-hover-primary-bg: white;
  --gradient-second: #917e75;
  --second-color: #c4c432;
  --txt-hover-secondary-bg: #c4c432;
  --white: #fff;
  --black: #000000;
  --grey: #a2a2a2;
  --modal-content-bg: #121111;
  --modal-content-txt: #f1efef;
  --footer-color-bg: #171616;
  --pane-bg: #0f0f0e;
  --pane-bg-l1: #2a2827;
  --pane-bg-d1: black;
  --pane-width: 36rem;
  --header-top: #1a1918;
  --sub-menu: var(--bodybg-l1);
  --input-txt: #f1efef;
  --input-bg: #252322;
  --bgright_product: #171616;
  --product-flag-new: #c4c432;
  --color-star-review: #b9b1ab;
  --color-txt: #f1efef;
  --color-txt-l1: white;
  --color-txt-l2: white;
  --color-txt-d1: #c1b9b9;
  --color-txt-d2: #9e9090;
  --color-txt-hover: #c7beb9;
  --color-price: white;
  --color-titles: #f1efef;
  --color-menu: #f1efef;
  --btn-color-bg: #806f67;
  --btn-color-bg-hover: #695b55;
  --btn-color-txt: white;
  --cartbtn-color-bg: #806f67;
  --cartbtn-color-txt: #fff;
  --cartbtn-color-bg-hover: #998981;
  --cartbtn-color-txt-hover: #fff;
  --global-radius: 4px;
  --global-radius-small: 2.6666666667px;
  --radius-rounded: 50%;
  --padding-t-b-section: 40px;
  --padding-t-b-section-mobile: 25px;
  --radius-submenu: var(--global-radius);
  --radius-imgproduct: var(--global-radius);
  --height-nivoslider: 350px;
  --pagemagasin-coverimg-color: var(--primary-rgb);
  --pagemagasin-coverimg-opacity: 0.4;
  --size-icos-header-mobile: 1.1rem;
  --size-icos-menuheader-mobile: 1.65rem;
  --display-cross-filter: none;
  --height-desc-productlist: 42px;
  --align-right-product-flex: center;
  --align-right-product-text: center;
  --align-right-product-select: 0 auto;
  --align-center-title: flex-start;
  --display-line-title: block;
  --align-underline-title: 16px;
  --align-underline-ifcentered: 0;
  --min-1200-container-width: 1280px;
  --MENU-width: 100%;
  --MENU-width-inner: 100%;
  --MENU-maxwidth: var(--min-1200-container-width);
  --MENU-left: 50%;
  --MENU-type: grid;
  --MENU-gap: .35rem;
  --MENU-items-gap: .55rem;
  --MENU-translatex: translateX(-50%);
  --MENU-grid-template-columns: repeat(5, 1fr);
  --flag-discount-color: #FF7465;
  --widthbtnaddtocart: auto;
}